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

1 2 3 4 5 6 7 8 91011>>

  /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/chromium_org/third_party/icu/source/tools/genren/
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")
242 sub verbose { subroutine
    [all...]
  /external/chromium_org/v8/test/mjsunit/
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/icu/icu4c/source/tools/genren/
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")
242 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/oprofile/libutil++/
cverb.h 3 * verbose output stream
22 * verbose object, all output through this stream are made only
23 * if a verbose object with a true state is injected in the stream.
29 * declare some verbose global object:
30 * verbose debug("debug");
31 * verbose stats("stats");
32 * verbose level2("level2");
36 * verbose::setup(command_line_args_to'--verbose=');
39 * cverb << (stats&level2) << "very verbose stats\n
51 class verbose { class
    [all...]
  /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:
test_al.py 5 from test.test_support import verbose, import_module namespace
16 if verbose:
19 if verbose:
test_cd.py 5 from test.test_support import verbose, import_module namespace
20 if verbose:
23 if verbose:
test_cl.py 5 from test.test_support import verbose, import_module namespace
72 if verbose:
75 if verbose:
test_dl.py 6 from test.test_support import verbose, import_module namespace
19 if verbose:
23 if verbose:
27 if verbose:
31 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:
test_al.py 5 from test.test_support import verbose, import_module namespace
16 if verbose:
19 if verbose:
test_cd.py 5 from test.test_support import verbose, import_module namespace
20 if verbose:
23 if verbose:
test_cl.py 5 from test.test_support import verbose, import_module namespace
72 if verbose:
75 if verbose:
test_dl.py 6 from test.test_support import verbose, import_module namespace
19 if verbose:
23 if verbose:
27 if verbose:
31 if verbose:
  /cts/libs/vogar-expect/src/vogar/util/
LogOutput.java 23 void verbose(String s); method in interface:LogOutput
  /external/chromium_org/third_party/icu/source/tools/gencmn/
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/chromium_org/third_party/skia/platform_tools/android/bin/
android_setup.sh 32 function verbose { function
33 if [[ -n $VERBOSE ]]; then
41 verbose export $NAME=\"$VALUE\"
88 verbose "no target device (-d), using ${TARGET_DEVICE} from most recent build"
91 verbose "no target device (-d), using ${TARGET_DEVICE}"
176 verbose "The build is targeting the device: $TARGET_DEVICE"
  /external/icu/icu4c/source/tools/gencmn/
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/
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/qemu/distrib/libsparse/src/
sparse_file.h 25 bool verbose; member in struct:sparse_file
  /external/skia/platform_tools/android/bin/
android_setup.sh 28 function verbose { function
29 if [[ -n $VERBOSE ]]; then
37 verbose export $NAME=\"$VALUE\"
84 verbose "no target device (-d), using ${TARGET_DEVICE} from most recent build"
87 verbose "no target device (-d), using ${TARGET_DEVICE}"
151 verbose "The build is targeting the device: $TARGET_DEVICE"
  /system/core/libsparse/
sparse_file.h 25 bool verbose; member in struct:sparse_file

Completed in 650 milliseconds

1 2 3 4 5 6 7 8 91011>>