/external/chromium_org/chrome/browser/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/skia/experimental/webtry/sys/ |
D | webtry_init | 103 [ "$VERBOSE" != no ] && log_daemon_msg "Starting $DESC" "$NAME" 106 0|1) [ "$VERBOSE" != no ] && log_end_msg 0 ;; 107 2) [ "$VERBOSE" != no ] && log_end_msg 1 ;; 111 [ "$VERBOSE" != no ] && log_daemon_msg "Stopping $DESC" "$NAME" 114 0|1) [ "$VERBOSE" != no ] && log_end_msg 0 ;; 115 2) [ "$VERBOSE" != no ] && log_end_msg 1 ;;
|
/external/chromium_org/third_party/skia/experimental/webtry/sys/ |
D | webtry_init | 103 [ "$VERBOSE" != no ] && log_daemon_msg "Starting $DESC" "$NAME" 106 0|1) [ "$VERBOSE" != no ] && log_end_msg 0 ;; 107 2) [ "$VERBOSE" != no ] && log_end_msg 1 ;; 111 [ "$VERBOSE" != no ] && log_daemon_msg "Stopping $DESC" "$NAME" 114 0|1) [ "$VERBOSE" != no ] && log_end_msg 0 ;; 115 2) [ "$VERBOSE" != no ] && log_end_msg 1 ;;
|
/external/qemu/ |
D | android-rebuild.sh | 13 VERBOSE=0 25 VERBOSE=$(( $VERBOSE + 1 )) 34 VERBOSE=2 45 if [ "$VERBOSE" -ge 1 ]; then
|
/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/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/lldb/scripts/ |
D | build-lldb-llvm-clang | 56 make -j8 clang-only VERBOSE=1 PROJECT_NAME='llvm' 57 make -j8 tools-only VERBOSE=1 PROJECT_NAME='llvm' EDIS_VERSION=1 63 make -j8 clang-only VERBOSE=1 PROJECT_NAME='llvm' 64 make -j8 tools-only VERBOSE=1 PROJECT_NAME='llvm' EDIS_VERSION=1
|
/external/chromium_org/mojo/public/cpp/environment/tests/ |
D | logging_unittest.cc | 221 EXPECT_FALSE(MOJO_SHOULD_LOG(VERBOSE)); in TEST_F() 228 EXPECT_FALSE(MOJO_SHOULD_LOG(VERBOSE)); in TEST_F() 235 EXPECT_TRUE(MOJO_SHOULD_LOG(VERBOSE)); in TEST_F() 244 MOJO_LOG(VERBOSE) << "hello"; in TEST_F() 265 MOJO_LOG(VERBOSE) << "hello"; in TEST_F() 283 MOJO_LOG_IF(VERBOSE, true) << "hello"; in TEST_F() 288 MOJO_LOG_IF(VERBOSE, false) << "hello"; in TEST_F() 365 MOJO_DLOG(VERBOSE) << "hello"; in TEST_F() 383 MOJO_DLOG_IF(VERBOSE, NotCalled()) << "hello"; in TEST_F()
|
/external/owasp/sanitizer/tools/ |
D | upload_jars_to_googlecode_downloads.sh | 18 export VERBOSE="0" 25 VERBOSE="1" 50 if (( $VERBOSE )) || ! (( $EFFECT )); then
|
/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 176 VERBOSE=$(( $VERBOSE + 1 )) 182 VERBOSE=$(( $VERBOSE - 1 )) 633 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/lldb/test/pexpect-2.4/examples/ |
D | fix_cvs_files.py | 23 VERBOSE = 1 variable 47 if i==1 and VERBOSE: 82 if VERBOSE: print fullpath
|
/external/glide/library/src/main/java/com/bumptech/glide/load/engine/ |
D | Engine.java | 108 if (Log.isLoggable(TAG, Log.VERBOSE)) { in load() 117 if (Log.isLoggable(TAG, Log.VERBOSE)) { in load() 129 if (Log.isLoggable(TAG, Log.VERBOSE)) { in load() 142 if (Log.isLoggable(TAG, Log.VERBOSE)) { in load() 154 if (Log.isLoggable(TAG, Log.VERBOSE)) { in load() 184 if (Log.isLoggable(TAG, Log.VERBOSE)) { in onResourceReleased() 189 if (Log.isLoggable(TAG, Log.VERBOSE)) { in onResourceReleased() 194 if (Log.isLoggable(TAG, Log.VERBOSE)) { in onResourceReleased()
|
D | EngineJob.java | 74 if (Log.isLoggable(TAG, Log.VERBOSE)) { in onResourceReady() 100 if (Log.isLoggable(TAG, Log.VERBOSE)) { in onResourceReady() 113 if (Log.isLoggable(TAG, Log.VERBOSE)) { in onException() 130 if (Log.isLoggable(TAG, Log.VERBOSE)) { in onException()
|
D | SourceResourceRunner.java | 88 if (Log.isLoggable(TAG, Log.VERBOSE)) { in run() 101 if (Log.isLoggable(TAG, Log.VERBOSE)) { in run() 109 if (Log.isLoggable(TAG, Log.VERBOSE)) { in run() 153 if (Log.isLoggable(TAG, Log.VERBOSE)) { in write()
|
/external/icu/icu4c/source/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/qemu/distrib/ |
D | package-release.sh | 18 VERBOSE=1 26 if [ "$VERBOSE" -ge "$LEVEL" ]; then 46 case $VERBOSE in 64 case $VERBOSE in 135 if [ "$VERBOSE" -ge 3 ]; then 342 case $VERBOSE in
|
/external/compiler-rt/make/ |
D | config.mk | 26 VERBOSE := 0 33 ifneq ($(VERBOSE),1)
|
/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/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/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/tools/metrics/histograms/ |
D | find_unmapped_histograms.py | 28 """, re.VERBOSE) 34 """, re.VERBOSE) 42 """, re.VERBOSE)
|
/external/okhttp/benchmarks/src/main/java/com/squareup/okhttp/benchmarks/ |
D | OkHttp.java | 30 private static final boolean VERBOSE = false; field in OkHttp 70 if (VERBOSE) { in run()
|