Home
last modified time | relevance | path

Searched refs:VERBOSE (Results 1 – 25 of 77) sorted by relevance

1234

/frameworks/base/core/tests/coretests/src/android/util/
DLogTest.java155 canLog = Log.isLoggable(LOG_TAG, Log.VERBOSE); in testIsLoggable()
156 canLog = Log.isLoggable(LOG_TAG, Log.VERBOSE); in testIsLoggable()
157 canLog = Log.isLoggable(LOG_TAG, Log.VERBOSE); in testIsLoggable()
158 canLog = Log.isLoggable(LOG_TAG, Log.VERBOSE); in testIsLoggable()
159 canLog = Log.isLoggable(LOG_TAG, Log.VERBOSE); in testIsLoggable()
160 canLog = Log.isLoggable(LOG_TAG, Log.VERBOSE); in testIsLoggable()
161 canLog = Log.isLoggable(LOG_TAG, Log.VERBOSE); in testIsLoggable()
162 canLog = Log.isLoggable(LOG_TAG, Log.VERBOSE); in testIsLoggable()
163 canLog = Log.isLoggable(LOG_TAG, Log.VERBOSE); in testIsLoggable()
164 canLog = Log.isLoggable(LOG_TAG, Log.VERBOSE); in testIsLoggable()
/frameworks/ex/camera2/public/src/com/android/ex/camera2/utils/
DSysTrace.java37 private static final boolean VERBOSE = Log.isLoggable(TAG, Log.VERBOSE); field in SysTrace
49 if (VERBOSE) { in traceCounter()
66 if (VERBOSE) { in beginSection()
84 if (VERBOSE) { in endSection()
103 if (VERBOSE) { in beginSectionAsync()
117 if (VERBOSE) { in endSectionAsync()
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/samples/simplecamera/
DCameraTestThread.java31 private static final boolean VERBOSE = Log.isLoggable(TAG, Log.VERBOSE); field in CameraTestThread
50 if (VERBOSE) Log.v(TAG, "start loopRun"); in start()
58 if (VERBOSE) Log.v(TAG, "createLooperThread: finished"); in start()
62 if (VERBOSE) Log.v(TAG, "start waiting for looper"); in start()
78 if (VERBOSE) Log.v(TAG, "Terminate looper thread"); in close()
/frameworks/base/core/java/android/accounts/
DAbstractAccountAuthenticator.java121 if (Log.isLoggable(TAG, Log.VERBOSE)) { in addAccount()
131 if (Log.isLoggable(TAG, Log.VERBOSE)) { in addAccount()
145 if (Log.isLoggable(TAG, Log.VERBOSE)) { in confirmCredentials()
152 if (Log.isLoggable(TAG, Log.VERBOSE)) { in confirmCredentials()
168 if (Log.isLoggable(TAG, Log.VERBOSE)) { in getAuthTokenLabel()
176 if (Log.isLoggable(TAG, Log.VERBOSE)) { in getAuthTokenLabel()
190 if (Log.isLoggable(TAG, Log.VERBOSE)) { in getAuthToken()
199 if (Log.isLoggable(TAG, Log.VERBOSE)) { in getAuthToken()
214 if (Log.isLoggable(TAG, Log.VERBOSE)) { in updateCredentials()
223 if (Log.isLoggable(TAG, Log.VERBOSE)) { in updateCredentials()
[all …]
DAccountAuthenticatorResponse.java46 if (Log.isLoggable(TAG, Log.VERBOSE)) { in onResult()
59 if (Log.isLoggable(TAG, Log.VERBOSE)) { in onRequestContinued()
70 if (Log.isLoggable(TAG, Log.VERBOSE)) { in onError()
DChooseTypeAndAccountActivity.java136 if (Log.isLoggable(TAG, Log.VERBOSE)) { in onCreate()
185 if (Log.isLoggable(TAG, Log.VERBOSE)) { in onCreate()
256 if (Log.isLoggable(TAG, Log.VERBOSE)) { in onDestroy()
300 if (Log.isLoggable(TAG, Log.VERBOSE)) { in onActivityResult()
364 if (Log.isLoggable(TAG, Log.VERBOSE)) { in onActivityResult()
372 if (Log.isLoggable(TAG, Log.VERBOSE)) { in runAddAccountForAuthenticator()
422 if (Log.isLoggable(TAG, Log.VERBOSE)) { in setResultAndFinish()
430 if (Log.isLoggable(TAG, Log.VERBOSE)) { in startChooseAccountTypeActivity()
577 if (Log.isLoggable(TAG, Log.VERBOSE)) { in populateUIAccountList()
/frameworks/ex/camera2/public/src/com/android/ex/camera2/blocking/
DBlockingStateListener.java44 private static final boolean VERBOSE = Log.isLoggable(TAG, Log.VERBOSE); field in BlockingStateListener
56 if (VERBOSE) Log.v(TAG, "Camera device state now " + stateToString(state)); in setCurrentState()
217 if (VERBOSE) { in waitForAnyOfStates()
229 if (VERBOSE) { in waitForAnyOfStates()
DBlockingCameraManager.java42 private static final boolean VERBOSE = Log.isLoggable(TAG, Log.VERBOSE); field in BlockingCameraManager
208 if (VERBOSE) { in onOpened()
230 if (VERBOSE) { in onDisconnected()
253 if (VERBOSE) { in onError()
/frameworks/base/core/java/android/database/sqlite/
DSQLiteDebug.java40 Log.isLoggable("SQLiteLog", Log.VERBOSE);
48 Log.isLoggable("SQLiteStatements", Log.VERBOSE);
57 Log.isLoggable("SQLiteTime", Log.VERBOSE);
/frameworks/av/media/libstagefright/rtsp/
DAH263Assembler.cpp81 #if VERBOSE in addPacket()
82 LOG(VERBOSE) << "Not the sequence number I expected"; in addPacket()
155 #if VERBOSE in submitAccessUnit()
156 LOG(VERBOSE) << "Access unit complete (" << mPackets.size() << " packets)"; in submitAccessUnit()
DAMPEG4AudioAssembler.cpp514 #if VERBOSE in addPacket()
515 LOG(VERBOSE) << "Not the sequence number I expected"; in addPacket()
540 #if VERBOSE in submitAccessUnit()
541 LOG(VERBOSE) << "Access unit complete (" << mPackets.size() << " packets)"; in submitAccessUnit()
/frameworks/compile/libbcc/tests/debuginfo/
Dbuild_test_apk.sh20 VERBOSE=no
49 if [ "$VERBOSE" = "yes" ] ; then
70 VERBOSE=yes
/frameworks/base/services/java/com/android/server/accounts/
DAccountManagerService.java480 if (Log.isLoggable(TAG, Log.VERBOSE)) { in getPassword()
520 if (Log.isLoggable(TAG, Log.VERBOSE)) { in getUserData()
540 if (Log.isLoggable(TAG, Log.VERBOSE)) { in getAuthenticatorTypes()
566 if (Log.isLoggable(TAG, Log.VERBOSE)) { in addAccountExplicitly()
772 if (Log.isLoggable(TAG, Log.VERBOSE)) { in hasFeatures()
822 if (Log.isLoggable(TAG, Log.VERBOSE)) { in onResult()
832 if (Log.isLoggable(TAG, Log.VERBOSE)) { in onResult()
849 if (Log.isLoggable(TAG, Log.VERBOSE)) { in removeAccount()
918 if (Log.isLoggable(TAG, Log.VERBOSE)) { in onResult()
967 if (Log.isLoggable(TAG, Log.VERBOSE)) { in invalidateAuthToken()
[all …]
/frameworks/base/services/java/com/android/server/content/
DSyncManager.java201 if (Log.isLoggable(TAG, Log.VERBOSE)) {
208 if (Log.isLoggable(TAG, Log.VERBOSE)) {
316 if (Log.isLoggable(TAG, Log.VERBOSE)) {
589 boolean isLoggable = Log.isLoggable(TAG, Log.VERBOSE); in scheduleSync()
771 if (Log.isLoggable(TAG, Log.VERBOSE)) Log.v(TAG, "sending MESSAGE_SYNC_ALARM"); in sendSyncAlarmMessage()
776 if (Log.isLoggable(TAG, Log.VERBOSE)) Log.v(TAG, "sending MESSAGE_CHECK_ALARMS"); in sendCheckAlarmsMessage()
783 if (Log.isLoggable(TAG, Log.VERBOSE)) Log.v(TAG, "sending MESSAGE_SYNC_FINISHED"); in sendSyncFinishedOrCanceledMessage()
792 if (Log.isLoggable(TAG, Log.VERBOSE)) Log.v(TAG, "sending MESSAGE_CANCEL"); in sendCancelSyncsMessage()
838 if (Log.isLoggable(TAG, Log.VERBOSE)) { in increaseBackoffSetting()
911 if (Log.isLoggable(TAG, Log.VERBOSE)) { in scheduleSyncOperation()
[all …]
/frameworks/base/core/java/android/util/
DLog.java59 public static final int VERBOSE = 2; field in Log
118 return println_native(LOG_ID_MAIN, VERBOSE, tag, msg); in v()
129 return println_native(LOG_ID_MAIN, VERBOSE, tag, msg + '\n' + getStackTraceString(tr)); in v()
DSlog.java33 return Log.println_native(Log.LOG_ID_SYSTEM, Log.VERBOSE, tag, msg); in v()
37 return Log.println_native(Log.LOG_ID_SYSTEM, Log.VERBOSE, tag, in v()
/frameworks/base/telephony/java/android/telephony/
DRlog.java37 return Log.println_native(Log.LOG_ID_RADIO, Log.VERBOSE, tag, msg); in v()
41 return Log.println_native(Log.LOG_ID_RADIO, Log.VERBOSE, tag, in v()
/frameworks/base/tools/aidl/
Doptions_test.cpp4 const bool VERBOSE = false; variable
245 if (VERBOSE) { in main()
257 if (VERBOSE) { in main()
/frameworks/base/tools/layoutlib/bridge/src/android/util/
DLog_Delegate.java25 case Log.VERBOSE: in priorityChar()
/frameworks/volley/src/com/android/volley/
DVolleyLog.java30 public static boolean DEBUG = Log.isLoggable(TAG, Log.VERBOSE);
45 DEBUG = Log.isLoggable(TAG, Log.VERBOSE); in setTag()
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
DAsyncRunner.java151 mLogVerbose = Log.isLoggable(TAG, Log.VERBOSE); in AsyncRunner()
163 mLogVerbose = Log.isLoggable(TAG, Log.VERBOSE); in AsyncRunner()
DOneShotScheduler.java43 mLogVerbose = Log.isLoggable(TAG, Log.VERBOSE); in OneShotScheduler()
/frameworks/native/libs/binder/
DIMemory.cpp35 #define VERBOSE 0 macro
246 if (VERBOSE) { in ~BpMemoryHeap()
404 ALOGD_IF(VERBOSE, in find_heap()
437 ALOGD_IF(VERBOSE, in free_heap()
/frameworks/base/core/java/android/hardware/camera2/impl/
DCameraMetadataNative.java44 private static final boolean VERBOSE = Log.isLoggable(TAG, Log.VERBOSE); field in CameraMetadataNative
395 if (VERBOSE) { in unpackArray()
751 if (VERBOSE) { in registerEnumValues()
841 if (VERBOSE) {
850 if (VERBOSE) {
/frameworks/testing/uiautomator/library/core-src/com/android/uiautomator/core/
DQueryController.java34 private static final boolean VERBOSE = Log.isLoggable(LOG_TAG, Log.VERBOSE); field in QueryController
338 if (VERBOSE) in findNodeRegularRecursive()

1234