/prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/test/ |
test_basics.py | 14 from test_all import db, test_support, verbose, get_new_environment_path, \ 25 if verbose: 124 if verbose: 138 if verbose: 144 if verbose: 161 if verbose: print val 183 if verbose: print val 211 if verbose: 226 if verbose: 236 if verbose 15 get_new_database_path namespace [all...] |
test_lock.py | 8 from test_all import db, test_support, verbose, have_threads, \ 35 if verbose: 40 if verbose: 43 if verbose: 46 if verbose: 52 if verbose: 155 if verbose: 160 if verbose: 164 if verbose: 9 get_new_environment_path, get_new_database_path namespace
|
/development/cmds/monkey/src/com/android/commands/monkey/ |
MonkeySourceRandomScript.java | 26 /** The verbose level of the source (currently not used) */ 123 * @param verbose The verbose level. 125 public void setVerbose(int verbose) { 126 mVerbose = verbose; 129 mSetupSource.setVerbose(verbose); 133 source.setVerbose(verbose);
|
/external/chromium_org/media/tools/constrained_network_server/ |
cn.py | 19 # Default logging is ERROR. Use --verbose to enable DEBUG logging. 78 parser.add_option('-v', '--verbose', action='store_true', dest='verbose', 79 default=False, help='Turn on verbose output.') 82 _SetLogger(options.verbose) 105 def _SetLogger(verbose): 107 if verbose:
|
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/ |
BluetoothPbapService.java | 73 * To enable PBAP DEBUG/VERBOSE logging - run below cmd in adb shell, and 75 * "setprop log.tag.BluetoothPbapService DEBUG"; enable both VERBOSE and 76 * DEBUG log: "setprop log.tag.BluetoothPbapService VERBOSE" 81 public static final boolean VERBOSE = false; 191 if (VERBOSE) Log.v(TAG, "Pbap Service onCreate"); 198 if (VERBOSE) Log.v(TAG, "Starting PBAP service"); 232 if (VERBOSE) Log.v(TAG, "action: " + action); 235 if (VERBOSE) Log.v(TAG, "state: " + state); 272 if (VERBOSE) Log.v(TAG, "setTrust() result=" + result); 302 if (VERBOSE) Log.v(TAG, "Pbap Service onDestroy") [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/ |
applesingle.py | 51 def __init__(self, fileobj, verbose=False): 57 if verbose: 74 if verbose: 107 def decode(infile, outpath, resonly=False, verbose=False): 108 """decode(infile, outpath [, resonly=False, verbose=False]) 131 asfile = AppleSingle(infile, verbose=verbose)
|
/system/core/libsparse/ |
simg_dump.py | 23 -v verbose output 34 verbose = 0 # -v 38 ["verbose"]) 43 if o in ("-v", "--verbose"): 44 verbose += 1 91 if not verbose: 144 if verbose > 1:
|
/system/extras/tests/bionic/libc/ |
run-test.sh | 25 VERBOSE=no 36 --verbose) 37 if [ "$VERBOSE" = "yes" ] ; then 40 VERBOSE=yes 69 echo " --verbose Enable verbose mode" 135 if [ $VERBOSE = "yes" ] ; then
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/test/ |
test_lock.py | 8 from test_all import db, test_support, verbose, have_threads, \ 35 if verbose: 40 if verbose: 43 if verbose: 46 if verbose: 52 if verbose: 155 if verbose: 160 if verbose: 164 if verbose: 9 get_new_environment_path, get_new_database_path namespace
|
/dalvik/dexgen/src/com/android/dexgen/dex/file/ |
EncodedMember.java | 62 * @param verbose whether to be verbose with the output 64 public abstract void debugPrint(PrintWriter out, boolean verbose);
|
/dalvik/dx/src/com/android/dx/dex/file/ |
EncodedMember.java | 61 * @param verbose whether to be verbose with the output 63 public abstract void debugPrint(PrintWriter out, boolean verbose);
|
/external/chromium_org/chrome/test/chromedriver/test/ |
run_java_tests.py | 62 verbose, debug): 72 verbose: whether the output should be verbose. 118 class_path, sys_props, jvm_args, verbose) 121 def _RunAntTest(test_dir, test_class, class_path, sys_props, jvm_args, verbose): 130 verbose: whether the output should be verbose. 177 if verbose: 221 '', '--verbose', action='store_true', default=False, 222 help='Whether output should be verbose') [all...] |
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/unittest2/ |
main.py | 24 -v, --verbose Verbose output 39 -v, --verbose Verbose output 54 -v, --verbose Verbose output 120 long_opts = ['help', 'verbose', 'quiet', 'failfast', 'catch', 'buffer'] 128 if opt in ('-v','--verbose'): 169 parser.add_option('-v', '--verbose', dest='verbose', default=False [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/ |
lp_test.h | 62 test_some(unsigned verbose, FILE *fp, 66 test_single(unsigned verbose, FILE *fp); 69 test_all(unsigned verbose, FILE *fp);
|
/external/chromium_org/v8/tools/testrunner/objects/ |
context.py | 30 def __init__(self, arch, mode, shell_dir, mode_flags, verbose, timeout, 36 self.verbose = verbose
|
/external/dexmaker/src/dx/java/com/android/dx/dex/file/ |
EncodedMember.java | 62 * @param verbose whether to be verbose with the output 64 public abstract void debugPrint(PrintWriter out, boolean verbose);
|
/external/libvpx/libvpx/build/make/ |
armlink_adapter.sh | 13 verbose=0 19 verbose=1 53 [ $verbose -eq 1 ] && echo $cmd
|
/external/llvm/test/CodeGen/X86/ |
unaligned-load.ll | 1 ; RUN: llc < %s -mtriple=i386-apple-darwin10.0 -mcpu=core2 -relocation-model=dynamic-no-pic --asm-verbose=0 | FileCheck -check-prefix=I386 %s 2 ; RUN: llc < %s -mtriple=x86_64-apple-darwin10.0 -mcpu=core2 -relocation-model=dynamic-no-pic --asm-verbose=0 | FileCheck -check-prefix=CORE2 %s 3 ; RUN: llc < %s -mtriple=x86_64-apple-darwin10.0 -mcpu=corei7 -relocation-model=dynamic-no-pic --asm-verbose=0 | FileCheck -check-prefix=COREI7 %s
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
lp_test.h | 62 test_some(unsigned verbose, FILE *fp, 66 test_single(unsigned verbose, FILE *fp); 69 test_all(unsigned verbose, FILE *fp);
|
/external/openssh/regress/ |
try-ciphers.sh | 17 verbose "test $tid: proto 2 cipher $c mac $m" 28 verbose "test $tid: proto 1 cipher $c" 44 verbose "test $tid: proto 2 cipher $c mac $m"
|
/frameworks/base/core/java/android/accounts/ |
AccountAuthenticatorResponse.java | 46 if (Log.isLoggable(TAG, Log.VERBOSE)) { 59 if (Log.isLoggable(TAG, Log.VERBOSE)) { 70 if (Log.isLoggable(TAG, Log.VERBOSE)) {
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_list.py | 62 def test_main(verbose=None): 67 if verbose and hasattr(sys, "gettotalrefcount"): 78 test_main(verbose=True)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/ |
main.py | 21 -v, --verbose Verbose output 35 -v, --verbose Verbose output 50 -v, --verbose Verbose output 117 long_opts = ['help', 'verbose', 'quiet', 'failfast', 'catch', 'buffer'] 125 if opt in ('-v','--verbose'): 169 parser.add_option('-v', '--verbose', dest='verbose', default=False [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_list.py | 62 def test_main(verbose=None): 67 if verbose and hasattr(sys, "gettotalrefcount"): 78 test_main(verbose=True)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/ |
main.py | 21 -v, --verbose Verbose output 35 -v, --verbose Verbose output 50 -v, --verbose Verbose output 117 long_opts = ['help', 'verbose', 'quiet', 'failfast', 'catch', 'buffer'] 125 if opt in ('-v','--verbose'): 169 parser.add_option('-v', '--verbose', dest='verbose', default=False [all...] |