Home
last modified time | relevance | path

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

/development/tools/winscope/src/test/unit/
Dutils.ts200 const tracesParsers = await new TracesParserFactory().createParsers( constant
204 expect(tracesParsers.length)
209 return tracesParsers[0];
/development/tools/winscope/src/app/
Dtrace_pipeline.ts88 const tracesParsers = await this.tracesParserFactory.createParsers( constant
93 tracesParsers.forEach((tracesParser) => {