HomeSort by relevance Sort by last modified time
    Searched refs:verbose (Results 26 - 50 of 2380) sorted by null

12 3 4 5 6 7 8 91011>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_unpack.py 124 def test_main(verbose=False):
127 test_support.run_doctest(test_unpack, verbose)
130 test_main(verbose=True)
tf_inherit_check.py 8 verbose = (sys.argv[1] == 'v') variable
18 if verbose:
23 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:
test_setcomps.py 134 def test_main(verbose=None):
138 test_support.run_doctest(test_setcomps, verbose)
141 if verbose and hasattr(sys, "gettotalrefcount"):
145 test_support.run_doctest(test_setcomps, verbose)
151 test_main(verbose=True)
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...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_al.py 5 from test.test_support import verbose, import_module namespace
16 if verbose:
19 if verbose:
test_cl.py 5 from test.test_support import verbose, import_module namespace
72 if verbose:
75 if verbose:
test_unpack.py 124 def test_main(verbose=False):
127 test_support.run_doctest(test_unpack, verbose)
130 test_main(verbose=True)
tf_inherit_check.py 8 verbose = (sys.argv[1] == 'v') variable
18 if verbose:
23 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:
test_setcomps.py 134 def test_main(verbose=None):
138 test_support.run_doctest(test_setcomps, verbose)
141 if verbose and hasattr(sys, "gettotalrefcount"):
145 test_support.run_doctest(test_setcomps, verbose)
151 test_main(verbose=True)
  /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)
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
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:
test_setcomps.py 134 def test_main(verbose=None):
138 test_support.run_doctest(test_setcomps, verbose)
141 if verbose and hasattr(sys, "gettotalrefcount"):
145 test_support.run_doctest(test_setcomps, verbose)
151 test_main(verbose=True)
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...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
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:
test_setcomps.py 134 def test_main(verbose=None):
138 test_support.run_doctest(test_setcomps, verbose)
141 if verbose and hasattr(sys, "gettotalrefcount"):
145 test_support.run_doctest(test_setcomps, verbose)
151 test_main(verbose=True)
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...]
  /toolchain/binutils/binutils-2.25/binutils/testsuite/binutils-all/
dlltool.exp 41 verbose "$DLLTOOL --leading-underscore -d $srcdir/$subdir/fastcall.def" 1
46 verbose "$err" 1
56 verbose "$DLLTOOL -l libversion.a --def $srcdir/$subdir/version.def $dlltool_gas_flag" 1
61 verbose "$err" 1
71 verbose "$DLLTOOL -p prefix --leading-underscore -l tmpdir/libalias.a -d $srcdir/$subdir/alias.def $dlltool_gas_flag" 1
76 verbose "$err" 1
101 verbose "$DLLTOOL -p prefix --leading-underscore -l tmpdir/libalias2.a -d $srcdir/$subdir/alias-2.def $dlltool_gas_flag" 1
106 verbose "$err" 1
133 verbose "$DLLTOOL --no-leading-underscore -d $srcdir/$subdir/fastcall.def" 1
138 verbose "$err"
    [all...]
  /development/tools/yuv420sp2rgb/
cmdline.h 13 int *verbose);
  /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/skia/platform_tools/android/bin/
android_run_skia 16 verbose "pushing binaries onto the device..."
24 verbose "pushing resources onto the device..."
29 verbose "clearing the device logs..."
38 verbose "======== To reproduce this run: ========"
39 verbose "android_run_skia ${APP_ARGS[*]}"
40 verbose "========================================"
41 verbose "pushing command file onto the device..."
44 verbose "preparing to run ${APP_ARGS[0]} on the device..."
  /packages/apps/Camera2/src/com/android/camera/stats/profiler/
GuardingProfiler.java 31 public GuardingProfiler(Writer writer, Writer verbose) {
32 this(writer, verbose, DEFAULT_GUARD_DURATION_MILLIS);
36 public GuardingProfiler(Writer writer, Writer verbose, int maxDurationMillis) {
38 mVerboseWriter = verbose;
  /system/core/libsparse/
sparse_file.h 25 bool verbose; member in struct:sparse_file
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-cdtest/
cdtest.exp 55 verbose "tmpdir/cdtest >tmpdir/cdtest.out"
60 verbose "$exec_output" 1
65 verbose "diff tmpdir/cdtest.out $expected_output"
71 verbose "$exec_output" 1
74 verbose "Checking against Named Return Value optimization" 1
79 verbose "diff tmpdir/cdtest.out $expected_output"
88 verbose "$exec_output" 1
102 verbose "tmpdir/cdtest >tmpdir/cdtest.out"
107 verbose "$exec_output" 1
112 verbose "diff tmpdir/cdtest.out $expected_output
    [all...]

Completed in 750 milliseconds

12 3 4 5 6 7 8 91011>>