Home
last modified time | relevance | path

Searched defs:xmlFile (Results 1 – 4 of 4) sorted by relevance

/cts/suite/audio_quality/test/
DModelBuilderTest.cpp28 android::String8 xmlFile("test_description/test/no_attrib.xml"); in TEST_F() local
36 android::String8 xmlFile("test_description/host_speaker_calibration.xml"); in TEST_F() local
44 android::String8 xmlFile("test_description/all_playback.xml"); in TEST_F() local
52 android::String8 xmlFile("test_description/all_playback.xml"); in TEST_F() local
60 android::String8 xmlFile("test_description/test/missing_mandatory.xml"); in TEST_F() local
67 android::String8 xmlFile("test_description/test/unknown_element.xml"); in TEST_F() local
74 android::String8 xmlFile("test_description/test/wrong_attrib.xml"); in TEST_F() local
81 android::String8 xmlFile("test_description/test/test_rms_vma.xml"); in TEST_F() local
/cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
DTestPackageRepo.java101 private void parseModuleTestConfigs(File xmlFile) { in parseModuleTestConfigs()
156 InputStream createStreamFromFile(File xmlFile) throws FileNotFoundException { in createStreamFromFile()
DCtsTest.java1117 InputStream createXmlStream(File xmlFile) throws FileNotFoundException { in createXmlStream()
/cts/suite/audio_quality/executable/src/
Dmain.cpp85 android::String8 xmlFile(argv[optind]); in main() local