Searched refs:commit (Results 1 - 25 of 84) sorted by relevance

1234

/external/webkit/Tools/Scripts/webkitpy/common/checkout/
H A Dcommitinfo_unittest.py50 commit = CommitInfo(123, "committer@example.com", changelog_data, committer_list)
52 self.assertEqual(commit.revision(), 123)
53 self.assertEqual(commit.bug_id(), 1234)
54 self.assertEqual(commit.author_name(), "Committer")
55 self.assertEqual(commit.author_email(), "author@example.com")
56 self.assertEqual(commit.author(), author)
57 self.assertEqual(commit.reviewer_text(), "Reviewer")
58 self.assertEqual(commit.reviewer(), reviewer)
59 self.assertEqual(commit.committer(), committer)
60 self.assertEqual(commit
[all...]
/external/dnsmasq/contrib/wrt/
H A Dlease_update.sh48 ${NVRAM} commit
/external/dbus/
H A Dautogen.sh16 if [ -f .git/hooks/pre-commit.sample -a ! -f .git/hooks/pre-commit ] ; then
17 echo "Activating pre-commit hook."
18 cp -av .git/hooks/pre-commit.sample .git/hooks/pre-commit
19 chmod -c +x .git/hooks/pre-commit
/external/webkit/Source/WebCore/platform/sql/
H A DSQLiteTransaction.h43 void commit();
H A DSQLiteTransaction.cpp67 void SQLiteTransaction::commit() function in class:WebCore::SQLiteTransaction
101 // the auto-commit flag should be off in the middle of a transaction
/external/webkit/Tools/Scripts/webkitpy/tool/steps/
H A Dpostdiffforrevert.py36 marking it commit-queue+. The commit-queue will build and test \
/external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/module/
H A DLdapLoginModuleTest.java94 * Test method for {@link org.apache.harmony.auth.module.LdapLoginModule#commit()}.
103 module.commit();
113 assertFalse("Commit shouldn't be successful", module.commit());
174 module.commit();
197 module.commit();
227 module.commit();
243 module.commit();
259 module.commit();
271 module.commit();
286 module.commit();
[all...]
H A DJndiLoginModuleTest.java95 * {@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();
H A DLoginModuleUtilsTest.java115 assertEquals(LoginModuleUtils.ACTION.commit, status
131 assertEquals(LoginModuleUtils.ACTION.commit, status
/external/skia/include/core/
H A DSkBounder.h80 virtual void commit();
/external/webkit/Source/JavaScriptCore/wtf/
H A DOSAllocatorSymbian.cpp97 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
190 // Inverse operation of commit(),
[all...]
H A DPageAllocatorSymbian.h85 bool commit(void*, size_t);
H A DOSAllocator.h51 // 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);
H A DPageReservation.h43 Before using memory it must be committed by calling commit, which is passed start
77 void commit(void* start, size_t size) function in class:WTF::PageReservation
85 OSAllocator::commit(start, size, m_writable, m_executable);
H A DOSAllocatorWin.cpp57 void OSAllocator::commit(void* address, size_t bytes, bool writable, bool executable) function in class:WTF::OSAllocator
/external/webkit/Tools/Scripts/
H A Dwebkit-tools-completion.sh53 __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/webkit/Source/WebCore/storage/
H A DIDBTransactionBackendImpl.cpp160 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();
202 commit();
H A DIDBTransactionBackendImpl.h68 void commit();
H A DSQLTransactionSync.h64 ExceptionCode commit();
H A DDatabaseSync.cpp126 if ((ec = transaction->commit()))
152 if ((ec = transaction->begin()) || (ec = transaction->execute()) || (ec = transaction->commit()))
/external/webkit/Source/WebKit2/PluginProcess/mac/
H A DPluginControllerProxyMac.mm78 [CATransaction commit];
/external/llvm/utils/release/
H A Dmerge.sh72 svn commit -F $tempfile || exit 1
/external/qemu/block/
H A Dvvfat.c1348 * 5. commit the contents of the files
1373 commit_t* commit = array_get(&(s->commits), i); local
1374 assert(commit->path || commit->action == ACTION_WRITEOUT);
1375 if (commit->action != ACTION_WRITEOUT) {
1376 assert(commit->path);
1377 free(commit->path);
1379 assert(commit->path == NULL);
1387 commit_t* commit = array_get_next(&(s->commits)); local
1388 commit
1396 commit_t* commit = array_get_next(&(s->commits)); local
1406 commit_t* commit = array_get_next(&(s->commits)); local
1414 commit_t* commit = array_get_next(&(s->commits)); local
2351 commit_t* commit = array_get(&(s->commits), i); local
2357 commit_t* commit = array_get(&(s->commits), i); local
2462 commit_t* commit = array_get(&(s->commits), i); local
[all...]
/external/chromium/chrome/browser/sync/engine/
H A Dprocess_commit_response_command_unittest.cc118 // 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) {
178 if (commit
[all...]
/external/webkit/Source/JavaScriptCore/interpreter/
H A DRegisterFile.h178 m_reservation.commit(base, committedSize);
206 m_reservation.commit(m_commitEnd, size);

Completed in 512 milliseconds

1234