/external/clpeak/src/ |
D | logger.cpp | 9 xmlFile.open(_xmlFileName); in logger() 10 xw = new xmlWriter(xmlFile); in logger() 11 xmlFile.flush(); in logger() 21 xmlFile.close(); in ~logger() 62 xmlFile.flush(); in xmlOpenTag() 71 xmlFile.flush(); in xmlAppendAttribs() 83 xmlFile.flush(); in xmlAppendAttribs() 92 xmlFile.flush(); in xmlSetContent() 104 xmlFile.flush(); in xmlSetContent() 113 xmlFile.flush(); in xmlCloseTag() [all …]
|
/external/robolectric/resources/src/main/java/org/robolectric/res/ |
D | XmlContext.java | 8 private final Path xmlFile; field in XmlContext 11 public XmlContext(String packageName, Path xmlFile, Qualifiers qualifiers) { in XmlContext() argument 13 this.xmlFile = xmlFile; in XmlContext() 30 return xmlFile; in getXmlFile() 35 return '{' + packageName + ':' + xmlFile + '}'; in toString()
|
D | StaxDocumentLoader.java | 27 Path xmlFile = xmlContext.getXmlFile(); in loadResourceXmlFile() local 31 xmlStreamReader = factory.createXMLStreamReader(Fs.getInputStream(xmlFile)); in loadResourceXmlFile() 34 throw new RuntimeException("error parsing " + xmlFile, e); in loadResourceXmlFile()
|
/external/apache-xml/test/java/src/org/apache/qetest/xslwrapper/ |
D | TraxStreamWrapper.java | 200 File xmlFile = new File(xmlName); in transform() local 201 int xmlLength = new Long(xmlFile.length()).intValue(); //@todo warning: possible overflow in transform() 203 FileInputStream xmlStream = new FileInputStream(xmlFile); in transform() 359 File xmlFile = new File(xmlName); in transformWithStylesheet() local 360 int xmlLength = new Long(xmlFile.length()).intValue(); //@todo warning: possible overflow in transformWithStylesheet() 362 FileInputStream xmlStream = new FileInputStream(xmlFile); in transformWithStylesheet() 439 File xmlFile = new File(xmlName); in transformEmbedded() local 440 int xmlLength = new Long(xmlFile.length()).intValue(); //@todo warning: possible overflow in transformEmbedded() 442 FileInputStream xmlStream = new FileInputStream(xmlFile); in transformEmbedded() 465 xmlFile = new File(xmlName); in transformEmbedded() [all …]
|
/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/ |
D | ConverterTest.java | 23 Path xmlFile = Paths.get("res/values/foo.xml"); in setUp() local 24 Qualifiers qualifiers = Qualifiers.fromParentDir(xmlFile.getParent()); in setUp() 26 xmlContext = new XmlContext("", xmlFile, qualifiers); in setUp()
|
/external/doclava/src/com/google/doclava/ |
D | ArtifactTagger.java | 70 String xmlFile = artifactSpec.getKey(); in tagAll() local 75 specApi = new ApiCheck().parseApi(xmlFile); in tagAll() 80 "Failed to parse " + xmlFile + " for " + artifactName + " artifact data.\n" in tagAll()
|
D | SinceTagger.java | 61 String xmlFile = versionSpec.getKey(); in tagAll() local 66 specApi = new ApiCheck().parseApi(xmlFile); in tagAll() 71 "Failed to parse " + xmlFile + " for " + versionName + " since data.\n" in tagAll()
|
/external/robolectric/resources/src/test/java/org/robolectric/res/ |
D | QualifiersTest.java | 31 Path xmlFile = Paths.get(path, "whatever.xml"); in configFrom() local 32 Qualifiers qualifiers = Qualifiers.fromParentDir(xmlFile.getParent()); in configFrom() 34 ResTable_config config = new XmlContext("package", xmlFile, qualifiers).getConfig(); in configFrom()
|
/external/jazzer-api/sanitizers/src/test/java/com/example/ |
D | XPathInjection.java | 29 String xmlFile = "<user name=\"user\" pass=\"pass\"></user>"; in fuzzerInitialize() local 34 doc = builder.parse(new InputSource(new StringReader(xmlFile))); in fuzzerInitialize()
|
/external/robolectric/resources/src/main/java/org/robolectric/res/builder/ |
D | XmlBlock.java | 26 private static synchronized Document parse(Path xmlFile) { in parse() argument 36 inputStream = Fs.getInputStream(xmlFile); in parse()
|
/external/jsoup/src/test/java/org/jsoup/parser/ |
D | XmlTreeBuilderTest.java | 86 … File xmlFile = new File(XmlTreeBuilder.class.getResource("/htmltests/xml-test.xml").toURI()); in testSupplyParserToDataStream() local 87 InputStream inStream = new FileInputStream(xmlFile); in testSupplyParserToDataStream() 135 … File xmlFile = new File(XmlTreeBuilder.class.getResource("/htmltests/xml-charset.xml").toURI()); in testDetectCharsetEncodingDeclaration() local 136 InputStream inStream = new FileInputStream(xmlFile); in testDetectCharsetEncodingDeclaration()
|
/external/mesa3d/src/mapi/new/ |
D | genCommon.py | 63 roots = [ etree.parse(xmlFile).getroot() for xmlFile in xmlFiles ]
|
/external/clpeak/include/ |
D | logger.h | 24 ofstream xmlFile; variable
|
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/tool/ |
D | ConvertXTB.java | 537 File xmlFile = new File(outputDir, locale + ".xml"); in writeXml() local 545 out = new PrintWriter(xmlFile); in writeXml() 549 System.err.println("Couldn't write " + xmlFile.getAbsolutePath() + " to disk."); in writeXml()
|
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/ |
D | SimpleFactory.java | 812 final File xmlFile = makeFileName(localeName, dir); 813 if (xmlFile.canRead()) {
|