Searched defs:xmlFile (Results 1 – 4 of 4) sorted by relevance
28 android::String8 xmlFile("test_description/test/no_attrib.xml"); in TEST_F() local36 android::String8 xmlFile("test_description/host_speaker_calibration.xml"); in TEST_F() local44 android::String8 xmlFile("test_description/all_playback.xml"); in TEST_F() local52 android::String8 xmlFile("test_description/all_playback.xml"); in TEST_F() local60 android::String8 xmlFile("test_description/test/missing_mandatory.xml"); in TEST_F() local67 android::String8 xmlFile("test_description/test/unknown_element.xml"); in TEST_F() local74 android::String8 xmlFile("test_description/test/wrong_attrib.xml"); in TEST_F() local81 android::String8 xmlFile("test_description/test/test_rms_vma.xml"); in TEST_F() local
101 private void parseModuleTestConfigs(File xmlFile) { in parseModuleTestConfigs()156 InputStream createStreamFromFile(File xmlFile) throws FileNotFoundException { in createStreamFromFile()
1117 InputStream createXmlStream(File xmlFile) throws FileNotFoundException { in createXmlStream()
85 android::String8 xmlFile(argv[optind]); in main() local