Home
last modified time | relevance | path

Searched refs:nested (Results 1 – 22 of 22) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/compiler/
Dsymbols.py28 self.nested = None
80 print >> sys.stderr, self.name, self.nested and "nested" or ""
98 if self.nested and (name in self.frees or name in self.uses):
100 if self.nested:
106 if not self.nested:
152 if self.nested:
232 if parent.nested or isinstance(parent, FunctionScope):
233 scope.nested = 1
241 if parent.nested or isinstance(parent, FunctionScope) \
243 scope.nested = 1
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_contextlib.py123 with nested(a(), b(), c()) as (x, y, z):
145 with nested(a(), b()) as (x, y):
164 with nested(a(), b()) as (x, y):
180 with nested(a(), b()):
192 with nested(a(), a()):
204 with nested(a(), a()):
217 with nested(a(), a()):
Dtest_doctest2.py56 def nested(self): member in C.D
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dcontextlib.py89 def nested(*managers): function
Dsymtable.py84 return bool(self._table.nested)
Dsre_parse.py301 def _parse_sub(source, state, nested=1): argument
311 if not nested:
Dpdb.doc182 Aliases may be nested and can contain anything that can be
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/parser/
DREADME22 handle nested constructs easily using the functions
/device/google/bonito/json-c/
DChangeLog185 * Add back sign reversal in nested object parse as error pointer
211 * json_tokener.c - sign reversal issue on error info for nested object parse
/device/google/crosshatch/json-c/
DChangeLog185 * Add back sign reversal in nested object parse as error pointer
211 * json_tokener.c - sign reversal issue on error info for nested object parse
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dsre_parse.py317 def _parse_sub(source, state, nested=1): argument
327 if not nested:
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/
DCHANGES_FROM_131.txt111 Fixed bug in code gen of ANTLR such that nested syn preds work more
113 with nested predicates.
DCHANGES_FROM_133.txt201 #294. (Changed in MR27) Infinite loop in antlr for nested blocks
205 nested blocks and guess blocks.
724 Note: In MR23 this was changed so that nested C style comments
1273 resized for deeply nested blocks. This has been fixed.
DCHANGES_SUMMARY.txt1421 Guesses are nested. They must be closed in the reverse
DCHANGES_FROM_133_BEFORE_MR13.txt1752 Guesses are nested. They must be closed in the reverse
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel1CommandsLib/
DUefiShellLevel1CommandsLib.uni149 " * Theoretically it is legal for 2 nested FOR commands to use the same\r\n"
168 " # Sample FOR loop - 2 nested for using same index variable\r\n"
299 " be implemented as nested IFs.\r\n"
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
Dantlr.g215 * A stack is used to nest action terminators because they can be nested
802 if ( class_nest_level>=1 ) {warn("cannot have nested classes");}
895 if (BlkLevel >= MAX_BLK_LEVEL) fatal("Blocks nested too deeply");
1842 if (BlkLevel >= MAX_BLK_LEVEL) fatal("Blocks nested too deeply");
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/VfrCompile/
DVfrCompile.g1338 // This is the form for a grayoutif nested in a suppressif statement
1374 // This is the format for a suppressif nested in a grayoutif
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/
DCHANGES_FROM_133.txt597 resized for deeply nested blocks. This has been fixed.
DCHANGES_SUMMARY.txt1421 Guesses are nested. They must be closed in the reverse
DCHANGES_FROM_133_before_mr13.txt1752 Guesses are nested. They must be closed in the reverse
/device/linaro/bootloader/edk2/EdkShellPkg/
DShellR64.patch8629 // if status = -2 we assume that a nested shell has just exited.