HomeSort by relevance Sort by last modified time
    Searched refs:verbose (Results 126 - 150 of 669) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/oprofile/pp/
common_option.h 23 extern bool verbose;
  /external/proguard/src/proguard/
Configuration.java 284 * Specifies whether to print verbose messages.
286 public boolean verbose = false; field in class:Configuration
  /external/webkit/Tools/Scripts/
check-dom-results 39 my $verbose = $ARGV[0] && $ARGV[0] eq "-v";
102 if ($verbose) {
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:
  /external/wpa_supplicant_8/src/eap_peer/
eap_proxy.h 41 int verbose);
  /frameworks/base/core/jni/
android_util_Log.cpp 37 jint verbose; member in struct:android::levels_t
49 case 'V': return levels.verbose;
101 return isLoggable(tag, levels.verbose);
155 levels.verbose = env->GetStaticIntField(clazz, env->GetStaticFieldID(clazz, "VERBOSE", "I"));
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/
alisp.h 23 int verbose: 1, member in struct:alisp_cfg
29 snd_output_t *vout; /* verbose output */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
alisp.h 23 int verbose: 1, member in struct:alisp_cfg
29 snd_output_t *vout; /* verbose output */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
alisp.h 23 int verbose: 1, member in struct:alisp_cfg
29 snd_output_t *vout; /* verbose output */
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/mock/
TestLogger.java 45 public void verbose(String msgFormat, Object... args) { method in class:TestLogger
  /external/linux-tools-perf/util/
debug.c 15 int verbose; variable
23 if (verbose >= level) {
  /external/openssh/regress/
conch-ciphers.sh 18 verbose "$tid: cipher $c"
putty-ciphers.sh 15 verbose "$tid: cipher $c"
sftp-glob.sh 15 verbose "$tid: $errtag (skipped: $skip)"
18 verbose "$tid: $errtag"
sftp.sh 21 verbose "test $tid: buffer_size $B num_requests $R"
stderr-data.sh 12 verbose "test $tid: proto $p ($n)"
transfer.sh 10 verbose "$tid: proto $p"
multiplex.sh 26 verbose "test $tid: envpass"
35 verbose "test $tid: transfer"
65 verbose "test $tid: status $s"
  /hardware/ti/omap4xxx/hwc/
Android.mk 19 # LOG_NDEBUG=0 means verbose logging enabled
  /development/build/tools/
mk_sources_zip.py 26 VERBOSE = False
51 def verbose(msg, *args): function
52 """Prints a verbose message to stderr if --verbose is set."""
53 global VERBOSE
54 if VERBOSE:
73 Use -v for verbose output (lists each file being picked up or ignored).
86 global VERBOSE
93 [ "exec-zip", "verbose", "dry", "sourcedir=" ])
102 if o in [ "-v", "--verbose" ]
    [all...]
  /external/e2fsprogs/misc/
chattr.c 67 static int verbose; variable
139 verbose = 1;
220 if (verbose) {
239 if (verbose) {
256 if (verbose)
331 if (verbose)
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/118/1/.cp/lib/
jarprocessor-ant.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-netrexx.jar 
  /external/jpeg/
rdjpgcom.c 324 scan_JPEG_header (int verbose)
352 if (verbose)
370 * APP12 markers, so we print those out too when in -verbose mode.
372 if (verbose) {
401 fprintf(stderr, " -verbose Also display dimensions of JPEG image\n");
441 int verbose = 0; local
458 if (keymatch(arg, "verbose", 1)) {
459 verbose++;
491 (void) scan_JPEG_header(verbose);
  /external/oprofile/libabi/
opimport.cpp 36 bool verbose; member in namespace:__anon12744
42 popt::option(verbose, "verbose", 'V', "verbose output"),
61 if (verbose) {
90 if (verbose)
102 if (verbose)
148 if (verbose)

Completed in 549 milliseconds

1 2 3 4 56 7 8 91011>>