HomeSort by relevance Sort by last modified time
    Searched defs:verbose (Results 1 - 25 of 1227) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
tf_inherit_check.py 8 verbose = (sys.argv[1] == 'v') variable
18 if verbose:
23 if verbose:
test_bsddb3.py 22 verbose = False variable
23 if 'verbose' in sys.argv:
24 verbose = True variable
25 sys.argv.remove('verbose')
28 verbose = False variable
  /external/compiler-rt/test/BlocksRuntime/
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) printf("other_copied_block running\n")
    [all...]
  /external/python/cpython2/Lib/test/
tf_inherit_check.py 8 verbose = (sys.argv[1] == 'v') variable
18 if verbose:
23 if verbose:
  /external/python/cpython3/Lib/test/
tf_inherit_check.py 10 verbose = (sys.argv[1] == 'v') variable
20 if verbose:
25 if verbose:
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
tf_inherit_check.py 8 verbose = (sys.argv[1] == 'v') variable
18 if verbose:
23 if verbose:
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
tf_inherit_check.py 8 verbose = (sys.argv[1] == 'v') variable
18 if verbose:
23 if verbose:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
tf_inherit_check.py 8 verbose = (sys.argv[1] == 'v') variable
18 if verbose:
23 if verbose:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
tf_inherit_check.py 8 verbose = (sys.argv[1] == 'v') variable
18 if verbose:
23 if verbose:
  /external/autotest/scheduler/
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/icu/icu4c/source/tools/genren/
genren.pl 47 /^-v/ && ($VERBOSE++, next); # verbose
149 &verbose(" $_");
162 &verbose( "type: \"$type\" ");
165 &verbose( "Import: $_ \"$type\"\n");
166 &verbose( "C++ method: $_\n");
179 &verbose ( "(Chopping scope $CppName[0] )");
185 &verbose ("Skipping C++ function: $_\n");
187 &verbose ("Skipping C++ destructor: $_\n");
189 &verbose( "Skipping C++ class: '$CppName[0]': $_ \n")
244 sub verbose { subroutine
    [all...]
  /external/libunwind/tests/
test-strerror.c 8 int i, verbose = argc > 1; local
14 if (verbose)
  /external/protobuf/conformance/
conformance_python.py 49 verbose = False variable
116 if verbose:
  /external/python/cpython2/Mac/
Extras.install.py 8 verbose = 1 variable
27 if verbose:
34 if verbose:
39 if verbose:
43 if verbose:
  /external/python/cpython3/Mac/
Extras.install.py 8 verbose = 1 variable
27 if verbose:
34 if verbose:
39 if verbose:
43 if verbose:
  /external/skia/platform_tools/android/bin/utils/
android_setup.sh 29 elif [[ "$1" == "--verbose" ]]; then
30 VERBOSE="true"
37 function verbose { function
38 if [[ -n $VERBOSE ]]; then
46 verbose export $NAME=\"$VALUE\"
  /external/skqp/platform_tools/android/bin/utils/
android_setup.sh 29 elif [[ "$1" == "--verbose" ]]; then
30 VERBOSE="true"
37 function verbose { function
38 if [[ -n $VERBOSE ]]; then
46 verbose export $NAME=\"$VALUE\"
  /external/vogar/src/vogar/
Log.java 23 void verbose(String s); method in interface:Log
  /cts/libs/vogar-expect/src/vogar/util/
LogOutput.java 23 void verbose(String s); method in interface:LogOutput
  /external/compiler-rt/test/asan/android_commands/
android_common.py 7 verbose = False variable
9 verbose = True variable
12 if verbose:
  /external/icu/icu4c/source/tools/gencmn/
gencmn.c 52 UBool sourceTOC, verbose; local
77 "%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);
85 "\t-v, --verbose verbose output\n"
104 verbose = options[2].doesOccur;
115 maxSize, sourceTOC, verbose, NULL);
  /external/jarjar/src/main/com/tonicsystems/jarjar/
ExcludeProcessor.java 26 private final boolean verbose; field in class:ExcludeProcessor
28 public ExcludeProcessor(Set<String> excludes, boolean verbose) {
30 this.verbose = verbose;
35 if (verbose && !toKeep)
  /external/jcommander/src/test/java/com/beust/jcommander/args/
ArgsPrivate.java 24 @Parameter(names = "-verbose")
25 private Integer verbose = 1; field in class:ArgsPrivate
28 return verbose;
SeparatorColon.java 27 @Parameter(names = "-verbose", arity = 1)
28 public boolean verbose = false; field in class:SeparatorColon
SlashSeparator.java 27 @Parameter(names = "/verbose")
28 public boolean verbose = false; field in class:SlashSeparator

Completed in 527 milliseconds

1 2 3 4 5 6 7 8 91011>>