/external/skia/include/core/ |
SkBounder.h | 73 virtual void commit();
|
/external/webkit/Source/JavaScriptCore/wtf/ |
OSAllocatorSymbian.cpp | 96 // Commit what was previously reserved via reserveUncommitted() 97 void OSAllocator::commit(void* address, size_t bytes, bool, bool executable) function in class:WTF::OSAllocator 99 // For code chunks, we commit (early) in reserveUncommitted(), so NOOP 102 dataAllocatorInstance()->commit(address, bytes); 116 commit(base, bytes, writable, executable); 121 // The PageAllocatorSymbian class helps map OSAllocator calls for reserve/commit/decommit 130 // - OSAllocator::commit() actually calls RChunk.commit() and commits *all or part* of the region 177 // Actually commit memory from the OS, after a previous call to reserve() 178 bool PageAllocatorSymbian::commit(void* address, size_t bytes) function in class:WTF::PageAllocatorSymbian [all...] |
PageAllocatorSymbian.h | 85 bool commit(void*, size_t);
|
/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/Source/WebCore/storage/ |
SQLTransactionSync.h | 64 ExceptionCode commit();
|
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();
|
/frameworks/av/media/libeffects/testlibs/ |
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);
|
AudioShelvingFilter.h | 68 // Sets gain value. Actual change will only take place upon commit(). 77 // commit(). 90 void commit(bool immediate = false);
|
/frameworks/base/core/java/com/android/internal/util/ |
JournaledFile.java | 60 * Call {@link #commit} to commit the changes, or {@link #rollback} to forget the changes. 87 * Commit changes. 89 public void commit() { method in class:JournaledFile 91 throw new IllegalStateException("no file to commit");
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ |
LatinImeLogger.java | 37 public static void commit() { method in class:LatinImeLogger
|
/external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/module/ |
JndiLoginModuleTest.java | 95 * {@link org.apache.harmony.auth.module.JndiLoginModule#commit()}. 103 module.commit(); 113 assertFalse("Commit shouldn't be successful", module.commit()); 175 module.commit(); 212 module.commit(); 227 module.commit(); 246 module.commit(); 261 module.commit(); 279 module.commit(); [all...] |
/external/clang/include/clang/Edit/ |
EditedSource.h | 24 class Commit; 58 bool commit(const Commit &commit);
|
/external/v8/tools/ |
push-to-trunk.sh | 51 -l Manually specify the git commit ID of the last push to trunk. 97 echo ">>> Step $CURRENT_STEP: Detect commit ID of last push to trunk." 101 # Print assumed commit, circumventing git's pager. 103 confirm "Is the commit printed above the last push to trunk?" 116 # These version numbers are used again later for the trunk commit. 124 for commit in $COMMITS ; do 125 # Get the commit's title line. 126 git log -1 $commit --format="%w(80,8,8)%s" >> "$CHANGELOG_ENTRY_FILE" 127 # Grep for "BUG=xxxx" lines in the commit message and convert them to 129 git log -1 $commit --format="%B" [all...] |
/external/webkit/Tools/Scripts/ |
webkit-tools-completion.sh | 53 __webkit-patch_generate_reply "--help apply-from-bug bugs-to-commit commit-message land land-from-bug obsolete-attachments patches-to-commit post upload tree-status rollout reviewed-patches" 59 __webkit-patch_generate_reply "--force-clean --local-commit --no-clean --no-update" 62 commit-message) 77 __webkit-patch_generate_reply "--description --no-obsolete --no-review --request-commit -m --open-bug" 81 __webkit-patch_generate_reply "--description --no-obsolete --no-review --request-commit --cc -m --open-bug" 93 complete -W "--bug --diff --git-commit --git-index --git-reviewer --help --no-update --no-write --open --update --write -d -h -o" prepare-ChangeLog
|
/external/clang/lib/Frontend/ |
DiagnosticRenderer.cpp | 16 #include "clang/Edit/Commit.h" 154 edit::Commit commit(SM, LangOpts); 160 commit.insertFromRange(Hint.RemoveRange.getBegin(), 164 commit.remove(Hint.RemoveRange); 168 commit.replace(Hint.RemoveRange, Hint.CodeToInsert); 170 commit.insert(Hint.RemoveRange.getBegin(), Hint.CodeToInsert, 176 if (Editor.commit(commit)) {
|
/libcore/luni/src/test/java/libcore/io/ |
DiskLruCacheTest.java | 78 creator.commit(); 89 creator.commit(); 104 creator.commit(); 130 creator.commit(); 139 k1Creator.commit(); 143 k2Creator.commit(); 156 editor.commit(); 172 editor.commit(); 187 v1Creator.commit(); 197 v1Updater.commit(); [all...] |
/packages/apps/Gallery2/src/com/android/gallery3d/util/ |
Profile.java | 157 // another thread). Same check is applied in commit() and drop() 164 public synchronized void commit(Thread t) { method in class:Profile.Watchdog 210 // Hold the future samples coming from current thread until commit() or 217 public static void commit() { method in class:Profile 218 sWatchdog.commit(Thread.currentThread());
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/ |
UiElementPart.java | 259 * instructs it to commit the new (modified) data back into the model. 262 * indicates if commit is called during 'save' operation or for 268 public void commit(boolean onSave) { method in class:UiElementPart 274 ui_attr.commit(); 280 // We need to call super's commit after we synchronized the nodes to make sure we 282 super.commit(onSave);
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
FragmentCustomAnimations.java | 56 ft.add(R.id.simple_fragment, newFragment).commit(); 84 ft.commit();
|
FragmentMenu.java | 67 ft.commit(); 93 ft.commit();
|
FragmentRetainInstance.java | 46 new UiFragment()).commit(); 87 fm.beginTransaction().add(mWorkFragment, "work").commit();
|
FragmentStack.java | 52 ft.add(R.id.simple_fragment, newFragment).commit(); 77 ft.commit();
|
/development/samples/Support4Demos/src/com/example/android/supportv4/app/ |
FragmentCustomAnimationSupport.java | 53 ft.add(R.id.simple_fragment, newFragment).commit(); 81 ft.commit();
|
FragmentMenuSupport.java | 69 ft.commit(); 95 ft.commit();
|
FragmentRetainInstanceSupport.java | 47 new UiFragment()).commit(); 88 fm.beginTransaction().add(mWorkFragment, "work").commit();
|