/system/extras/boottime_tools/bootanalyze/stressfs/src/com/android/car/test/stressfs/ |
D | WritingService.java | 62 private static final String TAG = "StressFS"; field in WritingService 94 Log.d(TAG, mLogTag + " thread started"); in run() 105 Log.e(TAG, "File not found: ", e); in run() 107 Log.e(TAG, "IO error: ", e); in run() 129 Log.i(TAG, "External storage state: " + in onBind() 134 Log.i(TAG, "Data: " + data.toString()); in onBind() 138 Log.i(TAG, "Block Size: " + blockSize); in onBind() 139 Log.i(TAG, "File Size: " + fileSize); in onBind() 142 Log.w(TAG, "File size should be a multiple of block size."); in onBind()
|
D | WritingActivity.java | 31 private static final String TAG = "StressFS"; field in WritingActivity
|
/system/tools/hidl/test/java_test/src/com/android/commands/hidl_test_java/ |
D | HidlTestJava.java | 64 private static final String TAG = "HidlTestJava"; field in HidlTestJava 72 Log.e(TAG, "Error ", e); in main() 85 Log.e(TAG, "Usage: HidlTestJava -c(lient) | -s(erver)"); in run() 146 Log.e(TAG, "Expected '" + s + "', got '" + result + "'"); in Expect() 1256 Log.d(TAG, "OK, exiting"); in client() 1262 Log.d(TAG, "Baz isJava"); in isJava() 1267 Log.d(TAG, "Baz someBaseMethod"); in someBaseMethod() 1271 Log.d(TAG, "Baz someOtherBaseMethod " + foo.toString()); in someOtherBaseMethod() 1276 Log.d(TAG, "Baz someMethodWithFooArrays " + fooInput.toString()); in someMethodWithFooArrays() 1287 Log.d(TAG, "Baz someMethodWithFooVectors " + fooInput.toString()); in someMethodWithFooVectors() [all …]
|
/system/chre/java/test/audio_concurrency/src/com/google/android/chre/test/audioconcurrency/ |
D | ContextHubAudioConcurrencyTestExecutor.java | 46 private static final String TAG = "ContextHubAudioConcurrencyTestExecutor"; field in ContextHubAudioConcurrencyTestExecutor 91 Log.d(TAG, "Got test result message with code: " in onMessageFromNanoApp() 94 Log.e(TAG, "Failed to parse message: " + e.getMessage()); in onMessageFromNanoApp() 99 Log.d(TAG, "CHRE audio enabled"); in onMessageFromNanoApp() 105 Log.e(TAG, "Unknown message type " + message.getMessageType()); in onMessageFromNanoApp() 195 Log.d(TAG, "AP read audio for " + 1000 * size / samplingRateHz + " ms"); in recordAudio()
|
/system/chre/java/test/permissions/src/com/google/android/chre/test/permissions/ |
D | ContextHubFrameworkPermissionsTestExecutor.java | 44 private static final String TAG = "ContextHubFrameworkPermissionsTestExecutor"; field in ContextHubFrameworkPermissionsTestExecutor 84 Log.e(TAG, "Got message from nanoapp: type " + message.getMessageType()); in onMessageFromNanoApp() 93 Log.d(TAG, "onClientAuthorizationChanged: nanoapp ID " + nanoAppId + " auth state " in onClientAuthorizationChanged() 128 Log.d(TAG, "Got message from nanoapp: " + msg); in permissionsDisabledTest() 172 Log.d(TAG, "Got message from nanoapp: " + msg); in messagePermissionsTest()
|
D | ContextHubChrePermissionsTestExecutor.java | 45 private static final String TAG = "ContextHubChrePermissionsTestExecutor"; field in ContextHubChrePermissionsTestExecutor 77 Log.d(TAG, "Got message from nanoapp: type " + message.getMessageType()); in onMessageFromNanoApp() 114 Log.d(TAG, "Got message from nanoapp: " + rcvdMsg); in checkPermissionGatedApisTest()
|
/system/chre/java/test/settings/src/com/google/android/chre/test/setting/ |
D | ContextHubSettingsTestExecutor.java | 46 private static final String TAG = "ContextHubSettingsTestExecutor"; field in ContextHubSettingsTestExecutor 96 Log.d(TAG, "Got test result message with code: " in onMessageFromNanoApp() 99 Log.e(TAG, "Failed to parse message: " + e.getMessage()); in onMessageFromNanoApp() 109 Log.e(TAG, "Unknown message type " + message.getMessageType()); in onMessageFromNanoApp()
|
D | ContextHubWifiSettingsTestExecutor.java | 41 private static final String TAG = "ContextHubWifiSettingsTestExecutor"; field in ContextHubWifiSettingsTestExecutor 92 Log.d(TAG, "isLocationEnalbed=" + mInitialLocationEnabled in setUp()
|
D | ContextHubMicDisableSettingsTestExecutor.java | 32 private static final String TAG = "ContextHubMicDisableSettingsTest"; field in ContextHubMicDisableSettingsTestExecutor
|
/system/extras/simpleperf/demo/SimpleperfExamplePureJava/app/src/main/java/com/example/simpleperf/simpleperfexamplepurejava/ |
D | MultiProcessActivity.java | 16 public static final String TAG = "MultiProcessActivity"; field in MultiProcessActivity 41 Log.d(TAG, e.toString());
|
/system/chre/java/test/stress/src/com/google/android/chre/test/stress/ |
D | ContextHubStressTestExecutor.java | 49 private static final String TAG = "ContextHubStressTestExecutor"; field in ContextHubStressTestExecutor 88 Log.d(TAG, "Got message from nanoapp: " + message); in onMessageFromNanoApp() 97 Log.e(TAG, "Failed to parse message: " + e.getMessage()); in onMessageFromNanoApp() 107 Log.e(TAG, "Unknown message type " + message.getMessageType()); in onMessageFromNanoApp()
|
/system/core/libcutils/ |
D | android_reboot.cpp | 24 #define TAG "android_reboot" macro
|
/system/chre/java/test/cross_validation/src/com/google/android/chre/test/crossvalidator/ |
D | ChreCrossValidatorBase.java | 44 protected static final String TAG = "ChreCrossValidator"; field in ChreCrossValidatorBase 132 Log.d(TAG, String.format("Unloaded napp: 0x%X", state.getNanoAppId())); in unloadAllNanoApps()
|
D | ChreCrossValidatorWifi.java | 100 Log.i(TAG, "onReceive called"); in ChreCrossValidatorWifi() 256 Log.i(TAG, getCurrentStepName() + " step success"); in parseDataFromNanoAppMessage()
|
/system/core/init/ |
D | fscrypt_init_extensions.cpp | 40 #define TAG "fscrypt" macro
|
/system/chre/java/test/chqts/src/com/google/android/chre/test/chqts/ |
D | ContextHubGeneralTestExecutor.java | 57 public static final String TAG = "ContextHubGeneralTestExecutor"; field in ContextHubGeneralTestExecutor 173 Log.w(TAG, "SKIPPED " + ":" + reason); in onMessageFromNanoApp()
|
/system/extras/power_profile/camera_avg/Application/src/main/java/com/example/android/powerprofile/cameraavg/ |
D | CameraAvgFragment.java | 94 private static final String TAG = "CameraAvgFragment"; field in CameraAvgFragment 413 Log.e(TAG, "Couldn't find any suitable preview size"); in chooseOptimalSize() 551 Log.e(TAG, "Display rotation is invalid: " + displayRotation); in setUpCameraOutputs() 850 Log.d(TAG, mFile.toString()); in captureStillPicture()
|
/system/core/trusty/keymaster/keymint/ |
D | TrustyKeyMintOperation.cpp | 19 #define TAG TrustyKeyMintOperation macro
|
D | TrustyKeyMintDevice.cpp | 20 #define TAG TrustyKeyMintDevice macro
|
/system/extras/simpleperf/doc/ |
D | android_platform_profiling.md | 66 Slog.e(TAG, "error while running simpleperf");
|
/system/teeui/libteeui/include/teeui/ |
D | cbor.h | 42 TAG = 6, enumerator
|
/system/chre/pal/doc/ |
D | Doxyfile | 7 # front of the TAG it is preceding. 11 # TAG = value [value, ...] 13 # TAG += value [value, ...]
|
/system/chre/chre_api/doc/ |
D | Doxyfile | 7 # front of the TAG it is preceding. 11 # TAG = value [value, ...] 13 # TAG += value [value, ...]
|
/system/media/audio_utils/ |
D | Doxyfile | 7 # front of the TAG it is preceding. 11 # TAG = value [value, ...] 13 # TAG += value [value, ...]
|