Home
last modified time | relevance | path

Searched defs:parse_tree (Results 1 – 5 of 5) sorted by relevance

/third_party/selinux/libsepol/cil/src/
Dcil_parser.c214 int cil_parser(const char *_path, char *buffer, uint32_t size, struct cil_tree **parse_tree) in cil_parser()
Dcil_build_ast.c6562 int cil_build_ast(struct cil_db *db, struct cil_tree_node *parse_tree, struct cil_tree_node *ast) in cil_build_ast()
/third_party/python/Lib/email/
Dheaderregistry.py200 def init(self, name, *, parse_tree, defects): argument
D_header_value_parser.py2762 def _refold_parse_tree(parse_tree, *, policy): argument
/third_party/mindspore/mindspore/dataset/engine/
Ddatasets.py300 def parse_tree(self): member in Dataset