Searched refs:xmlFile (Results 1 – 5 of 5) sorted by relevance
28 android::String8 xmlFile("test_description/test/no_attrib.xml"); in TEST_F() local29 TaskGeneric* testCase = mModelBuilder.parseTestDescriptionXml(xmlFile); in TEST_F()36 android::String8 xmlFile("test_description/host_speaker_calibration.xml"); in TEST_F() local37 TaskGeneric* testCase = mModelBuilder.parseTestDescriptionXml(xmlFile); in TEST_F()44 android::String8 xmlFile("test_description/all_playback.xml"); in TEST_F() local45 TaskGeneric* testBatch = mModelBuilder.parseTestDescriptionXml(xmlFile); in TEST_F()52 android::String8 xmlFile("test_description/all_playback.xml"); in TEST_F() local53 TaskGeneric* task = mModelBuilder.parseTestDescriptionXml(xmlFile, true); in TEST_F()60 android::String8 xmlFile("test_description/test/missing_mandatory.xml"); in TEST_F() local61 TaskGeneric* task = mModelBuilder.parseTestDescriptionXml(xmlFile); in TEST_F()[all …]
68 for (File xmlFile : xmlFiles) { in parse()69 parseModuleTestConfigs(xmlFile); in parse()101 private void parseModuleTestConfigs(File xmlFile) { in parseModuleTestConfigs() argument104 parser.parse(createStreamFromFile(xmlFile)); in parseModuleTestConfigs()107 File preparer = getPreparerDefForPackage(xmlFile); in parseModuleTestConfigs()116 String.format("error parsing config file: %s", xmlFile.getName()), e); in parseModuleTestConfigs()122 xmlFile.getAbsolutePath())); in parseModuleTestConfigs()138 xmlFile.getAbsolutePath())); in parseModuleTestConfigs()142 xmlFile.getAbsolutePath())); in parseModuleTestConfigs()156 InputStream createStreamFromFile(File xmlFile) throws FileNotFoundException { in createStreamFromFile() argument[all …]
1117 InputStream createXmlStream(File xmlFile) throws FileNotFoundException { in createXmlStream() argument1118 return new BufferedInputStream(new FileInputStream(xmlFile)); in createXmlStream()
85 android::String8 xmlFile(argv[optind]); in main() local133 UniquePtr<TaskGeneric> topTask(modelBuilder.parseTestDescriptionXml(xmlFile)); in main()135 LOGE("Parsing of %x failed", xmlFile.string()); in main()138 Settings::Instance()->addSetting(Settings::ETEST_XML, xmlFile); in main()
112 InputStream createXmlStream(File xmlFile) throws FileNotFoundException { in setUp()