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

<<212223242526

  /frameworks/base/media/libstagefright/codecs/amrwbenc/src/asm/ARMV7/
Filt_6k_7k_neon.s 82 @STR r5, [sp, #-4] @ PUSH r5 to stack
  /dalvik/vm/
Dvm.mk 94 # bug hunting: checksum and verify interpreted stack when making JNI calls
146 interp/Stack.c \
  /external/proguard/src/proguard/classfile/io/
ProgramClassReader.java 357 // Read the stack size and local variable frame size.
394 // Read the stack map frames (only full frames, without tag).
409 // Read the stack map frames.
570 // Read the verification type of the stack entry.
612 // Read the verification types of the stack entries.
614 fullFrame.stack = new VerificationType[fullFrame.stackCount];
619 fullFrame.stack[index] = verificationType;
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/hermes/
mmxp2_32.asm 404 section .note.GNU-stack noalloc noexec nowrite progbits
  /external/v8/test/mjsunit/
debug-handle.js 138 // Check handles for functions on the stack.
  /external/webkit/WebCore/inspector/front-end/
ConsoleView.js 613 var stack = Array.prototype.slice.call(args);
614 var funcNames = stack.map(function(f) {
    [all...]
  /external/chromium/third_party/icu/source/common/
uresbund.c 1545 UResourceBundle stack; local
    [all...]
  /external/icu4c/common/
uresbund.c 1662 UResourceBundle stack; local
    [all...]
  /libcore/luni/src/main/java/org/apache/xml/dtm/ref/sax2dtm/
SAX2DTM2.java 803 * The stack of start node + ancestors up to the root of the tree,
882 final int[] stack = new int[index*2]; local
883 System.arraycopy(_stack, 0, stack, 0, index);
884 _stack = stack;
890 --index; // Pop actual root node (if not start) back off the stack
    [all...]
  /dalvik/vm/mterp/x86/
footer.S 140 * find space for the new stack frame, check for overflow
152 subl $$sizeofStackSaveArea, %eax # %eax<- newSaveArea (stack save area using newFP)
302 * common_periodicChecks is on the top of stack. We need to preserve
  /external/chromium/base/
file_util_posix.cc 148 std::stack<std::string> directories;
  /external/chromium/net/third_party/nss/ssl/
sslsock.c 208 static PRStatus ssl_PushIOLayer(sslSocket *ns, PRFileDesc *stack,
238 /* This function tries to find the SSL layer in the stack.
    [all...]
  /external/libffi/src/ia64/
unix.S 40 /* int ffi_call_unix (struct ia64_args *stack, PTR64 rvalue,
49 /* Bit o trickiness. We actually share a stack frame with ffi_call.
89 /* Deallocate the register save area from the stack frame. */
559 .section .note.GNU-stack,"",@progbits
  /external/libffi/src/sh64/
sysv.S 324 /* Stack layout:
333 <- new stack pointer
434 .section .note.GNU-stack,"",@progbits
  /external/libxml2/
xpointer.c 917 * Move the current node of the nodeset on the stack to the
1187 * a sub-resource error, clean-up the stack
1260 /* Allocate the value stack */
1367 int stack = 0; local
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/stack/
SIPDialog.java 29 package gov.nist.javax.sip.stack;
200 // Audit tag used by the SIP Stack audit
220 // the amount of time to keep this dialog around before the stack GC's it
444 SIPTransactionStack stack = dialog.sipStack; local
445 if (stack.isLoggingEnabled()) {
446 stack.getStackLogger().logDebug("resend 200 response from " + dialog);
    [all...]
SIPTransaction.java 26 package gov.nist.javax.sip.stack;
140 // Audit tag used by the SIP Stack audit
183 // Parent stack for this transaction
305 // Close the encapsulated socket if stack is configured
324 * Parent stack for this transaction.
362 // Always add the parent stack as a listener
    [all...]
  /external/openssl/crypto/conf/
conf_def.c 64 #include <openssl/stack.h>
  /external/openssl/crypto/pem/
pem.h 67 #include <openssl/stack.h>
188 STACK *x509_chain; / * certificate chain */
  /external/openssl/crypto/x509/
x_all.c 60 #include <openssl/stack.h>
  /external/openssl/include/openssl/
pem.h 67 #include <openssl/stack.h>
188 STACK *x509_chain; / * certificate chain */
ts.h 73 #include <openssl/stack.h>
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
rmepsilon.h 126 stack<StateId> eps_queue_; // Queue used to visit the epsilon-closure
  /external/zlib/contrib/masmx64/
gvmat64.asm 204 ;;; make room for our stack frame.
528 ;;; Restore the stack and return from whence we came.
  /frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
AsmAnalyzer.java 550 public void visitFrame(int type, int local, Object[] local2, int stack, Object[] stack2) {
574 // instruction to load a constant from the stack

Completed in 2224 milliseconds

<<212223242526