Home
last modified time | relevance | path

Searched refs:recursive (Results 1 – 19 of 19) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dimghdr.py129 recursive = 0
132 recursive = 1
135 testall(sys.argv[1:], recursive, 1)
137 testall(['.'], recursive, 1)
142 def testall(list, recursive, toplevel): argument
148 if recursive or toplevel:
152 testall(names, recursive, 0)
Dsndhdr.py193 recursive = 0
196 recursive = 1
199 testall(sys.argv[1:], recursive, 1)
201 testall(['.'], recursive, 1)
206 def testall(list, recursive, toplevel): argument
212 if recursive or toplevel:
216 testall(names, recursive, 0)
Dpprint.py126 s, readable, recursive = self.format(object, {}, 0, 0)
127 return readable and not recursive
229 repr, readable, recursive = self.format(object, context.copy(),
233 if recursive:
279 recursive = False
290 recursive = True
292 return "{%s}" % _commajoin(components), readable, recursive
313 recursive = False
323 recursive = True
325 return format % _commajoin(components), readable, recursive
Dmodulefinder.py211 def ensure_fromlist(self, m, fromlist, recursive=0): argument
212 self.msg(4, "ensure_fromlist", m, fromlist, recursive)
215 if not recursive:
Dihooks.py493 def ensure_fromlist(self, m, fromlist, recursive=0): argument
496 if not recursive:
Dtarfile.py1940 def add(self, name, arcname=None, recursive=True, exclude=None, filter=None): argument
1994 if recursive:
1997 recursive, exclude, filter)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/data/
DREADME4 - infinite_recursion.py -- test file that causes lib2to3's faster recursive pattern matching
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
Ddutree.doc37 at once, but this seems inherently recursive. Which means
38 I need an real recursive data structure. Maybe you could
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dmodulefinder.py211 def ensure_fromlist(self, m, fromlist, recursive=0): argument
212 self.msg(4, "ensure_fromlist", m, fromlist, recursive)
215 if not recursive:
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/
Dhistory.txt87 by specifying a grammar rather than building a recursive-descent tree
DCHANGES_SUMMARY.txt1755 antlr 1.33 vanilla uses a recursive procedure to generate
DCHANGES_FROM_133_BEFORE_MR13.txt2214 antlr 1.33 vanilla uses a recursive procedure to generate
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dimport.c2197 char *buf, Py_ssize_t buflen, int recursive);
2556 int recursive) in ensure_fromlist() argument
2583 if (recursive) in ensure_fromlist()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Python/
Dimport.c2112 char *buf, Py_ssize_t buflen, int recursive); in find_module()
2455 int recursive) in find_module()
2482 if (recursive) in find_module()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dimport.c2112 char *buf, Py_ssize_t buflen, int recursive); in find_module()
2455 int recursive) in find_module()
2482 if (recursive) in find_module()
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
Dantlr1.txt17 form of deterministic recursive-descent LL(k) parser.
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel2CommandsLib/
DUefiShellLevel2CommandsLib.uni313 " -r - Makes a recursive copy.\r\n"
955 " - The -r flag determines whether a recursive search is performed.\r\n"
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/
DCHANGES_SUMMARY.txt1755 antlr 1.33 vanilla uses a recursive procedure to generate
DCHANGES_FROM_133_before_mr13.txt2214 antlr 1.33 vanilla uses a recursive procedure to generate