/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/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 | ChooseTypeAndAccountActivity.java | 117 if (Log.isLoggable(TAG, Log.VERBOSE)) { in onCreate() 151 if (Log.isLoggable(TAG, Log.VERBOSE)) { in onCreate() 284 if (Log.isLoggable(TAG, Log.VERBOSE)) { in onCreate() 296 if (Log.isLoggable(TAG, Log.VERBOSE)) { in onDestroy() 339 if (Log.isLoggable(TAG, Log.VERBOSE)) { in onActivityResult() 402 if (Log.isLoggable(TAG, Log.VERBOSE)) { in onActivityResult() 410 if (Log.isLoggable(TAG, Log.VERBOSE)) { in runAddAccountForAuthenticator() 459 if (Log.isLoggable(TAG, Log.VERBOSE)) { in setResultAndFinish() 467 if (Log.isLoggable(TAG, Log.VERBOSE)) { in startChooseAccountTypeActivity()
|
D | AccountManagerService.java | 403 if (Log.isLoggable(TAG, Log.VERBOSE)) { in getPassword() 442 if (Log.isLoggable(TAG, Log.VERBOSE)) { in getUserData() 461 if (Log.isLoggable(TAG, Log.VERBOSE)) { in getAuthenticatorTypes() 485 if (Log.isLoggable(TAG, Log.VERBOSE)) { in addAccount() 561 if (Log.isLoggable(TAG, Log.VERBOSE)) { in hasFeatures() 609 if (Log.isLoggable(TAG, Log.VERBOSE)) { in onResult() 619 if (Log.isLoggable(TAG, Log.VERBOSE)) { in onResult() 634 if (Log.isLoggable(TAG, Log.VERBOSE)) { in removeAccount() 691 if (Log.isLoggable(TAG, Log.VERBOSE)) { in onResult() 724 if (Log.isLoggable(TAG, Log.VERBOSE)) { in invalidateAuthToken() [all …]
|
D | ChooseAccountTypeActivity.java | 55 if (Log.isLoggable(TAG, Log.VERBOSE)) { in onCreate() 119 if (Log.isLoggable(TAG, Log.VERBOSE)) { in setResultAndFinish()
|
/frameworks/base/core/java/android/database/sqlite/ |
D | SQLiteDebug.java | 40 Log.isLoggable("SQLiteLog", Log.VERBOSE); 48 Log.isLoggable("SQLiteStatements", Log.VERBOSE); 57 Log.isLoggable("SQLiteTime", Log.VERBOSE);
|
/frameworks/av/media/libstagefright/rtsp/ |
D | AH263Assembler.cpp | 78 #if VERBOSE in addPacket() 79 LOG(VERBOSE) << "Not the sequence number I expected"; in addPacket() 129 #if VERBOSE in submitAccessUnit() 130 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/compile/libbcc/runtime/make/ |
D | config.mk | 20 VERBOSE := 0 27 ifneq ($(VERBOSE),1)
|
/frameworks/base/core/java/android/content/ |
D | SyncManager.java | 172 if (Log.isLoggable(TAG, Log.VERBOSE)) { 179 if (Log.isLoggable(TAG, Log.VERBOSE)) { 300 if (Log.isLoggable(TAG, Log.VERBOSE)) { 502 boolean isLoggable = Log.isLoggable(TAG, Log.VERBOSE); in scheduleSync() 667 if (Log.isLoggable(TAG, Log.VERBOSE)) Log.v(TAG, "sending MESSAGE_SYNC_ALARM"); in sendSyncAlarmMessage() 672 if (Log.isLoggable(TAG, Log.VERBOSE)) Log.v(TAG, "sending MESSAGE_CHECK_ALARMS"); in sendCheckAlarmsMessage() 679 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() 733 if (Log.isLoggable(TAG, Log.VERBOSE)) { in increaseBackoffSetting() 806 if (Log.isLoggable(TAG, Log.VERBOSE)) { in scheduleSyncOperation() [all …]
|
D | SyncStorageEngine.java | 441 if (Log.isLoggable(TAG, Log.VERBOSE)) { in reportChange() 562 if (Log.isLoggable(TAG, Log.VERBOSE)) { in setBackoff() 612 if (Log.isLoggable(TAG, Log.VERBOSE)) { in clearAllBackoffs() 637 if (Log.isLoggable(TAG, Log.VERBOSE)) { in setDelayUntilTime() 673 if (Log.isLoggable(TAG, Log.VERBOSE)) { in updateOrRemovePeriodicSync() 829 if (Log.isLoggable(TAG, Log.VERBOSE)) { in insertIntoPending() 861 if (Log.isLoggable(TAG, Log.VERBOSE)) { in deleteFromPending() 880 if (Log.isLoggable(TAG, Log.VERBOSE)) Log.v(TAG, "removing - " + authority); in deleteFromPending() 894 if (Log.isLoggable(TAG, Log.VERBOSE)) Log.v(TAG, "no more pending!"); in deleteFromPending() 934 if (Log.isLoggable(TAG, Log.VERBOSE)) Log.w(TAG, "Updating for new accounts..."); in doDatabaseCleanup() [all …]
|
/frameworks/compile/libbcc/tests/debuginfo/ |
D | build_test_apk.sh | 20 VERBOSE=no 49 if [ "$VERBOSE" = "yes" ] ; then 70 VERBOSE=yes
|
/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/native/libs/binder/ |
D | IMemory.cpp | 35 #define VERBOSE 0 macro 246 if (VERBOSE) { in ~BpMemoryHeap() 406 ALOGD_IF(VERBOSE, in find_heap() 439 ALOGD_IF(VERBOSE, in free_heap()
|
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/ |
D | AsyncRunner.java | 151 mLogVerbose = Log.isLoggable(TAG, Log.VERBOSE); in AsyncRunner() 163 mLogVerbose = Log.isLoggable(TAG, Log.VERBOSE); in AsyncRunner()
|
D | OneShotScheduler.java | 43 mLogVerbose = Log.isLoggable(TAG, Log.VERBOSE); in OneShotScheduler()
|
D | FilterPort.java | 41 mLogVerbose = Log.isLoggable(TAG, Log.VERBOSE); in FilterPort()
|
D | FilterFactory.java | 49 private static boolean mLogVerbose = Log.isLoggable(TAG, Log.VERBOSE);
|
/frameworks/base/tools/layoutlib/bridge/src/android/util/ |
D | Log_Delegate.java | 25 case Log.VERBOSE: in priorityChar()
|
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/ |
D | SmsMessage.java | 682 if (Log.isLoggable(LOGGABLE_TAG, Log.VERBOSE)) { in parseSms() 746 if (Log.isLoggable(LOGGABLE_TAG, Log.VERBOSE)) { in parseBroadcastSms() 786 if (Log.isLoggable(LOGGABLE_TAG, Log.VERBOSE)) { in getNextMessageId() 832 if (Log.isLoggable(LOGGABLE_TAG, Log.VERBOSE)) { in privateGetSubmitPdu()
|