/external/compiler-rt/test/BlocksRuntime/ |
H A D | recursive-test.c | 14 int verbose = 0; variable 18 if (argc > 1) verbose = 1; 22 if (verbose) printf("recursive_local_block is a local recursive block\n"); 24 if (verbose) printf("%d\n", i); 30 if (verbose) printf("recursive_local_block's address is %p, running it:\n", (void*)recursive_local_block); 33 if (verbose) printf("Creating other_local_block: a local block that calls recursive_local_block\n"); 36 if (verbose) printf("other_local_block running\n"); 40 if (verbose) printf("other_local_block's address is %p, running it:\n", (void*)other_local_block); 45 if (verbose) printf("Creating other_copied_block: a Block_copy of a block that will call recursive_local_block\n"); 48 if (verbose) print [all...] |
/external/icu/icu4c/source/tools/genren/ |
H A D | genren.pl | 45 /^-v/ && ($VERBOSE++, next); # verbose 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 ( " 242 sub verbose { subroutine [all...] |
/external/v8/test/mjsunit/ |
H A D | migrations.js | 8 var verbose = 0; variable 15 if (verbose) { 29 if (verbose) { 40 if (verbose) { 52 if (verbose) { 64 if (verbose) { 73 if (verbose >= 2) print(results[i]); 77 if (verbose) print("--- incompatible use: " + e);
|
/external/autotest/scheduler/ |
H A D | gc_stats.py | 7 verbose = False variable 46 if verbose and _previous_obj_ids: 83 if verbose and whats_new_big_str: 88 if verbose:
|
/external/jcommander/src/test/java/com/beust/jcommander/args/ |
H A D | ArgsPrivate.java | 24 @Parameter(names = "-verbose") 25 private Integer verbose = 1; field in class:ArgsPrivate 28 return verbose;
|
H A D | SeparatorColon.java | 27 @Parameter(names = "-verbose", arity = 1) 28 public boolean verbose = false; field in class:SeparatorColon
|
H A D | SlashSeparator.java | 27 @Parameter(names = "/verbose") 28 public boolean verbose = false; field in class:SlashSeparator
|
H A D | Args2.java | 31 @Parameter(names = {"-log", "-verbose"}, description = "Level of verbosity") 32 public Integer verbose = 1; field in class:Args2
|
H A D | Args1.java | 33 @Parameter(names = { "-log", "-verbose" }, description = "Level of verbosity", required = true) 34 public Integer verbose = 1; field in class:Args1
|
/external/jcommander/src/test/java/com/beust/jcommander/command/ |
H A D | CommandMain.java | 26 public Boolean verbose = false; field in class:CommandMain
|
/external/libunwind/tests/ |
H A D | test-strerror.c | 8 int i, verbose = argc > 1; local 14 if (verbose)
|
H A D | test-flush-cache.c | 34 int verbose; variable 42 if (verbose) 45 if (verbose) 51 if (verbose) 54 if (verbose) 139 verbose = 1;
|
H A D | test-static-link-loc.c | 40 int verbose; variable 79 if (verbose) 94 verbose = 1;
|
/external/skia/platform_tools/android/bin/ |
H A D | android_setup.sh | 37 elif [[ "$1" == "--verbose" ]]; then 45 function verbose { function 54 verbose export $NAME=\"$VALUE\" 95 verbose "no target device (-d), using ${TARGET_DEVICE} from most recent build" 98 verbose "no target device (-d), using ${TARGET_DEVICE}" 156 verbose "The build is targeting the device: $TARGET_DEVICE"
|
/external/vogar/src/vogar/ |
H A D | Log.java | 23 void verbose(String s); method in interface:Log
|
/external/compiler-rt/test/asan/android_commands/ |
H A D | android_common.py | 7 verbose = False variable 9 verbose = True variable 12 if verbose:
|
/external/icu/icu4c/source/tools/gencmn/ |
H A D | gencmn.c | 50 UBool sourceTOC, verbose; local 75 "%csage: %s [ -h, -?, --help ] [ -v, --verbose ] [ -c, --copyright ] [ -C, --comment comment ] [ -d, --destdir dir ] [ -n, --name filename ] [ -t, --type filetype ] [ -S, --source tocfile ] [ -e, --entrypoint name ] maxsize listfile\n", argc < 0 ? 'u' : 'U', *argv); 83 "\t-v, --verbose verbose output\n" 102 verbose = options[2].doesOccur; 113 maxSize, sourceTOC, verbose, NULL);
|
/external/jarjar/src/main/com/tonicsystems/jarjar/ |
H A D | ExcludeProcessor.java | 26 private final boolean verbose; field in class:ExcludeProcessor 28 public ExcludeProcessor(Set<String> excludes, boolean verbose) { argument 30 this.verbose = verbose; 35 if (verbose && !toKeep)
|
H A D | JarJarMojo.java | 32 private boolean verbose; field in class:JarJarMojo 46 MainProcessor proc = new MainProcessor(patterns, verbose, true);
|
H A D | MainProcessor.java | 26 private final boolean verbose; field in class:MainProcessor 31 public MainProcessor(List<PatternElement> patterns, boolean verbose, boolean skipManifest) { argument 32 this.verbose = verbose; 46 PackageRemapper pr = new PackageRemapper(ruleList, verbose); 65 StandaloneJarProcessor.run(file, file, new ExcludeProcessor(excludes, verbose)); 97 if (verbose) 101 if (verbose)
|
/external/proguard/src/proguard/gui/ |
H A D | ReTraceRunnable.java | 40 private final boolean verbose; field in class:ReTraceRunnable 48 * @param verbose specifies whether the de-obfuscated stack trace 49 * should be verbose. 53 boolean verbose, 58 this.verbose = verbose; 91 verbose, 52 ReTraceRunnable(JTextArea consoleTextArea, boolean verbose, File mappingFile, String stackTrace) argument
|
/external/skia/tests/ |
H A D | Test.cpp | 21 bool skiatest::Reporter::verbose() const { return false; } function in class:skiatest::Reporter
|
/external/vogar/src/vogar/target/ |
H A D | AndroidLog.java | 32 @Override public void verbose(String s) { method in class:AndroidLog
|
/external/blktrace/btt/ |
H A D | bno_plot.py | 25 [ -v | --verbose ] 43 verbose = 0 variable 55 global verbose 59 l_opts = [ 'help', 'keys-below', 'verbose' ] 72 elif o in ('-v', '--verbose'): 73 verbose += 1 86 if verbose: 119 if verbose: print 'Executing %s' % cmd
|
/external/icu/icu4c/source/test/intltest/ |
H A D | nmfmtrt.h | 27 static UBool verbose; member in class:NumberFormatRoundTripTest
|