HomeSort by relevance Sort by last modified time
    Searched refs:xmlfile (Results 1 - 7 of 7) sorted by null

  /external/expat/tests/
xmltest.sh 101 for xmlfile in *.xml ; do
102 RunXmlwfWF "$xmlfile" "$xmldir/"
110 for xmlfile in *pass*.xml ; do
111 RunXmlwfWF "$xmlfile" "oasis/"
129 for xmlfile in *.xml ; do
130 RunXmlwfNotWF "$xmlfile" "$xmldir/"
137 for xmlfile in *fail*.xml ; do
138 RunXmlwfNotWF "$xmlfile" "oasis/"
  /external/bzip2/
xmlproc.sh 36 xmlfile=$1; shift
38 if !(test -f $xmlfile); then
39 echo "No such file: $xmlfile";
47 basename=$xmlfile
56 # first process the xmlfile with CDATA tags
57 ./format.pl $xmlfile $xmlfmtfile
  /art/test/dexdump/
run-all-tests 56 xmlfile=${basenm}.xml
59 genxmlfile=${tmpdir}/${xmlfile}
70 cmp ${xmlfile} ${genxmlfile}
  /packages/apps/Car/libs/
resource_generator.py 101 with open(filename, "w") as xmlfile:
102 xmlfile.write(self.XML_HEADER)
103 xmlfile.write(self.AOSP_HEADER)
104 xmlfile.write(self.EMPTY_XML)
204 with open(filenames[modifier], "wt", encoding=self.ENCODING) as xmlfile:
209 xmlfile.write(starting_lines)
210 xmlfile.write(formatted_xml)
  /cts/tools/utils/
android_api_description_splitter.py 21 # android_api_description.py xmlfile tagname
85 def __init__(self, xmlfile, outPath):
86 self.doc = xml.dom.minidom.parse(xmlfile)
148 print "Usage: splitxml.py xmlfile outpath tagname"
  /prebuilts/tools/common/m2/repository/xml-resolver/xml-resolver/1.2/
xml-resolver-1.2.jar 
  /prebuilts/tools/common/m2/repository/com/sun/xml/fastinfoset/FastInfoset/1.2.13/
FastInfoset-1.2.13.jar 

Completed in 742 milliseconds