Home
last modified time | relevance | path

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

/development/tools/winscope/src/test/unit/
Dutils.ts93 const fileAndParsers = await new LegacyParserFactory().createParsers( constant
101 const monotonicOffset = fileAndParsers
110 const bootTimeOffset = fileAndParsers
121 const parsers = fileAndParsers.map((fileAndParser) => {
/development/tools/winscope/src/app/
Dloaded_parsers.ts78 const fileAndParsers = [ constant
82 return fileAndParsers.map((fileAndParser) => fileAndParser.parser);