Home
last modified time | relevance | path

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

123

/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/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.java117 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()
DAccountManagerService.java403 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 …]
DChooseAccountTypeActivity.java55 if (Log.isLoggable(TAG, Log.VERBOSE)) { in onCreate()
119 if (Log.isLoggable(TAG, Log.VERBOSE)) { in setResultAndFinish()
/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.cpp78 #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()
DAMPEG4AudioAssembler.cpp507 #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/
Dconfig.mk20 VERBOSE := 0
27 ifneq ($(VERBOSE),1)
/frameworks/base/core/java/android/content/
DSyncManager.java172 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 …]
DSyncStorageEngine.java441 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/
Dbuild_test_apk.sh20 VERBOSE=no
49 if [ "$VERBOSE" = "yes" ] ; then
70 VERBOSE=yes
/frameworks/base/telephony/java/com/android/internal/telephony/
DIccSmsInterfaceManager.java81 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/
DLog.java58 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()
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()
DTimingLogger.java103 mDisabled = !Log.isLoggable(mTag, Log.VERBOSE); in reset()
/frameworks/base/tools/aidl/
Doptions_test.cpp4 const bool VERBOSE = false; variable
245 if (VERBOSE) { in main()
257 if (VERBOSE) { in main()
/frameworks/native/libs/binder/
DIMemory.cpp35 #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/
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()
DFilterPort.java41 mLogVerbose = Log.isLoggable(TAG, Log.VERBOSE); in FilterPort()
DFilterFactory.java49 private static boolean mLogVerbose = Log.isLoggable(TAG, Log.VERBOSE);
/frameworks/base/tools/layoutlib/bridge/src/android/util/
DLog_Delegate.java25 case Log.VERBOSE: in priorityChar()
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/
DSmsMessage.java682 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()

123