Home
last modified time | relevance | path

Searched refs:expectedTimestamp (Results 1 – 2 of 2) sorted by relevance

/development/tools/winscope/src/common/time/
Dtest_utils.ts76 expectedTimestamp: Timestamp,
78 if (timestamp.format() !== expectedTimestamp.format()) return false;
79 if (timestamp.getValueNs() !== expectedTimestamp.getValueNs()) {
/development/tools/winscope/src/app/
Dtrace_pipeline_test.ts221 const expectedTimestamp = constant
227 ).toEqual(expectedTimestamp);