HomeSort by relevance Sort by last modified time
    Searched full:verbose (Results 76 - 100 of 3185) sorted by null

1 2 34 5 6 7 8 91011>>

  /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...]
  /dalvik/tests/075-verification-error/src/
Main.java 25 public static final boolean VERBOSE = false;
42 if (VERBOSE) System.out.println("--- " + ie);
58 if (VERBOSE) System.out.println("--- " + nsfe);
65 if (VERBOSE) System.out.println("--- " + nsfe);
72 if (VERBOSE) System.out.println("--- " + nsme);
79 if (VERBOSE) System.out.println("--- " + nsme);
94 if (VERBOSE) System.out.println("--- " + iae);
102 if (VERBOSE) System.out.println("--- " + iae);
110 if (VERBOSE) System.out.println("--- " + iae);
118 if (VERBOSE) System.out.println("--- " + iae)
    [all...]
  /external/openssh/regress/
scp.sh 31 verbose "$tid: simple copy local file to local file"
36 verbose "$tid: simple copy local file to remote file"
41 verbose "$tid: simple copy remote file to local file"
46 verbose "$tid: simple copy local file to remote dir"
52 verbose "$tid: simple copy local file to local dir"
58 verbose "$tid: simple copy remote file to local dir"
64 verbose "$tid: recursive local dir to remote dir"
71 verbose "$tid: recursive local dir to local dir"
78 verbose "$tid: recursive remote dir to local dir"
85 verbose "$tid: shell metacharacters
    [all...]
portnum.sh 8 verbose "$tid: invalid port $port"
15 verbose "$tid: valid port $port"
envpass.sh 16 verbose "test $tid: pass env, don't accept"
27 verbose "test $tid: don't pass env, accept"
38 verbose "test $tid: pass single env, accept single env"
49 verbose "test $tid: pass multiple env, accept multiple env"
sftp-batch.sh 39 verbose "$tid: good commands"
43 verbose "$tid: bad commands"
47 verbose "$tid: comments and blanks"
51 verbose "$tid: junk command"
  /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/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/pyxelator/
parse_core.py 15 def __init__(self,parent=None,verbose=False):
16 self.verbose = verbose
32 #if self.verbose: print "%s.get('%s')='%s'"%(self,key,item)
36 #if self.verbose: print "%s.set('%s','%s')"%(self,key,val)
41 #if self.verbose: print "%s.set_tag(%s,%s)"%(self,key,val)
52 #if self.verbose: print "%s.get_tag(%s)=%s"%(self,key,item)
60 #if self.verbose: print "%s.get_tag(%s)=%s"%(self,key,item)
  /external/harfbuzz_ng/
autogen.sh 28 echo "running autoreconf --force --install --verbose"
29 autoreconf --force --install --verbose || exit $?
  /external/chromium-trace/trace-viewer/third_party/gl-matrix/tasks/test/
ci.rake 5 t.verbose = true
  /external/chromium_org/chrome/browser/resources/file_manager/foreground/js/metadata/
metadata_parser.js 17 this.verbose = parent.verbose;
38 * Output a log message if |verbose| flag is on.
42 if (this.verbose)
  /external/chromium_org/third_party/icu/source/tools/genren/
genren.pl 45 /^-v/ && ($VERBOSE++, next); # verbose
152 &verbose( "type: \"$type\" ");
155 &verbose( "Import: $_ \"$type\"\n");
156 &verbose( "C++ method: $_\n");
168 &verbose ("Skipping C++ function: $_\n");
170 &verbose ("Skipping C++ destructor: $_\n");
172 &verbose( " Class: '$CppName[0]': $_ \n");
177 &verbose ( "$ARGV[0]: got global C++ function $cfn with '$_'\n" );
183 &verbose( "$ARGV[0]: Skipped initializer $_\n" )
236 sub verbose { subroutine
    [all...]
  /external/chromium_org/v8/src/
v8utils.cc 125 bool verbose,
128 if (verbose) {
155 bool verbose) {
157 char* result = ReadCharsFromFile(file, size, extra_space, verbose, filename);
163 byte* ReadBytes(const char* filename, int* size, bool verbose) {
164 char* chars = ReadCharsFromFile(filename, size, 0, verbose);
184 bool verbose) {
186 char* result = ReadCharsFromFile(filename, &size, 1, verbose);
193 bool verbose) {
195 char* result = ReadCharsFromFile(file, &size, 1, verbose, "");
    [all...]
  /external/clang/test/CodeGenObjC/
debug-info-property4.m 1 // RUN: %clang_cc1 -fobjc-default-synthesize-properties -masm-verbose -S -g %s -o - | FileCheck %s
debug-property-synth.m 1 // RUN: %clang_cc1 -masm-verbose -S -g %s -o - | FileCheck %s
  /external/skia/gm/tests/outputs/intentionally-skipped-tests/output-expected/
command_line 1 out/Debug/gm --verbose --hierarchy --match selftest1 selftest2 --config 8888 565 --writeJsonSummaryPath gm/tests/outputs/intentionally-skipped-tests/output-actual/json-summary.txt --writePath gm/tests/outputs/intentionally-skipped-tests/output-actual/writePath --mismatchPath gm/tests/outputs/intentionally-skipped-tests/output-actual/mismatchPath --missingExpectationsPath gm/tests/outputs/intentionally-skipped-tests/output-actual/missingExpectationsPath
  /external/skia/gm/tests/outputs/no-readpath/output-expected/
command_line 1 out/Debug/gm --verbose --hierarchy --match selftest1 --config 8888 565 --writeJsonSummaryPath gm/tests/outputs/no-readpath/output-actual/json-summary.txt --writePath gm/tests/outputs/no-readpath/output-actual/writePath --mismatchPath gm/tests/outputs/no-readpath/output-actual/mismatchPath --missingExpectationsPath gm/tests/outputs/no-readpath/output-actual/missingExpectationsPath
  /frameworks/compile/libbcc/tests/debuginfo/host-tests/
func_invoke_and_crash.cpp 3 // DEBUGGER: set verbose on
test_info_sources.cpp 3 // DEBUGGER: set verbose on
  /packages/apps/ContactsCommon/tests/
proguard.flags 9 -verbose
  /packages/providers/ContactsProvider/
proguard.flags 16 -verbose
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
xmltests.py 7 test.test_support.verbose = 0
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
xmltests.py 7 test.test_support.verbose = 0
  /development/samples/SampleSyncAdapter/src/com/example/android/samplesync/authenticator/
AuthenticationService.java 36 if (Log.isLoggable(TAG, Log.VERBOSE)) {
44 if (Log.isLoggable(TAG, Log.VERBOSE)) {
51 if (Log.isLoggable(TAG, Log.VERBOSE)) {
  /external/chromium_org/tools/grit/grit/tool/
interface.py 50 '''Writes out 'text' if the verbose option is on.'''
51 if self.o.verbose:
55 '''Writes out 'text' if the extra-verbose option is on.

Completed in 675 milliseconds

1 2 34 5 6 7 8 91011>>