/art/runtime/ |
log_severity.h | 22 const int VERBOSE = 0, DEBUG = 1, INFO = 2, WARNING = 3, ERROR = 4, FATAL = 5;
|
/system/core/fastbootd/ |
debug.h | 27 #define VERBOSE 3
|
/external/chromium_org/third_party/icu/source/tools/makeconv/ |
makeconv.h | 26 U_CFUNC UBool VERBOSE;
|
/external/compiler-rt/make/ |
config.mk | 26 VERBOSE := 0 32 # Adjust settings for verbose mode 33 ifneq ($(VERBOSE),1)
|
/external/icu4c/tools/makeconv/ |
makeconv.h | 26 U_CFUNC UBool VERBOSE;
|
/frameworks/ex/camera2/public/src/com/android/ex/camera2/utils/ |
SysTrace.java | 37 private static final boolean VERBOSE = Log.isLoggable(TAG, Log.VERBOSE); 49 if (VERBOSE) { 66 if (VERBOSE) { 84 if (VERBOSE) { 103 if (VERBOSE) { 117 if (VERBOSE) {
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
LauncherPreferencesBackupHelper.java | 27 private static final boolean VERBOSE = LauncherBackupAgentHelper.VERBOSE; 40 if (VERBOSE) Log.v(TAG, "restoring preferences");
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/ |
visitor.py | 32 VERBOSE = 0 50 ## if self.VERBOSE > 0: 52 ## if self.VERBOSE == 1: 81 if self.VERBOSE > 1: 85 elif self.VERBOSE > 0: 101 def walk(tree, visitor, walker=None, verbose=None): 104 if verbose is not None: 105 walker.VERBOSE = verbose
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/ |
visitor.py | 32 VERBOSE = 0 50 ## if self.VERBOSE > 0: 52 ## if self.VERBOSE == 1: 81 if self.VERBOSE > 1: 85 elif self.VERBOSE > 0: 101 def walk(tree, visitor, walker=None, verbose=None): 104 if verbose is not None: 105 walker.VERBOSE = verbose
|
/art/test/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...] |
/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...] |
/developers/build/prebuilts/gradle/ActivityInstrumentation/ActivityInstrumentationSample/src/main/java/com/example/android/common/logger/ |
Log.java | 30 public static final int VERBOSE = android.util.Log.VERBOSE; 58 * @param priority Log level of the data being logged. Verbose, Error, etc. 74 * @param priority Log level of the data being logged. Verbose, Error, etc. 83 * Prints a message at VERBOSE priority. 91 println(VERBOSE, tag, msg, tr); 95 * Prints a message at VERBOSE priority.
|
/developers/build/prebuilts/gradle/AdvancedImmersiveMode/AdvancedImmersiveModeSample/src/main/java/com/example/android/common/logger/ |
Log.java | 30 public static final int VERBOSE = android.util.Log.VERBOSE; 58 * @param priority Log level of the data being logged. Verbose, Error, etc. 74 * @param priority Log level of the data being logged. Verbose, Error, etc. 83 * Prints a message at VERBOSE priority. 91 println(VERBOSE, tag, msg, tr); 95 * Prints a message at VERBOSE priority.
|
/developers/build/prebuilts/gradle/BasicAccessibility/BasicAccessibilitySample/src/main/java/com/example/android/common/logger/ |
Log.java | 30 public static final int VERBOSE = android.util.Log.VERBOSE; 58 * @param priority Log level of the data being logged. Verbose, Error, etc. 74 * @param priority Log level of the data being logged. Verbose, Error, etc. 83 * Prints a message at VERBOSE priority. 91 println(VERBOSE, tag, msg, tr); 95 * Prints a message at VERBOSE priority.
|
/developers/build/prebuilts/gradle/BasicAndroidKeyStore/BasicAndroidKeyStoreSample/src/main/java/com/example/android/common/logger/ |
Log.java | 30 public static final int VERBOSE = android.util.Log.VERBOSE; 58 * @param priority Log level of the data being logged. Verbose, Error, etc. 74 * @param priority Log level of the data being logged. Verbose, Error, etc. 83 * Prints a message at VERBOSE priority. 91 println(VERBOSE, tag, msg, tr); 95 * Prints a message at VERBOSE priority.
|
/developers/build/prebuilts/gradle/BasicContactables/BasicContactablesSample/src/main/java/com/example/android/common/logger/ |
Log.java | 30 public static final int VERBOSE = android.util.Log.VERBOSE; 58 * @param priority Log level of the data being logged. Verbose, Error, etc. 74 * @param priority Log level of the data being logged. Verbose, Error, etc. 83 * Prints a message at VERBOSE priority. 91 println(VERBOSE, tag, msg, tr); 95 * Prints a message at VERBOSE priority.
|
/developers/build/prebuilts/gradle/BasicGestureDetect/BasicGestureDetectSample/src/main/java/com/example/android/common/logger/ |
Log.java | 30 public static final int VERBOSE = android.util.Log.VERBOSE; 58 * @param priority Log level of the data being logged. Verbose, Error, etc. 74 * @param priority Log level of the data being logged. Verbose, Error, etc. 83 * Prints a message at VERBOSE priority. 91 println(VERBOSE, tag, msg, tr); 95 * Prints a message at VERBOSE priority.
|
/developers/build/prebuilts/gradle/BasicImmersiveMode/BasicImmersiveModeSample/src/main/java/com/example/android/common/logger/ |
Log.java | 30 public static final int VERBOSE = android.util.Log.VERBOSE; 58 * @param priority Log level of the data being logged. Verbose, Error, etc. 74 * @param priority Log level of the data being logged. Verbose, Error, etc. 83 * Prints a message at VERBOSE priority. 91 println(VERBOSE, tag, msg, tr); 95 * Prints a message at VERBOSE priority.
|
/developers/build/prebuilts/gradle/BasicMediaRouter/BasicMediaRouterSample/src/main/java/com/example/android/common/logger/ |
Log.java | 30 public static final int VERBOSE = android.util.Log.VERBOSE; 58 * @param priority Log level of the data being logged. Verbose, Error, etc. 74 * @param priority Log level of the data being logged. Verbose, Error, etc. 83 * Prints a message at VERBOSE priority. 91 println(VERBOSE, tag, msg, tr); 95 * Prints a message at VERBOSE priority.
|
/developers/build/prebuilts/gradle/BasicMultitouch/BasicMultitouchSample/src/main/java/com/example/android/common/logger/ |
Log.java | 30 public static final int VERBOSE = android.util.Log.VERBOSE; 58 * @param priority Log level of the data being logged. Verbose, Error, etc. 74 * @param priority Log level of the data being logged. Verbose, Error, etc. 83 * Prints a message at VERBOSE priority. 91 println(VERBOSE, tag, msg, tr); 95 * Prints a message at VERBOSE priority.
|
/developers/build/prebuilts/gradle/BasicNetworking/BasicNetworkingSample/src/main/java/com/example/android/common/logger/ |
Log.java | 30 public static final int VERBOSE = android.util.Log.VERBOSE; 58 * @param priority Log level of the data being logged. Verbose, Error, etc. 74 * @param priority Log level of the data being logged. Verbose, Error, etc. 83 * Prints a message at VERBOSE priority. 91 println(VERBOSE, tag, msg, tr); 95 * Prints a message at VERBOSE priority.
|
/developers/build/prebuilts/gradle/BasicSyncAdapter/BasicSyncAdapterSample/src/main/java/com/example/android/common/logger/ |
Log.java | 30 public static final int VERBOSE = android.util.Log.VERBOSE; 58 * @param priority Log level of the data being logged. Verbose, Error, etc. 74 * @param priority Log level of the data being logged. Verbose, Error, etc. 83 * Prints a message at VERBOSE priority. 91 println(VERBOSE, tag, msg, tr); 95 * Prints a message at VERBOSE priority.
|
/developers/build/prebuilts/gradle/BatchStepSensor/BatchStepSensorSample/src/main/java/com/example/android/common/logger/ |
Log.java | 30 public static final int VERBOSE = android.util.Log.VERBOSE; 58 * @param priority Log level of the data being logged. Verbose, Error, etc. 74 * @param priority Log level of the data being logged. Verbose, Error, etc. 83 * Prints a message at VERBOSE priority. 91 println(VERBOSE, tag, msg, tr); 95 * Prints a message at VERBOSE priority.
|
/developers/build/prebuilts/gradle/BorderlessButtons/BorderlessButtonsSample/src/main/java/com/example/android/common/logger/ |
Log.java | 30 public static final int VERBOSE = android.util.Log.VERBOSE; 58 * @param priority Log level of the data being logged. Verbose, Error, etc. 74 * @param priority Log level of the data being logged. Verbose, Error, etc. 83 * Prints a message at VERBOSE priority. 91 println(VERBOSE, tag, msg, tr); 95 * Prints a message at VERBOSE priority.
|
/developers/build/prebuilts/gradle/CardEmulation/CardEmulationSample/src/main/java/com/example/android/common/logger/ |
Log.java | 30 public static final int VERBOSE = android.util.Log.VERBOSE; 58 * @param priority Log level of the data being logged. Verbose, Error, etc. 74 * @param priority Log level of the data being logged. Verbose, Error, etc. 83 * Prints a message at VERBOSE priority. 91 println(VERBOSE, tag, msg, tr); 95 * Prints a message at VERBOSE priority.
|