Home
last modified time | relevance | path

Searched defs:timestampConverter (Results 1 – 15 of 15) sorted by relevance

/aosp_15_r20/external/opencensus-java/impl_core/src/main/java/io/opencensus/implcore/trace/
H A DRecordEventsSpanImpl.java77 private final TimestampConverter timestampConverter; field in RecordEventsSpanImpl
142 @Nullable TimestampConverter timestampConverter, in startSpan()
439 TraceEvents<EventWithNanoTime<T>> events, TimestampConverter timestampConverter) { in createTimedEvents()
559 private TimedEvent<T> toSpanDataTimedEvent(TimestampConverter timestampConverter) { in toSpanDataTimedEvent()
572 @Nullable TimestampConverter timestampConverter, in RecordEventsSpanImpl()
H A DSpanBuilderImpl.java103 TimestampConverter timestampConverter = null; in startSpanInternal() local
/aosp_15_r20/development/tools/winscope/src/parsers/traces/
H A Dabstract_traces_parser.ts30 protected timestampConverter: ParserTimestampConverter; property in AbstractTracesParser
/aosp_15_r20/development/tools/winscope/src/app/components/timeline/mini-timeline/
H A Dtransformer.ts31 private timestampConverter: ComponentTimestampConverter, property in Transformer
H A Dslider_component.ts126 @Input() timestampConverter: ComponentTimestampConverter | undefined; property in SliderComponent
/aosp_15_r20/development/tools/winscope/src/parsers/view_capture/legacy/
H A Dparser_view_capture.ts33 private readonly timestampConverter: ParserTimestampConverter, property in ParserViewCapture
/aosp_15_r20/external/opencensus-java/impl_core/src/test/java/io/opencensus/implcore/trace/export/
H A DNoopInProcessRunningSpanStoreTest.java54 private final TimestampConverter timestampConverter = TimestampConverter.now(testClock); field in NoopInProcessRunningSpanStoreTest
H A DNoopSampledSpanStoreImplTest.java59 private final TimestampConverter timestampConverter = TimestampConverter.now(testClock); field in NoopSampledSpanStoreImplTest
/aosp_15_r20/development/tools/winscope/src/parsers/legacy/
H A Dabstract_parser.ts38 protected timestampConverter: ParserTimestampConverter; property in AbstractParser
/aosp_15_r20/development/tools/winscope/src/parsers/view_capture/perfetto/
H A Dparser_view_capture.ts31 private readonly timestampConverter: ParserTimestampConverter; property in ParserViewCapture
/aosp_15_r20/development/tools/winscope/src/parsers/transitions/
H A Dentry_properties_tree_factory.ts51 timestampConverter: ParserTimestampConverter; property
/aosp_15_r20/development/tools/winscope/src/parsers/transitions/perfetto/
H A Dparser_transitions.ts89 timestampConverter: this.timestampConverter, constant
/aosp_15_r20/development/tools/winscope/src/app/components/timeline/expanded-timeline/
H A Dabstract_timeline_row_component.ts40 @Input() timestampConverter: ComponentTimestampConverter | undefined; property in AbstractTimelineRowComponent
/aosp_15_r20/development/tools/winscope/src/app/
H A Dtrace_pipeline_test.ts217 const timestampConverter = tracePipeline.getTimestampConverter(); constant
/aosp_15_r20/external/opencensus-java/impl_core/src/test/java/io/opencensus/implcore/trace/
H A DRecordEventsSpanImplTest.java64 private final TimestampConverter timestampConverter = TimestampConverter.now(testClock); field in RecordEventsSpanImplTest