Home
last modified time | relevance | path

Searched refs:parseFile (Results 1 – 25 of 55) sorted by relevance

123

/external/vulkan-validation-layers/layers/
Dvk_layer_config.cpp48 void parseFile(const char *filename);
187 parseFile(envPath.c_str()); in getOption()
189 parseFile("vk_layer_settings.txt"); in getOption()
210 parseFile(envPath.c_str()); in setOption()
212 parseFile("vk_layer_settings.txt"); in setOption()
219 void ConfigFile::parseFile(const char *filename) { in parseFile() function in ConfigFile
/external/libxml2/python/tests/
Derror.py22 doc = libxml2.parseFile("missing.xml")
39 doc = libxml2.parseFile("missing.xml")
Dresolver.py19 doc = libxml2.parseFile("doesnotexist.xml")
28 doc = libxml2.parseFile("doesnotexist.xml")
Dxpath.py12 doc = libxml2.parseFile("tst.xml")
37 doc = libxml2.parseFile("tst.xml")
Dtst.py8 doc = libxml2.parseFile("tst.xml")
Dxpathext.py14 doc = libxml2.parseFile("tst.xml")
Dxpathret.py25 doc = libxml2.parseFile("tst.xml")
Dtstxpath.py24 doc = libxml2.parseFile("tst.xml")
Dbuild.py22 doc = libxml2.parseFile("tmp.xml")
Dthread2.py42 doc = libxml2.parseFile("bad.xml")
/external/jsilver/src/org/clearsilver/
DDelegatedCs.java69 public void parseFile(String filename) throws IOException { in parseFile() method in DelegatedCs
70 getCs().parseFile(filename); in parseFile()
DCS.java47 void parseFile(String filename) throws IOException; in parseFile() method
/external/python/cpython2/Lib/compiler/
Dfuture.py66 from compiler import parseFile, walk
70 tree = parseFile(file)
D__init__.py29 from compiler.transformer import parse, parseFile
/external/doclava/src/com/google/doclava/
DDoclava2.java38 infoBuilder.parseFile(); in main()
69 infoBuilder.parseFile(); in main()
/external/icu/icu4c/source/tools/gennorm2/
Dgennorm2.cpp50 void parseFile(FILE *f, Normalizer2DataBuilder &builder);
178 parseFile(f.getAlias(), *builder); in main()
195 void parseFile(FILE *f, Normalizer2DataBuilder &builder) { in parseFile() function
/external/libxml2/xstc/
Dfixup-tests.py39 schemaDoc = libxml2.parseFile(schemaFile)
65 impDoc = libxml2.parseFile(impFile)
/external/deqp/scripts/log/
Dlog_to_csv.py28 results = parser.parseFile(filename)
/external/python/cpython2/Lib/xml/dom/
Dexpatbuilder.py197 def parseFile(self, file): member in ExpatBuilder
623 def parseFile(self, file): member in FragmentBuilder
876 def parseFile(self, file): member in InternalSubsetExtractor
878 ExpatBuilder.parseFile(self, file)
924 result = builder.parseFile(fp)
928 result = builder.parseFile(file)
958 result = builder.parseFile(fp)
962 result = builder.parseFile(file)
/external/libxml2/
Dcheck-xinclude-test-suite.py109 doc = libxml2.parseFile(URI)
188 conf = libxml2.parseFile(CONF)
/external/deqp/modules/glshared/
DglsShaderLibrary.cpp78 return glu::sl::parseFile(m_testCtx.getArchive(), fileName, &caseFactory); in loadShaderFile()
/external/proguard/src/proguard/
DConfigurationParser.java188 … .startsWith(nextWord)) configuration.applyMapping = parseFile(); in parse()
189 … .startsWith(nextWord)) configuration.obfuscationDictionary = parseFile(); in parse()
190 …N .startsWith(nextWord)) configuration.classObfuscationDictionary = parseFile(); in parse()
191 …ION .startsWith(nextWord)) configuration.packageObfuscationDictionary = parseFile(); in parse()
401 private File parseFile() in parseFile() method in ConfigurationParser
/external/jsilver/src/org/clearsilver/jni/
DJniCs.java86 public void parseFile(String filename) throws IOException { in parseFile() method in JniCs
/external/clang/lib/Format/
DUnwrappedLineParser.h72 void parseFile();
/external/icu/icu4c/source/tools/toolutil/
Dxmlparser.h186 UXMLElement *parseFile(const char *filename, UErrorCode &errorCode);

123