Home
last modified time | relevance | path

Searched defs:timestamps (Results 1 – 25 of 25) sorted by relevance

/development/tools/winscope/src/app/
Dloaded_parsers_test.ts50 const timestamps = [ constant
230 const timestamps = assertDefined(parserSf0.getTimestamps()); constant
243 timestamps[timestamps.length - 1].add(-1n), constant
264 timestamps[timestamps.length - 1], constant
Dloaded_parsers.ts328 const timestamps = parser.getTimestamps(); constant
354 const endTimestamp = timestamps[timestamps.length - 1]; constant
/development/tools/winscope/src/parsers/events/
Dparser_eventlog_test.ts47 const timestamps = assertDefined(parser.getTimestamps()); constant
96 const timestamps = assertDefined(parser.getTimestamps()); constant
Dtraces_parser_cujs_test.ts47 const timestamps = assertDefined(parser.getTimestamps()); constant
/development/tools/winscope/src/parsers/transactions/legacy/
Dparser_transactions_test.ts46 const timestamps = assertDefined(parser.getTimestamps()); constant
134 const timestamps = assertDefined(parser.getTimestamps()); constant
/development/tools/winscope/src/parsers/transitions/legacy/
Dtraces_parser_transitions_test.ts45 const timestamps = assertDefined(parser.getTimestamps()); constant
Dparser_transitions_wm_test.ts43 const timestamps = assertDefined(parser.getTimestamps()); constant
Dparser_transitions_shell_test.ts44 const timestamps = assertDefined(parser.getTimestamps()); constant
/development/tools/winscope/src/parsers/screen_recording/
Dparser_screen_recording_test.ts43 const timestamps = assertDefined(parser.getTimestamps()); constant
Dparser_screen_recording_legacy_test.ts43 const timestamps = assertDefined(parser.getTimestamps()); constant
Dparser_screenshot_test.ts51 const timestamps = assertDefined(parser.getTimestamps()); constant
Dparser_screen_recording_legacy.ts101 const timestamps: Array<bigint> = []; constant
Dparser_screen_recording.ts172 const timestamps: Array<bigint> = []; constant
/development/tools/winscope/src/parsers/protolog/legacy/
Dparser_protolog_test.ts64 const timestamps = assertDefined(parser.getTimestamps()); constant
/development/tools/winscope/src/test/unit/
Dparser_builder.ts100 const timestamps = new Array<Timestamp>(); constant
Dtrace_utils.ts29 const timestamps = new Array<Timestamp>(); constant
/development/tools/winscope/src/parsers/input/perfetto/
Dparser_key_event_test.ts44 const timestamps = assertDefined(parser.getTimestamps()); constant
Dparser_motion_event_test.ts44 const timestamps = assertDefined(parser.getTimestamps()); constant
/development/tools/winscope/src/parsers/protolog/perfetto/
Dparser_protolog_test.ts39 const timestamps = assertDefined(parser.getTimestamps()); constant
/development/tools/winscope/src/parsers/transactions/perfetto/
Dparser_transactions_test.ts46 const timestamps = assertDefined(parser.getTimestamps()); constant
/development/tools/winscope/src/parsers/legacy/
Dabstract_traces_parser.ts29 private timestamps: Timestamp[] | undefined; property in AbstractTracesParser
Dabstract_parser.ts34 private timestamps: Timestamp[] | undefined; property in AbstractParser
/development/tools/winscope/src/parsers/perfetto/
Dabstract_parser.ts142 const timestamps: Array<bigint> = []; constant
/development/tools/winscope/src/trace/
Dparser_mock.ts27 private readonly timestamps: Timestamp[], property in ParserMock
/development/tools/winscope/src/parsers/view_capture/legacy/
Dparser_view_capture_window.ts86 private timestamps: Timestamp[] | undefined; property in ParserViewCaptureWindow