Searched refs:VERBOSE (Results 51 - 75 of 107) sorted by relevance

12345

/external/srtp/crypto/test/
H A Dsha1_driver.c114 #if VERBOSE
/external/vogar/src/vogar/
H A DConsole.java102 currentLine = CurrentLine.VERBOSE;
340 if (currentLine == CurrentLine.VERBOSE && currentStreamMark != null && ansi) {
369 if (currentLine == CurrentLine.VERBOSE && !verbose && ansi) {
409 VERBOSE, enum constant in enum:Console.CurrentLine
/external/icu/icu4c/source/tools/gennorm2/
H A Dgennorm2.cpp56 VERBOSE, enumerator in enum:__anon5979
127 beVerbose=options[VERBOSE].doesOccur;
/external/okhttp/benchmarks/src/main/java/com/squareup/okhttp/benchmarks/
H A DNettyHttpClient.java53 private static final boolean VERBOSE = false; field in class:NettyHttpClient
185 if (VERBOSE && content instanceof LastHttpContent) {
/external/icu/icu4c/source/tools/makeconv/
H A Dmakeconv.c78 UBool VERBOSE = FALSE; variable
139 if(VERBOSE)
162 if(VERBOSE)
255 VERBOSE = options[OPT_VERBOSE].doesOccur;
288 printFilename = (UBool) (argc > 2 || VERBOSE);
/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_emulate_branches.c30 #define VERBOSE 0 macro
32 #define DBG(...) do { if (VERBOSE) fprintf(stderr, __VA_ARGS__); } while(0)
236 if (VERBOSE) {
H A Dradeon_pair_regalloc.c44 #define VERBOSE 0 macro
46 #define DBG(...) do { if (VERBOSE) fprintf(stderr, __VA_ARGS__); } while(0)
126 if (VERBOSE) {
427 #if VERBOSE
H A Dradeon_emulate_loops.c38 #define VERBOSE 0 macro
40 #define DBG(...) do { if (VERBOSE) fprintf(stderr, __VA_ARGS__); } while(0)
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dsha1-internal.c157 #ifdef VERBOSE /* SAK */
250 #ifdef VERBOSE
267 #ifdef VERBOSE
/external/wpa_supplicant_8/src/crypto/
H A Dsha1-internal.c157 #ifdef VERBOSE /* SAK */
250 #ifdef VERBOSE
267 #ifdef VERBOSE
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Dsha1-internal.c157 #ifdef VERBOSE /* SAK */
250 #ifdef VERBOSE
267 #ifdef VERBOSE
/external/clang/test/
H A DMakefile18 ifdef VERBOSE
/external/droiddriver/src/io/appium/droiddriver/util/
H A DEvents.java120 injectEvent(Log.VERBOSE, injector, newTouchMoveEvent(downTime, x, y));
/external/elfutils/src/config/
H A Dar-lib133 | -verbose | -VERBOSE \
/external/glide/library/src/main/java/com/bumptech/glide/load/resource/gif/
H A DGifResourceEncoder.java79 if (Log.isLoggable(TAG, Log.VERBOSE)) {
/external/glide/library/src/main/java/com/bumptech/glide/request/target/
H A DViewTarget.java214 if (Log.isLoggable(TAG, Log.VERBOSE)) {
/external/icu/icu4c/source/test/perf/perldriver/
H A DPerfFramework.pm14 my $VERBOSE = 0;
/external/markdown/markdown/extensions/
H A Dcodehilite.py154 ''', re.VERBOSE)
H A Dheaderid.py88 re.VERBOSE)
/external/pcre/dist/
H A Dar-lib133 | -verbose | -VERBOSE \
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/test/
H A Dgrammar.rb70 @verbose = options.fetch( :verbose, $VERBOSE )
277 @verbose = options.fetch( :verbose, $VERBOSE )
/external/icu/icu4c/source/tools/gensprep/
H A Dgensprep.c82 VERBOSE, enumerator in enum:__anon5988
170 beVerbose=options[VERBOSE].doesOccur;
/external/mesa3d/src/gallium/drivers/r300/compiler/tests/
H A Drc_test_helpers.c19 #define VERBOSE 0 macro
21 #define DBG(...) do { if (VERBOSE) fprintf(stderr, __VA_ARGS__); } while(0)
/external/apache-http/android/src/android/net/http/
H A DAndroidHttpClient.java366 if (level < Log.VERBOSE || level > Log.ASSERT) {
368 + Log.VERBOSE + ".." + Log.ASSERT + "]");
/external/icu/icu4c/source/tools/ctestfw/
H A Duperf.cpp50 VERBOSE, enumerator in enum:__anon5972
138 if(options[VERBOSE].doesOccur) {

Completed in 1139 milliseconds

12345