/aosp12/art/test/075-verification-error/src/ |
H A D | Main.java | 25 public static final boolean VERBOSE = false; field in Main 43 if (VERBOSE) System.out.println("--- " + icce); in testBadInterfaceMethod() 56 if (VERBOSE) System.out.println("--- " + ie); in testClassNewInstance() 72 if (VERBOSE) System.out.println("--- " + nsfe); in testMissingStuff() 79 if (VERBOSE) System.out.println("--- " + nsfe); in testMissingStuff() 86 if (VERBOSE) System.out.println("--- " + nsme); in testMissingStuff() 93 if (VERBOSE) System.out.println("--- " + nsme); in testMissingStuff() 108 if (VERBOSE) System.out.println("--- " + iae); in testBadAccess() 116 if (VERBOSE) System.out.println("--- " + iae); in testBadAccess() 124 if (VERBOSE) System.out.println("--- " + iae); in testBadAccess() [all …]
|
/aosp12/frameworks/base/core/tests/coretests/src/android/util/ |
H A D | LogTest.java | 154 canLog = Log.isLoggable(LOG_TAG, Log.VERBOSE); in testIsLoggable() 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()
|
/aosp12/system/bt/audio_bluetooth_hw/ |
H A D | stream_apis.cc | 934 LOG(VERBOSE) << __func__ in in_get_parameters() 980 LOG(VERBOSE) << __func__ in in_set_gain() 1046 LOG(VERBOSE) << __func__ in in_get_input_frames_lost() 1071 LOG(VERBOSE) << __func__ in in_start() 1079 LOG(VERBOSE) << __func__ in in_stop() 1089 LOG(VERBOSE) << __func__ in in_create_mmap_buffer() 1098 LOG(VERBOSE) << __func__ in in_get_mmap_position() 1108 LOG(VERBOSE) << __func__ in in_get_active_microphones() 1117 LOG(VERBOSE) << __func__ in in_set_microphone_direction() 1126 LOG(VERBOSE) << __func__ in in_set_microphone_field_dimension() [all …]
|
H A D | audio_bluetooth_hw.cc | 35 LOG(VERBOSE) << __func__ << ": kevpairs=[" << kvpairs << "]"; in adev_set_parameters() 40 LOG(VERBOSE) << __func__ << ": ParamsMap=[" << GetAudioParamString(params) in adev_set_parameters() 59 LOG(VERBOSE) << __func__ << ": keys=[" << keys << "]"; in adev_get_parameters() 66 LOG(VERBOSE) << __func__ << ": volume=" << volume; in adev_set_voice_volume() 71 LOG(VERBOSE) << __func__ << ": volume=" << volume; in adev_set_master_volume() 80 LOG(VERBOSE) << __func__ << ": mute=" << muted; in adev_set_master_mute() 89 LOG(VERBOSE) << __func__ << ": mode=" << mode; in adev_set_mode() 94 LOG(VERBOSE) << __func__ << ": state=" << state; in adev_set_mic_mute() 112 LOG(VERBOSE) << __func__ << ": name=[" << name << "]"; in adev_open()
|
/aosp12/packages/services/Telephony/sip/src/com/android/services/telephony/sip/ |
H A D | SipConnection.java | 59 if (VERBOSE) log("new SipConnection"); in SipConnection() 90 if (VERBOSE) log("onPlayDtmfTone"); in onPlayDtmfTone() 98 if (VERBOSE) log("onStopDtmfTone"); in onStopDtmfTone() 106 if (VERBOSE) log("onDisconnect"); in onDisconnect() 120 if (VERBOSE) log("onSeparate"); in onSeparate() 132 if (VERBOSE) log("onAbort"); in onAbort() 138 if (VERBOSE) log("onHold"); in onHold() 158 if (VERBOSE) log("onUnhold"); in onUnhold() 178 if (VERBOSE) log("onAnswer"); in onAnswer() 202 if (VERBOSE) log("onReject"); in onReject() [all …]
|
H A D | SipConnectionService.java | 53 private static final boolean VERBOSE = false; /* STOP SHIP if true */ field in SipConnectionService 69 if (VERBOSE) log("onCreateOutgoingConnection, request: " + request); in onCreateOutgoingConnection() 100 if (VERBOSE) log("start, network not connected, dropping call"); in onCreateOutgoingConnection() 129 if (VERBOSE) log("initializing connection"); in onCreateOutgoingConnection() 147 if (VERBOSE) log("onCreateIncomingConnection, no extras"); in onCreateIncomingConnection() 155 if (VERBOSE) log("onCreateIncomingConnection, no SIP intent"); in onCreateIncomingConnection() 209 if (VERBOSE) log("findProfile"); in findProfile() 236 if (VERBOSE) log("findPhoneForProfile, profile: " + profile); in findPhoneForProfile() 246 if (VERBOSE) log("findPhoneForProfile, no phone found"); in findPhoneForProfile() 251 if (VERBOSE) log("createPhoneForProfile, profile: " + profile); in createPhoneForProfile() [all …]
|
/aosp12/system/iorap/src/db/ |
H A D | main.cc | 83 LOG(VERBOSE) << "argparse: argc=" << argc; in Main() 93 LOG(VERBOSE) << "argparse: argv[" << arg << "]=" << argstr; in Main() 138 LOG(VERBOSE) << "Verbose check"; in Main() 139 LOG(VERBOSE) << "Debug check: " << ::iorap::kIsDebugBuild; in Main() 144 LOG(VERBOSE) << "argparse: argc=" << argc; in Main() 149 LOG(VERBOSE) << "argparse: argv[" << arg << "]=" << argstr; in Main() 171 LOG(VERBOSE) << "Hello world"; in Main() 200 LOG(VERBOSE) << "raw component: " << component; in Main() 201 LOG(VERBOSE) << "package: " << component_name.package; in Main() 204 LOG(VERBOSE) << "--insert-component " << component_name; in Main() [all …]
|
/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/roots/ |
H A D | ProvidersAccess.java | 20 import static com.android.documentsui.base.SharedMinimal.VERBOSE; 75 if (VERBOSE) Log.v(tag, "Evaluationg root: " + root); in getMatchingRoots() 78 if (VERBOSE) Log.v(tag, "Excluding read-only root because: ACTION_CREATE."); in getMatchingRoots() 84 if (VERBOSE) Log.v( in getMatchingRoots() 90 if (VERBOSE) Log.v( in getMatchingRoots() 96 if (VERBOSE) Log.v( in getMatchingRoots() 107 if (VERBOSE) Log.v(tag, "Excluding empty root because: ACTION_OPEN."); in getMatchingRoots() 112 if (VERBOSE) Log.v(tag, "Excluding empty root because: ACTION_GET_CONTENT."); in getMatchingRoots() 117 if (VERBOSE) { in getMatchingRoots() 127 if (VERBOSE) Log.v( in getMatchingRoots() [all …]
|
/aosp12/frameworks/base/core/java/android/hardware/camera2/utils/ |
H A D | CloseableLock.java | 41 private static final boolean VERBOSE = false; field in CloseableLock 113 if (VERBOSE) { in close() 144 if (VERBOSE) { in close() 176 if (VERBOSE) { in acquireLock() 196 if (VERBOSE) { in acquireLock() 211 if (VERBOSE) { in acquireLock() 244 if (VERBOSE) { in acquireExclusiveLock() 269 if (VERBOSE) { in acquireExclusiveLock() 284 if (VERBOSE) { in acquireExclusiveLock() 337 if (VERBOSE) { in releaseLock()
|
/aosp12/system/core/libsuspend/ |
H A D | autosuspend_wakeup_count.cpp | 72 LOG(VERBOSE) << "read wakeup_count"; in suspend_thread_func() 86 LOG(VERBOSE) << "wait"; in suspend_thread_func() 93 LOG(VERBOSE) << "write " << wakeup_count << " to wakeup_count"; in suspend_thread_func() 95 LOG(VERBOSE) << "write " << sleep_state << " to " << sys_power_state; in suspend_thread_func() 106 LOG(VERBOSE) << "release sem"; in suspend_thread_func() 159 LOG(VERBOSE) << "autosuspend_init success"; in autosuspend_init() 172 LOG(VERBOSE) << "autosuspend_wakeup_count_enable"; in autosuspend_wakeup_count_enable() 185 LOG(VERBOSE) << "autosuspend_wakeup_count_enable done"; in autosuspend_wakeup_count_enable() 191 LOG(VERBOSE) << "autosuspend_wakeup_count_disable"; in autosuspend_wakeup_count_disable() 203 LOG(VERBOSE) << "autosuspend_wakeup_count_disable done"; in autosuspend_wakeup_count_disable() [all …]
|
/aosp12/frameworks/ex/camera2/public/src/com/android/ex/camera2/utils/ |
H A D | SysTrace.java | 37 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()
|
/aosp12/system/iorap/src/prefetcher/ |
H A D | main.cc | 65 LOG(VERBOSE) << "argparse: argc=" << argc; in Main() 72 LOG(VERBOSE) << "argparse: argv[" << arg << "]=" << argstr; in Main() 119 android::base::SetMinimumLogSeverity(android::base::VERBOSE); in Main() 121 LOG(VERBOSE) << "Verbose check"; in Main() 122 LOG(VERBOSE) << "Debug check: " << ::iorap::kIsDebugBuild; in Main() 127 LOG(VERBOSE) << "argparse: argc=" << argc; in Main() 132 LOG(VERBOSE) << "argparse: argv[" << arg << "]=" << argstr; in Main() 154 LOG(VERBOSE) << "Hello world"; in Main() 169 LOG(VERBOSE) << "main: Starting PrefetcherDaemon: " in Main() 177 LOG(VERBOSE) << "main: Terminating"; in Main()
|
H A D | main_client.cc | 61 LOG(VERBOSE) << "argparse: argc=" << argc; in MainClient() 68 LOG(VERBOSE) << "argparse: argv[" << arg << "]=" << argstr; in MainClient() 92 android::base::SetMinimumLogSeverity(android::base::VERBOSE); in MainClient() 94 LOG(VERBOSE) << "Verbose check"; in MainClient() 95 LOG(VERBOSE) << "Debug check: " << ::iorap::kIsDebugBuild; in MainClient() 100 LOG(VERBOSE) << "argparse: argc=" << argc; in MainClient() 105 LOG(VERBOSE) << "argparse: argv[" << arg << "]=" << argstr; in MainClient() 127 LOG(VERBOSE) << "Hello world"; in MainClient() 146 LOG(VERBOSE) << "main: Terminating"; in MainClient()
|
H A D | prefetcher_daemon.cc | 412 if (WOULD_LOG(VERBOSE)) { in ParseSocketCommands() 422 if (WOULD_LOG(VERBOSE)) { in ParseSocketCommands() 457 LOG(VERBOSE) << "Append the FD to " << *maybe_command; in ParseSocketCommands() 474 LOG(VERBOSE) << *maybe_command; in ParseSocketCommands() 551 if (WOULD_LOG(VERBOSE)) { in ParseCommands() 587 LOG(VERBOSE) << *maybe_command; in ParseCommands() 928 if (WOULD_LOG(VERBOSE)) { in StartPipesViaFork() 1034 if (WOULD_LOG(VERBOSE)) { in StartViaFork() 1063 LOG(VERBOSE) << "PrefetcherDaemon::Main " << params; in Main() 1116 LOG(VERBOSE) << "PrefetcherDaemon::Main got exit, terminating"; in Main() [all …]
|
/aosp12/system/iorap/src/manager/ |
H A D | event_manager.cc | 193 LOG(VERBOSE) << "AppLaunchEventState#OnNewEvent: " << event; in OnNewEvent() 223 LOG(VERBOSE) << " set up the history id subscriber "; in OnNewEvent() 428 LOG(VERBOSE) << "Cannot find a compiled trace."; in StartReadAhead() 567 LOG(VERBOSE) << "AppLaunchEventState - AbortTrace"; in AbortTrace() 590 LOG(VERBOSE) << "AppLaunchEventState - MarkPendingTrace"; in MarkPendingTrace() 686 LOG(VERBOSE) << "RecordDbLaunchHistory: " << *alh; in InsertDbLaunchHistory() 969 LOG(VERBOSE) << "EventManager::OnAppLaunchEvent(" in OnAppLaunchEvent() 999 LOG(VERBOSE) << "EventManager::OnDexOptEvent(" in OnDexOptEvent() 1013 LOG(VERBOSE) << "EventManager::OnJobScheduledEvent(" in OnJobScheduledEvent() 1047 LOG(VERBOSE) << "EventManager::InitializeRxGraph"; in InitializeRxGraph() [all …]
|
/aosp12/packages/providers/MediaProvider/ |
H A D | logging.sh | 7 adb shell setprop log.tag.MediaProvider VERBOSE 8 adb shell setprop log.tag.ModernMediaScanner VERBOSE 9 adb shell setprop log.tag.TranscodeHelper VERBOSE 21 adb shell setprop log.tag.SQLiteQueryBuilder VERBOSE 22 adb shell setprop log.tag.FuseDaemon VERBOSE 23 adb shell setprop log.tag.libfuse VERBOSE 24 adb shell setprop log.tag.TranscodeHelper VERBOSE
|
/aosp12/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/samples/simplecamera/ |
H A D | CameraTestThread.java | 31 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()
|
/aosp12/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/ |
H A D | CameraThread.java | 37 private static final boolean VERBOSE = Log.isLoggable(TAG, Log.VERBOSE); field in CameraThread 57 if (VERBOSE) Log.v(TAG, "start loopRun"); in start() 65 if (VERBOSE) Log.v(TAG, "createLooperThread: finished"); in start() 69 if (VERBOSE) Log.v(TAG, "start waiting for looper"); in start() 85 if (VERBOSE) Log.v(TAG, "Terminate looper thread"); in close()
|
/aosp12/frameworks/base/tests/ActivityManagerPerfTests/stub-app/src/com/android/stubs/am/ |
H A D | TestActivity.java | 31 private static final boolean VERBOSE = InitService.VERBOSE; field in TestActivity 38 if (VERBOSE) { in onCreate() 51 if (VERBOSE) { in onNewIntent() 61 if (VERBOSE) { in onResume() 70 if (VERBOSE) { in onDestroy()
|
H A D | TestService.java | 33 private static final boolean VERBOSE = InitService.VERBOSE; field in TestService 39 if (VERBOSE) { in onBind() 47 if (VERBOSE) { in onStartCommand() 55 if (VERBOSE) { in onUnbind()
|
/aosp12/system/iorap/src/inode2filename/ |
H A D | search_directories.cc | 159 LOG(VERBOSE) << "FindAndRemoveInodeInList " << inode_list << ", " in FindAndRemoveInodeInList() 203 LOG(VERBOSE) << "FindAndRemoveInodeInList " << inode_list << ", " in FindAndRemoveInodeInList() 507 LOG(VERBOSE) << "Skip self/parent: " << dp->d_name; in ReadDirectoryEntriesFromDirectoryPath() 511 LOG(VERBOSE) << "Find entry " << child_path() in ReadDirectoryEntriesFromDirectoryPath() 672 LOG(VERBOSE) << "TreeTraversalPreOrderObservable (lambda)"; in TreeTraversalPreOrderObservable() 805 LOG(VERBOSE) << "SearchDirectoriesForMatchingInodes#Scan " in SearchDirectoriesForMatchingInodes() 838 if (WOULD_LOG(VERBOSE)) { in SearchDirectoriesForMatchingInodes() 1088 LOG(VERBOSE) << "FilterFilenamesForSpecificInodes#Scan " in FilterFilenamesForSpecificInodes() 1144 if (WOULD_LOG(VERBOSE)) { in FilterFilenamesForSpecificInodes() 1169 LOG(VERBOSE) << "FilterFilenamesForSpecificInodes#take_while " in FilterFilenamesForSpecificInodes() [all …]
|
/aosp12/frameworks/base/core/java/android/accounts/ |
H A D | AbstractAccountAuthenticator.java | 158 if (Log.isLoggable(TAG, Log.VERBOSE)) { in addAccount() 188 if (Log.isLoggable(TAG, Log.VERBOSE)) { in confirmCredentials() 214 if (Log.isLoggable(TAG, Log.VERBOSE)) { in getAuthTokenLabel() 239 if (Log.isLoggable(TAG, Log.VERBOSE)) { in getAuthToken() 266 if (Log.isLoggable(TAG, Log.VERBOSE)) { in updateCredentials() 375 if (Log.isLoggable(TAG, Log.VERBOSE)) { in startAddAccountSession() 407 if (Log.isLoggable(TAG, Log.VERBOSE)) { in startUpdateCredentialsSession() 445 if (Log.isLoggable(TAG, Log.VERBOSE)) { in finishSession() 489 if (Log.isLoggable(TAG, Log.VERBOSE)) { in handleException() 494 if (Log.isLoggable(TAG, Log.VERBOSE)) { in handleException() [all …]
|
/aosp12/frameworks/hardware/interfaces/sensorservice/libsensorndkbridge/ |
H A D | ASensorManager.cpp | 91 LOG(VERBOSE) << "ASensorManager::getSensorList"; in getSensorList() 159 LOG(VERBOSE) << "ASensorManager::createEventQueue"; in createEventQueue() 184 LOG(VERBOSE) << "Returning event queue " << queue.get(); in createEventQueue() 189 LOG(VERBOSE) << "ASensorManager::destroyEventQueue(" << queue << ")"; in destroyEventQueue() 309 LOG(VERBOSE) << "ASensorEventQueue_registerSensor"; in ASensorEventQueue_registerSensor() 324 LOG(VERBOSE) << "ASensorEventQueue_disableSensor"; in ASensorEventQueue_disableSensor() 344 LOG(VERBOSE) << "ASensorEventQueue_getEvents"; in ASensorEventQueue_getEvents() 441 LOG(VERBOSE) << "ALooper_forThread"; in ALooper_forThread() 446 LOG(VERBOSE) << "ALooper_prepare"; in ALooper_prepare() 453 LOG(VERBOSE) << "ALooper_pollOnce => " << res; in ALooper_pollOnce() [all …]
|
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/sap/ |
H A D | SapServer.java | 52 public static final boolean VERBOSE = SapService.VERBOSE; field in SapServer 133 if (VERBOSE) { in onReceive() 183 if (VERBOSE) { in sendDisconnectInd() 188 if (VERBOSE) { in sendDisconnectInd() 231 if (VERBOSE) { in setNotification() 342 if (VERBOSE) { in run() 346 if (VERBOSE) { in run() 665 if (VERBOSE) { in handleMessage() 765 if (VERBOSE) { in startDisconnectTimer() 945 if (VERBOSE) { in sendRilMessage() [all …]
|
H A D | SapService.java | 127 if (VERBOSE) { in removeSdpRecord() 136 if (VERBOSE) { in startRfcommSocketListener() 150 if (VERBOSE) { in initSocket() 199 if (VERBOSE) { in initSocket() 234 if (VERBOSE) { in closeService() 261 if (VERBOSE) { in closeService() 267 if (VERBOSE) { in startSapServerSession() 292 if (VERBOSE) { in startSapServerSession() 301 if (VERBOSE) { in stopSapServerSession() 436 if (VERBOSE) { [all …]
|