Home
last modified time | relevance | path

Searched refs:commit (Results 1 – 25 of 239) sorted by relevance

12345678910

/external/webkit/Tools/Scripts/webkitpy/common/checkout/
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.committer_email(), "committer@example.com")
[all …]
/external/dbus/
Dautogen.sh16 if [ -f .git/hooks/pre-commit.sample -a ! -f .git/hooks/pre-commit ] ; then
18 cp -av .git/hooks/pre-commit.sample .git/hooks/pre-commit
19 chmod -c +x .git/hooks/pre-commit
DREADME.dbus4win9 the dbus-1.2.14 tag, i.e. commit f719d454329a1a54ff2d569feaf10ceee7cead50.
13 especially if the commit message didn't say much. For each commit left
DHACKING51 "doxygen Doxyfile" prior to commit and be sure there are no
105 . commit your change using "git commit"
106 in the commit message, write a short sentence describing what
135 files and then git commit
171 - once distcheck succeeds, "git commit -a". This is the version
179 - bump the version number up in configure.in, and commit
264 env variable unset before you commit.
299 dbus, and also post to the mailing list for discussion. The commit
307 in the reviewer group have to review and approve the commit, and
311 don't commit it while the argument is still raging.
[all …]
/external/bluetooth/glib/
DREADME.commits29 to produce a meaningful commit message. Changes without a sufficient
30 commit message will be reverted. See below for the expected format
31 of commit messages.
40 * The expected format for git commit messages is as follows:
42 === begin example commit ===
43 Short explanation of the commit
48 === end example commit ===
50 - Always add a brief description of the commit to the _first_ line of
51 the commit and terminate by two newlines (it will work without the
64 git commit -a --author "Joe Coder <joe@coder.org>" and --signoff.
/external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/module/
DLdapLoginModuleTest.java103 module.commit(); in test_commit()
113 assertFalse("Commit shouldn't be successful", module.commit()); in test_commit()
174 module.commit(); in test_logout()
197 module.commit(); in test_optionsAndSharedStatus()
227 module.commit(); in test_optionsAndSharedStatus()
243 module.commit(); in test_optionsAndSharedStatus()
259 module.commit(); in test_optionsAndSharedStatus()
271 module.commit(); in test_optionsAndSharedStatus()
286 module.commit(); in test_optionsAndSharedStatus()
DJndiLoginModuleTest.java103 module.commit(); in test_commit()
113 assertFalse("Commit shouldn't be successful", module.commit()); in test_commit()
175 module.commit(); in test_logout()
212 module.commit(); in test_optionsAndSharedStatus()
227 module.commit(); in test_optionsAndSharedStatus()
246 module.commit(); in test_optionsAndSharedStatus()
261 module.commit(); in test_optionsAndSharedStatus()
279 module.commit(); in test_optionsAndSharedStatus()
DKeyStoreLoginModuleTest.java89 module.commit(); in test_commit()
106 assertFalse("Commit shouldn't be successful", module.commit()); in test_commit()
158 module.commit(); in test_logout()
DLoginModuleUtilsTest.java115 assertEquals(LoginModuleUtils.ACTION.commit, status in testLoginModuleStatus()
131 assertEquals(LoginModuleUtils.ACTION.commit, status in testLoginModuleStatus()
/external/bluetooth/glib/po/
DREADME.translators7 edit and then convert again to UTF-8 to commit, please see the
14 cvs commit fi.po
22 cvs commit fi.po
24 If you need help with this, ask, but please don't commit
/external/qemu/block/
Dvvfat.c1373 commit_t* commit = array_get(&(s->commits), i); in clear_commits() local
1374 assert(commit->path || commit->action == ACTION_WRITEOUT); in clear_commits()
1375 if (commit->action != ACTION_WRITEOUT) { in clear_commits()
1376 assert(commit->path); in clear_commits()
1377 free(commit->path); in clear_commits()
1379 assert(commit->path == NULL); in clear_commits()
1387 commit_t* commit = array_get_next(&(s->commits)); in schedule_rename() local
1388 commit->path = new_path; in schedule_rename()
1389 commit->param.rename.cluster = cluster; in schedule_rename()
1390 commit->action = ACTION_RENAME; in schedule_rename()
[all …]
/external/qemu-pc-bios/
DREADME11 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
/external/webkit/Source/JavaScriptCore/wtf/
DOSAllocatorSymbian.cpp97 void OSAllocator::commit(void* address, size_t bytes, bool, bool executable) in commit() function in WTF::OSAllocator
102 dataAllocatorInstance()->commit(address, bytes); in commit()
116 commit(base, bytes, writable, executable); in reserveAndCommit()
178 bool PageAllocatorSymbian::commit(void* address, size_t bytes) in commit() function in WTF::PageAllocatorSymbian
DOSAllocator.h54 static void commit(void*, size_t, bool writable, bool executable);
73 commit(base, commitSize, writable, executable); in reserveAndCommit()
DPageReservation.h77 void commit(void* start, size_t size) in commit() function
85 OSAllocator::commit(start, size, m_writable, m_executable); in commit()
/external/chromium/chrome/browser/sync/engine/
Dprocess_commit_response_command_unittest.cc146 sync_pb::ClientToServerMessage* commit = in CreateUnprocessedCommitResult() local
148 commit->set_message_contents(ClientToServerMessage::COMMIT); in CreateUnprocessedCommitResult()
150 commit->mutable_commit()->add_entries()); in CreateUnprocessedCommitResult()
177 for (int i = 0; i < commit->commit().entries_size(); ++i) { in CreateUnprocessedCommitResult()
178 if (commit->commit().entries(i).id_string() == in CreateUnprocessedCommitResult()
181 response->commit().entryresponse(i).id_string()); in CreateUnprocessedCommitResult()
/external/grub/stage2/
Dfsys_reiserfs.c426 struct reiserfs_journal_commit commit; in block_read() local
440 sizeof (commit), (char *) &commit)) in block_read()
443 if (commit.j_realblock[i++ - JOURNAL_TRANS_HALF] == blockNr) in block_read()
481 struct reiserfs_journal_commit commit; in journal_init() local
507 journal_read (commit_block, sizeof (commit), (char *) &commit); in journal_init()
508 if (desc.j_trans_id != commit.j_trans_id in journal_init()
509 || desc.j_len != commit.j_len) in journal_init()
546 *journal_table++ = commit.j_realblock[i-JOURNAL_TRANS_HALF]; in journal_init()
549 commit.j_realblock[i-JOURNAL_TRANS_HALF], in journal_init()
/external/webkit/Tools/Scripts/webkitpy/tool/steps/
Dpostdiffforrevert.py36 marking it commit-queue+. The commit-queue will build and test \
/external/webkit/Source/WebCore/storage/
DIDBTransactionBackendImpl.cpp160 void IDBTransactionBackendImpl::commit() in commit() function in WebCore::IDBTransactionBackendImpl
169 m_transaction->commit(); in commit()
202 commit(); in taskEventTimerFired()
DSQLTransactionSync.cpp168 ExceptionCode SQLTransactionSync::commit() in commit() function in WebCore::SQLTransactionSync
177 m_sqliteTransaction->commit(); in commit()
DDatabaseSync.cpp126 if ((ec = transaction->commit())) in changeVersion()
152 … if ((ec = transaction->begin()) || (ec = transaction->execute()) || (ec = transaction->commit())) in runTransaction()
/external/tinyalsa/
Dpcm.c310 int commit; in pcm_mmap_write_areas() local
317 commit = pcm_mmap_commit(pcm, pcm_offset, frames); in pcm_mmap_write_areas()
318 if (commit < 0) { in pcm_mmap_write_areas()
319 oops(pcm, commit, "failed to commit %d frames\n", frames); in pcm_mmap_write_areas()
320 return commit; in pcm_mmap_write_areas()
323 offset += commit; in pcm_mmap_write_areas()
324 count += commit; in pcm_mmap_write_areas()
325 size -= commit; in pcm_mmap_write_areas()
/external/webkit/Source/JavaScriptCore/interpreter/
DRegisterFile.h178 m_reservation.commit(base, committedSize); in RegisterFile()
206 m_reservation.commit(m_commitEnd, size); in grow()
/external/chromium/app/sql/
Dconnection.cc199 Statement commit(GetCachedStatement(SQL_FROM_HERE, "COMMIT")); in CommitTransaction() local
200 if (!commit) in CommitTransaction()
202 return commit.Run(); in CommitTransaction()
/external/dnsmasq/contrib/wrt/
Dlease_update.sh48 ${NVRAM} commit

12345678910