/frameworks/base/services/tests/servicestests/src/com/android/server/ |
D | BootReceiverFixFsckFsStatTest.java | 35 final String[] logs = { in testTreeOptimization() local 53 doTestFsckFsStat(logs, 0x405, 0x5, 0, logs.length); in testTreeOptimization() 55 final String[] doubleLogs = new String[logs.length * 2]; in testTreeOptimization() 56 System.arraycopy(logs, 0, doubleLogs, 0, logs.length); in testTreeOptimization() 57 System.arraycopy(logs, 0, doubleLogs, logs.length, logs.length); in testTreeOptimization() 58 doTestFsckFsStat(doubleLogs, 0x401, 0x1, 0, logs.length); in testTreeOptimization() 59 doTestFsckFsStat(doubleLogs, 0x402, 0x2, logs.length, logs.length * 2); in testTreeOptimization() 64 final String[] logs = { in testQuotaOnly() local 81 doTestFsckFsStat(logs, 0x405, 0x405, 0, logs.length); in testQuotaOnly() 86 final String[] logs = { in testOrphaned() local [all …]
|
/frameworks/base/core/java/com/android/internal/logging/testing/ |
D | FakeMetricsLogger.java | 16 private Queue<LogMaker> logs = new LinkedList<>(); field in FakeMetricsLogger 20 logs.offer(log); in saveLog() 24 return logs; in getLogs() 28 logs.clear(); in reset()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/ |
D | StatusBarStateControllerImplTest.kt | 52 val logs = uiEventLogger.logs in testChangeState_logged() constant 53 assertEquals(4, logs.size) in testChangeState_logged() 54 val ids = logs.map(UiEventLoggerFake.FakeUiEvent::eventId) in testChangeState_logged()
|
/frameworks/rs/tests/java_api/Refocus/dataExtraction/ |
D | RefocusTestTimingProcess.txt | 17 …….logs 1... 19 ……..logs 2... 21 …….logs 3…. 24 …..logs 1….. 26 …..logs 2….. 28 …..logs 3…..
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/volume/ |
D | EventsTest.java | 93 Queue<LogMaker> logs = mLegacyLogger.getLogs(); in testLogEvent() local 95 assertEquals(0, logs.size()); in testLogEvent() 97 assertEquals(mExpectedMetrics.length, logs.size()); in testLogEvent() 99 assertEquals(mExpectedMetrics[0], logs.remove().getCategory()); in testLogEvent() 102 assertEquals(mExpectedMetrics[1], logs.remove().getCategory()); in testLogEvent()
|
/frameworks/av/drm/libmediadrm/interface/mediadrm/ |
D | DrmUtils.h | 184 status_t GetLogMessages(const sp<U> &obj, Vector<::V1_4::LogMessage> &logs) { in GetLogMessages() argument 222 logs.appendVector(allLogs); in GetLogMessages() 227 const Vector<::V1_4::LogMessage> &logs); 231 Vector<::V1_4::LogMessage> logs; in GetExceptionMessage() local 232 iface->getLogMessages(logs); in GetExceptionMessage() 233 return GetExceptionMessage(err, msg, logs); in GetExceptionMessage()
|
D | ICrypto.h | 90 virtual status_t getLogMessages(Vector<drm::V1_4::LogMessage> &logs) const = 0;
|
/frameworks/base/services/core/java/com/android/server/updates/ |
D | CertificateTransparencyLogInstallReceiver.java | 102 JSONArray logs = json.getJSONArray("logs"); in install() local 103 for (int i = 0; i < logs.length(); i++) { in install() 104 JSONObject log = logs.getJSONObject(i); in install()
|
/frameworks/base/tests/SystemMemoryTest/host/src/com/android/tests/sysmem/host/ |
D | Metrics.java | 48 Metrics(Device device, TestMetrics metrics, TestLogData logs) { in Metrics() argument 51 this.mLogs = logs; in Metrics()
|
/frameworks/av/drm/libmediadrm/ |
D | DrmUtils.cpp | 328 const Vector<::V1_4::LogMessage> &logs) { in GetExceptionMessage() argument 341 for (auto log : logs) { in GetExceptionMessage() 368 Vector<::V1_4::LogMessage> logs; in getLogs() local 370 logs.push_back(log); in getLogs() 372 return logs; in getLogs()
|
D | CryptoHal.cpp | 400 status_t CryptoHal::getLogMessages(Vector<drm::V1_4::LogMessage> &logs) const { in getLogMessages() 402 return DrmUtils::GetLogMessages<drm::V1_4::ICryptoPlugin>(mPlugin, logs); in getLogMessages()
|
/frameworks/base/telephony/java/android/service/euicc/ |
D | IEuiccServiceDumpResultCallback.aidl | 21 void onComplete(in String logs); in onComplete() argument
|
/frameworks/base/libs/protoutil/tests/ |
D | ProtoOutputStream_test.cpp | 211 ComplexProto::Log log1 = complex.logs(0); in TEST() 215 ComplexProto::Log log2 = complex.logs(1); in TEST() 252 ComplexProto::Log log1 = complex.logs(0); in TEST() 256 ComplexProto::Log log2 = complex.logs(1); in TEST() 309 ComplexProto::Log log1 = complex.logs(0); in TEST() 313 ComplexProto::Log log2 = complex.logs(1); in TEST()
|
D | test.proto | 41 repeated Log logs = 2; field
|
/frameworks/base/services/robotests/backup/src/com/android/server/backup/testing/ |
D | TestUtils.java | 124 public static void assertLogcat(String tag, int... logs) { in assertLogcat() argument 129 .containsExactly(IntStream.of(logs).boxed().toArray()); in assertLogcat()
|
/frameworks/base/core/java/com/android/internal/logging/ |
D | EventLogTags.logtags | 5 # interaction logs
|
/frameworks/base/tools/protologtool/ |
D | README.md | 86 * log viewer for reading binary logs, 95 For text-based logs Android LogCat is used as a backend. Message strings are loaded from a viewer c… 100 Binary logs are saved as Protocol Buffers file. They can be read using the ProtoLog tool or special…
|
/frameworks/base/tests/NativeProcessesMemoryTest/src/com/android/tests/nativeprocesses/ |
D | NativeProcessesMemoryTest.java | 69 @Rule public TestLogData logs = new TestLogData(); field in NativeProcessesMemoryTest 171 logs.addTestLog(label + "_showmap", LogDataType.TEXT, source); in logShowmap()
|
/frameworks/rs/tests/lldb/ |
D | .gitignore | 36 # Installer logs
|
/frameworks/av/drm/mediadrm/plugins/clearkey/hidl/ |
D | CryptoPlugin.cpp | 247 std::vector<LogMessage> logs = { in getLogMessages() local 249 _hidl_cb(drm::V1_4::Status::OK, toHidlVec(logs)); in getLogMessages()
|
/frameworks/base/tests/benchmarks/internal/src/com/android/internal/ |
D | LambdaPerfTest.java | 280 final List<String> logs = shell("logcat -v brief -d tombstoned:I *:S"); in getVmDump() local 281 for (int i = logs.size() - 1; i >= 0; i--) { in getVmDump() 282 final String log = logs.get(i); in getVmDump()
|
/frameworks/av/drm/libmediadrm/include/mediadrm/ |
D | CryptoHal.h | 75 virtual status_t getLogMessages(Vector<drm::V1_4::LogMessage> &logs) const;
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/ |
D | Notifications.proto | 37 // as PriorityBucket order changes from time to time, while logs need to have stable meanings.
|
/frameworks/base/core/proto/android/ |
D | section.proto | 41 // incidentd calls logs for annotated field
|
/frameworks/proto_logging/stats/enums/stats/devicepolicy/ |
D | device_policy_enums.proto | 104 // existing Tron logs to be migrated to statsd
|