/external/chromium_org/chrome/browser/resources/web_dev_style/ |
D | css_checker.py | 39 re.DOTALL | re.VERBOSE) 49 re.DOTALL | re.VERBOSE) 77 re.VERBOSE) 86 re.VERBOSE) 100 re.VERBOSE) 109 re.VERBOSE) 120 re.VERBOSE) 134 re.VERBOSE) 151 re.VERBOSE) 217 re.MULTILINE | re.VERBOSE) [all …]
|
/external/chromium_org/third_party/openssl/openssl/apps/ |
D | srp.c | 114 #define VERBOSE if (verbose) macro 225 …VERBOSE BIO_printf(bio,"Validating\n user=\"%s\"\n srp_verifier=\"%s\"\n srp_usersalt=\"%s\"\n g… in srp_verify_user() 255 VERBOSE BIO_printf(bio,"Creating\n user=\"%s\"\n g=\"%s\"\n N=\"%s\"\n",user,g,N); in srp_create_user() 460 VERBOSE BIO_printf(bio_err,"Using configuration from %s\n",configfile); in MAIN() 484 VERBOSE BIO_printf(bio_err,"trying to read " ENV_DEFAULT_SRP " in \" BASE_SECTION \"\n"); in MAIN() 498 VERBOSE BIO_printf(bio_err,"trying to read " ENV_DATABASE " in section \"%s\"\n",section); in MAIN() 512 VERBOSE BIO_printf(bio_err,"Trying to read SRP verifier file \"%s\"\n",dbfile); in MAIN() 532 VERBOSE BIO_printf(bio_err, "Database initialised\n"); in MAIN() 546 VERBOSE BIO_printf(bio_err, "Database has no g N information.\n"); in MAIN() 652 VERBOSE BIO_printf(bio_err,"Verifying password for user \"%s\"\n",user); in MAIN() [all …]
|
/external/openssl/apps/ |
D | srp.c | 114 #define VERBOSE if (verbose) macro 225 …VERBOSE BIO_printf(bio,"Validating\n user=\"%s\"\n srp_verifier=\"%s\"\n srp_usersalt=\"%s\"\n g… in srp_verify_user() 255 VERBOSE BIO_printf(bio,"Creating\n user=\"%s\"\n g=\"%s\"\n N=\"%s\"\n",user,g,N); in srp_create_user() 460 VERBOSE BIO_printf(bio_err,"Using configuration from %s\n",configfile); in MAIN() 484 VERBOSE BIO_printf(bio_err,"trying to read " ENV_DEFAULT_SRP " in \" BASE_SECTION \"\n"); in MAIN() 498 VERBOSE BIO_printf(bio_err,"trying to read " ENV_DATABASE " in section \"%s\"\n",section); in MAIN() 512 VERBOSE BIO_printf(bio_err,"Trying to read SRP verifier file \"%s\"\n",dbfile); in MAIN() 532 VERBOSE BIO_printf(bio_err, "Database initialised\n"); in MAIN() 546 VERBOSE BIO_printf(bio_err, "Database has no g N information.\n"); in MAIN() 652 VERBOSE BIO_printf(bio_err,"Verifying password for user \"%s\"\n",user); in MAIN() [all …]
|
/external/chromium_org/third_party/openssl/openssl/ |
D | check-all-builds.sh | 16 VERBOSE=1 23 if [ "$VERBOSE" -ge "$LOG_LEVEL" ]; then 46 case $VERBOSE in 173 VERBOSE=$(( $VERBOSE + 1 )) 179 VERBOSE=$(( $VERBOSE - 1 )) 614 if [ "$VERBOSE" -gt 2 ]; then
|
/external/openssl/ |
D | check-all-builds.sh | 16 VERBOSE=1 23 if [ "$VERBOSE" -ge "$LOG_LEVEL" ]; then 46 case $VERBOSE in 173 VERBOSE=$(( $VERBOSE + 1 )) 179 VERBOSE=$(( $VERBOSE - 1 )) 614 if [ "$VERBOSE" -gt 2 ]; then
|
/external/chromium_org/third_party/openssl/ |
D | import_from_android.sh | 16 VERBOSE=1 35 # $1: Verbosity threshold, only if '$VERBOSE > $1' does this print. 40 if [ "$VERBOSE" -gt "$LEVEL" ]; then 71 if [ "$VERBOSE" -gt 1 ]; then 74 case $VERBOSE in 228 VERBOSE=$(( $VERBOSE - 1 )) 231 VERBOSE=$(( $VERBOSE + 1 )) 259 case $VERBOSE in
|
/external/chromium_org/tools/grit/grit/gather/ |
D | rc.py | 145 ''', re.MULTILINE | re.VERBOSE) 197 ''', re.MULTILINE | re.VERBOSE) 262 ''', re.MULTILINE | re.VERBOSE) 282 ''', re.MULTILINE | re.VERBOSE | re.DOTALL) 338 ''', re.MULTILINE | re.VERBOSE)
|
/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 | 47 if VERBOSE: 279 if VERBOSE: 329 if VERBOSE: 340 global VERBOSE, VERY_VERBOSE 342 VERBOSE = VERY_VERBOSE = False 353 VERBOSE = True 355 VERY_VERBOSE = VERBOSE = True
|
/external/compiler-rt/make/ |
D | config.mk | 26 VERBOSE := 0 33 ifneq ($(VERBOSE),1)
|
/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/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/ |
D | LogTest.java | 72 assertLogged(Log.VERBOSE, "tag", "msg", null); in v_shouldLogAppropriately() 81 assertLogged(Log.VERBOSE, "tag", "msg", throwable); in v_shouldLogAppropriately_withThrowable() 143 assertFalse(Log.isLoggable("FOO", Log.VERBOSE)); in infoIsDefaultLoggableLevel() 157 assertTrue(Log.isLoggable("FOO", Log.VERBOSE)); in shouldAlwaysBeLoggableIfStreamIsSpecified()
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
D | radeon_sanity.c | 46 #define VERBOSE (RADEON_DEBUG & RADEON_VERBOSE) macro 49 #define VERBOSE 0 macro 437 if (VERBOSE || (NORMAL && (changed || !ever_seen))) in print_int_reg_assignment() 449 if (VERBOSE || (NORMAL && (changed || !ever_seen))) in print_int_reg_assignment() 462 if (VERBOSE || (NORMAL && (newmin || newmax || changed))) in print_float_reg_assignment() 481 if (VERBOSE || (NORMAL && (newmin || newmax || changed))) in print_float_reg_assignment() 546 if (VERBOSE) in radeon_emit_packets() 572 if (VERBOSE) in radeon_emit_scalars() 600 if (VERBOSE) in radeon_emit_scalars2() 634 if (VERBOSE) in radeon_emit_vectors() [all …]
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/ |
D | radeon_sanity.c | 46 #define VERBOSE (RADEON_DEBUG & RADEON_VERBOSE) macro 49 #define VERBOSE 0 macro 437 if (VERBOSE || (NORMAL && (changed || !ever_seen))) in print_int_reg_assignment() 449 if (VERBOSE || (NORMAL && (changed || !ever_seen))) in print_int_reg_assignment() 462 if (VERBOSE || (NORMAL && (newmin || newmax || changed))) in print_float_reg_assignment() 481 if (VERBOSE || (NORMAL && (newmin || newmax || changed))) in print_float_reg_assignment() 546 if (VERBOSE) in radeon_emit_packets() 572 if (VERBOSE) in radeon_emit_scalars() 600 if (VERBOSE) in radeon_emit_scalars2() 634 if (VERBOSE) in radeon_emit_vectors() [all …]
|
/external/chromium_org/tools/metrics/histograms/ |
D | find_unmapped_histograms.py | 28 """, re.VERBOSE) 34 """, re.VERBOSE) 42 """, re.VERBOSE)
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
D | r200_sanity.c | 50 #define VERBOSE (R200_DEBUG & RADEON_VERBOSE) macro 53 #define VERBOSE 0 macro 715 if (VERBOSE || (NORMAL && (changed || !ever_seen))) in print_int_reg_assignment() 727 if (VERBOSE || (NORMAL && (changed || !ever_seen))) in print_int_reg_assignment() 740 if (VERBOSE || (NORMAL && (newmin || newmax || changed))) in print_float_reg_assignment() 759 if (VERBOSE || (NORMAL && (newmin || newmax || changed))) in print_float_reg_assignment() 824 if (VERBOSE) in radeon_emit_packets() 850 if (VERBOSE) in radeon_emit_scalars() 878 if (VERBOSE) in radeon_emit_scalars2() 912 if (VERBOSE) in radeon_emit_vectors() [all …]
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/ |
D | r200_sanity.c | 50 #define VERBOSE (R200_DEBUG & RADEON_VERBOSE) macro 53 #define VERBOSE 0 macro 715 if (VERBOSE || (NORMAL && (changed || !ever_seen))) in print_int_reg_assignment() 727 if (VERBOSE || (NORMAL && (changed || !ever_seen))) in print_int_reg_assignment() 740 if (VERBOSE || (NORMAL && (newmin || newmax || changed))) in print_float_reg_assignment() 759 if (VERBOSE || (NORMAL && (newmin || newmax || changed))) in print_float_reg_assignment() 824 if (VERBOSE) in radeon_emit_packets() 850 if (VERBOSE) in radeon_emit_scalars() 878 if (VERBOSE) in radeon_emit_scalars2() 912 if (VERBOSE) in radeon_emit_vectors() [all …]
|
/external/icu4c/tools/genren/ |
D | genren.pl | 45 /^-v/ && ($VERBOSE++, next); # verbose 243 if($VERBOSE) {
|
/external/chromium_org/third_party/icu/source/tools/genren/ |
D | genren.pl | 45 /^-v/ && ($VERBOSE++, next); # verbose 237 if($VERBOSE) {
|
/external/mesa3d/src/gallium/drivers/r300/compiler/ |
D | radeon_inline_literals.c | 9 #define VERBOSE 0 macro 11 #define DBG(...) do { if (VERBOSE) fprintf(stderr, __VA_ARGS__); } while(0)
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/ |
D | radeon_inline_literals.c | 9 #define VERBOSE 0 macro 11 #define DBG(...) do { if (VERBOSE) fprintf(stderr, __VA_ARGS__); } while(0)
|
/external/bluetooth/bluedroid/btif/src/ |
D | btif_media_task.c | 184 #define VERBOSE(fmt, ...) \ macro 188 #define VERBOSE(fmt, ...) macro 1063 VERBOSE("btif_media_task_aa_handle_uipc_rx_rdy calls bta_av_ci_src_data_ready"); in btif_media_task_aa_handle_uipc_rx_rdy() 1109 VERBOSE("================ MEDIA TASK STARTING ================"); in btif_media_task() 1121 VERBOSE("================= MEDIA TASK EVENT %d ===============", event); in btif_media_task() 1148 VERBOSE("=============== MEDIA TASK EVENT %d DONE ============", event); in btif_media_task() 1223 VERBOSE("btif_media_task_handle_cmd : %d %s", p_msg->event, in btif_media_task_handle_cmd() 1255 VERBOSE("btif_media_task_handle_cmd : %s DONE", dump_media_event(p_msg->event)); in btif_media_task_handle_cmd() 1873 VERBOSE("WRITE %d FRAMES", result); in btif_get_num_aa_frame() 2165 VERBOSE("TX QUEUE NOW %d", btif_media_cb.TxAaQ.count); in btif_media_aa_prep_sbc_2_send() [all …]
|
/external/chromium_org/third_party/icu/source/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 …]
|
/external/icu4c/tools/makeconv/ |
D | genmbcs.cpp | 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() 1204 if(VERBOSE && newStart<mbcsData->stage2Top) { in singleCompactStage2() 1258 if(VERBOSE && newStart<mbcsData->stage3Top) { in singleCompactStage3() 1316 if(VERBOSE && newStart<mbcsData->stage2Top) { in compactStage2() 1340 VERBOSE); in MBCSPostprocess() [all …]
|
/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/ |
D | javascripttokenizer.py | 67 """ % (HEX_LITERAL, DECIMAL_LITERAL), re.VERBOSE) 125 re.VERBOSE) 178 """ % NESTED_IDENTIFIER, re.VERBOSE)
|