Searched defs:getDescriptors (Results 1 – 6 of 6) sorted by relevance
/development/tools/winscope/src/trace/ | ||
D | parser.ts | 38 getDescriptors(): string[]; method |
D | parser_mock.ts | 88 getDescriptors(): string[] { method in ParserMock |
/development/tools/winscope/src/parsers/legacy/ | ||
D | abstract_parser.ts | 58 getDescriptors(): string[] { method in AbstractParser |
/development/tools/winscope/src/parsers/view_capture/legacy/ | ||
D | parser_view_capture_window.ts | 150 getDescriptors(): string[] { method in ParserViewCaptureWindow |
/development/tools/winscope/src/parsers/transitions/legacy/ | ||
D | traces_parser_transitions.ts | 81 override getDescriptors(): string[] { method in TracesParserTransitions |
/development/tools/winscope/src/parsers/events/ | ||
D | traces_parser_cujs.ts | 78 override getDescriptors(): string[] { method in TracesParserCujs |