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
70 private void parseTestFromXml(File xmlFile) { in parseTestFromXml()101 InputStream createStreamFromFile(File xmlFile) throws FileNotFoundException { in createStreamFromFile()
797 InputStream createXmlStream(File xmlFile) throws FileNotFoundException { in createXmlStream()
85 android::String8 xmlFile(argv[optind]); in main() local