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

/frameworks/base/core/java/com/android/internal/app/
H A DNetInitiatedActivity.java45 private static final boolean VERBOSE = false; field in class:NetInitiatedActivity
/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.java31 * ERROR, WARN, INFO, DEBUG, VERBOSE. Verbose should never be compiled
57 public static final int VERBOSE = 2; field in class:Log
95 * Send a {@link #VERBOSE} log message.
101 return println_native(LOG_ID_MAIN, VERBOSE, tag, msg);
105 * Send a {@link #VERBOSE} log message and log the exception.
112 return println_native(LOG_ID_MAIN, VERBOSE, tag, msg + '\n' + getStackTraceString(tr));
185 * Where level is either VERBOSE, DEBUG, INFO, WARN, ERROR, ASSERT, or SUPPRESS. SUPPRESS will
/frameworks/base/media/tests/SoundPoolTest/src/com/android/
H A DSoundPoolTest.java42 private static final boolean VERBOSE = false; field in class:SoundPoolTest
/frameworks/base/libs/binder/
H A DIMemory.cpp35 #define VERBOSE 0 macro
244 if (VERBOSE) {
395 LOGD_IF(VERBOSE,
428 LOGD_IF(VERBOSE,
/frameworks/base/location/java/com/android/internal/location/
H A DGpsNetInitiatedHandler.java40 private static final boolean VERBOSE = false; field in class:GpsNetInitiatedHandler
H A DGpsLocationProvider.java78 private static final boolean VERBOSE = false; field in class:GpsLocationProvider
965 if (VERBOSE) Log.v(TAG, "reportLocation lat: " + latitude + " long: " + longitude +
1050 if (VERBOSE) Log.v(TAG, "reportStatus status: " + status);
1148 if (VERBOSE) {
/frameworks/base/libs/surfaceflinger_client/
H A DSurfaceComposerClient.cpp48 #define VERBOSE(...) ((void)0) macro
49 //#define VERBOSE LOGD
134 VERBOSE("Adding client %p to map", this);
157 VERBOSE("Creating client %p, conn %p", this, conn.get());
177 VERBOSE("Destroying client %p, conn %p", this, mClient.get());
236 VERBOSE("Removing client %p from map at %d", this, int(i));
384 VERBOSE("openGlobalTransaction (%ld clients)", N);
414 VERBOSE("closeGlobalTransaction (%ld clients)", N);
450 VERBOSE( "openTransaction (client %p, mTransactionOpen=%d)",
467 VERBOSE( "closeTransactio
[all...]

Completed in 147 milliseconds