Home
last modified time | relevance | path

Searched refs:makeZeroTimestamp (Results 1 – 19 of 19) sorted by relevance

/development/tools/winscope/src/common/time/
Dtest_utils.ts69 makeZeroTimestamp(): Timestamp { method in TimestampConverterTestUtils
70 return this.TIMESTAMP_CONVERTER_NO_RTE_OFFSET.makeZeroTimestamp();
Dtimestamp_converter.ts96 makeZeroTimestamp(): Timestamp; method
207 makeZeroTimestamp(): Timestamp { method in TimestampConverter
/development/tools/winscope/src/parsers/search/
Dparser_search.ts99 this.timestamps.push(this.timestampConverter.makeZeroTimestamp());
107 this.timestamps.push(this.timestampConverter.makeZeroTimestamp());
Dparser_search_test.ts109 TimestampConverterUtils.makeZeroTimestamp(),
138 TimestampConverterUtils.makeZeroTimestamp(),
/development/tools/winscope/src/parsers/screenshot/
Dparser_screenshot.ts49 return this.timestampConverter.makeZeroTimestamp();
/development/tools/winscope/src/parsers/transitions/legacy/
Dparser_transitions_wm_test.ts49 const expected = TimestampConverterUtils.makeZeroTimestamp();
Dparser_transitions_wm.ts76 return this.timestampConverter.makeZeroTimestamp();
Dparser_transitions_shell.ts81 : this.timestampConverter.makeZeroTimestamp();
Dtraces_parser_transitions.ts79 const zeroTs = this.timestampConverter.makeZeroTimestamp();
/development/tools/winscope/src/parsers/window_manager/legacy/
Dparser_window_manager_dump.ts76 return this.timestampConverter.makeZeroTimestamp();
/development/tools/winscope/src/parsers/perfetto/
Dabstract_parser.ts92 return this.timestampConverter.makeZeroTimestamp();
/development/tools/winscope/src/trace/
Dtrace_entry_finder_test.ts65 .setTimestamps([TimestampConverterUtils.makeZeroTimestamp()])
Dtrace_test.ts1374 .setTimestamps([TimestampConverterUtils.makeZeroTimestamp()])
1385 .setTimestamps([TimestampConverterUtils.makeZeroTimestamp()])
1404 const time0 = TimestampConverterUtils.makeZeroTimestamp();
/development/tools/winscope/src/parsers/surface_flinger/legacy/
Dparser_surface_flinger.ts137 return this.timestampConverter.makeZeroTimestamp();
/development/tools/winscope/src/viewers/viewer_search/
Dsearch_result_presenter_test.ts139 const time0 = TimestampConverterUtils.makeZeroTimestamp();
/development/tools/winscope/src/viewers/common/
Dlog_viewer_presenter_test.ts178 const ts = TimestampConverterUtils.makeZeroTimestamp();
500 const ts = TimestampConverterUtils.makeZeroTimestamp();
/development/tools/winscope/src/app/components/
Dupload_traces_component_test.ts213 .setTimestamps([TimestampConverterUtils.makeZeroTimestamp()])
Dtrace_view_component_test.ts53 .setTimestamps([TimestampConverterUtils.makeZeroTimestamp()])
/development/tools/winscope/src/app/
Dmediator_test.ts104 .setTimestamps([TimestampConverterUtils.makeZeroTimestamp()])