HomeSort by relevance Sort by last modified time
    Searched refs:stack (Results 501 - 525 of 636) sorted by null

<<212223242526

  /external/openssl/include/openssl/
crypto.h 128 #include <openssl/stack.h>
306 /* Per class, we have a STACK of CRYPTO_EX_DATA_FUNCS for each CRYPTO_EX_DATA
  /external/openssl/patches/
crypto_Android.mk 406 stack/stack.c \
  /external/proguard/src/proguard/optimize/evaluation/
EvaluationShrinker.java 162 // Mark any unused method parameters on the stack.
221 // Globally mark instructions and their produced variables and stack
296 // Locally fix instructions, in order to keep the stack consistent.
297 if (DEBUG) System.out.println("Stack consistency fixing:");
465 * This MemberVisitor marks stack entries that aren't necessary because
529 TracedStack stack = local
532 int stackIndex = stack.size() - parameterSize + index;
536 System.out.println(" ["+invocationOffset+"] Ignoring parameter #"+index+" of "+programClass.getName()+"."+programMethod.getName(programClass)+programMethod.getDescriptor(programClass)+"] (stack entry #"+stackIndex+" ["+stack.getBottom(stackIndex)+"])");
537 System.out.println(" Full stack: "+stack)
    [all...]
  /external/protobuf/src/google/protobuf/
wire_format_lite.cc 37 #include <stack>
  /external/zlib/contrib/masm686/
match.asm 105 ; Since this code uses EBP for a scratch register, the stack frame must
108 ; Stack image
401 ; Restore the stack and return from whence we came.
  /frameworks/base/include/utils/
threads.h 497 size_t stack = 0);
  /frameworks/base/services/java/com/android/server/am/
PendingIntentRecord.java 221 key.activity.stack.sendActivityResultLocked(-1, key.activity,
  /external/zlib/contrib/masmx86/
gvmat32.asm 527 ; restore stack and register ebx,esi,edi,ebp
561 push eax ; save new EFLAGS value on stack
576 push eax ; save new EFLAGS value on stack
612 ;;; stack frame offsets
687 ;;; make room for our stack frame.
933 ;;; Restore the stack and return from whence we came.
match686.asm 118 ;;; stack frame offsets
200 ;;; make room for our stack frame.
446 ;;; Restore the stack and return from whence we came.
  /libcore/luni/src/main/java/org/apache/xalan/processor/
StylesheetHandler.java 23 import java.util.Stack;
62 * a ContentHandler stack, and pushing appropriate content
219 * Utility function to see if the stack contains the given URL.
221 * @param stack non-null reference to a Stack.
224 * @return true if the stack contains the url argument.
226 private boolean stackContains(Stack stack, String url)
229 int n = stack.size();
234 String url2 = (String) stack.elementAt(i)
    [all...]
  /libcore/luni/src/main/java/org/apache/xml/dtm/ref/
DTMDefaultBaseIterators.java 1325 final int[] stack = new int[index + 4]; local
    [all...]
  /dalvik/vm/mterp/out/
InterpAsm-x86.S 37 fp on top of fp stack st(0)
39 Parameters passed on stack, pushed right-to-left. On entry to target, first
49 Alignment of stack not strictly required, but should be for performance. We'll
52 If we're not doing variable stack allocation (alloca), the frame pointer can be
127 /* The interpreter assumes a properly aligned stack on entry, and
132 * "export" the PC to the interpreted stack frame, f/b/o future exception
144 * Given a frame pointer, find the stack save area.
    [all...]
  /external/ipsec-tools/src/racoon/
crypto_openssl.c 498 STACK_OF(X509_INFO) *stack;
505 stack = PEM_X509_INFO_read_bio(bio, NULL, NULL, NULL);
507 if (!stack) {
510 for (i = 0; i < sk_X509_INFO_num(stack); ++i) {
511 info = sk_X509_INFO_value(stack, i);
519 sk_X509_INFO_pop_free(stack, X509_INFO_free);
781 /* free the whole stack. */
    [all...]
  /external/sonivox/arm-wt-22k/lib_src/
eas_mdls.c 2170 EAS_U32 stack[CDL_STACK_SIZE]; local
    [all...]
  /external/v8/src/
runtime.js 33 // it does not push the function onto the stack. This means that you
429 // We can handle any number of apply arguments if the stack is
446 // stack. It is guaranteed to be a small integer at this point.
platform-solaris.cc 35 #include <sys/stack.h> // for stack alignment
  /dalvik/vm/arch/sh/
CallSH4ABI.S 46 * @remark r14 Keep stack pointer.
52 add #4, r14 /* r14 = original r15 = stack pointer */
165 mov.l r0, @-r15 /* arguments on stack are revesred before */
315 ### reverse the variables on stack
316 mov r14, r12 /* points to first arg on stack */
318 mov r15, r13 /* points to last arg on stack */
  /external/chromium/third_party/icu/source/common/
ubidi.c 542 * Handling the stack of explicit levels (Xn):
544 * With the BiDi stack of explicit levels,
597 UBiDiLevel stack[UBIDI_MAX_EXPLICIT_LEVEL]; /* we never push anything >=UBIDI_MAX_EXPLICIT_LEVEL */ local
611 stack[stackTop]=embeddingLevel;
633 stack[stackTop]=embeddingLevel;
659 embeddingLevel=stack[stackTop];
    [all...]
  /external/freetype/include/freetype/internal/
psaux.h 609 /* T1_MAX_CHARSTRING_OPERANDS is the charstring stack's capacity. A */
663 FT_Long stack[T1_MAX_CHARSTRINGS_OPERANDS]; member in struct:T1_DecoderRec_
    [all...]
  /external/icu4c/common/
ubidi.c 538 * Handling the stack of explicit levels (Xn):
540 * With the BiDi stack of explicit levels,
593 UBiDiLevel stack[UBIDI_MAX_EXPLICIT_LEVEL]; /* we never push anything >=UBIDI_MAX_EXPLICIT_LEVEL */ local
607 stack[stackTop]=embeddingLevel;
629 stack[stackTop]=embeddingLevel;
655 embeddingLevel=stack[stackTop];
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/stack/
TCPMessageChannel.java 29 package gov.nist.javax.sip.stack;
51 * This is a stack abstraction for TCP connections. This abstracts a stream of parsed messages.
116 * @param sipStack Ptr to SIP Stack
198 * Get my SIP Stack.
200 * @return The SIP Stack for this message channel.
TLSMessageChannel.java 42 package gov.nist.javax.sip.stack;
119 * @param sipStack Ptr to SIP Stack
210 * Get my SIP Stack.
212 * @return The SIP Stack for this message channel.
478 // Stack could not create a new server request interface.
  /external/openssl/crypto/bio/
bio_lib.c 64 #include <openssl/stack.h>
  /external/webkit/JavaScriptCore/tests/mozilla/js1_6/Array/
regress-290592.js 169 ', Stack: ' + e.stack;
  /frameworks/base/media/libstagefright/codecs/amrwbenc/src/asm/ARMV5E/
Filt_6k_7k_opt.s 82 STR r5, [sp, #-4] @ PUSH r5 to stack

Completed in 1974 milliseconds

<<212223242526