Home
last modified time | relevance | path

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

123

/third_party/typescript_eslint/packages/typescript-estree/tests/lib/
DpersistentParse.test.ts64 function parseFile( function
90 expect(() => parseFile('foo', PROJECT_DIR)).not.toThrow();
91 expect(() => parseFile('bar', PROJECT_DIR)).not.toThrow();
97 expect(() => parseFile('foo', PROJECT_DIR)).not.toThrow();
98 expect(() => parseFile('bar', PROJECT_DIR)).toThrow();
105 expect(() => parseFile('foo', PROJECT_DIR)).not.toThrow();
107 expect(() => parseFile('bar', PROJECT_DIR)).toThrow();
113 expect(() => parseFile('foo', PROJECT_DIR)).not.toThrow();
114 expect(() => parseFile('bar', PROJECT_DIR)).not.toThrow();
122 expect(() => parseFile('foo', PROJECT_DIR)).not.toThrow();
[all …]
/third_party/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")
/third_party/libxml2/xstc/
Dfixup-tests.py39 schemaDoc = libxml2.parseFile(schemaFile)
65 impDoc = libxml2.parseFile(impFile)
/third_party/flutter/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/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/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/flutter/flutter/packages/flutter_tools/test/general.shard/android/
Dandroid_studio_test.dart81 when(plistUtils.parseFile(plistFilePath)).thenReturn(macStudioInfoPlist);
104 when(plistUtils.parseFile(jetbrainsPlistFilePath)).thenReturn(jetbrainsInfoPlist);
109 when(plistUtils.parseFile(studioPlistFilePath)).thenReturn(macStudioInfoPlist);
/third_party/flutter/flutter/packages/flutter_tools/lib/src/ios/
Dplist_parser.dart27 Map<String, dynamic> parseFile(String plistFilePath) {
60 final Map<String, dynamic> parsed = parseFile(plistFilePath);
/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)
/third_party/vk-gl-cts/scripts/log/
Dlog_to_csv.py28 results = parser.parseFile(filename)
/third_party/libxml2/
Dcheck-xinclude-test-suite.py109 doc = libxml2.parseFile(URI)
188 conf = libxml2.parseFile(CONF)
/third_party/vk-gl-cts/modules/glshared/
DglsShaderLibrary.cpp78 return glu::sl::parseFile(m_testCtx.getArchive(), fileName, &caseFactory); in loadShaderFile()
/third_party/flutter/skia/third_party/externals/icu/source/tools/toolutil/
Dxmlparser.h186 UXMLElement *parseFile(const char *filename, UErrorCode &errorCode);
/third_party/node/deps/icu-small/source/tools/toolutil/
Dxmlparser.h186 UXMLElement *parseFile(const char *filename, UErrorCode &errorCode);
/third_party/skia/third_party/externals/icu/source/tools/toolutil/
Dxmlparser.h186 UXMLElement *parseFile(const char *filename, UErrorCode &errorCode);
/third_party/icu/icu4c/source/tools/toolutil/
Dxmlparser.h186 UXMLElement *parseFile(const char *filename, UErrorCode &errorCode);
/third_party/vk-gl-cts/framework/opengl/
DgluShaderLibrary.hpp203 std::vector<tcu::TestNode*> parseFile (const tcu::Archive& archive, const std::string& filename, S…

123