Home
last modified time | relevance | path

Searched defs:parse_file (Results 1 – 23 of 23) sorted by relevance

/third_party/libxml2/
Dgenerate_header.py33 def parse_file(self, file_path): member in ConfigHeader
79 def parse_file(self, file_path): member in XmlVersionHeader
/third_party/flutter/skia/resources/lua/
Dslides_utils.lua70 function parse_file(file) function
/third_party/python/Tools/scripts/
Dpep384_macrocheck.py108 def parse_file(fname): function
/third_party/python/Tools/c-analyzer/c_parser/
D__init__.py5 def parse_file(filename, *, function
/third_party/rust/crates/syn/benches/
Dfile.rs52 fn parse_file(b: &mut Bencher) { in parse_file() function
/third_party/python/Tools/peg_generator/scripts/
Dtest_parse_directory.py77 def parse_file(source: str, file: str) -> Tuple[Any, float]: function
/third_party/flutter/skia/tools/skpbench/
Dsheet.py74 def parse_file(self, infile): member in Parser
/third_party/skia/tools/skpbench/
Dsheet.py74 def parse_file(self, infile): member in Parser
/third_party/python/Tools/c-analyzer/cpython/
D_parser.py289 def parse_file(filename, *, function
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/
Denums2names.py174 def parse_file(self, fh): member in PKKHeaderParser
/third_party/python/Lib/lib2to3/pgen2/
Ddriver.py95 def parse_file(self, filename, encoding=None, debug=False): member in Driver
/third_party/python/Tools/peg_generator/peg_extension/
Dpeg_extension.c23 parse_file(PyObject *self, PyObject *args, PyObject *kwds) in parse_file() function
/third_party/cJSON/tests/
Dparse_examples.c31 static cJSON *parse_file(const char *filename) in parse_file() function
/third_party/rust/crates/syn/src/
Dlib.rs960 pub fn parse_file(mut content: &str) -> Result<File> { in parse_file() function
/third_party/alsa-utils/iecset/
Diecset.c142 static void parse_file(int *parms, FILE *fp) in parse_file() function
/third_party/ffmpeg/libavformat/
Dtedcaptionsdec.c184 static int parse_file(AVIOContext *pb, FFDemuxSubtitlesQueue *subs) in parse_file() function
/third_party/mesa3d/src/compiler/isaspec/
Disa.py448 def parse_file(self, root): member in ISA
/third_party/ltp/metadata/
Dmetaparse.c669 static struct data_node *parse_file(const char *fname) in parse_file() function
/third_party/mesa3d/src/mapi/glapi/gen/
Dgl_XML.py871 def parse_file(self, file_name): member in gl_api
/third_party/ltp/testcases/kernel/mce-test/tools/
Dpage-types.c792 static void parse_file(const char *name) in parse_file() function
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_text.c424 parse_file( const char **pcur, uint *file ) in parse_file() function
/third_party/libinput/src/
Dquirks.c916 parse_file(struct quirks_context *ctx, const char *path) in parse_file() function
/third_party/python/Tools/clinic/
Dclinic.py2043 def parse_file(filename, *, verify=True, output=None): function