Home
last modified time | relevance | path

Searched refs:getDescriptors (Results 1 – 11 of 11) sorted by relevance

/development/tools/winscope/src/app/
Dloaded_parsers.ts243 new TraceOverridden(fileAndParser.parser.getDescriptors().join()),
265 new TraceOverridden(newParser.getDescriptors().join()),
396 fileAndParser.parser.getDescriptors().join(),
406 newScreenshotParser.parser.getDescriptors().join(),
454 new TraceHasOldData(parser.getDescriptors().join()),
481 parser.getDescriptors().join(),
Dtrace_pipeline_test.ts307 expect(sfTrace.getDescriptors().length).toBeGreaterThan(0);
/development/tools/winscope/src/parsers/transitions/legacy/
Dtraces_parser_transitions.ts41 .getDescriptors()
42 .concat(this.shellTransitionTrace.getDescriptors());
81 override getDescriptors(): string[] { method in TracesParserTransitions
/development/tools/winscope/src/trace/
Dparser.ts38 getDescriptors(): string[]; method
Dparser_mock.ts88 getDescriptors(): string[] { method in ParserMock
Dtrace.ts129 parser.getDescriptors(),
153 getDescriptors(): string[] {
154 return this.parser.getDescriptors();
/development/tools/winscope/src/parsers/legacy/
Dabstract_traces_parser.ts68 abstract getDescriptors(): string[];
Dabstract_parser.ts58 getDescriptors(): string[] { method in AbstractParser
/development/tools/winscope/src/parsers/events/
Dtraces_parser_cujs.ts42 this.descriptors = this.eventLogTrace.getDescriptors();
78 override getDescriptors(): string[] { method in TracesParserCujs
/development/tools/winscope/src/parsers/perfetto/
Dabstract_parser.ts110 getDescriptors(): string[] {
/development/tools/winscope/src/parsers/view_capture/legacy/
Dparser_view_capture_window.ts150 getDescriptors(): string[] { method in ParserViewCaptureWindow