Home
last modified time | relevance | path

Searched refs:time10 (Results 1 – 6 of 6) sorted by relevance

/development/tools/winscope/src/parsers/transitions/operations/
Dadd_status_test.ts25 const time10 = TimestampConverterUtils.makeRealTimestamp(10n); constant
37 {name: 'wmData', children: [{name: 'abortTimeNs', value: time10}]},
47 {name: 'wmData', children: [{name: 'abortTimeNs', value: time10}]},
65 {name: 'shellData', children: [{name: 'abortTimeNs', value: time10}]},
75 {name: 'shellData', children: [{name: 'abortTimeNs', value: time10}]},
125 {name: 'shellData', children: [{name: 'mergeTimeNs', value: time10}]},
137 children: [{name: 'mergeTimeNs', value: time10}],
188 children: [{name: 'finishTimeNs', value: time10}],
201 children: [{name: 'finishTimeNs', value: time10}],
/development/tools/winscope/src/app/components/timeline/expanded-timeline/
Dtransition_timeline_component_test.ts44 const time10 = TimestampConverterUtils.makeRealTimestamp(10n); constant
95 children: [{name: 'dispatchTimeNs', value: time10}],
127 component.selectionRange = new TimeRange(time10, time110);
195 .setTimestamps([time10, time60])
198 component.selectionRange = new TimeRange(time10, time110);
305 children: [{name: 'dispatchTimeNs', value: time10}],
330 .setTimestamps([time10, time60])
333 component.selectionRange = new TimeRange(time10, time110);
378 children: [{name: 'dispatchTimeNs', value: time10}],
403 .setTimestamps([time10, time35])
[all …]
Dexpanded_timeline_component_test.ts44 const time10 = TimestampConverterUtils.makeRealTimestamp(10n); constant
81 .setTimestamps(TraceType.SURFACE_FLINGER, [time10])
98 children: [{name: 'dispatchTimeNs', value: time10}],
120 .setTimestamps(TraceType.TRANSITION, [time10, time60])
/development/tools/winscope/src/trace/
Dtrace_test.ts28 const time10 = TimestampConverterUtils.makeRealTimestamp(10n); constant
42 .setTimestamps([time10, time11, time11, time12, time13])
92 expect(trace.sliceEntries(0, 0).findClosestEntry(time10)).toBeUndefined();
97 expect(await slice.findClosestEntry(time10)?.getValue()).toEqual('entry-1');
105 expect(await trace.findClosestEntry(time10)?.getValue()).toEqual('entry-0');
115 trace.sliceEntries(0, 0).findFirstGreaterOrEqualEntry(time10),
124 await slice.findFirstGreaterOrEqualEntry(time10)?.getValue(),
139 await trace.findFirstGreaterOrEqualEntry(time10)?.getValue(),
156 trace.sliceEntries(0, 0).findFirstGreaterEntry(time10),
164 expect(await slice.findFirstGreaterEntry(time10)?.getValue()).toEqual(
[all …]
Dtraces_test.ts41 const time10 = TimestampConverterUtils.makeRealTimestamp(10n); constant
76 .setTimestamps([time2, time5, time7, time8, time10])
367 await TracesUtils.extractEntries(traces.sliceTime(time1, time10)),
370 await TracesUtils.extractFrames(traces.sliceTime(time1, time10)),
/development/tools/winscope/src/viewers/viewer_protolog/
Dpresenter_test.ts43 const time10 = TimestampConverterUtils.makeRealTimestamp(10n); constant
153 .setTimestamps([time10, time11, time12])
156 positionUpdate10 = TracePositionUpdate.fromTimestamp(time10);