/external/qemu/distrib/libsparse/src/ |
sparse_file.h | 25 bool verbose; member in struct:sparse_file
|
/system/core/libsparse/ |
sparse_file.h | 25 bool verbose; member in struct:sparse_file
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_imgfile.py | 7 from test.test_support import verbose, unlink, findfile, import_module namespace 40 if verbose: 54 if verbose: 59 if verbose: 73 if verbose: 81 if verbose: 85 if verbose: 88 if verbose: 92 if verbose: print 'Filtering with "quadratic"' 94 if verbose: print 'Filtering with "gaussian" [all...] |
test_dummy_threading.py | 18 if test_support.verbose: 23 if test_support.verbose: 27 if test_support.verbose: 31 if test_support.verbose: 52 if test_support.verbose: 56 if test_support.verbose:
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_imgfile.py | 7 from test.test_support import verbose, unlink, findfile, import_module namespace 40 if verbose: 54 if verbose: 59 if verbose: 73 if verbose: 81 if verbose: 85 if verbose: 88 if verbose: 92 if verbose: print 'Filtering with "quadratic"' 94 if verbose: print 'Filtering with "gaussian" [all...] |
/development/cmds/monkey/src/com/android/commands/monkey/ |
MonkeyNoopEvent.java | 35 public int injectEvent(IWindowManager iwm, IActivityManager iam, int verbose) { 37 if (verbose > 1) {
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/ |
run-bindings-tests | 41 --verbose: Show output on success and logging messages (not just failure) 44 verbose = '--verbose' in argv 46 return run_bindings_tests(reset_results, verbose)
|
/external/chromium_org/third_party/smhasher/src/ |
SpeedTest.h | 6 void TinySpeedTest ( pfHash hash, int hashsize, int keysize, uint32_t seed, bool verbose, double & outCycles );
|
/external/libunwind/tests/ |
test-strerror.c | 8 int i, verbose = argc > 1; local 14 if (verbose)
|
Ltest-cxx-exceptions.cxx | 33 static int verbose; variable 57 if (verbose) 66 verbose = 1;
|
test-static-link-loc.c | 40 int verbose; variable 79 if (verbose) 94 verbose = 1;
|
Ltest-varargs.c | 11 int verbose; variable 33 if (verbose) 70 verbose = 1; 80 if (verbose)
|
Gtest-concurrent.c | 45 int verbose; variable 63 if (verbose) 77 if (verbose) 110 verbose = 1; 112 if (verbose) 117 if (verbose) 122 if (verbose) 133 if (verbose)
|
Gtest-exc.c | 45 int verbose = 0; variable 95 if (verbose) 104 if (verbose) 126 if (verbose) 140 ++verbose; 159 if (verbose)
|
/external/ltrace/testsuite/ltrace.minor/ |
print-instruction-pointer.exp | 8 verbose "compiling source file now....." 20 verbose "ltrace runtest output: $exec_output\n" 31 #verbose "output=$output" 35 verbose "addr1 = $addr1" 36 verbose "addr2 = $addr2"
|
/external/iptables/include/ |
ip6tables.h | 13 extern int for_each_chain6(int (*fn)(const xt_chainlabel, int, struct xtc_handle *), int verbose, int builtinstoo, struct xtc_handle *handle); 14 extern int flush_entries6(const xt_chainlabel chain, int verbose, struct xtc_handle *handle); 15 extern int delete_chain6(const xt_chainlabel chain, int verbose, struct xtc_handle *handle);
|
iptables.h | 12 extern int delete_chain4(const xt_chainlabel chain, int verbose, 14 extern int flush_entries4(const xt_chainlabel chain, int verbose, 17 int verbose, int builtinstoo, struct xtc_handle *handle);
|
/external/chromium_org/third_party/icu/source/tools/toolutil/ |
pkg_gencmn.h | 14 const char *dataFile, uint32_t max_size, UBool sourceTOC, UBool verbose, char *gencmnFileName);
|
/external/icu/icu4c/source/tools/toolutil/ |
pkg_gencmn.h | 14 const char *dataFile, uint32_t max_size, UBool sourceTOC, UBool verbose, char *gencmnFileName);
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/test/ |
test_compat.py | 9 from test_all import db, hashopen, btopen, rnopen, verbose, \ 32 if verbose: 40 if verbose: 68 if verbose: 84 if verbose: 88 if verbose: 93 if verbose: print "truth test: true" 95 if verbose: print "truth test: false" 104 if verbose: 107 if verbose 10 get_new_database_path namespace [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/test/ |
test_compat.py | 9 from test_all import db, hashopen, btopen, rnopen, verbose, \ 32 if verbose: 40 if verbose: 68 if verbose: 84 if verbose: 88 if verbose: 93 if verbose: print "truth test: true" 95 if verbose: print "truth test: false" 104 if verbose: 107 if verbose 10 get_new_database_path namespace [all...] |
/external/chromium_org/mojo/tools/ |
check_mojom_golden_files.py | 22 def _ProcessDircmpResults(results, verbose=False): 28 if verbose: 39 # If we're being verbose, check subdirectories even if we know that there 41 if rv or verbose: 42 rv = _ProcessDircmpResults(r, verbose=verbose) and rv 53 parser.add_argument("--verbose", action="store_true", 68 if args.verbose: 73 if args.verbose: 84 verbose=args.verbose [all...] |
/dalvik/dx/tests/043-dex-two-classes/ |
run | 18 dx --debug --verbose --dex --output=blort.dex *.class
|
/external/chromium_org/chrome/test/nacl_test_injection/ |
find_chrome.py | 16 def FindChrome(src_dir, configs, verbose=False): 47 if verbose: 50 if verbose: 57 if verbose: 60 if verbose: 75 parser.add_option('-v', '--verbose', action='store_true', 76 help='Verbose output') 93 chrome_path = FindChrome(src_dir, options.config, options.verbose)
|
/external/libsepol/tests/ |
libsepol-tests.c | 50 printf("\t-v, --verbose\t\t\tverbose output\n"); 54 static int do_tests(int interactive, int verbose) 67 if (verbose) 83 int i, verbose = 1, interactive = 0; local 86 {"verbose", 0, NULL, 'v'}, 94 verbose = 1; 109 if (do_tests(interactive, verbose)) 114 if (do_tests(interactive, verbose))
|