HomeSort by relevance Sort by last modified time
    Searched defs:commit (Results 1 - 25 of 385) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/WebKit/Source/modules/webdatabase/sqlite/
SQLiteTransaction.cpp 65 void SQLiteTransaction::commit() function in class:WebCore::SQLiteTransaction
69 m_inProgress = !m_db.executeCommand("COMMIT");
99 // the auto-commit flag should be off in the middle of a transaction
  /external/libvpx/libvpx/tools/
ftfy.sh 9 This script applies a whitespace transformation to the commit at HEAD. If no
15 --amend Squashes the changes into the commit at HEAD
16 This option will also reformat the commit message.
17 --commit Creates a new commit containing only the whitespace changes
18 --msg-only Reformat the commit message only, ignore the patch itself.
47 commit() { function
50 log "HEAD doesn't have a Change-Id, unable to generate a new commit"
58 # Commit, preserving authorship from the parent commit
    [all...]
  /frameworks/ex/common/java/com/android/common/
SharedPreferencesCompat.java 26 * falling back to commit when apply isn't available.
50 editor.commit();
  /cts/tests/sample/src/android/sample/
SampleDeviceActivity.java 52 // Commit the changes - important.
53 editor.commit();
74 // Commit the changes - important.
75 editor.commit();
  /cts/tests/tests/preference2/src/android/preference2/cts/
PreferenceFragmentActivity.java 38 transaction.commit();
  /development/samples/ApiDemos/src/com/example/android/apis/app/
FragmentArgumentsFragment.java 43 ft.commit();
  /development/samples/training/bitmapfun/BitmapFun/src/main/java/com/example/android/bitmapfun/ui/
ImageGridActivity.java 42 ft.commit();
  /external/chromium_org/chrome/browser/google/
google_search_counter.cc 58 const content::LoadCommittedDetails* commit = local
60 const content::NavigationEntry& entry = *commit->entry;
66 // If the commit is a GENERATED commit with a Google search URL, we know it's
  /external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
SQLTransactionBackendSync.cpp 194 void SQLTransactionBackendSync::commit(ExceptionState& exceptionState) function in class:WebCore::SQLTransactionBackendSync
199 m_database->setLastErrorMessage("unable to commit transaction because the database is not open.");
207 m_sqliteTransaction->commit();
210 // If the commit failed, the transaction will still be marked as "in progress"
213 m_database->setLastErrorMessage("unable to commit transaction",
225 // The commit was successful. If the transaction modified this database, notify the delegates.
  /external/llvm/lib/Support/
FileOutputBuffer.cpp 90 error_code FileOutputBuffer::commit(int64_t NewSmallerSize) { function in class:llvm::FileOutputBuffer
94 // If requested, resize file as part of commit.
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowFragmentPagerAdapter.java 25 fragmentManager.beginTransaction().add(container.getId(), (Fragment) object).commit(); method
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
PreferenceManagerTest.java 27 editor.commit();
  /external/smack/src/org/apache/harmony/javax/security/auth/spi/
LoginModule.java 33 boolean commit() throws LoginException; method in interface:LoginModule
  /frameworks/av/media/libeffects/testlibs/
AudioPeakingFilter.cpp 55 commit(true);
62 commit(true);
87 void AudioPeakingFilter::commit(bool immediate) { function in class:android::AudioPeakingFilter
AudioShelvingFilter.cpp 61 commit(true);
67 commit(true);
89 void AudioShelvingFilter::commit(bool immediate) { function in class:android::AudioShelvingFilter
  /frameworks/base/core/java/android/content/
UndoOperation.java 93 public abstract void commit(); method in class:UndoOperation
  /packages/apps/Music/src/com/android/music/
SharedPreferencesCompat.java 26 * falling back to commit when apply isn't available.
52 editor.commit();
  /packages/screensavers/WebView/src/com/android/dreams/web/
SetURL.java 52 editor.commit();
SetURLInteractive.java 52 editor.commit();
  /development/samples/training/ContactsList/src/com/example/android/contactslist/ui/
ContactDetailActivity.java 67 ft.commit();
  /development/samples/training/TabCompat/src/com/example/android/tabcompat/lib/
TabHelperHoneycomb.java 59 ft.commit();
  /development/samples/training/basic/FragmentBasics/src/com/example/fragments/
MainActivity.java 51 .add(R.id.fragment_container, firstFragment).commit();
83 // Commit the transaction
84 transaction.commit();
  /external/replicaisland/src/com/replica/replicaisland/
SetPreferencesActivity.java 74 editor.commit();
  /frameworks/base/core/java/com/android/internal/util/
JournaledFile.java 69 * Call {@link #commit} to commit the changes, or {@link #rollback} to forget the changes.
96 * Commit changes.
98 public void commit() { method in class:JournaledFile
100 throw new IllegalStateException("no file to commit");
  /packages/apps/Settings/src/com/android/settings/deviceinfo/
UsageBarPreference.java 66 public void commit() { method in class:UsageBarPreference

Completed in 800 milliseconds

1 2 3 4 5 6 7 8 91011>>