| /external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Dynamics/ |
| b2World.cpp | 415 b2Body** stack = (b2Body**)m_stackAllocator.Allocate(stackSize * sizeof(b2Body*)); local 434 // Reset island and stack. 437 stack[stackCount++] = seed; 443 // Grab the next body off the stack and add it to the island. 444 b2Body* b = stack[--stackCount]; 496 stack[stackCount++] = other; 525 stack[stackCount++] = other; 548 m_stackAllocator.Free(stack);
|
| /external/valgrind/coregrind/m_syswrap/ |
| syswrap-tilegx-linux.c | 73 /* Call f(arg1), but first switch stacks, using 'stack' as the new 74 stack, and use 'retaddr' as f's return-to address. Also, clear all 78 void ML_(call_on_new_stack_0_1) (Addr stack, Addr retaddr, 80 // r0 = stack 228 void *stack, //r1 235 stack 250 " addli sp, sp, -32\n" // open new stack space 259 /* setup child stack */ 260 " addi r1, r1, -32\n" // new stack frame for child 269 /* Child stack layou 339 Long * stack; local [all...] |
| /prebuilts/go/darwin-x86/src/cmd/yacc/ |
| yacc.go | 389 fmt.Fprintf(stderr, "yacc: stack size too small\n") [all...] |
| /prebuilts/go/linux-x86/src/cmd/yacc/ |
| yacc.go | 389 fmt.Fprintf(stderr, "yacc: stack size too small\n") [all...] |
| /sdk/templates/docs/ |
| prettify.js | 17 j;var u=i.ownerDocument,v=u.createElement("SPAN");v.className=d[a+1];var x=i.parentNode;x.replaceChild(v,i);v.appendChild(i);e<o&&(l[h+1]=i=u.createTextNode(t.substring(b,o)),x.insertBefore(i,v.nextSibling))}e=b;e>=o&&(h+=2);e>=c&&(a+=2)}}catch(w){"console"in window&&console.log(w&&w.stack?w.stack:w)}}var v=["break,continue,do,else,for,if,return,while"],w=[[v,"auto,case,char,const,default,double,enum,extern,float,goto,int,long,register,short,signed,sizeof,static,struct,switch,typedef,union,unsigned,void,volatile"], 20 J=[v,"alias,and,begin,case,class,def,defined,elsif,end,ensure,false,in,module,next,nil,not,or,redo,rescue,retry,self,super,then,true,undef,unless,until,when,yield,BEGIN,END"],v=[v,"case,done,elif,esac,eval,fi,function,in,local,set,then,until"],K=/^(DIR|FILE|vector|(de|priority_)?queue|list|stack|(const_)?iterator|(multi)?(set|map)|bitset|u?(int|float)\d*)/,N=/\S/,O=u({keywords:[F,H,w,"caller,delete,die,do,dump,elsif,eval,exit,foreach,for,goto,if,import,last,local,my,next,no,our,print,package,redo,require,sub,undef,unless,until,use,wantarray,while,BEGIN,END"+
|
| /toolchain/binutils/binutils-2.25/gas/config/ |
| obj-coff.c | 69 stack; typedef in typeref:struct:__anon75128 73 /* Stack stuff. */ 75 static stack * 79 stack *st; 98 stack_push (stack *st, char *element) 112 stack_pop (stack *st) 1223 static stack *block_stack; [all...] |
| /dalvik/dx/etc/ |
| dx.bat | 49 REM By default, give dx a max heap size of 1 gig and a stack size of 1meg.
|
| /external/autotest/client/cros/networking/ |
| android_xmlrpc_server.py | 107 with contextlib.ExitStack() as stack: 109 stack.enter_context(delegate)
|
| /external/chromium-trace/catapult/third_party/Paste/tests/ |
| test_registry.py | 187 def _test_restorer(stack, data): 195 app = TestApp(stack) 245 d = [[S(name='first'), dict(top='of the registry stack'), False], 246 [S(name='second'), dict(middle='of the stack'), False], 247 [S(name='third'), dict(bottom='of the STACK.'), False]] 251 """Instruct _test_restorer to check registry cleanup at this level of the stack
|
| /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/cloudformation/ |
| connection.py | 24 from boto.cloudformation.stack import Stack, StackSummary, StackEvent 25 from boto.cloudformation.stack import StackResource, StackResourceSummary 44 of resources as a single unit called a stack. AWS CloudFormation 45 creates and deletes all member resources of the stack together and 105 Helper that creates JSON parameters needed by a Stack Create or 106 Stack Update call. 110 The name associated with the stack. The name must be unique within your 129 an S3 bucket in the same region as the stack. For more information, 138 parameters for the stack. A 3-tuple (key, value, bool) may be used t [all...] |
| /external/chromium-trace/catapult/third_party/vinn/third_party/parse5/lib/simple_api/ |
| tokenizer_proxy.js | 42 //Namespace stack mutations
|
| /external/compiler-rt/lib/tsan/rtl/ |
| tsan_fd.cc | 143 bool FdLocation(uptr addr, int *fd, int *tid, u32 *stack) { 153 *stack = d->creation_stack;
|
| /external/elfutils/tests/ |
| run-addrname-test.sh | 67 7fff61068000-7fff6107d000 rw-p 7ffffffea000 00:00 0 [stack]
|
| /external/google-breakpad/src/client/linux/minidump_writer/ |
| linux_dumper.cc | 398 // Get information about the stack, given the stack pointer. We don't try to 399 // walk the stack since we might not have all the information needed to do 400 // unwind. So we just grab, up to, 32k of stack. 401 bool LinuxDumper::GetStackInfo(const void** stack, size_t* stack_len, 403 // Move the stack pointer to the bottom of the page that it's in. 409 // The number of bytes of stack which we try to capture. 421 *stack = stack_pointer;
|
| linux_ptrace_dumper_unittest.cc | 149 // Helper stack class to close a file descriptor and unmap 432 const void* stack; 434 EXPECT_TRUE(dumper.GetStackInfo(&stack, &stack_len,
|
| /external/google-breakpad/src/processor/ |
| synth_minidump.cc | 235 uint32_t thread_id, const Memory &stack, const Context &context, 243 stack.CiteMemoryIn(this);
|
| /external/javassist/src/main/javassist/bytecode/ |
| CodeAttribute.java | 52 * @param stack <code>max_stack</code> 57 public CodeAttribute(ConstPool cp, int stack, int locals, byte[] code, 61 maxStack = stack; 231 * Computes the maximum stack size and sets <code>max_stack</code> 309 * Adds a stack map table. If another copy of stack map table 312 * @param smt the stack map table added to this code attribute. 313 * If it is null, a new stack map is not added. 314 * Only the old stack map is removed. 323 * Adds a stack map table for J2ME (CLDC). If another copy of stack map tabl [all...] |
| /external/libavc/common/arm/ |
| ih264_inter_pred_luma_copy_a9q.s | 79 stmfd sp!, {r4-r12, r14} @stack stores the values of the arguments 80 vstmdb sp!, {d8-d15} @push neon registers to stack
|
| /external/libavc/encoder/arm/ |
| ih264e_evaluate_intra16x16_modes_a9q.s | 92 stmfd sp!, {r4-r12, r14} @store register values to stack 310 ldmfd sp!, {r4-r12, pc} @Restoring registers from stack
|
| ih264e_evaluate_intra_chroma_modes_a9q.s | 92 stmfd sp!, {r4-r12, r14} @store register values to stack 342 ldmfd sp!, {r4-r12, pc} @Restoring registers from stack
|
| /external/libunwind/doc/ |
| unw_init_local.tex | 22 \Var{ctxt} identifies the initial stack frame at which unwinding
|
| /external/llvm/test/MC/Mips/ |
| nacl-mask.s | 170 # stack pointer. 204 # Check that for instructions that change stack-pointer and load from memory
|
| /external/mesa3d/src/glsl/glcpp/ |
| glcpp-lex.l | 67 %option stack
|
| /external/nist-sip/java/gov/nist/javax/sip/clientauthutils/ |
| AuthenticationHelperImpl.java | 23 import gov.nist.javax.sip.stack.SIPClientTransaction; 24 import gov.nist.javax.sip.stack.SIPTransactionStack; 88 * @param sipStack -- our stack. 105 * @param sipStack -- our stack.
|
| /external/pdfium/core/src/fxcodec/lgif/ |
| fx_gif.cpp | 32 FXSYS_memset(stack, 0, GIF_MAX_LZW_CODE);
44 stack[GIF_MAX_LZW_CODE - 1 - stack_size++] = code_table[code].suffix;
47 stack[GIF_MAX_LZW_CODE - 1 - stack_size++] = (uint8_t)code;
69 FXSYS_memcpy(des_buf, &stack[GIF_MAX_LZW_CODE - stack_size], des_size);
73 FXSYS_memcpy(des_buf, &stack[GIF_MAX_LZW_CODE - stack_size], stack_size);
116 uint8_t append_char = stack[GIF_MAX_LZW_CODE - stack_size];
125 FXSYS_memcpy(des_buf, &stack[GIF_MAX_LZW_CODE - stack_size],
130 FXSYS_memcpy(des_buf, &stack[GIF_MAX_LZW_CODE - stack_size],
[all...] |