/external/valgrind/main/memcheck/tests/ |
supp_unknown.stderr.exp | 6 If you believe this happened as a result of a stack 9 main thread stack using the --main-stacksize= flag. 10 The main thread stack size used in this run was ....
|
writev.stderr.exp | 4 Address 0x........ is not stack'd, malloc'd or (recently) free'd 9 Address 0x........ is not stack'd, malloc'd or (recently) free'd 14 Address 0x........ is not stack'd, malloc'd or (recently) free'd
|
sigaltstack.stderr.exp | 1 calling sigaltstack, stack base is 0x........
|
signal2.stderr.exp | 3 Address 0x........ is not stack'd, malloc'd or (recently) free'd
|
/external/valgrind/main/none/tests/linux/ |
blockfault.stderr.exp | 6 If you believe this happened as a result of a stack 9 main thread stack using the --main-stacksize= flag. 10 The main thread stack size used in this run was ....
|
/external/chromium/base/ |
at_exit.h | 9 #include <stack> 23 // AtExitManager object on the stack: 52 // AtExitManagers are kept on a global stack, and it will be removed during 65 std::stack<CallbackAndParam> stack_; 66 AtExitManager* next_manager_; // Stack of managers to allow shadowing.
|
/external/grub/docs/ |
boot.S | 53 /* Initialize the stack pointer. */ 54 movl $(stack + STACK_SIZE), %esp 78 /* Our stack area. */ 79 .comm stack, STACK_SIZE
|
boot.S.texi | 53 /* @r{Initialize the stack pointer.} */ 54 movl $(stack + STACK_SIZE), %esp 78 /* @r{Our stack area.} */ 79 .comm stack, STACK_SIZE
|
/external/nist-sip/java/gov/nist/javax/sip/ |
DefaultAddressResolver.java | 34 import gov.nist.javax.sip.stack.HopImpl; 35 import gov.nist.javax.sip.stack.MessageProcessor; 44 * some address that cannot be resolved you should register an AddressResolver with the stack.
|
EventWrapper.java | 28 import gov.nist.javax.sip.stack.*;
|
/external/valgrind/main/drd/tests/ |
sigaltstack.stderr.exp | 1 calling sigaltstack, stack base is 0x........
|
sem_as_mutex3.stderr.exp | 7 (thread finished, call stack no longer available) 9 (thread finished, call stack no longer available)
|
/external/valgrind/main/none/tests/ |
thread-exits.stdout.exp | 0 stack grew OK
|
/bionic/libc/kernel/arch-arm/asm/ |
smp.h | 31 void *stack; member in struct:secondary_data
|
/dalvik/vm/mterp/x86/ |
OP_REM_DOUBLE.S | 5 fldl (rFP,%ecx,4) # vCC to fp stack 6 fldl (rFP,%eax,4) # vCC to fp stack
|
OP_REM_DOUBLE_2ADDR.S | 5 fldl (rFP,rINST,4) # vBB to fp stack 7 fldl (rFP,%ecx,4) # vAA to fp stack
|
OP_REM_FLOAT.S | 5 flds (rFP,%ecx,4) # vCC to fp stack 6 flds (rFP,%eax,4) # vCC to fp stack
|
OP_REM_FLOAT_2ADDR.S | 5 flds (rFP,rINST,4) # vBB to fp stack 7 flds (rFP,%ecx,4) # vAA to fp stack
|
/development/ndk/platforms/android-3/arch-arm/include/asm/ |
smp.h | 31 void *stack; member in struct:secondary_data
|
/external/llvm/test/MC/ELF/ |
call-abs.s | 16 .section .note.GNU-stack,"",@progbits
|
/external/nist-sip/java/gov/nist/javax/sip/stack/ |
SIPDialogErrorEvent.java | 16 package gov.nist.javax.sip.stack;
|
SIPTransactionErrorEvent.java | 26 package gov.nist.javax.sip.stack;
|
ServerResponseInterface.java | 29 package gov.nist.javax.sip.stack; 39 * This is implemented by the application. The stack calls the message
|
StackMessageFactory.java | 29 package gov.nist.javax.sip.stack; 34 * by the application and called by the stack for processing requests 35 * and responses. When a Request comes in off the wire, the stack calls 37 * When a response comes off the wire, the stack calls newSIPServerResponse 61 * Generate a new server response for the stack.
|
/external/stlport/stlport/ |
stack | 42 # include_next <stack> 44 # include _STLP_NATIVE_HEADER(stack)
|