/development/cmds/monkey/src/com/android/commands/monkey/ |
MonkeyRotationEvent.java | 45 public int injectEvent(IWindowManager iwm, IActivityManager iam, int verbose) { 46 if (verbose > 0) {
|
MonkeyThrottleEvent.java | 37 public int injectEvent(IWindowManager iwm, IActivityManager iam, int verbose) { 39 if (verbose > 1) {
|
MonkeyWaitEvent.java | 35 public int injectEvent(IWindowManager iwm, IActivityManager iam, int verbose) { 36 if (verbose > 1) {
|
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/blktrace/btt/ |
bno_plot.py | 25 [ -v | --verbose ] 43 verbose = 0 variable 55 global verbose 59 l_opts = [ 'help', 'keys-below', 'verbose' ] 72 elif o in ('-v', '--verbose'): 73 verbose += 1 86 if verbose: 119 if verbose: print 'Executing %s' % cmd
|
/external/libgsm/src/ |
gsm_option.c | 28 result = r->verbose; 29 if (val) r->verbose = *val;
|
/external/linux-tools-perf/Documentation/ |
perf-buildid-cache.txt | 28 --verbose:: 29 Be more verbose.
|
perf-buildid-list.txt | 31 --verbose:: 32 Be more verbose.
|
perf-inject.txt | 30 --verbose:: 31 Be more verbose.
|
perf-lock.txt | 35 --verbose:: 36 Be more verbose (show symbol address, etc).
|
/external/llvm/test/CodeGen/X86/ |
fast-isel-cmp-branch.ll | 1 ; RUN: llc -O0 -mtriple=x86_64-linux -asm-verbose=false < %s | FileCheck %s 2 ; RUN: llc -O0 -mtriple=x86_64-win32 -asm-verbose=false < %s | FileCheck %s
|
pmulld.ll | 1 ; RUN: llc < %s -mtriple=x86_64-linux -mattr=+sse41 -asm-verbose=0 | FileCheck %s 2 ; RUN: llc < %s -mtriple=x86_64-win32 -mattr=+sse41 -asm-verbose=0 | FileCheck %s -check-prefix=WIN64
|
/external/oprofile/doc/ |
opgprof.1.in | 28 .BI "--verbose / -V [options]" 29 Give verbose debugging output.
|
opimport.1.in | 38 .BI "--verbose / -V" 39 Give verbose debugging output.
|
/external/oprofile/libabi/ |
opimport.cpp | 36 bool verbose; member in namespace:__anon12746 42 popt::option(verbose, "verbose", 'V', "verbose output"), 61 if (verbose) { 90 if (verbose) 102 if (verbose) 148 if (verbose)
|
/external/wpa_supplicant_8/src/rsn_supp/ |
preauth.h | 27 int verbose); 67 size_t buflen, int verbose)
|
/external/proguard/src/proguard/ |
ProGuard.java | 167 if (configuration.verbose) 189 if (configuration.verbose) 205 if (configuration.verbose) 219 if (configuration.verbose) 234 if (configuration.verbose) 276 if (configuration.verbose) 304 if (configuration.verbose) 319 if (configuration.verbose) 334 if (configuration.verbose) 361 if (configuration.verbose) [all...] |
/external/libusb-compat/examples/ |
testlibusb.c | 11 int verbose = 0; variable 101 if (udev && verbose) { 113 if (verbose) { 134 verbose = 1; 142 if (bus->root_dev && !verbose)
|
/external/markdown/markdown/ |
commandline.py | 52 action="store_const", const=CRITICAL+10, dest="verbose", 54 parser.add_option("-v", "--verbose", 55 action="store_const", const=INFO, dest="verbose", 64 action="store_const", const=DEBUG, dest="verbose", 85 'output_format': options.output_format}, options.verbose
|
/external/webkit/Tools/Scripts/ |
deduplicate-tests | 33 deduplicate-tests --verbose # print out the duplicated files 49 optparse.make_option("-v", "--verbose", dest="verbose", 51 help="Verbose output."), 67 if options.verbose:
|
/cts/tests/tests/media/src/android/media/cts/ |
DecodeEditEncodeTest.java | 54 private static final boolean VERBOSE = false; // lots of logging 189 if (VERBOSE) Log.d(TAG, "generateVideoFile " + mWidth + "x" + mHeight); 200 if (VERBOSE) Log.d(TAG, "found codec: " + codecInfo.getName()); 213 if (VERBOSE) Log.d(TAG, "format: " + format); 227 if (VERBOSE) Log.d(TAG, "releasing encoder"); 230 if (VERBOSE) Log.d(TAG, "released encoder"); 279 if (VERBOSE) Log.d(TAG, "gen loop"); 286 if (VERBOSE) Log.d(TAG, "signaling input EOS"); 298 if (VERBOSE) Log.d(TAG, "inputSurface swapBuffers"); 314 if (VERBOSE) Log.d(TAG, "no output from encoder available") [all...] |
/external/openssl/apps/ |
ciphers.c | 74 " -v - verbose mode, a textual listing of the SSL/TLS ciphers in OpenSSL\n", 75 " -V - even more verbose\n", 87 int verbose=0,Verbose=0; local 126 verbose=1; 128 verbose=Verbose=1; 176 if (!verbose) 187 else /* verbose */ 197 if (Verbose) [all...] |
/packages/apps/Mms/src/com/android/mms/data/ |
RecipientIdCache.java | 68 if (LogTag.VERBOSE || Log.isLoggable(LogTag.THREAD_CACHE, Log.VERBOSE)) { 96 if (LogTag.VERBOSE || Log.isLoggable(LogTag.THREAD_CACHE, Log.VERBOSE)) { 120 if (Log.isLoggable(LogTag.THREAD_CACHE, Log.VERBOSE)) { 159 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) { 181 if (LogTag.VERBOSE || Log.isLoggable(LogTag.APP, Log.VERBOSE)) { 263 if (LogTag.VERBOSE || Log.isLoggable(LogTag.APP, Log.VERBOSE)) { [all...] |
/bionic/libc/tools/ |
bionic_utils.py | 13 verbose = 0 variable 16 global verbose 17 if verbose > 0: 21 global verbose 22 if verbose >= 2: 26 global verbose 27 if verbose >= 3: 31 global verbose 32 if verbose >= 4: 36 global verbose [all...] |
/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); 266 if (VERBOSE) Log.v(TAG, "setTrust() result=" + result); 296 if (VERBOSE) Log.v(TAG, "Pbap Service onDestroy") [all...] |