/development/tools/winscope/src/app/ |
D | loaded_parsers_test.ts | 50 const timestamps = [ constant 230 const timestamps = assertDefined(parserSf0.getTimestamps()); constant 243 timestamps[timestamps.length - 1].add(-1n), constant 264 timestamps[timestamps.length - 1], constant
|
D | loaded_parsers.ts | 328 const timestamps = parser.getTimestamps(); constant 354 const endTimestamp = timestamps[timestamps.length - 1]; constant
|
/development/tools/winscope/src/parsers/events/ |
D | parser_eventlog_test.ts | 47 const timestamps = assertDefined(parser.getTimestamps()); constant 96 const timestamps = assertDefined(parser.getTimestamps()); constant
|
D | traces_parser_cujs_test.ts | 47 const timestamps = assertDefined(parser.getTimestamps()); constant
|
/development/tools/winscope/src/parsers/transactions/legacy/ |
D | parser_transactions_test.ts | 46 const timestamps = assertDefined(parser.getTimestamps()); constant 134 const timestamps = assertDefined(parser.getTimestamps()); constant
|
/development/tools/winscope/src/parsers/transitions/legacy/ |
D | traces_parser_transitions_test.ts | 45 const timestamps = assertDefined(parser.getTimestamps()); constant
|
D | parser_transitions_wm_test.ts | 43 const timestamps = assertDefined(parser.getTimestamps()); constant
|
D | parser_transitions_shell_test.ts | 44 const timestamps = assertDefined(parser.getTimestamps()); constant
|
/development/tools/winscope/src/parsers/screen_recording/ |
D | parser_screen_recording_test.ts | 43 const timestamps = assertDefined(parser.getTimestamps()); constant
|
D | parser_screen_recording_legacy_test.ts | 43 const timestamps = assertDefined(parser.getTimestamps()); constant
|
D | parser_screenshot_test.ts | 51 const timestamps = assertDefined(parser.getTimestamps()); constant
|
D | parser_screen_recording_legacy.ts | 101 const timestamps: Array<bigint> = []; constant
|
D | parser_screen_recording.ts | 172 const timestamps: Array<bigint> = []; constant
|
/development/tools/winscope/src/parsers/protolog/legacy/ |
D | parser_protolog_test.ts | 64 const timestamps = assertDefined(parser.getTimestamps()); constant
|
/development/tools/winscope/src/test/unit/ |
D | parser_builder.ts | 100 const timestamps = new Array<Timestamp>(); constant
|
D | trace_utils.ts | 29 const timestamps = new Array<Timestamp>(); constant
|
/development/tools/winscope/src/parsers/input/perfetto/ |
D | parser_key_event_test.ts | 44 const timestamps = assertDefined(parser.getTimestamps()); constant
|
D | parser_motion_event_test.ts | 44 const timestamps = assertDefined(parser.getTimestamps()); constant
|
/development/tools/winscope/src/parsers/protolog/perfetto/ |
D | parser_protolog_test.ts | 39 const timestamps = assertDefined(parser.getTimestamps()); constant
|
/development/tools/winscope/src/parsers/transactions/perfetto/ |
D | parser_transactions_test.ts | 46 const timestamps = assertDefined(parser.getTimestamps()); constant
|
/development/tools/winscope/src/parsers/legacy/ |
D | abstract_traces_parser.ts | 29 private timestamps: Timestamp[] | undefined; property in AbstractTracesParser
|
D | abstract_parser.ts | 34 private timestamps: Timestamp[] | undefined; property in AbstractParser
|
/development/tools/winscope/src/parsers/perfetto/ |
D | abstract_parser.ts | 142 const timestamps: Array<bigint> = []; constant
|
/development/tools/winscope/src/trace/ |
D | parser_mock.ts | 27 private readonly timestamps: Timestamp[], property in ParserMock
|
/development/tools/winscope/src/parsers/view_capture/legacy/ |
D | parser_view_capture_window.ts | 86 private timestamps: Timestamp[] | undefined; property in ParserViewCaptureWindow
|