Searched refs:parserScreenshot0 (Results 1 – 1 of 1) sorted by relevance
/development/tools/winscope/src/app/ |
D | loaded_parsers_test.ts | 366 const parserScreenshot0 = new ParserBuilder<object>() constant 382 loadParsers([parserScreenshot0], []); 383 expectLoadResult([parserScreenshot0], []); 392 loadParsers([parserScreenshot0, parserScreenRecording0], []); 397 loadParsers([parserScreenRecording0, parserScreenshot0], []); 405 loadParsers([parserScreenshot0], []); 410 loadParsers([parserScreenshot0], []); 411 expectLoadResult([parserScreenshot0], []); 418 loadParsers([parserScreenshot0], []); 419 expectLoadResult([parserScreenshot0], []); [all …]
|