/aosp_15_r20/cts/tests/sensor/src/android/hardware/cts/helpers/sensorverification/ |
H A D | TimestampClockSourceVerificationTest.java | 73 long[] timestamps = {ts-4000000, ts-3000000, ts-2000000, ts-1000000, ts}; in testVerify_pass() local 88 long[] timestamps = {ts-4000000, ts-3000000, ts-2000000, ts-1000000, ts}; in testVerify_fail() local 102 long[] timestamps = {ts-3900000, ts-2950000, ts-2050000, ts-1000000, ts-50000}; in testVerify_jitter_pass() local 116 long[] timestamps = {ts-3900000, ts-2950000, ts-2050000, ts-1000000, ts-50000}; in testVerify_jitter_fail() local 130 long[] timestamps = {ts-4000000, ts-3000000, ts-1000000, ts}; in testVerify_missing_events_pass() local 145 long[] timestamps = {ts-4000000, ts-3000000, ts-1000000, ts}; in testVerify_missing_events_fail() local 164 private void runVerification(int expectedUs, long[] timestamps, boolean pass, in runVerification() 198 …vate static TimestampClockSourceVerification getVerification(int expectedUs, long ... timestamps) { in getVerification()
|
H A D | EventGapVerificationTest.java | 46 long[] timestamps = {1000000, 2000000, 3000000, 4000000, 5000000}; in testVerify_correct() local 55 long[] timestamps = {1100000, 2050000, 2990000, 4000000, 4950000}; in testVerify_jitter() local 64 long[] timestamps = {1000000, 2000000, 3000000, 5000000, 6000000}; in testVerify_missing_events() local 68 private void runVerification(int expected, long[] timestamps, boolean pass, in runVerification() 96 private static EventGapVerification getVerification(int expected, long ... timestamps) { in getVerification()
|
H A D | JitterVerificationTest.java | 46 long[] timestamps = new long[SAMPLE_SIZE]; in testVerify() local 74 long[] timestamps = new long[]{0, 1, 2, 3, 4}; in testCalculateDelta() local 102 private static JitterVerification getVerification(int marginPercent, long ... timestamps) { in getVerification()
|
H A D | FrequencyVerificationTest.java | 37 long[] timestamps = {0, 1000000, 2000000, 3000000, 4000000}; // 1000Hz in testVerifification() local 82 long ... timestamps) { in getVerification()
|
/aosp_15_r20/packages/apps/Settings/tests/robotests/src/com/android/settings/fuelgauge/batteryusage/ |
D | BatteryLevelDataTest.java | 45 final List<Long> timestamps = in getDailyTimestamps_allDataInOneHour_returnExpectedList() local 62 final List<Long> timestamps = in getDailyTimestamps_OneHourDataPerDay_returnExpectedList() local 81 final List<Long> timestamps = in getDailyTimestamps_OneDayData_returnExpectedList() local 101 final List<Long> timestamps = in getDailyTimestamps_MultipleDaysData_returnExpectedList() local 123 final List<Long> timestamps = in getDailyTimestamps_FirstDayOneHourData_returnExpectedList() local 145 final List<Long> timestamps = in getDailyTimestamps_LastDayNoData_returnExpectedList() local 166 final List<Long> timestamps = in getDailyTimestamps_LastDayOneHourData_returnExpectedList() local
|
D | DataProcessorTest.java | 425 final long[] timestamps = { in getHistoryMapWithExpectedTimestamps_returnExpectedMap() local 466 final long[] timestamps = { in getLevelDataThroughProcessedHistoryMap_OneDayData_returnExpectedResult() local 498 final long[] timestamps = { in getLevelDataThroughProcessedHistoryMap_MultipleDaysData_returnExpectedResult() local 560 final long[] timestamps = { in getLevelDataThroughProcessedHistoryMap_daylightSaving25Hour_returnExpectedResult() local 661 final long[] timestamps = { in getLevelDataThroughProcessedHistoryMap_daylightSaving23Hour_returnExpectedResult() local 2411 final long[] timestamps, final int[] levels) { in createHistoryMap() 2609 private BatteryLevelData generateBatteryLevelData(long[] timestamps) { in generateBatteryLevelData()
|
D | DataProcessManagerTest.java | 365 final long[] timestamps = { in getBatteryLevelData_allDataInOneHour_returnExpectedResult() local 397 final long[] timestamps = {1640966400000L, 1640970000000L}; in getBatteryLevelData_returnExpectedResult() local 443 final long[] timestamps, final int[] levels) { in createHistoryMap()
|
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/ |
H A D | BootReceiver.java | 297 HashMap<String, Long> timestamps = readTimestamps(); in logBootEvents() local 449 DropBoxManager db, HashMap<String, Long> timestamps, in addLastkToDropBox() 466 DropBoxManager db, HashMap<String, Long> timestamps, in addFileToDropBox() 472 DropBoxManager db, HashMap<String, Long> timestamps, in addFileWithFootersToDropBox() 494 private static boolean recordFileTimestamp(File file, HashMap<String, Long> timestamps) { in recordFileTimestamp() 515 HashMap<String, Long> timestamps, String headers, int maxSize, String tag) in addAuditErrorsToDropBox() 551 HashMap<String, Long> timestamps, String headers, int maxSize, String tag) in addFsckErrorsToDropBoxAndLogFsStat() 884 HashMap<String, Long> timestamps = new HashMap<String, Long>(); in readTimestamps() local 937 private static void writeTimestamps(HashMap<String, Long> timestamps) { in writeTimestamps()
|
/aosp_15_r20/development/tools/winscope/src/app/ |
H A D | loaded_parsers_test.ts | 51 const timestamps = [ constant 236 const timestamps = assertDefined(parserSf0.getTimestamps()); constant 249 timestamps[timestamps.length - 1].add(-1n), constant 270 timestamps[timestamps.length - 1], constant
|
H A D | loaded_parsers.ts | 344 const timestamps = parser.getTimestamps(); constant 364 let timestamps = parser.getTimestamps(); variable 370 const endTimestamp = timestamps[timestamps.length - 1]; constant
|
/aosp_15_r20/packages/apps/Settings/src/com/android/settings/fuelgauge/batteryusage/ |
D | BatteryChartViewModel.java | 44 String generateText(List<Long> timestamps, int index); in generateText() 47 String generateFullText(List<Long> timestamps, int index); in generateFullText() 50 String generateContentDescription(List<Long> timestamps, int index); in generateContentDescription() 70 @NonNull List<Long> timestamps, in BatteryChartViewModel()
|
/aosp_15_r20/external/perfetto/src/traceconv/ |
H A D | trace_to_profile.cc | 98 std::vector<uint64_t> timestamps, in TraceToProfile() 143 std::vector<uint64_t> timestamps, in TraceToHeapProfile() 159 std::vector<uint64_t> timestamps, in TraceToPerfProfile() 175 const std::vector<uint64_t>& timestamps, in TraceToJavaHeapProfile()
|
/aosp_15_r20/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/ |
D | TelecomPulledAtomTest.java | 826 private void createTestFileForApiStats(long timestamps) throws IOException { in createTestFileForApiStats() 845 long timestamps) { in verifyTestDataForApiStats() 847 assertEquals(atom.getTelecomApiStatsPullTimestampMillis(), timestamps); in verifyTestDataForApiStats() local 876 private void createTestFileForAudioRouteStats(long timestamps) throws IOException { in createTestFileForAudioRouteStats() 896 long timestamps) { in verifyTestDataForAudioRouteStats() 898 assertEquals(atom.getCallAudioRouteStatsPullTimestampMillis(), timestamps); in verifyTestDataForAudioRouteStats() local
|
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/mp4/ |
H A D | FixedSampleSizeRechunker.java | 35 public final long[] timestamps; field in FixedSampleSizeRechunker.Results 43 long[] timestamps, in Results() 82 long[] timestamps = new long[rechunkedSampleCount]; in rechunk() local
|
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/mp4/ |
H A D | FixedSampleSizeRechunker.java | 35 public final long[] timestamps; field in FixedSampleSizeRechunker.Results 43 long[] timestamps, in Results() 82 long[] timestamps = new long[rechunkedSampleCount]; in rechunk() local
|
/aosp_15_r20/cts/tests/tests/nativemidi/java/android/nativemidi/cts/ |
H A D | NativeMidiEchoTest.java | 96 private void generateRandomBufers(byte[][] buffers, long timestamps[], int numMessages) { in generateRandomBufers() 311 long timestamps[] = new long[numMessages]; in test_D_EchoNMessages() local 341 long timestamps[] = new long[numMessages]; in test_E_FlushMessages() local 431 long timestamps[] = new long[numMessages]; in test_H_EchoNMessages_PureNative() local
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/iris/ |
H A D | iris_utrace.c | 96 iris_utrace_delete_buffer(struct u_trace_context *utctx, void *timestamps) in iris_utrace_delete_buffer() 104 void *timestamps, uint64_t offset_B, in iris_utrace_record_ts() 134 void *timestamps, uint64_t offset_B, void *flush_data) in iris_utrace_read_ts()
|
/aosp_15_r20/external/perfetto/ui/src/plugins/dev.perfetto.AndroidLog/ |
H A D | logs_panel.ts | 54 timestamps: time[]; property 157 const timestamps = this.entries.timestamps; constant 347 const timestamps: time[] = []; constant
|
/aosp_15_r20/external/mesa3d/src/intel/vulkan_hasvk/ |
H A D | anv_utrace.c | 215 anv_utrace_destroy_buffer(struct u_trace_context *utctx, void *timestamps) in anv_utrace_destroy_buffer() 226 void *timestamps, uint64_t offset_B, in anv_utrace_record_ts() 247 void *timestamps, uint64_t offset_B, in anv_utrace_read_ts()
|
/aosp_15_r20/development/tools/winscope/src/parsers/events/ |
H A D | parser_eventlog_test.ts | 47 const timestamps = assertDefined(parser.getTimestamps()); constant 96 const timestamps = assertDefined(parser.getTimestamps()); constant
|
/aosp_15_r20/development/tools/winscope/src/parsers/screen_recording/ |
H A D | parser_screen_recording_test.ts | 44 const timestamps = assertDefined(parser.getTimestamps()); constant 98 const timestamps = assertDefined(parser.getTimestamps()); constant
|
H A D | parser_screen_recording.ts | 211 const timestamps: Array<bigint> = []; constant 239 const timestamps: Array<bigint> = []; constant
|
/aosp_15_r20/development/tools/winscope/src/parsers/transactions/legacy/ |
H A D | parser_transactions_test.ts | 46 const timestamps = assertDefined(parser.getTimestamps()); constant 134 const timestamps = assertDefined(parser.getTimestamps()); constant
|
/aosp_15_r20/frameworks/native/libs/ui/ |
H A D | FrameStats.cpp | 39 nsecs_t* timestamps = reinterpret_cast<nsecs_t*>(buffer); in flatten() local 64 nsecs_t const* timestamps = reinterpret_cast<nsecs_t const*>(buffer); in unflatten() local
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_utrace.c | 15 static void si_utrace_record_ts(struct u_trace *trace, void *cs, void *timestamps, in si_utrace_record_ts() 34 static uint64_t si_utrace_read_ts(struct u_trace_context *utctx, void *timestamps, in si_utrace_read_ts()
|