Searched refs:prune (Results 1 - 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/
H A Dsdist.py56 ('prune', None,
59 "[default; disable with --no-prune]"),
60 ('no-prune', None,
85 boolean_options = ['use-defaults', 'prune',
95 'no-prune': 'prune' }
111 self.prune = 1
205 if self.prune:
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
H A Dfset2.c147 prune( Tree *t, int k ) function
149 prune( t, k )
167 if ( t->token == ALT ) fatal_internal("prune: ALT node in FIRST tree");
168 if ( t->right!=NULL ) t->right = prune(t->right, k);
171 if ( t->down!=NULL ) t->down = prune(t->down, k-1);
844 * If doing a context guard walk, then don't prune.
1263 *t = prune(*t, LL_k);
1266 /*** fprintf(stderr, "after shrink&flatten&prune&left_factor:"); preorder(*t); fprintf(stderr, "\n");*/
1280 *u = prune(*u, LL_k);
1282 /* fprintf(stderr, "after shrink&flatten&prune
[all...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/
H A Dspark.py716 # of a subtree, call the prune() method -- this only makes sense for a
730 def prune(self): member in class:GenericASTTraversal

Completed in 45 milliseconds