Home
last modified time | relevance | path

Searched refs:PARSERS (Results 1 – 3 of 3) sorted by relevance

/development/tools/winscope/src/parsers/legacy/
Dtraces_parser_factory.ts24 static readonly PARSERS = [TracesParserCujs, TracesParserTransitions]; property in TracesParserFactory
32 for (const ParserType of TracesParserFactory.PARSERS) {
Dparser_factory.ts40 static readonly PARSERS = [ property in ParserFactory
74 for (const ParserType of ParserFactory.PARSERS) {
/development/tools/winscope/src/parsers/perfetto/
Dparser_factory.ts42 private static readonly PARSERS = [ property in ParserFactory
95 for (const ParserType of ParserFactory.PARSERS) {