Home
last modified time | relevance | path

Searched refs:xmlFile (Results 1 – 5 of 5) sorted by relevance

/tools/asuite/atest/bazel/reporter/javatests/com/android/tradefed/result/
DBazelXmlResultReporterTest.java61 Path xmlFile = createXmlFilePath(); in writeResultPassed_testPassed() local
62 BazelXmlResultReporter reporter = createReporter(xmlFile); in writeResultPassed_testPassed()
71 assertXmlFileContainsTagWithAttribute(xmlFile, "testcase", "result", "passed"); in writeResultPassed_testPassed()
76 Path xmlFile = createXmlFilePath(); in writeStackTrace_testFailed() local
77 BazelXmlResultReporter reporter = createReporter(xmlFile); in writeStackTrace_testFailed()
87 assertThatFileContents(xmlFile).contains("<![CDATA[this is a trace]]>"); in writeStackTrace_testFailed()
92 Path xmlFile = createXmlFilePath(); in noWriteTestCase_testIgnored() local
93 BazelXmlResultReporter reporter = createReporter(xmlFile); in noWriteTestCase_testIgnored()
103 assertThatFileContents(xmlFile).doesNotContain("<testcase"); in noWriteTestCase_testIgnored()
108 Path xmlFile = createXmlFilePath(); in writeTestCaseResultIncomplete_runFailed() local
[all …]
/tools/metalava/src/main/java/com/android/tools/metalava/
DArtifactTagger.kt60 val xmlFile = artifactSpec.key in any() constant
65 specApi = ApiFile.parseApi(xmlFile, options.inputKotlinStyleNulls) in any()
68 Issues.BROKEN_ARTIFACT_FILE, xmlFile, in any()
69 "Failed to parse $xmlFile for $artifactName artifact data.\n" in any()
DConvertJarsToSignatureFiles.kt140 val xmlFile = File(newApiFile.parentFile, "android.xml") in <lambda>() constant
141 if (xmlFile.isFile) { in <lambda>()
142 xmlFile.delete() in <lambda>()
DDocAnalyzer.kt818 fun getApiLookup(xmlFile: File, cacheDir: File? = null): ApiLookup { in getApiLookup()
861 System.setProperty(xmlPathProperty, xmlFile.path) in getApiLookup()
865 System.setProperty(xmlPathProperty, xmlFile.path) in getApiLookup()
/tools/platform-compat/build/
Dprocess_compat_config.py64 def merge(self, xmlFile, source): argument
65 xml = ET.parse(xmlFile)