/external/antlr/runtime/Cpp/tests/ |
D | t051.cpp | 16 static void parseFile(const char* fName); 22 parseFile("./t051.input"); // Note in VS2005 debug, working directory must be configured in main() 28 parseFile(argv[i]); in main() 37 void parseFile(const char* fName) in parseFile() function
|
/external/catch2/scripts/ |
D | generateSingleHeader.py | 64 parseFile(dir, name) 66 def parseFile( path, filename ): function 91 parseFile( path + headerPath + sep, headerFile ) 93 parseFile( rootPath + headerPath + sep, headerFile ) 120 parseFile( rootPath, 'catch.hpp' )
|
/external/skqp/tools/bookmaker/ |
D | bookmaker.cpp | 197 if (!bmhParser.parseFile(FLAGS_bmh[0], ".bmh", ParserCommon::OneFile::kNo)) { in main() 218 if (!FLAGS_bmh.isEmpty() && !hacker.parseFile(FLAGS_bmh[0], ".bmh", in main() 241 if (!FLAGS_include.isEmpty() && !includeParser.parseFile(FLAGS_include[0], ".h", in main() 270 if (!cparser.parseFile(FLAGS_fiddle[0], ".txt", ParserCommon::OneFile::kNo)) { in main() 282 if (!includeParser.parseFile(FLAGS_include[0], ".h", ParserCommon::OneFile::kNo)) { in main() 294 !includeParser.parseFile(FLAGS_include[0], ".h", ParserCommon::OneFile::kNo)) { in main() 309 !includeWriter.parseFile(FLAGS_include[0], ".h", ParserCommon::OneFile::kNo)) { in main()
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/internal/ |
D | FastServiceLoader.kt | 57 return parseFile(r) in <lambda>() 63 parseFile(reader) in <lambda>() 86 private fun parseFile(r: BufferedReader): List<String> { in <lambda>() method
|
/external/libxml2/python/tests/ |
D | error.py | 22 doc = libxml2.parseFile("missing.xml") 39 doc = libxml2.parseFile("missing.xml")
|
D | resolver.py | 19 doc = libxml2.parseFile("doesnotexist.xml") 28 doc = libxml2.parseFile("doesnotexist.xml")
|
D | xpath.py | 12 doc = libxml2.parseFile("tst.xml") 37 doc = libxml2.parseFile("tst.xml")
|
D | tst.py | 8 doc = libxml2.parseFile("tst.xml")
|
D | xpathext.py | 14 doc = libxml2.parseFile("tst.xml")
|
D | xpathret.py | 25 doc = libxml2.parseFile("tst.xml")
|
/external/jsilver/src/org/clearsilver/ |
D | DelegatedCs.java | 69 public void parseFile(String filename) throws IOException { in parseFile() method in DelegatedCs 70 getCs().parseFile(filename); in parseFile()
|
D | CS.java | 47 void parseFile(String filename) throws IOException; in parseFile() method
|
/external/python/cpython2/Lib/compiler/ |
D | future.py | 66 from compiler import parseFile, walk 70 tree = parseFile(file)
|
D | __init__.py | 29 from compiler.transformer import parse, parseFile
|
/external/doclava/src/com/google/doclava/ |
D | Doclava2.java | 38 infoBuilder.parseFile(); in main() 69 infoBuilder.parseFile(); in main()
|
/external/vulkan-validation-layers/layers/ |
D | vk_layer_config.cpp | 56 void parseFile(const char *filename); 191 parseFile(settings_file.c_str()); in getOption() 203 parseFile(settings_file.c_str()); in setOption() 271 void ConfigFile::parseFile(const char *filename) { in parseFile() function in ConfigFile
|
/external/deqp/external/openglcts/scripts/verify/ |
D | verify_gl.py | 52 results = parser.parseFile(filename) 87 batchResult = logParser.parseFile(os.path.join(dirname, runFilename))
|
/external/libxml2/xstc/ |
D | fixup-tests.py | 39 schemaDoc = libxml2.parseFile(schemaFile) 65 impDoc = libxml2.parseFile(impFile)
|
/external/icu/icu4c/source/tools/gennorm2/ |
D | gennorm2.cpp | 50 void parseFile(std::ifstream &f, Normalizer2DataBuilder &builder); 211 parseFile(f, *builder); in main() 233 void parseFile(std::ifstream &f, Normalizer2DataBuilder &builder) { in parseFile() function
|
/external/golang-protobuf/protoc-gen-go/ |
D | golden_test.go | 291 gotPackageA, gotImports, err := parseFile(contents["a.pb.go"]) 295 gotPackageB, _, err := parseFile(contents["b.pb.go"]) 326 func parseFile(source string) (packageName string, imports []string, err error) { func
|
/external/cldr/tools/java/org/unicode/cldr/icu/ |
D | RbnfMapper.java | 34 MapperUtils.parseFile(specialsFile, handler); in fillFromCldr() 38 MapperUtils.parseFile(file, handler); in fillFromCldr()
|
/external/python/cpython3/Lib/xml/dom/ |
D | expatbuilder.py | 197 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)
|
/external/deqp/scripts/log/ |
D | log_to_csv.py | 28 results = parser.parseFile(filename)
|
/external/python/cpython2/Lib/xml/dom/ |
D | expatbuilder.py | 197 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/ |
D | check-xinclude-test-suite.py | 109 doc = libxml2.parseFile(URI) 188 conf = libxml2.parseFile(CONF)
|