HomeSort by relevance Sort by last modified time
    Searched defs:VERBOSE (Results 1 - 25 of 60) sorted by null

1 2 3

  /external/compiler-rt/make/
config.mk 25 VERBOSE := 0
31 # Adjust settings for verbose mode
32 ifneq ($(VERBOSE),1)
  /external/icu4c/tools/makeconv/
makeconv.h 26 U_CFUNC UBool VERBOSE;
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/
shell.js 30 var VERBOSE = false;
111 if ((VERBOSE) && (typeof description != "undefined"))
117 else if (VERBOSE)
124 else if (VERBOSE)
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/
shell.js 28 var VERBOSE = false;
111 if ((VERBOSE) && (typeof description != "undefined"))
117 else if (VERBOSE)
124 else if (VERBOSE)
  /external/webkit/Tools/Scripts/webkitpy/thirdparty/simplejson/
scanner.py 6 from re import VERBOSE, MULTILINE, DOTALL
11 FLAGS = (VERBOSE | MULTILINE | DOTALL)
  /frameworks/compile/libbcc/runtime/make/
config.mk 20 VERBOSE := 0
26 # Adjust settings for verbose mode
27 ifneq ($(VERBOSE),1)
  /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...]
  /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/emma/core/java12/com/vladium/logging/
ILogLevels.java 34 int VERBOSE = 3; // "-verbose"
60 String VERBOSE_STRING = "verbose";
  /external/icu4c/tools/gennorm2/
gennorm2.cpp 58 VERBOSE,
112 "\t-v or --verbose verbose output\n"
127 beVerbose=options[VERBOSE].doesOccur;
  /frameworks/base/tools/aidl/
options_test.cpp 4 const bool VERBOSE = false;
245 if (VERBOSE) {
257 if (VERBOSE) {
  /dalvik/vm/alloc/TEST/HeapBitmapTest/
main.c 15 #define VERBOSE 1
16 #if VERBOSE
  /external/icu4c/samples/uresb/
uresb.c 73 static UBool VERBOSE = FALSE;
142 VERBOSE = TRUE;
246 if(VERBOSE) {
260 if(VERBOSE) {
284 if(VERBOSE) {
311 if(VERBOSE) {
331 if(VERBOSE) {
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_6/
shell.js 45 var VERBOSE = false;
133 if ((VERBOSE) && (typeof description != "undefined"))
139 else if (VERBOSE)
146 else if (VERBOSE)
  /frameworks/base/core/java/android/util/
Log.java 32 * ERROR, WARN, INFO, DEBUG, VERBOSE. Verbose should never be compiled
58 public static final int VERBOSE = 2;
111 * Send a {@link #VERBOSE} log message.
117 return println_native(LOG_ID_MAIN, VERBOSE, tag, msg);
121 * Send a {@link #VERBOSE} log message and log the exception.
128 return println_native(LOG_ID_MAIN, VERBOSE, tag, msg + '\n' + getStackTraceString(tr));
201 * Where level is either VERBOSE, DEBUG, INFO, WARN, ERROR, ASSERT, or SUPPRESS. SUPPRESS will
  /packages/apps/Email/src/com/android/mail/utils/
LogUtils.java 43 public static final int VERBOSE = Log.VERBOSE;
69 private static final int MAX_ENABLED_LOG_LEVEL = VERBOSE;
86 return MAX_ENABLED_LOG_LEVEL > VERBOSE;
176 * Send a {@link #VERBOSE} log message.
186 if (isLoggable(tag, VERBOSE)) {
193 * Send a {@link #VERBOSE} log message.
204 if (isLoggable(tag, VERBOSE)) {
  /packages/apps/Mms/src/com/android/mms/
LogTag.java 46 public static final boolean VERBOSE = false;
  /bootable/bootloader/legacy/arch_msm7k/
nand.c 36 #define VERBOSE 0
138 #if VERBOSE
190 #if VERBOSE
310 #if VERBOSE
428 #if VERBOSE
  /external/bluetooth/glib/tests/gobject/
override.c 29 #undef VERBOSE
379 #ifndef VERBOSE
  /external/icu4c/tools/ctestfw/
uperf.cpp 26 "\t-v or --verbose print extra information when processing files\n"
46 VERBOSE,
84 verbose(FALSE), bulk_mode(FALSE),
100 verbose(FALSE), bulk_mode(FALSE),
134 if(options[VERBOSE].doesOccur) {
135 verbose = TRUE;
266 if(verbose==TRUE){
375 if(verbose==TRUE){
411 if(verbose==TRUE){
430 //print info only in verbose mod
    [all...]
  /external/icu4c/tools/gensprep/
gensprep.c 81 VERBOSE,
108 "\t-v or --verbose verbose output\n"
169 beVerbose=options[VERBOSE].doesOccur;
  /external/openssl/apps/
srp.c 87 " -verbose Talk alot while doing things\n",
114 #define VERBOSE if (verbose)
115 #define VVERBOSE if (verbose>1)
143 static void print_entry(CA_DB *db, BIO *bio, int indx, int verbose, char *s)
145 if (indx >= 0 && verbose)
157 static void print_index(CA_DB *db, BIO *bio, int indexindex, int verbose)
159 print_entry(db, bio, indexindex, verbose, "g N entry") ;
162 static void print_user(CA_DB *db, BIO *bio, int userindex, int verbose)
164 if (verbose > 0
288 int verbose=0; local
    [all...]
  /external/valgrind/main/none/tests/amd64/
amd64locked.c 6 #define VERBOSE 0
133 if (VERBOSE) printf("SEND %08x %s", theCRC, outBuf);
1057 printf("amd64locked: set #define VERBOSE 1 to diagnose\n");
  /external/valgrind/main/none/tests/x86/
x86locked.c 6 #define VERBOSE 0
133 if (VERBOSE) printf("SEND %08x %s", theCRC, outBuf);
859 printf("x86locked: set #define VERBOSE 1 to diagnose\n");
  /frameworks/base/core/java/com/android/internal/app/
NetInitiatedActivity.java 44 private static final boolean VERBOSE = false;

Completed in 326 milliseconds

1 2 3