Home
last modified time | relevance | path

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

/development/tools/winscope/src/common/
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.ts77 makeTimestampFromNs(valueNs: bigint): Timestamp; method
173 makeTimestampFromNs(valueNs: bigint): Timestamp { method in TimestampConverter
/development/tools/winscope/src/app/components/timeline/
Dtimeline_utils.ts63 const startTime = converter.makeTimestampFromNs(
66 const finishTime = converter.makeTimestampFromNs(finishTimeNs);
Dtimeline_component.ts774 ).makeTimestampFromNs(StringUtils.parseBigIntStrippingUnit(target.value));
872 ).makeTimestampFromNs(clickedNs),
906 .makeTimestampFromNs(currentTimestampNs)
/development/tools/winscope/src/app/components/timeline/mini-timeline/
Dtransformer.ts56 return this.timestampConverter.makeTimestampFromNs(valueNs);
Dslider_component.ts242 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);