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

1 2 3 45 6 7 8 91011>>

  /external/e2fsprogs/lib/ext2fs/
kernel-jbd.h 122 * Commit block header for storing transactional checksums:
183 __u32 s_sequence; /* first commit ID expected in log */
344 * COMMIT: All data on disk, writing commit record
370 /* Where in the log does this transaction's commit start? */
442 /* When will the transaction expire (become due for commit), in
498 /* Wait queue for waiting for commit to complete */
504 /* Wait queue to trigger commit */
554 /* Sequence number of the most recent transaction wanting commit */
565 /* Pointer to the current commit thread for this journal *
    [all...]
  /external/webkit/Source/WebCore/storage/
IDBTransactionBackendImpl.cpp 160 void IDBTransactionBackendImpl::commit() function in class:WebCore::IDBTransactionBackendImpl
163 // commit steps below. We therefore take a self reference to keep ourselves
169 m_transaction->commit();
201 // queue is empty. Commit the transaction.
202 commit();
  /packages/apps/Gallery2/src/com/android/gallery3d/util/
Profile.java 159 // another thread). Same check is applied in commit() and drop()
166 public synchronized void commit(Thread t) { method in class:Profile.Watchdog
212 // Hold the future samples coming from current thread until commit() or
219 public static void commit() { method in class:Profile
220 sWatchdog.commit(Thread.currentThread());
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
SynchronousContactsProvider2.java 269 Assert.assertTrue("commit", mOnCommitTransactionInternalCalledInProfileMode);
275 Assert.assertFalse("commit", mOnCommitTransactionInternalCalledInProfileMode);
281 Assert.assertFalse("commit", mOnCommitTransactionInternalCalledInProfileMode);
288 Assert.assertTrue("commit", mOnCommitTransactionInternalCalledInContactMode);
294 Assert.assertFalse("commit", mOnCommitTransactionInternalCalledInContactMode);
  /developers/samples/android/testing/ActivityInstrumentationSample/src/com/example/android/activityinstrumentation/
MainActivity.java 94 // The methods below commit the ID of the currently selected item in the spinner
97 // Note: A common mistake here is to forget to call .commit(). Try removing this
106 mPrefs.edit().remove(PREF_SPINNER_POS).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/chromium/app/sql/
transaction_unittest.cc 43 TEST_F(SQLTransactionTest, Commit) {
52 t.Commit();
104 inner1.Commit();
  /external/llvm/include/llvm/Support/
FileOutputBuffer.h 31 /// the buffer content at the time of the commit. If the FileOutputBuffer is
68 /// buffer. If commit() is not called before this object's destructor
72 error_code commit(int64_t NewSmallerSize = -1);
  /external/skia/
PRESUBMIT.py 30 """Presubmit checks common to upload and commit."""
56 """Check whether to allow commit.
80 """Presubmit checks for the change on commit.
  /external/skia/tools/
update-doxygen.sh 86 # Commit the updated docs to the subversion repo.
87 svn commit --message 'commit doxygen-generated documentation'
  /external/webkit/Source/JavaScriptCore/wtf/
OSAllocatorPosix.cpp 40 // To support the "reserve then commit" model, we have to initially decommit.
89 void OSAllocator::commit(void* address, size_t bytes, bool, bool) function in class:WTF::OSAllocator
94 // Non-MADV_FREE_REUSE reservations automatically commit on demand.
  /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
  /hardware/qcom/display/liboverlay/pipes/
overlay3DPipe.h 55 bool commit();
85 bool commit();
115 bool commit();
145 bool commit();
185 inline bool M3DExtPipe<CHAN>::commit() { return mM3d.commit(); } function in class:overlay::M3DExtPipe
254 inline bool M3DPrimaryPipe<CHAN>::commit() { return mM3d.commit(); } function in class:overlay::M3DPrimaryPipe
312 inline bool S3DExtPipe<CHAN>::commit() { return mS3d.commit(); } function in class:overlay::S3DExtPipe
380 inline bool S3DPrimaryPipe<CHAN>::commit() { function in class:overlay::S3DPrimaryPipe
    [all...]
overlayGenPipe.cpp 123 bool GenericPipe::commit() { function in class:overlay::GenericPipe
139 if(!mRot->commit()) {
140 ALOGE("GenPipe Rotator commit failed");
141 //If rot commit fails, flush rotator session, memory, fd and create
156 ret = mCtrlData.ctrl.commit();
158 //If mdp commit fails, flush rotator session, memory, fd and create a hollow
  /development/samples/ApiDemos/src/com/example/android/apis/app/
FragmentMenuFragment.java 65 ft.commit();
93 ft.commit();
FragmentStackFragment.java 41 ft.add(R.id.simple_fragment, newFragment).commit();
87 ft.commit();
  /development/samples/Support4Demos/src/com/example/android/supportv4/app/
FragmentMenuFragmentSupport.java 66 ft.commit();
94 ft.commit();
  /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/llvm/docs/
DeveloperPolicy.rst 125 changes where the developer owns the component) can be reviewed after commit.
146 of code review plus post-commit review for trusted maintainers. Having both is
148 the right thing most of the time, and only commit patches without pre-commit
155 responsibility of a code owner is to ensure that a commit to their area of the
247 progress. The developer is welcome to re-commit the change after the problem has
250 Obtaining Commit Access
253 We grant commit access to contributors with a track record of submitting high
254 quality patches. If you would like commit access, please send an email to
257 #. The user name you want to commit with, e.g. "hacker"
    [all...]
  /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...]

Completed in 887 milliseconds

1 2 3 45 6 7 8 91011>>