HomeSort by relevance Sort by last modified time
    Searched full:commit (Results 226 - 250 of 1180) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /development/samples/training/TabCompat/src/com/example/android/tabcompat/lib/
TabHelperHoneycomb.java 59 ft.commit();
  /development/samples/training/bitmapfun/src/com/example/android/bitmapfun/util/
RetainFragment.java 51 fm.beginTransaction().add(mRetainFragment, TAG).commit();
  /development/samples/training/multiscreen/newsreader/src/com/example/android/newsreader/
ArticleActivity.java 58 getSupportFragmentManager().beginTransaction().add(android.R.id.content, f).commit();
  /development/tools/findunused/
removeunusedresources 83 echo "When you're done, you can 'git commit' the change."
  /external/apache-harmony/auth/src/test/java/unix/org/apache/harmony/auth/module/
UnixLoginModuleTest.java 96 lm.commit();
  /external/chromium/app/sql/
connection.cc 199 Statement commit(GetCachedStatement(SQL_FROM_HERE, "COMMIT"));
200 if (!commit)
202 return commit.Run();
  /external/chromium/chrome/browser/resources/options/
clear_browser_data_overlay.js 58 // Set the enabled state of the commit button.
  /external/chromium/chrome/browser/sync/engine/
conflict_resolver.h 40 // Called by the syncer at the end of a update/commit cycle.
  /external/chromium/chrome/browser/sync/sessions/
session_state.h 95 // commit.
98 // Incremented when get_updates fails, commit fails, and when hitting
161 // Various mutators for tracking commit conflicts.
285 // Used to build the shared commit message.
  /external/chromium/chrome/browser/sync/util/
extensions_activity_monitor.h 20 // commit response).
  /external/chromium/chrome/browser/ui/cocoa/bookmarks/
bookmark_all_tabs_controller.mm 58 // Returns a BOOL as an NSNumber indicating that the commit may proceed.
  /external/chromium/chrome/browser/ui/views/location_bar/
suggested_text_view.cc 32 // Reset the delegate so that we don't attempt to commit in AnimationEnded.
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_rss/
feedPublish.xml 56 <!-- 2. Publish feed: commit file into CVS - overwrite existing and add if necessary -->
  /external/iptables/iptables/
ip6tables-restore.c 196 } else if ((strcmp(buffer, "COMMIT\n") == 0) && (in_table)) {
198 DEBUGP("Calling commit\n");
203 DEBUGP("Not calling commit, testing\n");
457 fprintf(stderr, "%s: COMMIT expected at line %u\n",
iptables-restore.c 202 } else if ((strcmp(buffer, "COMMIT\n") == 0) && (in_table)) {
204 DEBUGP("Calling commit\n");
209 DEBUGP("Not calling commit, testing\n");
463 fprintf(stderr, "%s: COMMIT expected at line %u\n",
  /external/llvm/autoconf/
AutoRegen.sh 46 echo "### commit any configure script that was generated with warnings"
  /external/nist-sip/java/gov/nist/javax/sip/parser/
CSeqParser.java 107 * CVS: If we are doing pre-commit code reviews and someone else has
130 * CVS: If we are doing pre-commit code reviews and someone else has
177 * CVS: If we are doing pre-commit code reviews and someone else has
200 * pre-commit code reviews and someone else has CVS: reviewed your changes,
ReferToParser.java 105 * CVS: If we are doing pre-commit code reviews and someone else has
139 * CVS: If we are doing pre-commit code reviews and someone else has
162 * CVS: If we are doing pre-commit code reviews and someone else has
186 * CVS: If we are doing pre-commit code reviews and someone else has
  /external/replicaisland/src/com/replica/replicaisland/
SetPreferencesActivity.java 74 editor.commit();
  /external/skia/include/core/
SkBounder.h 73 virtual void commit();
  /external/tinyalsa/
pcm.c 310 int commit; local
317 commit = pcm_mmap_commit(pcm, pcm_offset, frames);
318 if (commit < 0) {
319 oops(pcm, commit, "failed to commit %d frames\n", frames);
320 return commit;
323 offset += commit;
324 count += commit;
325 size -= commit;
  /external/webkit/Source/JavaScriptCore/wtf/
OSAllocatorWin.cpp 57 void OSAllocator::commit(void* address, size_t bytes, bool writable, bool executable) function in class:WTF::OSAllocator
PageAllocatorSymbian.h 85 bool commit(void*, size_t);
  /external/webkit/Source/WebCore/storage/
IDBTransactionBackendImpl.h 68 void commit();
SQLTransactionSync.h 64 ExceptionCode commit();

Completed in 979 milliseconds

1 2 3 4 5 6 7 8 91011>>