| /hardware/samsung_slsi/exynos5/libcamera2/ |
| SignalDrivenThread.cpp | 54 int32_t priority, size_t stack) 57 run(name, priority, stack); 60 int32_t priority, size_t stack) 68 run(name, priority, stack);
|
| /external/compiler-rt/lib/tsan/rtl/ |
| tsan_rtl_report.cc | 56 static void StackStripMain(ReportStack *stack) { 64 for (ReportStack *ent = stack; ent; ent = ent->next) { 91 // Ensure that we recovered stack completely. Trimmed stack 95 DPrintf("Bottom stack frame of stack %zx is missed\n", stack->pc); 106 ReportStack *stack = 0; 119 last->next = stack; 120 stack = ent 196 const uptr *stack = StackDepotGet(tctx->creation_stack_id, &ssz); local 265 const uptr *stack = StackDepotGet(s->creation_stack_id, &ssz); local 303 const uptr *stack = StackDepotGet(creat_stack, &ssz); local 329 const uptr *stack = StackDepotGet(b->StackId(), &ssz); local 359 const uptr *stack = StackDepotGet(stack_id, &ssz); local [all...] |
| tsan_report.cc | 64 Printf(" [failed to restore the stack]\n\n"); 104 PrintStack(mop->stack); 116 PrintStack(loc->stack); 118 Printf(" Location is stack of %s.\n\n", thread_name(thrbuf, loc->tid)); 124 PrintStack(loc->stack); 133 PrintStack(rm->stack); 147 if (rt->stack) 150 PrintStack(rt->stack); 160 return rep->mops[0]->stack; 164 return rep->mutexes[0]->stack; [all...] |
| /external/guava/guava-tests/test/com/google/common/testing/ |
| TestLogHandlerTest.java | 33 private TearDownStack stack = new TearDownStack(); field in class:TestLogHandlerTest 45 stack.addTearDown(new TearDown() { 84 stack.runTearDown();
|
| /external/javassist/src/main/javassist/expr/ |
| FieldAccess.java | 243 int stack; local 245 stack = 0; 247 stack = -1; 252 stack += ((CtPrimitiveType)fieldType).getDataSize(); 254 ++stack; 258 bytecode.growStack(stack); 292 int stack; local 294 stack = 0; 296 stack = -1; 303 stack -= ((CtPrimitiveType)fieldType).getDataSize() [all...] |
| /ndk/sources/cxx-stl/llvm-libc++/test/containers/container.adaptors/stack/stack.cons.alloc/ |
| ctor_container_alloc.pass.cpp | 10 // <stack> 13 // stack(const container_type& c, const Alloc& a); 15 #include <stack> 33 : public std::stack<int, C> 35 typedef std::stack<int, C> base;
|
| ctor_rcontainer_alloc.pass.cpp | 10 // <stack> 13 // stack(const container_type& c, const Alloc& a); 15 #include <stack> 37 : public std::stack<T, C> 39 typedef std::stack<T, C> base;
|
| ctor_rqueue_alloc.pass.cpp | 10 // <stack> 13 // stack(stack&& q, const Alloc& a); 15 #include <stack> 37 : public std::stack<T, C> 39 typedef std::stack<T, C> base;
|
| /external/jmonkeyengine/engine/src/core/com/jme3/collision/bih/ |
| BIHNode.java | 155 ArrayList<BIHStackData> stack = vars.bihStack; local 156 stack.clear(); 166 stack.add(new BIHStackData(this, 0, 0)); 172 while (stack.size() > 0) { 173 BIHNode node = stack.remove(stack.size() - 1).node; 195 stack.add(new BIHStackData(node.right, 0, 0)); 252 ArrayList<BIHStackData> stack = vars.bihStack; local 253 stack.clear(); 254 stack.add(new BIHStackData(this, 0, 0)) 304 ArrayList<BIHStackData> stack = vars.bihStack; local [all...] |
| /cts/tools/dasm/src/java_cup/ |
| parser.java | 303 java.util.Stack stack, 308 return action_obj.CUP$do_action(act_num, parser, stack, top); 430 java.util.Stack CUP$stack, 452 ((java_cup.runtime.str_token)CUP$result).str_val = (/*the_id*/(java_cup.runtime.str_token)CUP$stack.elementAt(CUP$top-0)).str_val; 460 ((java_cup.runtime.str_token)CUP$result).str_val = (/*the_id*/(java_cup.runtime.str_token)CUP$stack.elementAt(CUP$top-0)).str_val; 468 ((java_cup.runtime.str_token)CUP$result).str_val = (/*the_id*/(java_cup.runtime.str_token)CUP$stack.elementAt(CUP$top-0)).str_val; 478 if (symbols.get((/*non_term_id*/(java_cup.runtime.str_token)CUP$stack.elementAt(CUP$top-0)).str_val) != null) 481 lexer.emit_error( "Symbol \"" + (/*non_term_id*/(java_cup.runtime.str_token)CUP$stack.elementAt(CUP$top-0)).str_val [all...] |
| /external/compiler-rt/lib/asan/ |
| asan_allocator2.cc | 193 // We store the alloc/free stack traces in the chunk itself. 217 static void GetStackTraceFromId(u32 id, StackTrace *stack) { 222 internal_memcpy(stack->trace, trace, sizeof(uptr) * size); 223 stack->size = size; 226 void AsanChunkView::GetAllocStack(StackTrace *stack) { 228 GetStackTraceFromId(chunk_->alloc_context_id, stack); 230 StackTrace::UncompressStack(stack, chunk_->AllocStackBeg(), 234 void AsanChunkView::GetFreeStack(StackTrace *stack) { 236 GetStackTraceFromId(chunk_->free_context_id, stack); 238 StackTrace::UncompressStack(stack, chunk_->FreeStackBeg() [all...] |
| asan_allocator.cc | 22 // The left redzone contains ASan's internal data and the stack trace of 24 // Once freed, the body of the chunk contains the stack trace of the free call. 155 // The left redzone after the ChunkBase is given to the alloc stack trace. 172 void AsanChunkView::GetAllocStack(StackTrace *stack) { 173 StackTrace::UncompressStack(stack, chunk_->compressed_alloc_stack(), 177 void AsanChunkView::GetFreeStack(StackTrace *stack) { 178 StackTrace::UncompressStack(stack, chunk_->compressed_free_stack(), 501 static u8 *Allocate(uptr alignment, uptr size, StackTrace *stack, 504 CHECK(stack); 581 StackTrace::CompressStack(stack, m->compressed_alloc_stack() [all...] |
| /external/grub/stage2/ |
| tparm.c | 85 * The parameter mechanism uses a stack and special % 87 * of the parameters onto the stack and then print it in some 123 * the stack works in the usual way, with 138 static stack_frame stack[STACKSIZE]; variable 193 stack[stack_ptr].num_type = TRUE; 194 stack[stack_ptr].data.num = x; 205 if (stack[stack_ptr].num_type) 206 result = stack[stack_ptr].data.num; 215 stack[stack_ptr].num_type = FALSE; 216 stack[stack_ptr].data.str = x [all...] |
| /dalvik/dx/src/com/android/dx/cf/code/ |
| Simulator.java | 119 * Constructs an "illegal top-of-stack" exception, for the stack 123 return new SimException("stack mismatch: illegal " + 124 "top-of-stack for opcode"); 137 * to the actual array present on the stack, as long as what is 142 * actually present on the stack.</p> 144 * <p>In the case where there is a known-null on the stack where 157 * stack; is either an array type or a known-null 364 * over one extra stack slot to find the array. 366 ExecutionStack stack = frame.getStack() local 387 ExecutionStack stack = frame.getStack(); local 419 ExecutionStack stack = frame.getStack(); local 431 ExecutionStack stack = frame.getStack(); local 451 ExecutionStack stack = frame.getStack(); local 472 ExecutionStack stack = frame.getStack(); local 504 ExecutionStack stack = frame.getStack(); local [all...] |
| /external/v8/test/mjsunit/compiler/ |
| regress-stacktrace.js | 28 // Test correctness of stack traces with global functions. 42 var stack = e.stack.toString(); 43 var p3 = stack.indexOf("at three"); 44 var p2 = stack.indexOf("at two"); 45 var p1 = stack.indexOf("at one"); 51 print(stack);
|
| /external/valgrind/main/coregrind/m_aspacemgr/ |
| aspacemgr-common.c | 348 Protect the stack active area and the guard areas appropriately. 350 stack. On success, also sets *initial_sp to what the stack pointer 357 VgStack* stack; local 361 /* Allocate the stack. */ 369 stack = (VgStack*)(AddrH)sr_Res(sres); 372 aspacem_assert(VG_IS_PAGE_ALIGNED(stack)); 376 (Addr) &stack[0], 381 (Addr) &stack->bytes[0], 386 (Addr) &stack->bytes[VG_STACK_GUARD_SZB + VG_STACK_ACTIVE_SZB], [all...] |
| /external/v8/src/ |
| json.js | 64 function SerializeArray(value, replacer, stack, indent, gap) { 65 if (!%PushIfAbsent(stack, value)) { 73 var strP = JSONSerialize($String(i), value, replacer, stack, 90 stack.pop(); 94 function SerializeObject(value, replacer, stack, indent, gap) { 95 if (!%PushIfAbsent(stack, value)) { 106 var strP = JSONSerialize(p, value, replacer, stack, indent, gap); 118 var strP = JSONSerialize(p, value, replacer, stack, indent, gap); 138 stack.pop(); 142 function JSONSerialize(key, holder, replacer, stack, indent, gap) [all...] |
| /external/openssl/crypto/perlasm/ |
| x86asm.pl | 23 if ($opcode =~ /^push/) { $stack+=4; } 24 elsif ($opcode =~ /^pop/) { $stack-=4; } 44 sub ::stack_push{ my $num=$_[0]*4; $stack+=$num; &sub("esp",$num); } 45 sub ::stack_pop { my $num=$_[0]*4; $stack-=$num; &add("esp",$num); } 46 sub ::blindpop { &pop($_[0]); $stack+=4; } 47 sub ::wparam { &DWP($stack+4*$_[0],"esp"); } 173 $stack=4; 187 $stack=0; 197 $stack+=16; # readjust esp as if we didn't pop anything
|
| /external/valgrind/main/coregrind/m_syswrap/ |
| syswrap-amd64-darwin.c | 246 // on a separate non-client stack. 253 char *stack; local 258 stack = (char *)allocstack(tst->tid); 259 stack -= 64+320; // make room for top frame 260 memset(stack, 0, 64+320); // ...and clear it 261 *(uintptr_t *)stack = 0; // push fake return address 265 mach->__rsp = (uintptr_t)stack; 269 /* Call f(arg1), but first switch stacks, using 'stack' as the new 270 stack, and use 'retaddr' as f's return-to address. Also, clear all 273 void call_on_new_stack_0_1 ( Addr stack, 358 Addr stack = VG_PGROUNDUP(sp) - stacksize; local 421 Addr stack; local [all...] |
| /cts/libs/json/src/com/android/json/stream/ |
| JsonReader.java | 191 private final List<JsonScope> stack = new ArrayList<JsonScope>(); field in class:JsonReader 507 stack.clear(); 508 stack.add(JsonScope.CLOSED); 535 return stack.get(stack.size() - 1); 539 return stack.remove(stack.size() - 1); 543 stack.add(newTop); 547 * Replace the value on the top of the stack with the given value. 550 stack.set(stack.size() - 1, newTop) [all...] |
| /external/proguard/src/proguard/evaluation/ |
| BasicInvocationUnit.java | 34 * and it updates the stack for the invocation of a class member, 50 private Stack stack; field in class:BasicInvocationUnit 138 public void invokeMember(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, ConstantInstruction constantInstruction, Stack stack) 176 this.stack = stack; 178 this.stack = null; 189 setFieldValue(clazz, fieldrefConstant, stack.pop()); 195 setFieldClassValue(clazz, fieldrefConstant, stack.apop()) [all...] |
| /external/valgrind/main/drd/tests/ |
| thread_name_xml.stderr.exp | 39 <stack> 64 </stack> 75 <stack> 100 </stack> 111 <stack> 136 </stack> 147 <stack> 172 </stack> 183 <stack> 208 </stack> [all...] |
| /external/valgrind/main/exp-sgcheck/tests/ |
| hsg.stderr.exp | 37 <stack> 54 </stack> 65 <stack> 90 </stack> 92 <auxwhat>Expected: stack array "la" of size 200 in frame 1 back from here</auxwhat>
|
| /external/proguard/src/proguard/optimize/evaluation/ |
| PartialEvaluator.java | 77 private final java.util.Stack callingInstructionBlockStack; 78 private final java.util.Stack instructionBlockStack = new java.util.Stack(); 151 java.util.Stack callingInstructionBlockStack) 207 System.out.println(" Max stack = "+codeAttribute.u2maxStack); 210 // Reuse the existing variables and stack objects, ensuring the right size. 212 TracedStack stack = new TracedStack(codeAttribute.u2maxStack); local 215 initializeVariables(clazz, method, codeAttribute, variables, stack); 225 stack, 242 System.out.println(" Stack: "+stacksBefore[offset]) 1031 TracedStack stack = new TracedStack(codeAttribute.u2maxStack); local [all...] |
| /external/webkit/Source/ThirdParty/ANGLE/src/compiler/ |
| PoolAlloc.cpp | 171 stack.push_back(state); 188 if (stack.size() < 1) 191 tHeader* page = stack.back().page; 192 currentPageOffset = stack.back().offset; 208 stack.pop_back(); 217 while (stack.size() > 0)
|