Home
last modified time | relevance | path

Searched defs:commit (Results 1 – 25 of 73) sorted by relevance

123

/external/jcommander/src/test/java/com/beust/jcommander/command/
DCommandAliasTest.java63 CommandCommit commit = new CommandCommit(); in testCommitWithAlias() local
80 CommandCommit commit = new CommandCommit(); in twoCommandsWithAliases() local
95 CommandCommit commit = new CommandCommit(); in clashingAliasesAreNotAllowed() local
119 CommandCommit commit = new CommandCommit(); in usageCanBeRetrievedWithBothCommandAndAlias() local
138 CommandCommit commit = new CommandCommit(); in usageDisplaysCommandWithAliasesOnlyOnce() local
156 CommandCommit commit = new CommandCommit(); in formattingLooksNice() local
DCommandTest.java36 CommandCommit commit = new CommandCommit(); in namedCommandTest1() local
59 CommandCommit commit = new CommandCommit(); in commandTest1() local
74 CommandCommit commit = new CommandCommit(); in commandTest2() local
/external/autotest/tko/
Ddb.py199 def commit(self): member in db_sql
334 def _exec_sql_with_commit(self, sql, values, commit): argument
348 def insert(self, table, data, commit=None): argument
370 def delete(self, table, where, commit = None): argument
388 def update(self, table, data, where, commit = None): argument
417 def delete_job(self, tag, commit = None): argument
436 def insert_job(self, tag, job, parent_job_id=None, commit=None): argument
488 def update_job_keyvals(self, job, commit=None): argument
505 def insert_test(self, job, test, commit = None): argument
593 def insert_machine(self, job, commit = None): argument
[all …]
/external/clang/lib/Edit/
DRewriteObjCFoundationAPI.cpp60 const NSAPI &NS, Commit &commit) { in rewriteObjCRedundantCallWithLiteral()
174 static void maybePutParensOnReceiver(const Expr *Receiver, Commit &commit) { in maybePutParensOnReceiver()
182 Commit &commit) { in rewriteToSubscriptGetCommon()
206 Commit &commit) { in rewriteToArraySubscriptGet()
216 Commit &commit) { in rewriteToDictionarySubscriptGet()
226 Commit &commit) { in rewriteToArraySubscriptSet()
260 Commit &commit) { in rewriteToDictionarySubscriptSet()
291 const NSAPI &NS, Commit &commit) { in rewriteToObjCSubscriptSyntax()
340 const NSAPI &NS, Commit &commit, in rewriteToObjCLiteralSyntax()
379 const NSAPI &NS, Commit &commit, in rewriteToArrayLiteral()
[all …]
/external/lz4/tests/
Dtest-lz4-speed.py89 def send_email_with_attachments(branch, commit, last_commit, args, text, results_files, argument
116 def git_get_changes(branch, commit, last_commit): argument
147 def benchmark_and_compare(branch, commit, last_commit, args, executableName, md5sum, compilerVersio… argument
182 def update_config_file(branch, commit): argument
193 def double_check(branch, commit, args, executableName, md5sum, compilerVersion, resultsFileName, fi… argument
203 def test_commit(branch, commit, last_commit, args, testFilePaths, have_mutt, have_mail): argument
318 commit = "" variable
332 commit = execute('git show -s --format=%h ' + branch, verbose)[0] variable
/external/v8/tools/
Dfind-commit-for-patch.py54 def CountMatchingFiles(commit, files): argument
87 commit = FindFirstMatchingCommit(args.branch, files, args.limit, args.verbose) variable
/external/autotest/client/site_tests/firmware_TouchMTB/tools/
Dcreate_version.py66 def _get_first_commit_matching_pattern(commit, pattern): argument
76 def _get_date_time(commit): argument
/external/jemalloc/src/
Dchunk_mmap.c7 chunk_alloc_mmap_slow(size_t size, size_t alignment, bool *zero, bool *commit) in chunk_alloc_mmap_slow()
34 bool *commit) in chunk_alloc_mmap()
Dpages.c32 pages_map(void *addr, size_t size, bool *commit) in pages_map()
109 bool *commit) in pages_trim()
140 pages_commit_impl(void *addr, size_t size, bool commit) in pages_commit_impl()
Dchunk.c204 bool *commit, bool dalloc_node) in chunk_recycle()
338 size_t alignment, bool *zero, bool *commit, dss_prec_t dss_prec) in chunk_alloc_core()
370 bool zero, commit; in chunk_alloc_base() local
391 bool *commit, bool dalloc_node) in chunk_alloc_cache()
426 size_t size, size_t alignment, bool *zero, bool *commit) in chunk_alloc_default_impl()
442 bool *commit, unsigned arena_ind) in chunk_alloc_default()
457 bool *commit) in chunk_alloc_retained()
479 bool *commit) in chunk_alloc_wrapper()
/external/jemalloc/test/unit/
Dpages.c5 bool commit; in TEST_BEGIN() local
/external/clang/lib/ARCMigrate/
DObjCMT.cpp233 const NSAPI &NS, edit::Commit &commit, in rewriteToPropertyDotSyntax()
324 edit::Commit commit(*Consumer.Editor); in VisitObjCMessageExpr() local
330 edit::Commit commit(*Consumer.Editor); in VisitObjCMessageExpr() local
336 edit::Commit commit(*Consumer.Editor); in VisitObjCMessageExpr() local
454 const NSAPI &NS, edit::Commit &commit, in rewriteToObjCProperty()
664 const NSAPI &NS, edit::Commit &commit) { in rewriteToObjCInterfaceDecl()
707 const NSAPI &NS, edit::Commit &commit, in rewriteToNSEnumDecl()
761 const NSAPI &NS, edit::Commit &commit, in rewriteToNSMacroDecl()
892 edit::Commit commit(*Editor); in migrateProtocolConformance() local
945 edit::Commit commit(*Editor); in migrateNSEnumDecl() local
[all …]
/external/llvm/lib/DebugInfo/PDB/Raw/
DSymbolStream.cpp46 Error SymbolStream::commit() { return Error::success(); } in commit() function in SymbolStream
DInfoStream.cpp78 Error InfoStream::commit() { in commit() function in InfoStream
DModStream.cpp82 Error ModStream::commit() { return Error::success(); } in commit() function in ModStream
/external/fmtlib/doc/
Dbuild.py9 def pip_install(package, commit=None, **kwargs): argument
/external/libvpx/libvpx/tools/
Dftfy.sh47 commit() { function
/external/selinux/libselinux/utils/
Dtogglesebool.c26 int rc, i, commit = 0; in main() local
/external/testng/src/test/java/test/justin/
DBaseTestCase.java24 protected void commit() { in commit() method in BaseTestCase
/external/iptables/include/libiptc/
Dxtcshared.h9 int (*commit)(struct xtc_handle *); member
/external/iproute2/include/libiptc/
Dxtcshared.h9 int (*commit)(struct xtc_handle *); member
/external/llvm/lib/Support/
DFileOutputBuffer.cpp104 std::error_code FileOutputBuffer::commit() { in commit() function in llvm::FileOutputBuffer
/external/jemalloc/include/jemalloc/
Djemalloc_typedefs.h52 chunk_commit_t *commit; member
Djemalloc_typedefs.h.in52 chunk_commit_t *commit; member
/external/llvm/lib/DebugInfo/CodeView/
DByteStream.cpp65 template <bool Writable> Error ByteStream<Writable>::commit() const { in commit() function in ByteStream

123