/third_party/python/Lib/lib2to3/tests/ |
D | pytree_idempotency.py | 31 tree = dr.parse_file(fn, debug=True) 50 tree = dr.parse_file(fn, debug=True) 67 tree = dr.parse_file(fn, debug=True)
|
/third_party/libxml2/ |
D | generate_header.py | 33 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/python/Tools/c-analyzer/cpython/ |
D | _parser.py | 8 parse_file as _parse_file, 289 def parse_file(filename, *, function
|
/third_party/flutter/skia/tools/skpbench/ |
D | sheet.py | 74 def parse_file(self, infile): member in Parser 144 parser.parse_file(sys.stdin) 147 parser.parse_file(infile)
|
/third_party/skia/tools/skpbench/ |
D | sheet.py | 74 def parse_file(self, infile): member in Parser 144 parser.parse_file(sys.stdin) 147 parser.parse_file(infile)
|
/third_party/cJSON/tests/ |
D | parse_examples.c | 31 static cJSON *parse_file(const char *filename) in parse_file() function 76 tree = parse_file(test_path); in do_test()
|
/third_party/python/Tools/scripts/ |
D | pep384_macrocheck.py | 51 errors += parse_file(name) 108 def parse_file(fname): function
|
/third_party/python/Tools/peg_generator/scripts/ |
D | test_parse_directory.py | 77 def parse_file(source: str, file: str) -> Tuple[Any, float]: function 121 result, dt = parse_file(source, file)
|
/third_party/python/Tools/peg_generator/peg_extension/ |
D | peg_extension.c | 23 parse_file(PyObject *self, PyObject *args, PyObject *kwds) in parse_file() function 154 …{"parse_file", (PyCFunction)(void(*)(void))parse_file, METH_VARARGS|METH_KEYWORDS, "Parse a file."…
|
/third_party/jerryscript/targets/mbedos5/tools/ |
D | generate_pins.py | 32 from pycparser import parse_file, c_ast 129 parsed_ast = parse_file(c_source_file,
|
/third_party/boost/tools/quickbook/src/ |
D | quickbook.hpp | 34 void parse_file(
|
D | quickbook.cpp | 83 void parse_file( in parse_file() function 171 parse_file(state); in parse_document()
|
/third_party/boost/libs/program_options/example/ |
D | config_file_types.cpp | 138 vector<string> parse_file(stringstream &file, po::options_description &opts, po::variables_map &vm) in parse_file() function 238 auto unregistered = parse_file(file, opts, vars); in main()
|
/third_party/boost/libs/exception/example/ |
D | error_info_2.cpp | 30 parse_file( char const * file_name ) in parse_file() function
|
/third_party/python/Tools/c-analyzer/c_parser/ |
D | __init__.py | 5 def parse_file(filename, *, function
|
/third_party/boost/tools/build/src/engine/ |
D | startup.cpp | 137 parse_file(b2::jam::object{bootstrap_file}, frame); in builtin_boost_build() 243 parse_file(b2_file_path_sym, frame); in bootstrap()
|
D | parse.h | 70 void parse_file( OBJECT *, FRAME * );
|
D | parse.cpp | 63 void parse_file( OBJECT * f, FRAME * frame ) in parse_file() function
|
/third_party/alsa-utils/iecset/ |
D | iecset.c | 142 static void parse_file(int *parms, FILE *fp) in parse_file() function 404 parse_file(parms, stdin); in main()
|
/third_party/flutter/skia/resources/lua/ |
D | slides_utils.lua | 70 function parse_file(file) function
|
/third_party/ffmpeg/libavformat/ |
D | tedcaptionsdec.c | 184 static int parse_file(AVIOContext *pb, FFDemuxSubtitlesQueue *subs) in parse_file() function 286 ret = parse_file(avf->pb, &tc->subs); in tedcaptions_read_header()
|
/third_party/mesa3d/src/compiler/isaspec/ |
D | isa.py | 411 self.parse_file(root) 425 def parse_file(self, root): member in ISA 429 self.parse_file(ElementTree.parse(p))
|
/third_party/python/Lib/lib2to3/pgen2/ |
D | driver.py | 95 def parse_file(self, filename, encoding=None, debug=False): member in Driver
|
/third_party/mesa3d/src/mapi/glapi/gen/ |
D | gl_XML.py | 42 api.parse_file( file_name ) 870 def parse_file(self, file_name): member in gl_api 891 self.parse_file(href)
|
/third_party/ltp/metadata/ |
D | metaparse.c | 669 static struct data_node *parse_file(const char *fname) in parse_file() function 865 res = parse_file(argv[optind]); in main()
|