Home
last modified time | relevance | path

Searched refs:logs (Results 1 – 25 of 33) 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/ml/nn/runtime/test/fuzzing/
Dvisualize_random_graph.sh27 LOG_DIR=$(mktemp -d)/nnapi-fuzzing-logs
29 echo Creating logs in $LOG_DIR
/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/ml/nn/tools/
Dbuild_and_run_benchmark.sh25 LOGDIR=$(mktemp -d)/nnapi-logs
27 echo Creating logs in $LOGDIR
/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.java123 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/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/base/core/proto/android/stats/devicepolicy/
Ddevice_policy_enums.proto104 // existing Tron logs to be migrated to statsd
/frameworks/base/services/incremental/
DServiceWrappers.cpp146 Control createControl(IncFsFd cmd, IncFsFd pendingReads, IncFsFd logs) const final { in createControl()
147 return incfs::createControl(cmd, pendingReads, logs); in createControl()
DServiceWrappers.h86 virtual Control createControl(IncFsFd cmd, IncFsFd pendingReads, IncFsFd logs) const = 0;
/frameworks/base/services/core/java/com/android/server/
DEventLogTags.logtags33 # It logs the time remaining before the device would've normally gone to sleep without the request.
49 # Leave IDs through 2740 for more power logs (2730 used by battery_discharge above)
/frameworks/ex/common/java/com/android/common/
DGoogleLogTags.logtags26 # missing the tag definitions, and may not be able to show them in their logs.
/frameworks/opt/telephony/src/java/com/android/internal/telephony/euicc/
DEuiccConnector.java331 void onDumpEuiccServiceComplete(String logs); in onDumpEuiccServiceComplete() argument
946 public void onComplete(String logs) in processMessage()
950 .onDumpEuiccServiceComplete(logs); in processMessage()

12