Home
last modified time | relevance | path

Searched refs:logs (Results 1 – 25 of 45) sorted by relevance

12

/frameworks/base/services/tests/servicestests/src/com/android/server/
DBootReceiverFixFsckFsStatTest.java35 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/
DFakeMetricsLogger.java16 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/
DStatusBarStateControllerImplTest.kt52 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/
DRefocusTestTimingProcess.txt17 …….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/
DEventsTest.java93 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/
DDrmUtils.h184 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()
DICrypto.h90 virtual status_t getLogMessages(Vector<drm::V1_4::LogMessage> &logs) const = 0;
/frameworks/base/services/core/java/com/android/server/updates/
DCertificateTransparencyLogInstallReceiver.java102 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/
DMetrics.java48 Metrics(Device device, TestMetrics metrics, TestLogData logs) { in Metrics() argument
51 this.mLogs = logs; in Metrics()
/frameworks/av/drm/libmediadrm/
DDrmUtils.cpp328 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()
DCryptoHal.cpp400 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/
DIEuiccServiceDumpResultCallback.aidl21 void onComplete(in String logs); in onComplete() argument
/frameworks/base/libs/protoutil/tests/
DProtoOutputStream_test.cpp211 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()
Dtest.proto41 repeated Log logs = 2; field
/frameworks/base/services/robotests/backup/src/com/android/server/backup/testing/
DTestUtils.java124 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/
DEventLogTags.logtags5 # interaction logs
/frameworks/base/tools/protologtool/
DREADME.md86 * 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/
DNativeProcessesMemoryTest.java69 @Rule public TestLogData logs = new TestLogData(); field in NativeProcessesMemoryTest
171 logs.addTestLog(label + "_showmap", LogDataType.TEXT, source); in logShowmap()
/frameworks/rs/tests/lldb/
D.gitignore36 # Installer logs
/frameworks/av/drm/mediadrm/plugins/clearkey/hidl/
DCryptoPlugin.cpp247 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/
DLambdaPerfTest.java280 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/
DCryptoHal.h75 virtual status_t getLogMessages(Vector<drm::V1_4::LogMessage> &logs) const;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/
DNotifications.proto37 // as PriorityBucket order changes from time to time, while logs need to have stable meanings.
/frameworks/base/core/proto/android/
Dsection.proto41 // incidentd calls logs for annotated field
/frameworks/proto_logging/stats/enums/stats/devicepolicy/
Ddevice_policy_enums.proto104 // existing Tron logs to be migrated to statsd

12