Home
last modified time | relevance | path

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

/development/tools/winscope/src/test/unit/
Dutils.ts335 expectedTimestamp: Timestamp,
337 if (timestamp.format() !== expectedTimestamp.format()) return false;
338 if (timestamp.getValueNs() !== expectedTimestamp.getValueNs()) {
/development/tools/winscope/src/app/
Dtrace_pipeline_test.ts202 const expectedTimestamp = constant
208 ).toEqual(expectedTimestamp);