Home
last modified time | relevance | path

Searched refs:time11 (Results 1 – 3 of 3) sorted by relevance

/development/tools/winscope/src/trace/
Dtrace_test.ts29 const time11 = TimestampConverterUtils.makeRealTimestamp(11n); constant
42 .setTimestamps([time10, time11, time11, time12, time13])
98 expect(await slice.findClosestEntry(time11)?.getValue()).toEqual('entry-1');
106 expect(await trace.findClosestEntry(time11)?.getValue()).toEqual('entry-1');
127 await slice.findFirstGreaterOrEqualEntry(time11)?.getValue(),
142 await trace.findFirstGreaterOrEqualEntry(time11)?.getValue(),
167 expect(await slice.findFirstGreaterEntry(time11)?.getValue()).toEqual(
179 expect(await trace.findFirstGreaterEntry(time11)?.getValue()).toEqual(
198 expect(await slice.findLastLowerOrEqualEntry(time11)?.getValue()).toEqual(
213 expect(await trace.findLastLowerOrEqualEntry(time11)?.getValue()).toEqual(
[all …]
/development/tools/winscope/src/app/components/timeline/expanded-timeline/
Dexpanded_timeline_component_test.ts45 const time11 = TimestampConverterUtils.makeRealTimestamp(11n); constant
83 .setTimestamps(TraceType.WINDOW_MANAGER, [time11])
174 TracePosition.fromTimestamp(time11),
/development/tools/winscope/src/viewers/viewer_protolog/
Dpresenter_test.ts44 const time11 = TimestampConverterUtils.makeRealTimestamp(11n); constant
153 .setTimestamps([time10, time11, time12])
157 positionUpdate11 = TracePositionUpdate.fromTimestamp(time11);