/frameworks/base/core/tests/coretests/src/android/util/ |
D | LogTest.java | 155 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/base/core/java/android/database/sqlite/ |
D | SQLiteDebug.java | 33 Log.isLoggable("SQLiteStatements", Log.VERBOSE); 40 Log.isLoggable("SQLiteTime", Log.VERBOSE); 46 Log.isLoggable("SQLiteCompiledSql", Log.VERBOSE); 53 Log.isLoggable("SQLiteCursorClosing", Log.VERBOSE); 59 Log.isLoggable("SQLiteLockTime", Log.VERBOSE); 65 Log.isLoggable("SQLiteLockStackTrace", Log.VERBOSE);
|
/frameworks/base/core/java/android/accounts/ |
D | AbstractAccountAuthenticator.java | 121 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 …]
|
D | AccountAuthenticatorResponse.java | 46 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()
|
D | AccountManagerService.java | 304 if (Log.isLoggable(TAG, Log.VERBOSE)) { in getPassword() 342 if (Log.isLoggable(TAG, Log.VERBOSE)) { in getUserData() 360 if (Log.isLoggable(TAG, Log.VERBOSE)) { in getAuthenticatorTypes() 384 if (Log.isLoggable(TAG, Log.VERBOSE)) { in addAccount() 458 if (Log.isLoggable(TAG, Log.VERBOSE)) { in hasFeatures() 505 if (Log.isLoggable(TAG, Log.VERBOSE)) { in onResult() 515 if (Log.isLoggable(TAG, Log.VERBOSE)) { in onResult() 530 if (Log.isLoggable(TAG, Log.VERBOSE)) { in removeAccount() 585 if (Log.isLoggable(TAG, Log.VERBOSE)) { in onResult() 613 if (Log.isLoggable(TAG, Log.VERBOSE)) { in invalidateAuthToken() [all …]
|
D | ChooseTypeAndAccountActivity.java | 117 if (Log.isLoggable(TAG, Log.VERBOSE)) { in onCreate() 236 if (Log.isLoggable(TAG, Log.VERBOSE)) { in onDestroy() 257 if (Log.isLoggable(TAG, Log.VERBOSE)) { in onActivityResult() 314 if (Log.isLoggable(TAG, Log.VERBOSE)) { in onActivityResult() 322 if (Log.isLoggable(TAG, Log.VERBOSE)) { in runAddAccountForAuthenticator() 395 if (Log.isLoggable(TAG, Log.VERBOSE)) { in setResultAndFinish() 403 if (Log.isLoggable(TAG, Log.VERBOSE)) { in startChooseAccountTypeActivity()
|
D | ChooseAccountTypeActivity.java | 55 if (Log.isLoggable(TAG, Log.VERBOSE)) { in onCreate() 119 if (Log.isLoggable(TAG, Log.VERBOSE)) { in setResultAndFinish()
|
/frameworks/compile/libbcc/runtime/make/ |
D | config.mk | 20 VERBOSE := 0 27 ifneq ($(VERBOSE),1)
|
/frameworks/base/media/libstagefright/rtsp/ |
D | AH263Assembler.cpp | 78 #if VERBOSE in addPacket() 79 LOG(VERBOSE) << "Not the sequence number I expected"; in addPacket() 127 #if VERBOSE in submitAccessUnit() 128 LOG(VERBOSE) << "Access unit complete (" << mPackets.size() << " packets)"; in submitAccessUnit()
|
D | AMPEG4AudioAssembler.cpp | 507 #if VERBOSE in addPacket() 508 LOG(VERBOSE) << "Not the sequence number I expected"; in addPacket() 533 #if VERBOSE in submitAccessUnit() 534 LOG(VERBOSE) << "Access unit complete (" << mPackets.size() << " packets)"; in submitAccessUnit()
|
/frameworks/base/core/java/android/content/ |
D | SyncManager.java | 159 if (Log.isLoggable(TAG, Log.VERBOSE)) { 165 if (Log.isLoggable(TAG, Log.VERBOSE)) { 249 if (Log.isLoggable(TAG, Log.VERBOSE)) { 402 if (Log.isLoggable(TAG, Log.VERBOSE)) { in initializeSyncAdapter() 444 if (Log.isLoggable(TAG, Log.VERBOSE)) { in onServiceConnected() 505 boolean isLoggable = Log.isLoggable(TAG, Log.VERBOSE); in scheduleSync() 669 if (Log.isLoggable(TAG, Log.VERBOSE)) Log.v(TAG, "sending MESSAGE_SYNC_ALARM"); in sendSyncAlarmMessage() 674 if (Log.isLoggable(TAG, Log.VERBOSE)) Log.v(TAG, "sending MESSAGE_CHECK_ALARMS"); in sendCheckAlarmsMessage() 680 if (Log.isLoggable(TAG, Log.VERBOSE)) Log.v(TAG, "sending MESSAGE_SYNC_FINISHED"); in sendSyncFinishedOrCanceledMessage() 688 if (Log.isLoggable(TAG, Log.VERBOSE)) Log.v(TAG, "sending MESSAGE_CANCEL"); in sendCancelSyncsMessage() [all …]
|
D | SyncStorageEngine.java | 375 if (Log.isLoggable(TAG, Log.VERBOSE)) { in reportChange() 490 if (Log.isLoggable(TAG, Log.VERBOSE)) { in setBackoff() 535 if (Log.isLoggable(TAG, Log.VERBOSE)) { in clearAllBackoffs() 557 if (Log.isLoggable(TAG, Log.VERBOSE)) { in setDelayUntilTime() 591 if (Log.isLoggable(TAG, Log.VERBOSE)) { in updateOrRemovePeriodicSync() 739 if (Log.isLoggable(TAG, Log.VERBOSE)) { in insertIntoPending() 770 if (Log.isLoggable(TAG, Log.VERBOSE)) { in deleteFromPending() 788 if (Log.isLoggable(TAG, Log.VERBOSE)) Log.v(TAG, "removing - " + authority); in deleteFromPending() 801 if (Log.isLoggable(TAG, Log.VERBOSE)) Log.v(TAG, "no more pending!"); in deleteFromPending() 818 if (Log.isLoggable(TAG, Log.VERBOSE)) { in clearPending() [all …]
|
/frameworks/base/telephony/java/com/android/internal/telephony/ |
D | IccSmsInterfaceManager.java | 81 if (Log.isLoggable("SMS", Log.VERBOSE)) { in sendData() 118 if (Log.isLoggable("SMS", Log.VERBOSE)) { in sendText() 156 if (Log.isLoggable("SMS", Log.VERBOSE)) { in sendMultipartText()
|
/frameworks/base/core/java/android/util/ |
D | Log.java | 58 public static final int VERBOSE = 2; field in Log 117 return println_native(LOG_ID_MAIN, VERBOSE, tag, msg); in v() 128 return println_native(LOG_ID_MAIN, VERBOSE, tag, msg + '\n' + getStackTraceString(tr)); in v()
|
D | Slog.java | 33 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()
|
D | TimingLogger.java | 103 mDisabled = !Log.isLoggable(mTag, Log.VERBOSE); in reset()
|
/frameworks/base/tools/aidl/ |
D | options_test.cpp | 4 const bool VERBOSE = false; variable 245 if (VERBOSE) { in main() 257 if (VERBOSE) { in main()
|
/frameworks/base/tools/layoutlib/bridge/src/android/util/ |
D | Log_Delegate.java | 25 case Log.VERBOSE: in priorityChar()
|
/frameworks/base/libs/binder/ |
D | IMemory.cpp | 35 #define VERBOSE 0 macro 246 if (VERBOSE) { in ~BpMemoryHeap() 406 LOGD_IF(VERBOSE, in find_heap() 439 LOGD_IF(VERBOSE, in free_heap()
|
/frameworks/base/core/java/com/android/internal/app/ |
D | NetInitiatedActivity.java | 44 private static final boolean VERBOSE = false; field in NetInitiatedActivity
|
/frameworks/base/core/java/android/net/http/ |
D | AndroidHttpClient.java | 368 if (level < Log.VERBOSE || level > Log.ASSERT) { in enableCurlLogging() 370 + Log.VERBOSE + ".." + Log.ASSERT + "]"); in enableCurlLogging()
|
/frameworks/base/services/java/com/android/server/ |
D | DockObserver.java | 71 if (Log.isLoggable(TAG, Log.VERBOSE)) { in onUEvent()
|
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/ |
D | SmsMessage.java | 680 if (Log.isLoggable(LOGGABLE_TAG, Log.VERBOSE)) { in parseSms() 761 if (Log.isLoggable(LOGGABLE_TAG, Log.VERBOSE)) { in getNextMessageId() 807 if (Log.isLoggable(LOGGABLE_TAG, Log.VERBOSE)) { in privateGetSubmitPdu()
|
/frameworks/base/core/java/android/content/pm/ |
D | RegisteredServicesCache.java | 155 if (Log.isLoggable(TAG, Log.VERBOSE)) { in notifyListener() 299 if (Log.isLoggable(TAG, Log.VERBOSE)) { in generateServicesMap()
|
/frameworks/base/core/java/android/view/inputmethod/ |
D | BaseInputConnection.java | 642 LogPrinter lp = new LogPrinter(Log.VERBOSE, TAG); in replaceText() 666 LogPrinter lp = new LogPrinter(Log.VERBOSE, TAG); in replaceText()
|