/external/v8/tools/release/ |
D | search_related_commits.py | 15 git_working_dir, start_hash, until, separator, verbose=False): argument 18 start_hash, until, git_working_dir, verbose) 19 if verbose: 32 git_working_dir, commit, until, separator, verbose) 42 git_working_dir, start_hash, until, separator, verbose=False): argument 46 start_hash, separator, git_working_dir, verbose) 54 verbose) 63 if verbose: 78 git_working_dir, git_args(start_hash), verbose).strip() 80 if verbose: [all …]
|
/external/compiler-rt/test/BlocksRuntime/ |
D | recursive-test.c | 14 int verbose = 0; variable 18 if (argc > 1) verbose = 1; in main() 22 if (verbose) printf("recursive_local_block is a local recursive block\n"); in main() 24 if (verbose) printf("%d\n", i); in main() 30 …if (verbose) printf("recursive_local_block's address is %p, running it:\n", (void*)recursive_local… in main() 33 …if (verbose) printf("Creating other_local_block: a local block that calls recursive_local_block\n"… in main() 36 if (verbose) printf("other_local_block running\n"); in main() 40 if (verbose) printf("other_local_block's address is %p, running it:\n", (void*)other_local_block); in main() 45 …if (verbose) printf("Creating other_copied_block: a Block_copy of a block that will call recursive… in main() 48 if (verbose) printf("other_copied_block running\n"); in main() [all …]
|
/external/selinux/libsemanage/src/ |
D | pywrap-test.py | 27 -v for verbose output\ 65 self.verbose = False 130 if self.verbose: print "List reference: ", mlist 138 if self.verbose: print "Module reference: ", module 154 if self.verbose: print "seseuser reference: ", seuser 173 if self.verbose: print "User reference: ", user 202 if self.verbose: print "Port reference: ", port 230 if self.verbose: print "File Context reference: ", fcon 256 if self.verbose: print "Interface reference: ", iface 280 if self.verbose: print "Boolean reference: ", pbool [all …]
|
/external/icu/icu4c/source/tools/genren/ |
D | genren.pl | 147 &verbose(" $_"); 160 &verbose( "type: \"$type\" "); 163 &verbose( "Import: $_ \"$type\"\n"); 164 &verbose( "C++ method: $_\n"); 177 &verbose ( "(Chopping scope $CppName[0] )"); 183 &verbose ("Skipping C++ function: $_\n"); 185 &verbose ("Skipping C++ destructor: $_\n"); 187 &verbose( "Skipping C++ class: '$CppName[0]': $_ \n"); 192 &verbose ( "$ARGV[0]: got global C++ function $cfn with '$_'\n" ); 198 &verbose( "$ARGV[0]: Skipped initializer $_\n" ); [all …]
|
/external/icu/icu4c/source/data/rbnf/ |
D | en.txt | 82 "%spellout-numbering-verbose:", 83 "0: =%spellout-cardinal-verbose=;", 123 "1: ' and =%spellout-cardinal-verbose=;", 124 "100: ' =%spellout-cardinal-verbose=;", 126 "1: ' and =%spellout-cardinal-verbose=;", 127 "100: , =%spellout-cardinal-verbose=;", 128 "1000: , <%spellout-cardinal-verbose< thousand[>%%commas>];", 129 "1000000: , =%spellout-cardinal-verbose=;", 130 "%spellout-cardinal-verbose:", 182 "1: ' and =%spellout-ordinal-verbose=;", [all …]
|
D | hu.txt | 53 "%spellout-cardinal-verbose:", 109 "%spellout-ordinal-verbose:", 115 "3: =%%spellout-ordinal-verbose-larger=;", 116 "%%spellout-ordinal-verbose-adik:", 118 "1: =%%spellout-ordinal-verbose-larger=;", 119 "%%spellout-ordinal-verbose-odik:", 121 "1: =%%spellout-ordinal-verbose-larger=;", 122 "%%spellout-ordinal-verbose-larger:", 124 "100: <%spellout-cardinal-verbose<sz\u00E1z>%%spellout-ordinal-verbose-adik>;", 125 "1000: <%spellout-cardinal-verbose<ezr>>;", [all …]
|
/external/emma/core/java12/com/vladium/emma/report/ |
D | ReportProcessor.java | 118 final boolean verbose = m_log.atVERBOSE (); in _run() 119 if (verbose) in _run() 121 log.verbose (IAppConstants.APP_VERBOSE_BUILD_ID); in _run() 124 log.verbose ("input data path:"); in _run() 125 log.verbose ("{"); in _run() 131 log.verbose (" " + nonexistent + f.getAbsolutePath ()); in _run() 133 log.verbose ("}"); in _run() 138 log.verbose ("source path not set"); in _run() 142 log.verbose ("source path:"); in _run() 143 log.verbose ("{"); in _run() [all …]
|
/external/lldb/tools/lldb-perf/lib/ |
D | Xcode.cpp | 17 Xcode::FetchVariable (SBValue value, uint32_t expand, bool verbose) in FetchVariable() argument 29 if (verbose) in FetchVariable() 37 FetchVariable (child,expand-1,verbose); in FetchVariable() 43 Xcode::FetchModules (SBTarget target, bool verbose) in FetchModules() argument 53 if (verbose) in FetchModules() 61 Xcode::FetchVariables (SBFrame frame, uint32_t expand, bool verbose) in FetchVariables() argument 68 FetchVariable (value,expand,verbose); in FetchVariables() 73 Xcode::FetchFrames(SBProcess process, bool variables, bool verbose) in FetchFrames() argument 80 if (verbose) in FetchFrames() 103 if (verbose) in FetchFrames() [all …]
|
/external/gmock/test/ |
D | gmock-nice-strict_test.cc | 55 using testing::GMOCK_FLAG(verbose); 115 const string saved_flag = GMOCK_FLAG(verbose); in TEST() 116 GMOCK_FLAG(verbose) = "warning"; in TEST() 126 GMOCK_FLAG(verbose) = saved_flag; in TEST() 132 const string saved_flag = GMOCK_FLAG(verbose); in TEST() 133 GMOCK_FLAG(verbose) = "warning"; in TEST() 145 GMOCK_FLAG(verbose) = saved_flag; in TEST() 153 const string saved_flag = GMOCK_FLAG(verbose); in TEST() 154 GMOCK_FLAG(verbose) = "info"; in TEST() 160 GMOCK_FLAG(verbose) = saved_flag; in TEST() [all …]
|
D | gmock_test.cc | 41 using testing::GMOCK_FLAG(verbose); 50 const ::std::string old_verbose = GMOCK_FLAG(verbose); in TestInitGoogleMock() 60 EXPECT_EQ(expected_gmock_verbose, GMOCK_FLAG(verbose).c_str()); in TestInitGoogleMock() 61 GMOCK_FLAG(verbose) = old_verbose; // Restores the gmock_verbose flag. in TestInitGoogleMock() 73 TestInitGoogleMock(argv, new_argv, GMOCK_FLAG(verbose)); in TEST() 87 TestInitGoogleMock(argv, new_argv, GMOCK_FLAG(verbose)); in TEST() 118 TestInitGoogleMock(argv, new_argv, GMOCK_FLAG(verbose)); in TEST() 166 TestInitGoogleMock(argv, new_argv, GMOCK_FLAG(verbose)); in TEST() 180 TestInitGoogleMock(argv, new_argv, GMOCK_FLAG(verbose)); in TEST() 211 TestInitGoogleMock(argv, new_argv, GMOCK_FLAG(verbose)); in TEST() [all …]
|
/external/dbus/tools/ |
D | dbus-launch.c | 142 verbose ("UID: %s\n", machine_uuid); in read_machine_uuid_if_needed() 152 verbose (const char *format, in verbose() function 156 static int verbose = TRUE; in verbose() local 163 if (!verbose) in verbose() 168 verbose = getenv ("DBUS_VERBOSE") != NULL; in verbose() 170 if (!verbose) in verbose() 383 verbose ("Killing message bus and exiting babysitter\n"); in kill_bus() 497 verbose ("session lifetime is defined by X, not monitoring stdin\n"); in kill_bus_when_session_ends() 502 verbose ("stdin isatty(), monitoring it\n"); in kill_bus_when_session_ends() 506 verbose ("stdin was not a TTY, not monitoring it\n"); in kill_bus_when_session_ends() [all …]
|
/external/curl/tests/ |
D | runtests.pl | 293 my $verbose; 340 stopservers($verbose); 419 logmsg "startnew: $cmd\n" if ($verbose); 446 logmsg "startnew: $pidfile faked with pid=$child\n" if($verbose); 454 logmsg "startnew: child process has failed to start\n" if($verbose); 475 if($verbose); 532 print "CMD ($ret): $cmd\n" if($verbose && !$torture); 567 logmsg " CMD: $testcmd\n" if($verbose); 594 if($verbose) { 654 stopservers($verbose); [all …]
|
D | ftp.pm | 160 my ($verbose, $pidlist) = @_; 188 if($verbose); 194 if($verbose); 211 if($verbose); 228 if($verbose); 251 my ($proto, $ipvnum, $idnum, $verbose, $which) = @_; 261 $server = servername_id($proto, $ipvnum, $idnum) if($verbose); 268 ($proto eq 'ftp')?'ctrl':'filt', $pid) if($verbose); 282 $pid) if($verbose); 294 my $verbose = $_[0]; [all …]
|
D | sshserver.pl | 81 my $verbose = 0; # set to 1 for debugging 104 $verbose = 1; 107 $verbose = 1; 228 logmsg $sshderror if($verbose); 232 logmsg "ssh server found $sshd is $sshdverstr" if($verbose); 271 logmsg "sftp server plugin found $sftpsrv" if($verbose); 282 logmsg "sftp client found $sftp" if($verbose); 293 logmsg "ssh keygen found $sshkeygen" if($verbose); 312 logmsg $ssherror if($verbose); 316 logmsg "ssh client found $ssh is $sshverstr" if($verbose); [all …]
|
/external/pcre/dist/sljit/ |
D | sljitLir.c | 775 SLJIT_API_FUNC_ATTRIBUTE void sljit_compiler_verbose(struct sljit_compiler *compiler, FILE* verbose) in sljit_compiler_verbose() argument 777 compiler->verbose = verbose; in sljit_compiler_verbose() 793 fprintf(compiler->verbose, "r%d", (r) - SLJIT_R0); \ 795 fprintf(compiler->verbose, "s%d", SLJIT_NUMBER_OF_REGISTERS - (r)); \ 800 fprintf(compiler->verbose, "#%" SLJIT_PRINT_D "d", (i)); \ 803 fputc('[', compiler->verbose); \ 806 fprintf(compiler->verbose, " + "); \ 809 fprintf(compiler->verbose, " * %d", 1 << (i)); \ 812 fprintf(compiler->verbose, " + %" SLJIT_PRINT_D "d", (i)); \ 813 fputc(']', compiler->verbose); \ [all …]
|
/external/libunwind/tests/ |
D | test-setjmp.c | 36 int verbose; variable 62 if (verbose) in test_setjmp() 73 if (verbose) in test_setjmp() 106 if (verbose) in test_sigsetjmp() 117 if (verbose) in test_sigsetjmp() 132 if (verbose) in sighandler() 136 if (verbose) in sighandler() 150 verbose = 1; in main() 176 else if (verbose) in main() 198 else if (verbose) in main() [all …]
|
D | Gtest-concurrent.c | 45 int verbose; variable 63 if (verbose) in handler() 77 if (verbose) in worker() 110 verbose = 1; in main() 112 if (verbose) in main() 117 if (verbose) in main() 122 if (verbose) in main() 133 if (verbose) in main()
|
/external/bison/tests/ |
D | calc.at | 415 # If BISON-OPTIONS contains `%error-verbose', then make sure the 456 # 4. If error-verbose is not used, strip the`, unexpected....' part. 457 m4_bmatch([$1], [%error-verbose], [], 603 AT_CHECK_CALC_LALR([%verbose]) 605 AT_CHECK_CALC_LALR([%error-verbose]) 609 AT_CHECK_CALC_LALR([%error-verbose %locations]) 611 AT_CHECK_CALC_LALR([%error-verbose %locations %defines %name-prefix "calc" %verbose %yacc]) 612 AT_CHECK_CALC_LALR([%error-verbose %locations %defines %define api.prefix "calc" %verbose %yacc]) 615 AT_CHECK_CALC_LALR([%error-verbose %debug %locations %defines %name-prefix "calc" %verbose %yacc]) 616 AT_CHECK_CALC_LALR([%error-verbose %debug %locations %defines %define api.prefix "calc" %verbose %y… [all …]
|
/external/ltrace/testsuite/lib/ |
D | ltrace.exp | 33 verbose "Running under valgrind command: `$VALGRIND'" 104 verbose "options are $options" 105 verbose "source is $source $dest $type $options" 112 verbose "result is $result" 156 verbose "get_compiler_info: $cppline" 2 160 verbose "get_compiler_info: $cppline" 177 verbose "compiler_info=$compiler_info" 190 verbose "+++++++ [test_compiler_info]" 240 verbose "WipeFiles: $files\n" 424 verbose "LtraceCompileObjects: $source -> $dest" [all …]
|
/external/google-breakpad/src/testing/test/ |
D | gmock_test.cc | 41 using testing::GMOCK_FLAG(verbose); 50 const ::std::string old_verbose = GMOCK_FLAG(verbose); in TestInitGoogleMock() 60 EXPECT_EQ(expected_gmock_verbose, GMOCK_FLAG(verbose).c_str()); in TestInitGoogleMock() 61 GMOCK_FLAG(verbose) = old_verbose; // Restores the gmock_verbose flag. in TestInitGoogleMock() 73 TestInitGoogleMock(argv, new_argv, GMOCK_FLAG(verbose)); in TEST() 87 TestInitGoogleMock(argv, new_argv, GMOCK_FLAG(verbose)); in TEST() 118 TestInitGoogleMock(argv, new_argv, GMOCK_FLAG(verbose)); in TEST() 166 TestInitGoogleMock(argv, new_argv, GMOCK_FLAG(verbose)); in TEST() 180 TestInitGoogleMock(argv, new_argv, GMOCK_FLAG(verbose)); in TEST() 211 TestInitGoogleMock(argv, new_argv, GMOCK_FLAG(verbose)); in TEST() [all …]
|
/external/skia/platform_tools/android/bin/ |
D | android_run_skia | 16 verbose "pushing binaries onto the device..." 24 verbose "pushing resources onto the device..." 29 verbose "clearing the device logs..." 38 verbose "======== To reproduce this run: ========" 39 verbose "android_run_skia ${APP_ARGS[*]}" 40 verbose "========================================" 41 verbose "pushing command file onto the device..." 44 verbose "preparing to run ${APP_ARGS[0]} on the device..."
|
/external/emma/core/java12/com/vladium/emma/data/ |
D | MergeProcessor.java | 98 final boolean verbose = m_log.atVERBOSE (); in _run() 99 if (verbose) in _run() 101 log.verbose (IAppConstants.APP_VERBOSE_BUILD_ID); in _run() 104 log.verbose ("input data path:"); in _run() 105 log.verbose ("{"); in _run() 111 log.verbose (" " + nonexistent + f.getAbsolutePath ()); in _run() 113 log.verbose ("}"); in _run() 142 … if (verbose) log.verbose ("processing input file [" + dataFile.getAbsolutePath () + "] ..."); in _run() 149 … if (verbose) log.verbose (" loaded " + _mdata.size () + " metadata entries"); in _run() 160 … if (verbose) log.verbose (" loaded " + _cdata.size () + " coverage data entries"); in _run() [all …]
|
/external/llvm/test/CodeGen/Mips/Fast-ISel/ |
D | check-disabled-mcpus.ll | 2 ; RUN: -fast-isel-verbose <%s 2>&1 | FileCheck %s 4 ; RUN: -fast-isel-verbose <%s 2>&1 | FileCheck %s 6 ; RUN: -fast-isel-verbose <%s 2>&1 | FileCheck %s 9 ; RUN: -fast-isel-verbose <%s 2>&1 | FileCheck %s 12 ; RUN: -fast-isel-verbose <%s 2>&1 | FileCheck %s 14 ; RUN: -fast-isel-verbose <%s 2>&1 | FileCheck %s 16 ; RUN: -fast-isel-verbose <%s 2>&1 | FileCheck %s 18 ; RUN: -fast-isel-verbose <%s 2>&1 | FileCheck %s 20 ; RUN: -fast-isel-verbose <%s 2>&1 | FileCheck %s
|
/external/strace/ |
D | printsiginfo.c | 77 printsigval(const siginfo_t *sip, bool verbose) in printsigval() argument 79 if (!verbose) in printsigval() 136 print_si_info(const siginfo_t *sip, bool verbose) in print_si_info() argument 159 printsigval(sip, verbose); in print_si_info() 165 printsigval(sip, verbose); in print_si_info() 177 if (!verbose) in print_si_info() 209 printsigval(sip, verbose); in print_si_info() 218 printsiginfo(const siginfo_t *sip, bool verbose) in printsiginfo() argument 233 print_si_info(sip, verbose); in printsiginfo() 243 printsiginfo(&si, verbose(tcp)); in MPERS_PRINTER_DECL()
|
/external/proguard/src/proguard/shrink/ |
D | ShortestUsagePrinter.java | 47 private final boolean verbose; field in ShortestUsagePrinter 69 boolean verbose) in ShortestUsagePrinter() argument 71 this(shortestUsageMarker, verbose, System.out); in ShortestUsagePrinter() 82 boolean verbose, in ShortestUsagePrinter() argument 86 this.verbose = verbose; in ShortestUsagePrinter() 122 (verbose ? in visitProgramField() 138 (verbose ? in visitProgramMethod() 156 (verbose ? in visitLibraryField() 172 (verbose ? in visitLibraryMethod()
|