Home
last modified time | relevance | path

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

12

/third_party/icu/icu4c/source/tools/gennorm2/
Dgennorm2.cpp50 void parseFile(std::ifstream &f, Normalizer2DataBuilder &builder);
211 parseFile(f, *builder); in main()
233 void parseFile(std::ifstream &f, Normalizer2DataBuilder &builder) { in parseFile() function
/third_party/skia/third_party/externals/icu/source/tools/gennorm2/
Dgennorm2.cpp50 void parseFile(std::ifstream &f, Normalizer2DataBuilder &builder);
211 parseFile(f, *builder); in main()
233 void parseFile(std::ifstream &f, Normalizer2DataBuilder &builder) { in parseFile() function
/third_party/python/Lib/xml/dom/
Dexpatbuilder.py197 def parseFile(self, file): member in ExpatBuilder
616 def parseFile(self, file): member in FragmentBuilder
864 def parseFile(self, file): member in InternalSubsetExtractor
866 ExpatBuilder.parseFile(self, file)
911 result = builder.parseFile(fp)
913 result = builder.parseFile(file)
942 result = builder.parseFile(fp)
944 result = builder.parseFile(file)
Dxmlbuilder.py205 return builder.parseFile(stream)
/third_party/vk-gl-cts/scripts/log/
Dlog_to_csv.py28 results = parser.parseFile(filename)
Dlog_parser.py95 def parseFile (self, filename): member in BatchResultParser
Dbottleneck_report.py157 results = parser.parseFile(inFile)
/third_party/vk-gl-cts/modules/glshared/
DglsShaderLibrary.cpp78 return glu::sl::parseFile(m_testCtx.getArchive(), fileName, &caseFactory); in loadShaderFile()
/third_party/icu/icu4c/source/tools/toolutil/
Dxmlparser.h186 UXMLElement *parseFile(const char *filename, UErrorCode &errorCode);
Dxmlparser.cpp165 UXMLParser::parseFile(const char *filename, UErrorCode &errorCode) { in parseFile() function in UXMLParser
/third_party/skia/third_party/externals/icu/source/tools/toolutil/
Dxmlparser.h186 UXMLElement *parseFile(const char *filename, UErrorCode &errorCode);
Dxmlparser.cpp165 UXMLParser::parseFile(const char *filename, UErrorCode &errorCode) { in parseFile() function in UXMLParser
/third_party/node/deps/icu-small/source/tools/toolutil/
Dxmlparser.h186 UXMLElement *parseFile(const char *filename, UErrorCode &errorCode);
Dxmlparser.cpp165 UXMLParser::parseFile(const char *filename, UErrorCode &errorCode) { in parseFile() function in UXMLParser
/third_party/vk-gl-cts/framework/opengl/
DgluShaderLibrary.hpp203 std::vector<tcu::TestNode*> parseFile (const tcu::Archive& archive, const std::string& filename, S…
/third_party/icu/icu4c/source/tools/gencnval/
Dgencnval.c162 parseFile(FileStream *in);
299 parseFile(in); in main()
333 parseFile(FileStream *in) { in parseFile() function
/third_party/skia/third_party/externals/icu/source/tools/gencnval/
Dgencnval.c161 parseFile(FileStream *in);
298 parseFile(in); in main()
332 parseFile(FileStream *in) { in parseFile() function
/third_party/vk-gl-cts/scripts/verify/
Dverify.py51 return parser.parseFile(filename)
/third_party/skia/third_party/externals/swiftshader/tests/regres/cov/
Dserialization.go374 p.tree.files[path] = p.parseFile()
378 func (p *parser) parseFile() *treeFile { func
/third_party/icu/icu4c/source/test/perf/leperf/
Dxmlreader.cpp144 UXMLElement *root = parser->parseFile(testFilePath, status); in readTestFile()
/third_party/icu/icu4c/source/test/letest/
Dxmlreader.cpp140 UXMLElement *root = parser->parseFile(testFilePath, status); in readTestFile()
Dgendata.cpp163 UXMLElement *root = parser->parseFile(gendataFile, status); in main()
Dletest.cpp574 UXMLElement *root = parser->parseFile(testFilePath, status); in DataDrivenTest()
/third_party/icu/icu4c/source/test/intltest/
Dcsdetest.cpp543 UXMLElement *root = parser->parseFile(testFilePath, status); in DetectionTest()
Dssearch.cpp137 LocalPointer<UXMLElement> root(parser->parseFile(testFilePath, status)); in searchTest()

12