Home
last modified time | relevance | path

Searched defs:tree (Results 1 – 25 of 36) sorted by relevance

12

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dparsermodule.c636 node *tree; in parser_tuple2st() local
1001 validate_repeating_list(node *tree, int ntype, int (*vfunc)(node *), in validate_repeating_list() argument
1030 validate_class(node *tree) in validate_class()
1065 validate_if(node *tree) in validate_if()
1107 validate_parameters(node *tree) in validate_parameters()
1132 validate_suite(node *tree) in validate_suite()
1160 validate_testlist(node *tree) in validate_testlist()
1168 validate_testlist1(node *tree) in validate_testlist1()
1176 validate_testlist_safe(node *tree) in validate_testlist_safe()
1186 validate_varargslist_trailer(node *tree, int start) in validate_varargslist_trailer()
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Dparsermodule.c656 node *tree; in parser_tuple2st() local
1030 validate_repeating_list(node *tree, int ntype, int (*vfunc)(node *), in validate_repeating_list() argument
1059 validate_class(node *tree) in validate_class()
1094 validate_if(node *tree) in validate_if()
1136 validate_parameters(node *tree) in validate_parameters()
1161 validate_suite(node *tree) in validate_suite()
1189 validate_testlist(node *tree) in validate_testlist()
1197 validate_testlist1(node *tree) in validate_testlist1()
1205 validate_testlist_safe(node *tree) in validate_testlist_safe()
1215 validate_varargslist_trailer(node *tree, int start) in validate_varargslist_trailer()
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/scripts/
Dnewslist.py120 def addtotree(tree, groups): argument
127 def makeleaf(tree,path): argument
143 def createpage(root, tree, p): argument
168 def printtree(f, tree, indent, p): argument
270 def writelocallist(treefile, tree): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/parser/
Dexample.py33 def __init__(self, tree = None): argument
39 def _extract_info(self, tree): argument
89 def __init__(self, tree = None): argument
95 def __init__(self, tree = None): argument
107 def __init__(self, tree = None, name = "<string>"): argument
Dunparse.py29 def __init__(self, tree, file = sys.stdout): argument
56 def dispatch(self, tree): argument
73 def _Module(self, tree): argument
78 def _Expr(self, tree): argument
312 def _Str(self, tree): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
Dtrees.c167 # define send_code(s, c, tree) send_bits(s, tree[c].Code, tree[c].Len) argument
171 # define send_code(s, c, tree) \ argument
434 #define pqremove(s, tree, top) \ argument
445 #define smaller(tree, n, m, depth) \ argument
455 local void pqdownheap(s, tree, k) in pqdownheap() argument
494 ct_data *tree = desc->dyn_tree; local
577 local void gen_codes (tree, max_code, bl_count) in gen_codes() argument
623 ct_data *tree = desc->dyn_tree; local
707 local void scan_tree (s, tree, max_code) in scan_tree() argument
752 local void send_tree (s, tree, max_code) in send_tree() argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
Dtrees.c163 # define send_code(s, c, tree) send_bits(s, tree[c].Code, tree[c].Len) argument
167 # define send_code(s, c, tree) \ argument
432 #define pqremove(s, tree, top) \ argument
443 #define smaller(tree, n, m, depth) \ argument
453 local void pqdownheap(s, tree, k) in pqdownheap() argument
492 ct_data *tree = desc->dyn_tree; local
575 local void gen_codes (tree, max_code, bl_count) in gen_codes() argument
621 ct_data *tree = desc->dyn_tree; local
705 local void scan_tree (s, tree, max_code) in scan_tree() argument
750 local void send_tree (s, tree, max_code) in send_tree() argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/
Dfix_xrange.py20 def start_tree(self, tree, filename): argument
24 def finish_tree(self, tree, filename): argument
Dfix_exitfunc.py33 def start_tree(self, tree, filename): argument
Dfix_import.py47 def start_tree(self, tree, name): argument
Dfix_next.py36 def start_tree(self, tree, filename): argument
Dfix_imports.py118 def start_tree(self, tree, filename): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/
Dpytree_idempotency.py80 def diff(fn, tree): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/compiler/
Dvisitor.py59 def preorder(self, tree, visitor, *args): argument
101 def walk(tree, visitor, walker=None, verbose=None): argument
Dsyntax.py14 def check(tree, multi=None): argument
Dfuture.py70 tree = parseFile(file) variable
Dmisc.py67 def set_filename(filename, tree): argument
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/h/
DASTBase.cpp88 ASTBase *tree = this; in preorder() local
109 ASTBase* tree = this; in destroy() local
Dast.c144 AST *tree, in zzpre_ast()
204 zzfree_ast(AST *tree) in zzfree_ast()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/versioncheck/
Dcheckversions.py33 def walk1tree(tree): argument
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/h/
Dast.c144 AST *tree, in zzpre_ast()
204 zzfree_ast(AST *tree) in zzfree_ast()
DASTBase.cpp88 ASTBase *tree = this; in preorder() local
109 ASTBase* tree = this; in destroy() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/
Dfixer_base.py150 def start_tree(self, tree, filename): argument
162 def finish_tree(self, tree, filename): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_parser.py265 def walk(tree): argument
303 def check_bad_tree(self, tree, label): argument
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/sorcerer/lib/
Dastlib.c577 ast_scan(char *templ, SORAST *tree, ...) in ast_scan()
592 SORAST *tree; in ast_scan() local

12