HomeSort by relevance Sort by last modified time
    Searched defs:verbose (Results 1 - 25 of 443) 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:
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/python/cpython3/Lib/test/
tf_inherit_check.py 10 verbose = (sys.argv[1] == 'v') variable
20 if verbose:
25 if verbose:
  /external/icu/icu4c/source/tools/genren/
genren.pl 47 /^-v/ && ($VERBOSE++, next); # verbose
152 &verbose(" $_");
165 &verbose( "type: \"$type\" ");
168 &verbose( "Import: $_ \"$type\"\n");
169 &verbose( "C++ method: $_\n");
182 &verbose ( "(Chopping scope $CppName[0] )");
188 &verbose ("Skipping C++ function: $_\n");
190 &verbose ("Skipping C++ destructor: $_\n");
192 &verbose( "Skipping C++ class: '$CppName[0]': $_ \n")
254 sub verbose { subroutine
    [all...]
  /external/libunwind/tests/
test-strerror.c 8 int i, verbose = argc > 1; local
14 if (verbose)
test-static-link-loc.c 40 int verbose; variable
79 if (verbose)
94 verbose = 1;
  /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
  /external/jcommander/src/test/java/com/beust/jcommander/command/
CommandMain.java 25 @Parameter(names = "-v", description = "Verbose mode")
26 public Boolean verbose = false; field in class:CommandMain
  /external/u-boot/tools/gdb/
gdbcont.c 17 int verbose = 0; variable
42 verbose = 1;
53 if (verbose)
66 if (verbose)
  /frameworks/base/cmds/idmap2/idmap2/
Dump.cpp 42 bool verbose; local
47 .OptionalFlag("--verbose", "annotate every byte of the idmap", &verbose);
59 if (verbose) {

Completed in 1015 milliseconds

1 2 3 4 5 6 7 8 91011>>