/external/llvm/utils/ |
D | NewNightlyTest.pl | 189 if (/^-verbose$/) { $VERBOSE = 1; next; } 314 if ($VERBOSE) { 320 if ($VERBOSE) { 333 if ($VERBOSE) { 339 if ($VERBOSE) { 357 if ( $VERBOSE ) { print "Changing To: $name ($dir)\n"; } 388 if ($VERBOSE) { print "Copying $file to $newfile\n"; } 473 if ( $VERBOSE ) { 479 if ( $VERBOSE ) { 575 if ( $VERBOSE ) { [all …]
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/ |
D | shell.js | 28 var VERBOSE = false; variable 111 if ((VERBOSE) && (typeof description != "undefined")) 117 else if (VERBOSE) 124 else if (VERBOSE)
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/ |
D | shell.js | 30 var VERBOSE = false; variable 111 if ((VERBOSE) && (typeof description != "undefined")) 117 else if (VERBOSE) 124 else if (VERBOSE)
|
/external/bluetooth/glib/tests/ |
D | gio-test.c | 121 #ifdef VERBOSE in recv_message() 148 #ifdef VERBOSE in recv_message() 178 #ifdef VERBOSE in recv_message() 193 #ifdef VERBOSE in recv_message() 205 #ifdef VERBOSE in recv_message() 219 #ifdef VERBOSE in recv_message() 415 #ifdef VERBOSE in main() 435 #ifdef VERBOSE in main()
|
D | child-test.c | 95 #ifdef VERBOSE in child_watch_callback() 136 #ifdef VERBOSE in test_thread()
|
D | iochannel-test.c | 135 #ifdef VERBOSE in main() 166 #ifdef VERBOSE in main()
|
/external/icu4c/samples/uresb/ |
D | uresb.c | 73 static UBool VERBOSE = FALSE; variable 142 VERBOSE = TRUE; in main() 246 if(VERBOSE) { in printOutBundle() 260 if(VERBOSE) { in printOutBundle() 284 if(VERBOSE) { in printOutBundle() 311 if(VERBOSE) { in printOutBundle() 331 if(VERBOSE) { in printOutBundle()
|
/external/icu4c/stubdata/ |
D | icu_dat_generator.py | 57 if VERBOSE: 163 if VERBOSE: 216 if VERBOSE: 228 global VERBOSE 231 VERBOSE = False 242 VERBOSE = True
|
/external/hyphenation/ |
D | hyphen.c | 216 #ifdef VERBOSE 304 #ifdef VERBOSE in hnj_hyphen_load_from_buffer() 420 #ifdef VERBOSE in hnj_hyphen_load_from_buffer() 479 #ifdef VERBOSE in hnj_hyphen_load_from_buffer() 491 #ifndef VERBOSE in hnj_hyphen_load_from_buffer() 554 #ifdef VERBOSE in hnj_hyphen_hyphenate() 573 #ifdef VERBOSE in hnj_hyphen_hyphenate() 590 #ifdef VERBOSE in hnj_hyphen_hyphenate() 595 #ifdef VERBOSE in hnj_hyphen_hyphenate() 606 #ifdef VERBOSE in hnj_hyphen_hyphenate() [all …]
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_6/ |
D | shell.js | 45 var VERBOSE = false; variable 133 if ((VERBOSE) && (typeof description != "undefined")) 139 else if (VERBOSE) 146 else if (VERBOSE)
|
/external/webkit/Tools/Scripts/webkitpy/thirdparty/simplejson/ |
D | scanner.py | 6 from re import VERBOSE, MULTILINE, DOTALL 11 FLAGS = (VERBOSE | MULTILINE | DOTALL)
|
/external/icu4c/tools/genuca/ |
D | genuca.cpp | 43 UBool VERBOSE = FALSE; variable 179 if(VERBOSE && isContinuation(element->CEs[1])) { in addNewInverse() 203 if(VERBOSE && isContinuation(element->CEs[1])) { in insertInverse() 320 if(VERBOSE) { fprintf(stdout, "p:%u ", (int)position); } in addToInverse() 332 if(VERBOSE) { fprintf(stdout, "+"); } in addToInverse() 403 if (VERBOSE) { in writeOutInverseData() 566 if(VERBOSE) { in readAnElement() 789 if (VERBOSE) { in writeOutData() 967 if(VERBOSE) { in write_uca_table() 1045 if (VERBOSE) { in write_uca_table() [all …]
|
/external/icu4c/tools/genren/ |
D | genren.pl | 45 /^-v/ && ($VERBOSE++, next); # verbose 237 if($VERBOSE) {
|
/external/icu4c/tools/makeconv/ |
D | genmbcs.c | 198 if(VERBOSE) { in MBCSStartMappings() 434 } else if(VERBOSE) { in MBCSAddToUnicode() 464 } else if(VERBOSE) { in MBCSAddToUnicode() 502 } else if(VERBOSE) { in MBCSAddToUnicode() 664 } else if(VERBOSE) { in MBCSSingleAddFromUnicode() 874 } else if(VERBOSE) { in MBCSAddFromUnicode() 1199 if(VERBOSE && newStart<mbcsData->stage2Top) { in singleCompactStage2() 1253 if(VERBOSE && newStart<mbcsData->stage3Top) { in singleCompactStage3() 1311 if(VERBOSE && newStart<mbcsData->stage2Top) { in compactStage2() 1335 VERBOSE); in MBCSPostprocess() [all …]
|
D | makeconv.h | 26 U_CFUNC UBool VERBOSE; variable
|
D | makeconv.c | 80 UBool VERBOSE = FALSE; variable 141 if(VERBOSE) in writeConverterData() 164 if(VERBOSE) in writeConverterData() 257 VERBOSE = options[OPT_VERBOSE].doesOccur; in main() 290 printFilename = (UBool) (argc > 2 || VERBOSE); in main()
|
/external/emma/core/java12/com/vladium/logging/ |
D | ILogLevels.java | 34 int VERBOSE = 3; // "-verbose" field
|
D | Logger.java | 148 return (VERBOSE <= m_level); in atVERBOSE() 206 _log (VERBOSE, null, msg, false); in verbose() 382 return ILogLevels.VERBOSE; in stringToLevel()
|
/external/icu4c/tools/gennorm2/ |
D | gennorm2.cpp | 58 VERBOSE, enumerator 127 beVerbose=options[VERBOSE].doesOccur; in main()
|
/external/oprofile/utils/ |
D | opcontrol | 113 if test -n "$VERBOSE"; then 330 VERBOSE="" 883 VERBOSE="all" 885 VERBOSE=$val 916 if test -n "$VERBOSE"; then 1513 if test -n "$VERBOSE"; then 1514 OPD_ARGS="$OPD_ARGS --verbose=$VERBOSE"
|
/external/wpa_supplicant_8/src/crypto/ |
D | sha1-internal.c | 161 #ifdef VERBOSE /* SAK */ 254 #ifdef VERBOSE in SHA1Update() 271 #ifdef VERBOSE in SHA1Update()
|
/external/qemu/android/build/ |
D | common.sh | 22 VERBOSE=yes 27 if [ "$VERBOSE" = "yes" ] ; then
|
/external/llvm/test/ |
D | Makefile | 29 ifdef VERBOSE 30 RUNTESTFLAGS := $(VERBOSE)
|
/external/bluetooth/glib/tests/gobject/ |
D | override.c | 29 #undef VERBOSE 379 #ifndef VERBOSE in test()
|
/external/llvm/utils/buildit/ |
D | build_llvm | 195 VERBOSE=1 220 OPTIMIZE_OPTION='-O3' VERBOSE=1 install
|