Searched defs:VERBOSE (Results 1 - 8 of 8) sorted by relevance

/frameworks/compile/libbcc/runtime/make/
H A Dconfig.mk20 VERBOSE := 0 macro
27 ifneq ($(VERBOSE),1)
/frameworks/base/tools/aidl/
H A Doptions_test.cpp4 const bool VERBOSE = false; variable
245 if (VERBOSE) {
257 if (VERBOSE) {
/frameworks/base/core/java/android/util/
H A DLog.java32 * ERROR, WARN, INFO, DEBUG, VERBOSE. Verbose should never be compiled
58 public static final int VERBOSE = 2; field in class:Log
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
/frameworks/base/core/java/com/android/internal/app/
H A DNetInitiatedActivity.java44 private static final boolean VERBOSE = false; field in class:NetInitiatedActivity
/frameworks/base/media/tests/SoundPoolTest/src/com/android/
H A DSoundPoolTest.java41 private static final boolean VERBOSE = false; field in class:SoundPoolTest
/frameworks/base/location/java/com/android/internal/location/
H A DGpsNetInitiatedHandler.java45 private static final boolean VERBOSE = false; field in class:GpsNetInitiatedHandler
/frameworks/native/libs/binder/
H A DIMemory.cpp35 #define VERBOSE 0 macro
246 if (VERBOSE) {
406 ALOGD_IF(VERBOSE,
439 ALOGD_IF(VERBOSE,
/frameworks/base/services/java/com/android/server/location/
H A DGpsLocationProvider.java87 private static final boolean VERBOSE = Log.isLoggable(TAG, Log.VERBOSE); field in class:GpsLocationProvider
1021 if (VERBOSE) Log.v(TAG, "reportLocation lat: " + latitude + " long: " + longitude +
1183 if (VERBOSE) {

Completed in 445 milliseconds