/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | imghdr.py | 129 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)
|
D | sndhdr.py | 193 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)
|
D | pprint.py | 126 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
|
D | modulefinder.py | 211 def ensure_fromlist(self, m, fromlist, recursive=0): argument 212 self.msg(4, "ensure_fromlist", m, fromlist, recursive) 215 if not recursive:
|
D | ihooks.py | 493 def ensure_fromlist(self, m, fromlist, recursive=0): argument 496 if not recursive:
|
D | tarfile.py | 1940 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/ |
D | README | 4 - 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/ |
D | dutree.doc | 37 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/ |
D | modulefinder.py | 211 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/ |
D | history.txt | 87 by specifying a grammar rather than building a recursive-descent tree
|
D | CHANGES_SUMMARY.txt | 1755 antlr 1.33 vanilla uses a recursive procedure to generate
|
D | CHANGES_FROM_133_BEFORE_MR13.txt | 2214 antlr 1.33 vanilla uses a recursive procedure to generate
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/ |
D | import.c | 2197 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/ |
D | import.c | 2112 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/ |
D | import.c | 2112 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/ |
D | antlr1.txt | 17 form of deterministic recursive-descent LL(k) parser.
|
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel2CommandsLib/ |
D | UefiShellLevel2CommandsLib.uni | 313 " -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/ |
D | CHANGES_SUMMARY.txt | 1755 antlr 1.33 vanilla uses a recursive procedure to generate
|
D | CHANGES_FROM_133_before_mr13.txt | 2214 antlr 1.33 vanilla uses a recursive procedure to generate
|