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

1 2 3 45 6 7 8 91011>>

  /external/webkit/Source/WebCore/platform/sql/
SQLiteTransaction.cpp 67 void SQLiteTransaction::commit() function in class:WebCore::SQLiteTransaction
71 m_inProgress = !m_db.executeCommand("COMMIT");
101 // the auto-commit flag should be off in the middle of a transaction
  /external/webkit/Tools/QueueStatusServer/handlers/
submittoews.py 42 # This assert() is here to make sure we're not submitting to the commit-queue.
43 # The commit-queue clients check each patch anyway, but there is not sense
44 # in adding things to the commit-queue when they won't be processed by it.
  /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
AudioPeakingFilter.h 62 // Sets gain value. Actual change will only take place upon commit().
70 // Sets bandwidth value. Actual change will only take place upon commit().
78 // Sets frequency value. Actual change will only take place upon commit().
96 void commit(bool immediate = false);
  /external/chromium/chrome/browser/sync/glue/
password_change_processor.h 51 // Commit changes buffered during ApplyChanges. We must commit them to the
  /external/webkit/Tools/Scripts/webkitpy/common/config/
committervalidator_unittest.py 42 - If you have review rights please correct the error in Tools/Scripts/webkitpy/common/config/committers.py by adding yourself to the file (no review needed). The commit-queue restarts itself every 2 hours. After restart the commit-queue will correctly respect your review rights."""
  /external/webkit/Tools/Scripts/webkitpy/tool/steps/
postdiffforrevert.py 36 marking it commit-queue+. The commit-queue will build and test \
  /external/webkit/Tools/Scripts/webkitpy/common/checkout/
scm.py 564 # git-commit and force are not used by SVN.
565 svn_commit_args = ["svn", "commit"]
581 # Return a string which looks like a commit so that things which parse this output will succeed.
582 return "Dry run, no commit.\nCommitted revision 0."
727 # --pretty="format:" makes git show not print the commit log header,
778 # git svn find-rev always exits 0, even when the revision or commit is not found.
792 raise ScriptError(message='Failed to find git commit for revision %s, your checkout likely needs an (…)
    [all...]
  /external/chromium/net/tools/testserver/
chromiumsync.py 495 """Preserve immutable fields by copying pre-commit state.
509 Clients are only allowed to commit if they report having seen the most
557 A commit batch sent by a client may contain new items for which the
558 server has not generated IDs yet. And within a commit batch, later
566 commit request.
586 """Attempt to commit one entry to the user's account.
595 during commit, the change will be recorded here.
597 A SyncEntity reflecting the post-commit value of the entry, or None
608 # Clients are not allowed to commit unless they indicate that they've seen
620 # At this point, the commit is definitely going to happen
    [all...]
  /cts/tests/tests/preference2/src/android/preference2/cts/
FragmentPreferences.java 35 new PrefsFragment()).commit();
PreferenceFragmentActivity.java 38 transaction.commit();
  /development/samples/ApiDemos/src/com/example/android/apis/preference/
FragmentPreferences.java 37 new PrefsFragment()).commit();
  /development/samples/training/bitmapfun/src/com/example/android/bitmapfun/ui/
ImageGridActivity.java 36 ft.commit();
  /external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/module/
KeyStoreLoginModuleTest.java 89 module.commit();
106 assertFalse("Commit shouldn't be successful", module.commit());
158 module.commit();
  /external/chromium/chrome/browser/resources/options/
import_data_overlay.html 35 <button id="import-data-commit" i18n-content="importCommit"></button>
  /external/chromium/chrome/browser/ui/views/location_bar/
suggested_text_view.h 16 // |CommitSuggestedText| on the AutocompleteEdit to commit the suggested text.
  /external/e2fsprogs/lib/ext2fs/
jfs_dat.h 60 __u32 s_sequence; /* first commit ID expected in log */
  /external/libsepol/include/sepol/
handle.h 12 * your system will be set to upon commit, not necessarily its
  /external/llvm/utils/git/
find-rev 30 if ln.startswith('commit '):
  /external/valgrind/main/none/tests/x86/
fpu_lazy_eflags.c 2 fixed by commit 1.42 in coregrind/vg_from_ucode.c in the HEAD. Thanks to
  /external/webkit/Source/JavaScriptCore/wtf/
PageReservation.h 43 Before using memory it must be committed by calling commit, which is passed start
46 memory to its devommitted state. Commit should only be called on memory that is
77 void commit(void* start, size_t size) function in class:WTF::PageReservation
85 OSAllocator::commit(start, size, m_writable, m_executable);
  /external/webkit/Source/WebCore/platform/haiku/
PasteboardHaiku.cpp 108 be_clipboard->Commit();
124 be_clipboard->Commit();
208 be_clipboard->Commit();
223 be_clipboard->Commit();
  /external/webkit/Source/WebCore/storage/
SQLTransactionSync.cpp 168 ExceptionCode SQLTransactionSync::commit() function in class:WebCore::SQLTransactionSync
177 m_sqliteTransaction->commit();
180 // If the commit failed, the transaction will still be marked as "in progress"
190 // The commit was successful. If the transaction modified this database, notify the delegates.
  /frameworks/base/docs/html/training/implementing-navigation/
temporal.jd 48 // Add this transaction to the back stack and commit.
50 .commit();
55 <p>If your application updates other user interface elements to reflect the current state of your fragments, such as the action bar, remember to update the UI when you commit the transaction. You should update your user interface after the fragment manager back stack changes in addition to when you commit the transaction. You can listen for when a <code>FragmentTransaction</code> is reverted by setting up an {@link android.app.FragmentManager.OnBackStackChangedListener}:</p>

Completed in 896 milliseconds

1 2 3 45 6 7 8 91011>>