/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CPP/ |
CPP.stg | 459 <ruleDescriptor.useScopes:{<it>_stack.push(new <it>_scope());}; separator="\n"> 460 <ruleDescriptor.ruleScope:{<it.name>_stack.push(new <it.name>_scope());}; separator="\n"> 502 <ruleDescriptor.useScopes:{<it>_stack.pop();}; separator="\n"> 503 <ruleDescriptor.ruleScope:{<it.name>_stack.pop();}; separator="\n"> 1157 protected Stack <scope.name>_stack = new Stack();<\n> 1166 protected Stack <scope.name>_stack = new Stack();<\n> [all...] |
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Ruby/ |
Ruby.stg | 384 <if(scope.attributes)>@<scope.name>_stack = []<\n><endif> 550 <ruleDescriptor.useScopes:{it | @<it>_stack.push( @@<it>.new )<\n>}><ruleDescriptor.ruleScope:{it | @<it.name>_stack.push( @@<it.name>.new )<\n>}> 554 <ruleDescriptor.useScopes:{it | @<it>_stack.pop<\n>}><ruleDescriptor.ruleScope:{it | @<it.name>_stack.pop<\n>}> 1035 @<scope>_stack[ -<negIndex> ].<attr.name> 1038 @<scope>_stack[ <index> ].<attr.name> 1040 @<scope>_stack.last.<attr.name> 1048 @<scope>_stack[ -<negIndex> ].<attr.name> = <expr> 1051 @<scope>_stack[ <index> ].<attr.name> = <expr [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/ |
Bindings.py | 69 ('_Stack Viewer', '<<open-stack-viewer>>'),
|
/prebuilts/gdb/linux-x86/lib/python2.7/idlelib/ |
Bindings.py | 69 ('_Stack Viewer', '<<open-stack-viewer>>'),
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/ |
Bindings.py | 69 ('_Stack Viewer', '<<open-stack-viewer>>'),
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
Bindings.py | 69 ('_Stack Viewer', '<<open-stack-viewer>>'),
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-sh/sh64/ |
crange1.rd | 35 .*: 00080000 +0 +NOTYPE +GLOBAL +DEFAULT +3 _stack
|
crange2.rd | 40 .*: 00080000 +0 +NOTYPE +GLOBAL +DEFAULT +3 _stack
|
mix2.xd | 52 0+80000 g \.stack 0+ _stack
|
crange3-cmpct.rd | 57 .*: 00080000 +0 +NOTYPE +GLOBAL +DEFAULT +3 _stack
|
crange3-media.rd | 57 .*: 00080000 +0 +NOTYPE +GLOBAL +DEFAULT +3 _stack
|
crange3.rd | 38 .*: 00080000 +0 +NOTYPE +GLOBAL +DEFAULT +3 _stack
|
/external/wpa_supplicant_8/src/utils/ |
http_curl.c | 429 sk_num(CHECKED_CAST(_STACK *, STACK_OF(LogotypeInfo) *, (st))) 431 sk_value(CHECKED_CAST(_STACK *, const STACK_OF(LogotypeInfo) *, (st)), (i)) 433 sk_num(CHECKED_CAST(_STACK *, STACK_OF(LogotypeImage) *, (st))) 435 sk_value(CHECKED_CAST(_STACK *, const STACK_OF(LogotypeImage) *, (st)), (i)) 437 sk_num(CHECKED_CAST(_STACK *, STACK_OF(LogotypeAudio) *, (st))) 439 sk_value(CHECK_CAST(_STACK *, const STACK_OF(LogotypeAudio) *, (st)), (i)) 441 sk_num(CHECKED_CAST(_STACK *, STACK_OF(HashAlgAndValue) *, (st))) 443 sk_value(CHECKED_CAST(_STACK *, const STACK_OF(HashAlgAndValue) *, (st)), (i)) 445 sk_num(CHECKED_CAST(_STACK *, STACK_OF(ASN1_IA5STRING) *, (st))) 447 sk_value(CHECKED_CAST(_STACK *, const STACK_OF(ASN1_IA5STRING) *, (st)), (i) [all...] |
/device/google/contexthub/firmware/os/platform/stm32/ |
crt_stm32.c | 112 uint64_t __attribute__ ((section (".stack"))) _STACK[OS_STACK_SIZE / sizeof(uint64_t)];
|
/external/libmojo/third_party/jinja2/ |
runtime.py | 259 self._stack = stack 265 if self._depth + 1 >= len(self._stack): 269 return BlockReference(self.name, self._context, self._stack, 274 rv = concat(self._stack[self._depth](self._context))
|
/toolchain/binutils/binutils-2.25/include/coff/ |
tic80.h | 74 #define _STACK ".stack"
|
/toolchain/binutils/binutils-2.25/ld/scripttempl/ |
elfd10v.sc | 54 STACK=" .stack : { _stack = .; *(.stack) } >STACK "
|
mcorepe.sc | 171 _stack = .;
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-sh/ |
sh.exp | 145 exec sed -e s/_main/main/ -e s/_trap/trap/ -e s/_stack/stack/ \
|
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/ |
SAX2DTM2.java | 806 protected int[] _stack = new int[_maxAncestors]; field in class:SAX2DTM2.PrecedingIterator 837 final int[] stackCopy = new int[_stack.length]; 838 System.arraycopy(_stack, 0, stackCopy, 0, _stack.length); 840 clone._stack = stackCopy; 875 _stack[index = 0] = node; 880 if (++index == _stack.length) 883 System.arraycopy(_stack, 0, stack, 0, index); 884 _stack = stack; 886 _stack[index] = parent [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
xmlrpclib.py | 778 self._stack = []
783 self.append = self._stack.append
793 raise Fault(**self._stack[0])
794 return tuple(self._stack)
809 self._marks.append(len(self._stack))
880 self._stack[mark:] = [self._stack[mark:]]
888 items = self._stack[mark:]
891 self._stack[mark:] = [dict]
[all...] |
/external/python/cpython2/Lib/ |
xmlrpclib.py | 784 self._stack = [] 790 self.append = self._stack.append 800 raise Fault(**self._stack[0]) 801 return tuple(self._stack) 816 self._marks.append(len(self._stack)) 889 self._stack[mark:] = [self._stack[mark:]] 897 items = self._stack[mark:] 900 self._stack[mark:] = [dict] [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
xmlrpclib.py | 778 self._stack = [] 783 self.append = self._stack.append 793 raise Fault(**self._stack[0]) 794 return tuple(self._stack) 809 self._marks.append(len(self._stack)) 880 self._stack[mark:] = [self._stack[mark:]] 888 items = self._stack[mark:] 891 self._stack[mark:] = [dict] [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/ |
xmlrpclib.py | 778 self._stack = [] 783 self.append = self._stack.append 793 raise Fault(**self._stack[0]) 794 return tuple(self._stack) 809 self._marks.append(len(self._stack)) 880 self._stack[mark:] = [self._stack[mark:]] 888 items = self._stack[mark:] 891 self._stack[mark:] = [dict] [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
xmlrpclib.py | 778 self._stack = [] 783 self.append = self._stack.append 793 raise Fault(**self._stack[0]) 794 return tuple(self._stack) 809 self._marks.append(len(self._stack)) 880 self._stack[mark:] = [self._stack[mark:]] 888 items = self._stack[mark:] 891 self._stack[mark:] = [dict] [all...] |