| /external/libcxx/test/std/experimental/language.support/support.coroutines/end.to.end/ |
| go.pass.cpp | 24 static coroutine_handle<> stack[N]; member in struct:goroutine 29 stack[count++] = rh; 40 stack[--count](); 59 coroutine_handle<> goroutine::stack[N]; member in class:goroutine
|
| /external/libunwind/src/ia64/ |
| setjmp.S | 49 /* We do not need executable stack. */ 50 .section .note.GNU-stack,"",@progbits
|
| /external/mesa3d/src/glx/ |
| clientattrib.c | 76 if (spp < &gc->attributes.stack[__GL_CLIENT_ATTRIB_STACK_DEPTH]) { 109 if (spp > &gc->attributes.stack[0]) { 138 for (spp = &gc->attributes.stack[0]; 139 spp < &gc->attributes.stack[__GL_CLIENT_ATTRIB_STACK_DEPTH]; spp++) {
|
| /external/proguard/src/proguard/evaluation/ |
| InvocationUnit.java | 30 * and it updates the stack for the invocation of a class member. 53 * Updates the given stack corresponding to the execution of the given 61 Stack stack);
|
| /external/protobuf/src/google/protobuf/util/internal/ |
| field_mask_utility.h | 37 #include <stack>
|
| /external/python/cpython2/Tools/scripts/ |
| pindent.py | 166 stack = [] 175 if not stack: 177 elif stack.pop()[0] != kw2: 180 self.putline(line, len(stack)) 187 self.putline(line, len(stack)) 188 stack.append((kw, kw)) 191 if next.has_key(kw) and stack: 192 self.putline(line, len(stack)-1) 193 kwa, kwb = stack[-1] 194 stack[-1] = kwa, k [all...] |
| /external/python/cpython3/Lib/ |
| pyclbr.py | 193 stack = [] # Initialize stack of (class, indent) pairs. 201 while stack and stack[-1][1] >= thisindent: 202 del stack[-1] 206 while stack and stack[-1][1] >= thisindent: 207 del stack[-1] 212 if stack: 213 cur_obj = stack[-1][0 [all...] |
| /external/python/cpython3/Tools/scripts/ |
| pindent.py | 164 stack = [] 173 if not stack: 175 elif stack.pop()[0] != kw2: 178 self.putline(line, len(stack)) 185 self.putline(line, len(stack)) 186 stack.append((kw, kw)) 189 if kw in next and stack: 190 self.putline(line, len(stack)-1) 191 kwa, kwb = stack[-1] 192 stack[-1] = kwa, k [all...] |
| /external/speex/ti/speex_C54_test/ |
| speex_C54_test.cmd | 35 -stack 0x2000
69 .stack: {} > D_DARAM03 | D_DARAM47 PAGE 1
|
| /external/swiftshader/third_party/LLVM/test/MC/ELF/ |
| section.s | 5 .section .note.GNU-stack,"",@progbits 10 // CHECK: ('sh_name', 0x00000038) # '.note.GNU-stack'
|
| /external/freetype/src/cff/ |
| cffparse.c | 56 parser->top = parser->stack; 64 /* allocate the stack buffer */ 65 if ( FT_NEW_ARRAY( parser->stack, stackSize ) ) 67 FT_FREE( parser->stack ); 72 parser->top = parser->stack; /* empty stack */ 85 FT_FREE( parser->stack ); 606 FT_Byte** data = parser->stack; 609 if ( parser->top >= parser->stack + 6 ) 730 FT_Byte** data = parser->stack; 1198 FT_Fixed* stack; local [all...] |
| /external/proguard/src/proguard/optimize/evaluation/ |
| PartialEvaluator.java | 78 private final java.util.Stack callingInstructionBlockStack; 79 private final java.util.Stack instructionBlockStack = new java.util.Stack(); 150 * @param callingInstructionBlockStack the stack of instruction blocks to 158 java.util.Stack callingInstructionBlockStack) 211 System.out.println(" Stack: "+stacksBefore[offset]); 234 System.out.println(" Stack: "+stacksAfter[offset]); 255 System.out.println(" Max stack = "+codeAttribute.u2maxStack); 258 // Reuse the existing variables and stack objects, ensuring the right size. 260 TracedStack stack = new TracedStack(codeAttribute.u2maxStack) local 1046 TracedStack stack = new TracedStack(codeAttribute.u2maxStack); local [all...] |
| /external/yapf/yapf/yapflib/ |
| format_decision_state.py | 50 stack: A stack (of _ParenState) keeping track of properties applying to 52 comp_stack: A stack (of ComprehensionState) keeping track of properties 54 ignore_stack_for_comparison: Ignore the stack of _ParenState for state 74 self.stack = [_ParenState(first_indent, first_indent)] 94 new.stack = [state.Clone() for state in self.stack] 99 # Note: 'first_indent' is implicit in the stack. Also, we ignore 'previous', 109 self.stack == other.stack and self.comp_stack == other.comp_stack) [all...] |
| /external/compiler-rt/lib/tsan/rtl/ |
| tsan_rtl_report.cc | 91 // Ensure that we recovered stack completely. Trimmed stack 95 DPrintf("Bottom stack frame is missed\n"); 107 StackTrace stack = StackDepotGet(stack_id); 108 if (stack.trace == nullptr) 110 return SymbolizeStack(stack); 137 ReportStack *stack = ReportStack::New(); local 138 stack->frames = top; 139 return stack; 157 void ScopedReport::AddStack(StackTrace stack, bool suppressable) [all...] |
| /device/linaro/bootloader/edk2/ArmPkg/Library/ArmExceptionLib/Arm/ |
| ExceptionSupport.asm | 3 // Use ARMv6 instruction to operate on a single stack
23 This is the stack constructed by the exception handler (low address to high address)
97 srsfd #0x13! ; Store return state on SVC stack
109 srsfd #0x13! ; Store return state on SVC stack
110 cps #0x13 ; Switch to SVC for common stack
120 srsfd #0x13! ; Store return state on SVC stack
132 srsfd #0x13! ; Store return state on SVC stack
133 cps #0x13 ; Switch to SVC for common stack
144 srsfd #0x13! ; Store return state on SVC stack
145 cps #0x13 ; Switch to SVC for common stack
[all...] |
| ExceptionSupport.S | 3 # Use ARMv6 instruction to operate on a single stack
23 This is the stack constructed by the exception handler (low address to high address)
102 srsdb #0x13! @ Store return state on SVC stack
115 srsdb #0x13! @ Store return state on SVC stack
116 cps #0x13 @ Switch to SVC for common stack
126 srsdb #0x13! @ Store return state on SVC stack
138 srsdb #0x13! @ Store return state on SVC stack
139 cps #0x13 @ Switch to SVC for common stack
150 srsdb #0x13! @ Store return state on SVC stack
151 cps #0x13 @ Switch to SVC for common stack
[all...] |
| /external/skia/gm/ |
| windowrectangles.cpp | 43 SkClipStack stack; local 44 stack.clipRect(SkRect::MakeXYWH(370.75, 80.25, 149, 100), SkMatrix::I(), 46 stack.clipRect(SkRect::MakeXYWH(80.25, 420.75, 150, 100), SkMatrix::I(), 48 stack.clipRRect(SkRRect::MakeRectXY(SkRect::MakeXYWH(200, 200, 200, 200), 60, 45), 53 stack.clipRRect(nine, SkMatrix::I(), kDifference_SkClipOp, true); 58 stack.clipRRect(complx, SkMatrix::I(), kDifference_SkClipOp, false); 60 return this->onCoverClipStack(stack, canvas, errorMsg); 74 DrawResult WindowRectanglesGM::onCoverClipStack(const SkClipStack& stack, SkCanvas* canvas, 80 SkClipStack::Iter iter(stack, SkClipStack::Iter::kBottom_IterStart); 175 DrawResult WindowRectanglesMaskGM::onCoverClipStack(const SkClipStack& stack, SkCanvas* canvas [all...] |
| /external/skqp/gm/ |
| windowrectangles.cpp | 43 SkClipStack stack; local 44 stack.clipRect(SkRect::MakeXYWH(370.75, 80.25, 149, 100), SkMatrix::I(), 46 stack.clipRect(SkRect::MakeXYWH(80.25, 420.75, 150, 100), SkMatrix::I(), 48 stack.clipRRect(SkRRect::MakeRectXY(SkRect::MakeXYWH(200, 200, 200, 200), 60, 45), 53 stack.clipRRect(nine, SkMatrix::I(), kDifference_SkClipOp, true); 58 stack.clipRRect(complx, SkMatrix::I(), kDifference_SkClipOp, false); 60 this->onCoverClipStack(stack, canvas); 74 void WindowRectanglesGM::onCoverClipStack(const SkClipStack& stack, SkCanvas* canvas) { 79 SkClipStack::Iter iter(stack, SkClipStack::Iter::kBottom_IterStart); 174 void WindowRectanglesMaskGM::onCoverClipStack(const SkClipStack& stack, SkCanvas* canvas) [all...] |
| /device/linaro/bootloader/edk2/ArmPkg/Library/DebugAgentSymbolsBaseLib/Arm/ |
| DebugAgentException.asm | 20 This is the stack constructed by the exception handler (low address to high address)
75 srsfd #0x13! ; Store return state on SVC stack
87 srsfd #0x13! ; Store return state on SVC stack
88 cps #0x13 ; Switch to SVC for common stack
99 srsfd #0x13! ; Store return state on SVC stack
111 srsfd #0x13! ; Store return state on SVC stack
112 cps #0x13 ; Switch to SVC for common stack
123 srsfd #0x13! ; Store return state on SVC stack
124 cps #0x13 ; Switch to SVC for common stack
134 srsfd #0x13! ; Store return state on SVC stack
[all...] |
| /art/runtime/arch/mips/ |
| jni_entrypoints_mips.S | 45 lw $a0, 0($sp) # restore registers from stack 54 addiu $sp, $sp, 48 # restore the stack
|
| /art/test/979-const-method-handle/src/ |
| Main.java | 25 import java.util.Stack; 174 owner = "java/util/Stack", 184 owner = "java/util/Stack", 237 Stack stack = new Stack(); local 238 stack.push(Integer.valueOf(3)); 239 stack.push(Integer.valueOf(5)); 240 stack.push(Integer.valueOf(7)); 241 Object tos = stackPop().invokeExact(stack); [all...] |
| /bionic/libc/arch-arm64/bionic/ |
| __bionic_clone.S | 34 # Push 'fn' and 'arg' onto the child stack. 56 # Call __start_thread with the 'fn' and 'arg' we stored on the child stack.
|
| /bionic/libc/arch-x86_64/bionic/ |
| __bionic_clone.S | 33 # Copy 'fn' and 'arg' onto the child stack. 66 # with the arguments from the child stack moved into
|
| /build/kati/ |
| thread_pool.cc | 21 #include <stack> 84 stack<function<void(void)>> tasks_;
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/ |
| ldo.h | 3 ** Stack and Call structure of Lua 22 #define savestack(L,p) ((char *)(p) - (char *)L->stack) 23 #define restorestack(L,n) ((TValue *)((char *)L->stack + (n)))
|