Home
last modified time | relevance | path

Searched refs:parse_file (Results 1 - 25 of 38) sorted by relevance

12

/third_party/python/Lib/lib2to3/tests/
H A Dpytree_idempotency.py31 tree = dr.parse_file(fn, debug=True)
50 tree = dr.parse_file(fn, debug=True)
67 tree = dr.parse_file(fn, debug=True)
H A Dtest_parser.py591 def parse_file(self, filepath): member in TestParserIdempotency
615 self.parse_file(filepath)
/third_party/libxml2/
H A Dgenerate_header.py33 def parse_file(self, file_path): member in ConfigHeader
79 def parse_file(self, file_path): member in XmlVersionHeader
114 config_header.parse_file(options.config_input_path)
118 xmlversion_header.parse_file(options.xmlversion_input_path)
/third_party/rust/crates/syn/tests/
H A Dtest_shebang.rs9 let file = syn::parse_file(content).unwrap(); in test_basic()
33 let file = syn::parse_file(content).unwrap(); in test_comment()
H A Dtest_should_parse.rs6 syn::parse_file(stringify!($($in)*)).unwrap();
H A Dtest_round_trip.rs76 let (krate, elapsed) = match syn::parse_file(&content) { in test()
/third_party/python/Tools/c-analyzer/cpython/
H A D_parser.py8 parse_file as _parse_file,
329 def parse_file(filename, *, function
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/
H A Denums2names.py174 def parse_file(self, fh): member in PKKHeaderParser
267 enums = hdrparser.parse_file(fh)
269 enums = hdrparser.parse_file(sys.stdin)
/third_party/skia/tools/skpbench/
H A Dsheet.py74 def parse_file(self, infile): member in Parser
144 parser.parse_file(sys.stdin)
147 parser.parse_file(infile)
/third_party/cJSON/tests/
H A Dparse_examples.c31 static cJSON *parse_file(const char *filename) in parse_file() function
76 tree = parse_file(test_path); in do_test()
/third_party/python/Tools/peg_generator/scripts/
H A Dtest_parse_directory.py77 def parse_file(source: str, file: str) -> Tuple[Any, float]: function
121 result, dt = parse_file(source, file)
/third_party/python/Tools/scripts/
H A Dpep384_macrocheck.py51 errors += parse_file(name)
108 def parse_file(fname): function
/third_party/rust/crates/syn/tests/regression/
H A Dissue1108.rs4 let _ = syn::parse_file(data); in issue1108()
/third_party/jerryscript/targets/mbedos5/tools/
H A Dgenerate_pins.py32 from pycparser import parse_file, c_ast namespace
129 parsed_ast = parse_file(c_source_file,
/third_party/python/Tools/peg_generator/peg_extension/
H A Dpeg_extension.c23 parse_file(PyObject *self, PyObject *args, PyObject *kwds) in parse_file() function
154 {"parse_file", _PyCFunction_CAST(parse_file), METH_VARARGS|METH_KEYWORDS, "Parse a file."},
/third_party/mbedtls/tests/scripts/
H A Daudit-validity-dates.py190 - parse_file: Method that parses a single file to a list of AuditData.
196 file name list, calls `parse_file` for each file and stores the results
221 def parse_file(self, filename: str) -> typing.List[AuditData]: member in Auditor
258 data_list = self.parse_file(filename)
282 def parse_file(self, filename: str) -> typing.List[AuditData]: member in TestDataAuditor
347 def parse_file(self, filename: str): member in SuiteDataAuditor
/third_party/python/Tools/c-analyzer/c_parser/
H A D__init__.py6 def parse_file(filename, *, function
/third_party/rust/crates/syn/benches/
H A Dfile.rs54 fn parse_file(b: &mut Bencher) { in parse_file() functions
H A Drust.rs41 syn::parse_file(content).map(drop).map_err(drop) in bench()
/third_party/ffmpeg/libavformat/
H A Dtedcaptionsdec.c184 static int parse_file(AVIOContext *pb, FFDemuxSubtitlesQueue *subs) in parse_file() function
288 ret = parse_file(avf->pb, &tc->subs); in tedcaptions_read_header()
/third_party/alsa-utils/iecset/
H A Diecset.c143 static void parse_file(int *parms, FILE *fp) in parse_file() function
405 parse_file(parms, stdin); in main()
/third_party/mesa3d/src/compiler/isaspec/
H A Disa.py434 self.parse_file(root)
448 def parse_file(self, root): member in ISA
452 self.parse_file(ElementTree.parse(p))
/third_party/rust/crates/syn/examples/dump-syntax/src/
H A Dmain.rs73 let syntax = syn::parse_file(&code).map_err({ in try_main()
/third_party/ltp/metadata/
H A Dmetaparse.c669 static struct data_node *parse_file(const char *fname) in parse_file() function
865 res = parse_file(argv[optind]); in main()
/third_party/mesa3d/src/mapi/glapi/gen/
H A Dgl_XML.py42 api.parse_file( file_name )
871 def parse_file(self, file_name): member in gl_api
892 self.parse_file(href)

Completed in 11 milliseconds

12