Home
last modified time | relevance | path

Searched refs:makeTimestampFromNs (Results 1 – 8 of 8) sorted by relevance

/development/tools/winscope/src/common/time/
Dtime_test.ts232 TimestampConverterUtils.TIMESTAMP_CONVERTER.makeTimestampFromNs(10n),
233 TimestampConverterUtils.TIMESTAMP_CONVERTER.makeTimestampFromNs(600n),
239 TimestampConverterUtils.TIMESTAMP_CONVERTER.makeTimestampFromNs(10n),
245 TimestampConverterUtils.TIMESTAMP_CONVERTER.makeTimestampFromNs(600n),
251 TimestampConverterUtils.TIMESTAMP_CONVERTER.makeTimestampFromNs(300n),
259 TimestampConverterUtils.TIMESTAMP_CONVERTER.makeTimestampFromNs(0n),
265 TimestampConverterUtils.TIMESTAMP_CONVERTER.makeTimestampFromNs(601n),
Dtimestamp_converter.ts102 makeTimestampFromNs(valueNs: bigint): Timestamp; method
198 makeTimestampFromNs(valueNs: bigint): Timestamp { method in TimestampConverter
/development/tools/winscope/src/parsers/events/
Dtraces_parser_cujs_test.ts83 TimestampConverterUtils.TIMESTAMP_CONVERTER.makeTimestampFromNs(
91 TimestampConverterUtils.TIMESTAMP_CONVERTER.makeTimestampFromNs(
/development/tools/winscope/src/app/components/timeline/
Dtimeline_utils.ts109 const startTime = converter.makeTimestampFromNs(
112 const finishTime = converter.makeTimestampFromNs(finishTimeNs);
Dtimeline_component.ts864 ).makeTimestampFromNs(StringUtils.parseBigIntStrippingUnit(target.value));
963 ).makeTimestampFromNs(clickedNs),
1021 .makeTimestampFromNs(currentTimestampNs)
/development/tools/winscope/src/app/components/timeline/mini-timeline/
Dtransformer.ts56 return this.timestampConverter.makeTimestampFromNs(valueNs);
Dslider_component.ts243 const to = assertDefined(this.timestampConverter).makeTimestampFromNs(
/development/tools/winscope/src/app/components/timeline/expanded-timeline/
Ddefault_timeline_row_component.ts165 return assertDefined(this.timestampConverter).makeTimestampFromNs(ts);