/external/jcommander/src/test/java/com/beust/jcommander/command/ |
D | CommandAliasTest.java | 63 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
|
D | CommandTest.java | 36 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/ |
D | db.py | 199 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/ |
D | RewriteObjCFoundationAPI.cpp | 60 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/ |
D | test-lz4-speed.py | 89 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/ |
D | find-commit-for-patch.py | 54 def CountMatchingFiles(commit, files): argument 87 commit = FindFirstMatchingCommit(args.branch, files, args.limit, args.verbose) variable
|
/external/autotest/client/site_tests/firmware_TouchMTB/tools/ |
D | create_version.py | 66 def _get_first_commit_matching_pattern(commit, pattern): argument 76 def _get_date_time(commit): argument
|
/external/jemalloc/src/ |
D | chunk_mmap.c | 7 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()
|
D | pages.c | 32 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()
|
D | chunk.c | 204 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/ |
D | pages.c | 5 bool commit; in TEST_BEGIN() local
|
/external/clang/lib/ARCMigrate/ |
D | ObjCMT.cpp | 233 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/ |
D | SymbolStream.cpp | 46 Error SymbolStream::commit() { return Error::success(); } in commit() function in SymbolStream
|
D | InfoStream.cpp | 78 Error InfoStream::commit() { in commit() function in InfoStream
|
D | ModStream.cpp | 82 Error ModStream::commit() { return Error::success(); } in commit() function in ModStream
|
/external/fmtlib/doc/ |
D | build.py | 9 def pip_install(package, commit=None, **kwargs): argument
|
/external/libvpx/libvpx/tools/ |
D | ftfy.sh | 47 commit() { function
|
/external/selinux/libselinux/utils/ |
D | togglesebool.c | 26 int rc, i, commit = 0; in main() local
|
/external/testng/src/test/java/test/justin/ |
D | BaseTestCase.java | 24 protected void commit() { in commit() method in BaseTestCase
|
/external/iptables/include/libiptc/ |
D | xtcshared.h | 9 int (*commit)(struct xtc_handle *); member
|
/external/iproute2/include/libiptc/ |
D | xtcshared.h | 9 int (*commit)(struct xtc_handle *); member
|
/external/llvm/lib/Support/ |
D | FileOutputBuffer.cpp | 104 std::error_code FileOutputBuffer::commit() { in commit() function in llvm::FileOutputBuffer
|
/external/jemalloc/include/jemalloc/ |
D | jemalloc_typedefs.h | 52 chunk_commit_t *commit; member
|
D | jemalloc_typedefs.h.in | 52 chunk_commit_t *commit; member
|
/external/llvm/lib/DebugInfo/CodeView/ |
D | ByteStream.cpp | 65 template <bool Writable> Error ByteStream<Writable>::commit() const { in commit() function in ByteStream
|