/external/chromium/app/sql/ |
transaction.h | 19 // constructor will roll back the transaction. If you want to commit, you 20 // need to manually call Commit before this goes out of scope. 40 // false if sqlite could not commit it, or if another transaction in the 43 bool Commit();
|
transaction.cc | 41 bool Transaction::Commit() { 43 NOTREACHED() << "Attempting to commit a nonexistent transaction. "
|
/external/qemu-pc-bios/ |
README | 11 bochs/bios. We used the following commit in the bochs git tree so that 14 commit 04387139e3b5ac97b5633cd40b3d87cdf45efd6c 26 is built by the tree, and we used the following commit. 28 commit 33636cbdd93da79c903b91b50ae087bb814b9332
|
/ndk/build/tools/ |
cleanup-apps.sh | 3 # This is used to cleanup the project directories before making a commit or
|
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/ |
FragmentTransactionTest.java | 89 txn.add(111, fragment).commit(); method 100 txn.add(111, fragment, "tag1").commit(); method 111 txn.add(fragment, "tag1").commit(); 122 txn.replace(111, fragment).commit(); method 133 txn.replace(111, fragment, "tag1").commit(); method 153 txn.add(fragment, "tag1").commit(); 172 txn.attach(fragment).commit(); 179 txn.hide(fragment).commit(); 186 txn.show(fragment).commit(); 202 txn.hide(fragment).commit(); [all...] |
/prebuilts/gcc/linux-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
|
/external/chromium/chrome/browser/sync/engine/ |
process_commit_response_command_unittest.cc | 118 // Create a new unsynced item in the database, and synthesize a commit 119 // record and a commit response for it in the syncer session. If item_id 144 // ProcessCommitResponseCommand looks at both the commit message as well 145 // as the commit response, so we need to synthesize both here. 146 sync_pb::ClientToServerMessage* commit = local 148 commit->set_message_contents(ClientToServerMessage::COMMIT); 150 commit->mutable_commit()->add_entries()); 177 for (int i = 0; i < commit->commit().entries_size(); ++i) [all...] |
process_commit_response_command.cc | 74 // TODO(sync): What if we didn't try to commit anything? 75 LOG(WARNING) << "Commit response has no commit body!"; 80 const CommitResponse& cr = response.commit(); 83 LOG(ERROR) << "Commit response has wrong number of entries! Expected:" << 122 const CommitResponse& cr = response.commit(); 124 status->commit_message().commit(); 126 // If we try to commit a parent and child together and the parent conflicts 226 LOG(ERROR) << "Commit response has unknown response type! Possibly out " 257 LOG(ERROR) << "Commit response has no id" [all...] |
process_commit_response_command.h | 52 // Update the BASE_VERSION and SERVER_VERSION, post-commit. 60 // If the server generated an ID for us during a commit, apply the new ID. 74 // The server can override some values during a commit; the overridden values 78 // locally while the commit was in flight.
|
/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/webkitpy/tool/bot/ |
feeders_unittest.py | 43 MOCK setting flag 'commit-queue' to '-' on attachment '128' with comment 'Rejecting attachment 128 from commit-queue.' and additional comment 'non-committer@example.com does not have committer permissions according to http://trac.webkit.org/browser/trunk/Tools/Scripts/webkitpy/common/config/committers.py. 47 - If you have committer 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 committer rights.' 48 MOCK: update_work_items: commit-queue [106, 197] 49 Feeding commit-queue items [106, 197]
|
/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...] |
/external/clang/include/clang/Edit/ |
EditedSource.h | 24 class Commit; 60 bool commit(const Commit &commit);
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/properties/ |
_README.txt | 1 These files are examples to get you started. Since you cannot commit
|
/external/javassist/ |
regenerate_from_source.sh | 4 # This script imports the src, test, etc. from javassist. It DOESN'T commit
|
/external/objenesis/ |
update_source.sh | 6 # Does not create a GIT commit.
|
/external/v8/test/cctest/ |
test-platform-win32.cc | 21 CHECK(vm->Commit(block_addr, block_size, false));
|
/external/webkit/Tools/Scripts/webkitpy/tool/steps/ |
commit.py | 38 class Commit(AbstractStep): 41 return ('There are %s local commits%s. Everything will be committed as a single commit. ' 42 'To avoid this prompt, set "git config webkit-patch.commit-should-always-squash true".' % ( 48 raise Exception("Attempted to commit with a commit message shorter than 50 characters. Either your patch is missing a ChangeLog or webkit-patch may have a bug.") 71 # This will correctly interrupt the rest of the commit process. 72 raise ScriptError(message="Did not commit") 76 raise ScriptError("You need to specify the username on %s to perform the commit as." % e.server_host) 80 raise ScriptError("You need to specify the password for %s on %s to perform the commit." % (username, e.server_host))
|
/frameworks/base/core/jni/ |
android_nio_utils.cpp | 54 jboolean commit) { 56 commit ? 0 : JNI_ABORT); 62 jboolean commit) { 64 fCommit = commit;
|
/frameworks/base/core/java/android/content/ |
SharedPreferences.java | 65 * back to the original {@link SharedPreferences} until you call {@link #commit} 71 * {@link #commit} or {@link #apply} are called. 85 * back once {@link #commit} is called. 98 * {@link #commit} or {@link #apply} are called. 110 * {@link #commit} or {@link #apply} are called. 122 * {@link #commit} or {@link #apply} are called. 134 * once {@link #commit} or {@link #apply} are called. 146 * will be done in the actual preferences once {@link #commit} is 162 * preferences. Once commit is called, the only remaining preferences 175 * Commit your preferences changes back from this Editor to th 190 boolean commit(); method in interface:SharedPreferences.Editor [all...] |
/cts/tests/tests/content/src/android/content/cts/ |
SharedPreferencesTest.java | 58 prefs.edit().clear().commit(); 78 prefs.edit().putString("foo", "bar").commit(); method 97 // Do some initial operation on editor. No commit needed. 101 // No commit needed. 115 prefs.edit().commit(); 120 editor.commit(); 131 editor.commit(); 213 prefs.edit().putString("foo", "bar").commit(); method 224 prefs.edit().putString("foo", "bar").commit(); method 233 prefs.edit().clear().commit(); [all...] |
/docs/source.android.com/src/source/ |
developing.jd | 57 <p>Use <code>git commit</code> to commit changes.</p> 75 <p>Start a topic branch in your local work environment whenever you begin a change, for example when you begin work on a bug or new feature. A topic branch is not a copy of the original files; it is a pointer to a particular commit. This makes creating local branches and switching among them a light-weight operation. By using branches, you can isolate one aspect of your work from the others. For an interesting article about using topic branches, see <a href="http://www.kernel.org/pub/software/scm/git/docs/howto/separating-topic-branches.txt">Separating topic branches</a>. 99 <p>By default, Git notices but does not track the changes you make in a project. In order to tell git to preserve your changes, you must mark them for inclusion in a commit. This is also called "staging". </p> 111 <p>The <code>repo diff</code> command shows every local edit that you have made that would <em>not</em> go into the commit, if you were to commit right now. To see every edit that would go into the commit if you were to commit right now, you need a Git command, <code>git diff</code>. Before running it, be sure you are in the project directory:</p> 116 <p>A commit is the basic unit of revision control in git, consisting of a snapshot of directory structure and file contents for the entire project. Creating a commit in git is as simple as typing</p [all...] |
/external/chromium/chrome/browser/renderer_host/ |
gtk_im_context_wrapper.h | 67 // Check if a text needs commit by forwarding a char event instead of 71 // Check if the input method returned any result, eg. preedit and commit text. 81 // Real code of "commit" signal handler. 136 // GtkIMContext object sends a "commit" signal with the CJK characters 148 // This flag is used in "commit" signal handler of the GtkIMContext object, 159 // method may fire "preedit_end" signal before "commit" signal. 169 // If it's true, then preedit-changed and commit handler will backup the 170 // preedit or commit text instead of sending them down to webkit. 180 // Stores a copy of the most recent commit text received by commit signa [all...] |
/external/clang/lib/ARCMigrate/ |
ObjCMT.cpp | 17 #include "clang/Edit/Commit.h" 135 edit::Commit commit(*Consumer.Editor); 136 edit::rewriteToObjCLiteralSyntax(E, *Consumer.NSAPIObj, commit, &PMap); 137 Consumer.Editor->commit(commit); 141 edit::Commit commit(*Consumer.Editor); 142 edit::rewriteToObjCSubscriptSyntax(E, *Consumer.NSAPIObj, commit); 143 Consumer.Editor->commit(commit) [all...] |
/cts/tests/tests/security/src/android/security/cts/ |
NativeCodeTest.java | 30 + "commit/?id=8176cced706b5e5d15887584150764894e94e02f", 37 * http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=8176cced706b5e5d15887584150764894e94e02f
|