| /external/v8/src/ |
| json.js | 102 function StackContains(stack, val) { 103 var length = stack.length; 105 if (stack[i] === val) { 112 function SerializeArray(value, replacer, stack, indent, gap) { 113 if (StackContains(stack, value)) { 116 stack.push(value); 122 var strP = JSONSerialize($String(i), value, replacer, stack, 139 stack.pop(); 143 function SerializeObject(value, replacer, stack, indent, gap) { 144 if (StackContains(stack, value)) [all...] |
| /external/bison/lib/ |
| timevar.c | 146 /* If this variable is timed independently of the timing stack, 158 the timing stack. */ 162 /* An element on the timing stack. Elapsed time is attributed to the 163 topmost timing variable on the stack. */ 167 /* The timing variable at this stack level. */ 170 /* The next lower timing variable context in the stack. */ 178 /* The top of the timing stack. */ 179 static struct timevar_stack_def *stack; variable in typeref:struct:timevar_stack_def 185 /* The time at which the topmost element on the timing stack was 276 /* Push TIMEVAR onto the timing stack. No further elapsed time i [all...] |
| /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/speex/libspeex/ |
| cb_search_bfin.h | 37 void compute_weighted_codebook(const signed char *shape_cb, const spx_word16_t *r, spx_word16_t *resp, spx_word16_t *resp2, spx_word32_t *E, int shape_cb_size, int subvect_size, char *stack)
|
| sb_celp.c | 54 /* Default size for the encoder and decoder stack (can be changed at compile time). 206 st->stack = NULL; 208 /*st->stack = (char*)speex_alloc_scratch(SB_ENC_STACK);*/ 209 speex_encoder_ctl(st->st_low, SPEEX_GET_STACK, &st->stack); 270 VALGRIND_MAKE_READABLE(st, (st->stack-(char*)st)); 281 /*speex_free_scratch(st->stack);*/ 308 char *stack; local 332 stack=st->stack; 339 qmf_decomp(in, h0, low, high, st->full_frame_size, QMF_ORDER, st->h0_mem, stack); 879 char *stack; local [all...] |
| cb_search.c | 53 static void compute_weighted_codebook(const signed char *shape_cb, const spx_word16_t *r, spx_word16_t *resp, spx_word16_t *resp2, spx_word32_t *E, int shape_cb_size, int subvect_size, char *stack) 111 char *stack, 153 compute_weighted_codebook(shape_cb, r, resp, resp2, E, shape_cb_size, subvect_size, stack); 160 vq_nbest_sign(x, resp2, subvect_size, shape_cb_size, E, 1, &best_index, &best_dist, stack); 162 vq_nbest(x, resp2, subvect_size, shape_cb_size, E, 1, &best_index, &best_dist, stack); 234 syn_percep_zero16(r2, ak, awk1, awk2, r2, nsf,p, stack); 253 char *stack, 297 split_cb_search_shape_sign_N1(target,ak,awk1,awk2,par,p,nsf,exc,r,bits,stack,update_target); 351 compute_weighted_codebook(shape_cb, r, resp, resp2, E, shape_cb_size, subvect_size, stack); 381 vq_nbest_sign(x, resp2, subvect_size, shape_cb_size, E, N, best_index, best_dist, stack); [all...] |
| /libcore/luni/src/main/java/java/security/ |
| AccessControlContext.java | 123 * ProtectionDomains passed as <code>stack</code> is then passed into 131 * @param stack - array of ProtectionDomains 134 AccessControlContext(ProtectionDomain[] stack, 136 this(stack); // removes dups, removes nulls, checks for stack==null 142 * ProtectionDomains passed as <code>stack</code> is then passed into 150 * @param stack - array of ProtectionDomains 153 AccessControlContext(ProtectionDomain[] stack, 155 this(stack); // removes dups, removes nulls, checks for stack==nul [all...] |
| /external/openssl/crypto/bn/ |
| bn_ctx.c | 83 /* The stack frame info is resizing, set a first-time expansion size; */ 103 /* Stack depth and allocation size */ 118 /* A wrapper to manage the "stack frames" */ 121 /* Array of indexes into the bignum stack */ 123 /* Number of stack frames, and the size of the allocated array */ 143 /* The "stack frames", if you will */ 144 BN_STACK stack; member in struct:bignum_ctx 147 /* Depth of stack overflow */ 160 BN_STACK *stack = &ctx->stack; local [all...] |
| /bionic/libc/arch-arm/bionic/ |
| clone.S | 37 @ insert the args onto the new stack 64 @ pick the function arg and call address off the stack and jump 100 # save registers to parent stack 106 # store 'fn' and 'arg' to the child stack
|
| /dalvik/hit/src/com/android/hit/ |
| RootObj.java | 41 public RootObj(RootType type, long id, int thread, StackTrace stack) { 45 mStack = stack;
|
| /dalvik/vm/compiler/template/armv5te/ |
| TEMPLATE_MEM_OP_DECODE.S | 12 mov r1, sp @ arg1 <- stack pointer
|
| /dalvik/vm/compiler/template/armv5te-vfp/ |
| TEMPLATE_MEM_OP_DECODE.S | 13 mov r1, sp @ arg1 <- stack pointer
|
| /dalvik/vm/mterp/x86-atom/ |
| OP_DIV_DOUBLE.S | 33 fldl (rFP, %ecx, 4) # floating point stack vBB
|
| OP_DIV_FLOAT.S | 33 flds (rFP, %eax, 4) # floating point stack vBB
|
| /external/protobuf/gtest/test/ |
| gtest_xml_output_unittest.py | 65 Expected: 1%(stack)s]]></failure> 73 Expected: 1%(stack)s]]></failure> 76 Expected: 2%(stack)s]]></failure> 84 XML output: <?xml encoding="utf-8"><top><![CDATA[cdata text]]>]]><![CDATA[</top>%(stack)s]]></failure> 91 Invalid characters in brackets []%(stack)s]]></failure> 108 </testsuites>""" % {'stack': STACK_TRACE_TEMPLATE}
|
| /external/srec/srec/crec/ |
| srec_stats.c | 141 void srec_stats_update_astar(AstarStack* stack) 147 stack->num_active_paths); 150 stack->num_complete_paths); 152 num_parps_in_use = stack->partial_path_array_size; 153 for (parp = stack->free_parp_list; parp; parp = parp->next)
|
| /external/icu4c/layout/ |
| LigatureSubstProc.cpp | 65 le_int32 stack[nComponents]; local 88 stack[++mm] = componentGlyph; 101 componentStack[m] = stack[mm--];
|
| /external/webkit/WebCore/platform/image-decoders/gif/ |
| GIFImageReader.h | 83 unsigned char *stackp; /* Current stack pointer */ 121 unsigned char* stack; /* Base of LZW decoder stack */ member in struct:GIFFrameReader 144 suffix = stack = 0; 152 delete []stack;
|
| /external/freetype/src/cff/ |
| cffparse.c | 48 parser->top = parser->stack; 454 FT_Byte** data = parser->stack; 458 if ( parser->top >= parser->stack + 6 ) 508 FT_Byte** data = parser->stack; 514 if ( parser->top >= parser->stack + 4 ) 531 FT_Byte** data = parser->stack; 537 if ( parser->top >= parser->stack + 2 ) 552 FT_Byte** data = parser->stack; 558 if ( parser->top >= parser->stack + 3 ) 728 parser->top = parser->stack; [all...] |
| cffparse.h | 44 FT_Byte* stack[CFF_MAX_STACK_DEPTH + 1]; member in struct:CFF_ParserRec_
|
| /packages/apps/Email/src/com/android/email/mail/internet/ |
| MimeMessage.java | 43 import java.util.Stack; 503 private Stack stack = new Stack(); field in class:MimeMessage.MimeMessageBuilder 509 if (!c.isInstance(stack.peek())) { 510 throw new IllegalStateException("Internal stack error: " + "Expected '" 511 + c.getName() + "' found '" + stack.peek().getClass().getName() + "'"); 516 if (stack.isEmpty()) { 517 stack.push(MimeMessage.this); 522 ((Part)stack.peek()).setBody(m) [all...] |
| /bionic/libc/arch-x86/bionic/ |
| clone.S | 18 # insert arguments onto the child stack 41 # with the appropriate arguments on the child stack
|
| /external/kernel-headers/original/asm-arm/ |
| smp.h | 65 * This also gives us the initial stack to use for this CPU. 85 void *stack; member in struct:secondary_data
|
| /external/libffi/src/alpha/ |
| ffi.c | 81 unsigned long *stack, *argp; local 92 argp = stack = alloca(cif->bytes + 4*FFI_SIZEOF_ARG); 136 if (argp - stack < 6) 168 ffi_call_osf(stack, cif->bytes, cif->flags, rvalue, fn); 229 /* Grab the addresses of the arguments from the stack frame. */
|
| /external/nist-sip/java/gov/nist/javax/sip/stack/ |
| DefaultMessageLogFactory.java | 1 package gov.nist.javax.sip.stack; 7 * The Default Message log factory. This can be replaced as a stack
|