/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/core/adb/ |
D | adb_trace.h | 43 #define VLOG_IS_ON(TAG) \ argument 44 ((adb_trace_mask & (1 << (TAG))) != 0) 46 #define VLOG(TAG) \ argument 47 if (LIKELY(!VLOG_IS_ON(TAG))) \
|
/system/tools/hidl/test/java_test/src/com/android/commands/hidl_test_java/ |
D | HidlTestJava.java | 49 private static final String TAG = "HidlTestJava"; field in HidlTestJava 57 Log.e(TAG, "Error ", e); in main() 68 Log.e(TAG, "Usage: HidlTestJava -c(lient) | -s(erver)"); in run() 129 Log.e(TAG, "Expected '" + s + "', got '" + result + "'"); in Expect() 1130 Log.d(TAG, "OK, exiting"); in client() 1137 Log.d(TAG, "Baz someBaseMethod"); in someBaseMethod() 1141 Log.d(TAG, "Baz someOtherBaseMethod " + foo.toString()); in someOtherBaseMethod() 1146 Log.d(TAG, "Baz someMethodWithFooArrays " + fooInput.toString()); in someMethodWithFooArrays() 1157 Log.d(TAG, "Baz someMethodWithFooVectors " + fooInput.toString()); in someMethodWithFooVectors() 1168 Log.d(TAG, "Baz someMethodWithVectorOfArray " + in.toString()); in someMethodWithVectorOfArray() [all …]
|
/system/tools/aidl/tests/java_app/src/android/aidl/tests/ |
D | TestLogger.java | 25 private static final String TAG = "TestServiceClient"; field in TestLogger 38 Log.i(TAG, line); in log() 43 Log.e(TAG, line); in logAndThrow()
|
D | NullableTests.java | 25 private static final String TAG = "TestServiceClient"; field in NullableTests
|
D | TestServiceClient.java | 51 private static final String TAG = "TestServiceClient"; field in TestServiceClient 65 Log.e(TAG, message); in init() 834 Log.i(TAG, "Starting!"); in onCreate()
|
/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/core/libcutils/ |
D | android_reboot.cpp | 24 #define TAG "android_reboot" macro
|
/system/extras/libfscrypt/ |
D | fscrypt_init_extensions.cpp | 38 #define TAG "fscrypt" macro
|
/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/liblog/tests/ |
D | liblog_test.cpp | 2089 static void android_errorWriteWithInfoLog_helper(int TAG, const char* SUBTAG, in android_errorWriteWithInfoLog_helper() argument 2105 android_errorWriteWithInfoLog(TAG, SUBTAG, UID, payload, DATA_LEN); in android_errorWriteWithInfoLog_helper() 2131 if (tag != TAG) { in android_errorWriteWithInfoLog_helper() 2263 static void android_errorWriteLog_helper(int TAG, const char* SUBTAG, in android_errorWriteLog_helper() argument 2290 if (tag != TAG) continue; in android_errorWriteLog_helper() 2319 int retval_android_errorWriteLog = android_errorWriteLog(TAG, SUBTAG); in android_errorWriteLog_helper() 2343 if (tag != TAG) { in android_errorWriteLog_helper()
|
/system/core/rootdir/etc/ |
D | ld.config.txt | 397 # '#VNDK27#' TAG is only for building ld.config.27.txt for backward
|
/system/media/audio_utils/ |
D | Doxyfile | 7 # front of the TAG it is preceding. 11 # TAG = value [value, ...] 13 # TAG += value [value, ...]
|
D | Doxyfile.orig | 7 # front of the TAG it is preceding. 11 # TAG = value [value, ...] 13 # TAG += value [value, ...]
|
/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, ...]
|