/external/llvm/unittests/Support/ |
FileOutputBufferTest.cpp | 41 // TEST 1: Verify commit case. 51 // Commit buffer. 52 ASSERT_NO_ERROR(Buffer->commit()); 72 // Do *not* commit buffer. 89 // Commit buffer, but size down to smaller size 90 ASSERT_NO_ERROR(Buffer->commit(5000)); 111 // Commit buffer. 112 ASSERT_NO_ERROR(Buffer->commit());
|
/external/webkit/Tools/BuildSlaveSupport/build.webkit.org-config/templates/ |
root.html | 19 <li><a href="http://webkit-commit-queue.appspot.com/">Commit Queue Status</a> information.</li>
|
/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
|
/frameworks/base/core/java/android/database/sqlite/ |
SQLiteDatabaseLockedException.java | 21 * database locks it needs to do its job. If the statement is a [COMMIT] 23 * statement. If the statement is not a [COMMIT] and occurs within a
|
/frameworks/ex/common/java/com/android/common/ |
SharedPreferencesCompat.java | 26 * falling back to commit when apply isn't available. 50 editor.commit();
|
/packages/apps/Music/src/com/android/music/ |
SharedPreferencesCompat.java | 26 * falling back to commit when apply isn't available. 52 editor.commit();
|
/external/webkit/Tools/QueueStatusServer/model/ |
queues_unittest.py | 51 self._assert_short_name("commit-queue", "Commit") 60 self._assert_display_name("commit-queue", "Commit Queue") 69 self._assert_name_with_underscores("commit-queue", "commit_queue")
|
/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");
|
/external/clang/lib/Rewrite/Frontend/ |
FixItRewriter.cpp | 20 #include "clang/Edit/Commit.h" 143 edit::Commit commit(Editor); 150 commit.insertFromRange(Hint.RemoveRange.getBegin(), 154 commit.remove(Hint.RemoveRange); 158 commit.replace(Hint.RemoveRange, Hint.CodeToInsert); 160 commit.insert(Hint.RemoveRange.getBegin(), Hint.CodeToInsert, 164 bool CanRewrite = Info.getNumFixItHints() > 0 && commit.isCommitable(); 178 if (!Editor.commit(commit)) { [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.7/ |
SOURCES | 10 commit 978fb74a5c086cc5572dc2e3f37d207acad969d7 16 commit dc51c7a5e0e2620dc85e6c9c46027dce94a85e1f 22 commit 5b9104eb197d16b82cd5a50bf7fe8f721607faeb 28 commit e6b9669dafc6a5f83c80b4b4176359b78bccdc90 34 commit bde731396c38c8d5b0bca800aace6a690d0d2978 40 commit 106603b925b7f20177c5b7613535d9d43ed35b7d 46 commit 40172a0ae9d40a068f1e1a48ffcf6a1ccf765ed5
|
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.7/ |
SOURCES | 10 commit a16b557938a0a448303fd913af1ff76e09674966 16 commit 8415ff0aaeb157307bb01a45373dba81919882fc 23 commit b3c689cb0c6e1e6cbcaff9bc9ae35c3d6eec86a3 29 commit e6b9669dafc6a5f83c80b4b4176359b78bccdc90 35 commit bfcf1bfa38469208aaad8873cd4c68781061d90f 41 commit ff90ad8552285bacc0569276dc7aa2a623d2cb95 47 commit 40172a0ae9d40a068f1e1a48ffcf6a1ccf765ed5
|
/development/samples/training/TabCompat/src/com/example/android/tabcompat/lib/ |
CompatTabHoneycomb.java | 87 ft.commit(); 95 ft.commit(); 103 ft.commit();
|
/external/clang/lib/Edit/ |
EditedSource.cpp | 13 #include "clang/Edit/Commit.h" 218 bool EditedSource::commit(const Commit &commit) { function in class:EditedSource 219 if (!commit.isCommitable()) 222 for (edit::Commit::edit_iterator 223 I = commit.edit_begin(), E = commit.edit_end(); I != E; ++I) { 224 const edit::Commit::Edit &edit = *I; 226 case edit::Commit::Act_Insert [all...] |
Android.mk | 4 Commit.cpp \
|
/external/webkit/Tools/Scripts/webkitpy/style/ |
optparser_unittest.py | 52 self.assertEquals('--filter=+foo,-bar --git-commit=git ' 56 # This is to check that --filter and --git-commit do not 162 (files, options) = parse(['-g', 'commit']) 163 self.assertEquals(options.git_commit, 'commit') 164 (files, options) = parse(['--git-commit=commit']) 165 self.assertEquals(options.git_commit, 'commit') 166 (files, options) = parse(['--git-diff=commit']) 167 self.assertEquals(options.git_commit, 'commit') 219 git_commit="commit", [all...] |
/frameworks/base/core/jni/ |
android_nio_utils.h | 51 * @param commit JNI_FALSE if the pointer was just read, and JNI_TRUE if 55 jboolean commit); 59 AutoBufferPointer(JNIEnv* env, jobject nioBuffer, jboolean commit);
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/event/ |
DeadKeyCombiner.java | 46 // We can't combine both characters. We need to commit the dead key as a committable 50 // If the event is a space, we should commit the dead char alone, but if it's 51 // not, we need to commit both.
|
/external/chromium/chrome/browser/net/ |
sqlite_persistent_cookie_store.cc | 79 // Commit pending operations as soon as possible. 82 // Commit any pending operations and close the database. This must be called 129 // Commit our pending operations to the database. 131 void Commit(Task* completion_task); 133 void Commit(); 151 // Number of cookies that have actually been saved. Updated during Commit(). 312 transaction.Commit(); 346 transaction.Commit(); 377 // Commit every 30 seconds. 379 // Commit right away if we have more than 512 outstanding operations [all...] |
/external/wpa_supplicant_8/src/common/ |
sae.c | 425 /* COMMIT-ELEMENT = inverse(scalar-op(mask, PWE)) */ 437 wpa_printf(MSG_DEBUG, "SAE: Could not compute commit-element"); 448 /* COMMIT-ELEMENT = inverse(scalar-op(mask, PWE)) */ 460 wpa_printf(MSG_DEBUG, "SAE: Could not compute commit-element"); 479 /* commit-scalar = (rand + mask) modulo r */ 528 * K = scalar-op(rand, (elem-op(scalar-op(peer-commit-scalar, PWE), 529 * PEER-COMMIT-ELEMENT))) 564 * K = scalar-op(rand, (elem-op(scalar-op(peer-commit-scalar, PWE), 565 * PEER-COMMIT-ELEMENT))) 606 * (commit-scalar + peer-commit-scalar) modulo r [all...] |
/external/android-mock/ |
regenerate_from_source.sh | 4 # This script imports the src, test, etc. from android-mock It DOESN'T commit
|
/external/clang/include/clang/Edit/ |
Commit.h | 1 //===----- Commit.h - A unit of edits ---------------------------*- C++ -*-===// 24 class Commit { 56 explicit Commit(EditedSource &Editor); 57 Commit(const SourceManager &SM, const LangOptions &LangOpts,
|
/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/tester/android/content/ |
TestSharedPreferencesTest.java | 42 editor.commit(); 54 editor.commit(); 70 editor.commit(); 91 editor.commit();
|
/external/webkit/Source/JavaScriptCore/wtf/ |
OSAllocator.h | 51 // These methods are symmetric; they commit or decommit a region of VM (uncommitted VM should 53 // Clients should only call commit on uncommitted regions and decommit on committed regions. 54 static void commit(void*, size_t, bool writable, bool executable); 73 commit(base, commitSize, writable, executable);
|
/external/webkit/Tools/Scripts/webkitpy/tool/commands/ |
upload.py | 51 name = "commit-message" 52 help_text = "Print a commit message suitable for the uncommitted changes" 67 name = "clean-pending-commit" 68 help_text = "Clear r+ on obsolete patches so they do not appear in the pending-commit list." 70 # NOTE: This was designed to be generic, but right now we're only processing patches from the pending-commit list, so only r+ matters. 91 message = "Cleared %s from obsolete attachment %s so that this bug does not appear in http://webkit.org/pending-commit." % (flags_to_clear, patch.id()) 98 help_text = "Clear r? on obsolete patches so they do not appear in the pending-commit list." 146 log("All reviewed patches on bug %s already have commit-queue+, ignoring." % bug_id) 153 log("Attacher %s is not a committer. Bug %s likely needs commit-queue+." % (attacher_email, bug_id)) 156 reassign_message = "Attachment %s was posted by a committer and has review+, assigning to %s for commit." % (latest_patch.id(), committer.full_name [all...] |