/external/valgrind/main/coregrind/m_syswrap/ |
syswrap-aix5.c | 73 /* Allocate a stack for this thread, if it doesn't already have one. 74 They're allocated lazily, and never freed. Returns the initial stack 79 VgStack* stack; local 83 case a stack hasn't been allocated) or they are both non-zero, 92 /* If no stack is present, allocate one. */ 94 stack = VG_(am_alloc_VgStack)( &initial_SP ); 95 if (stack) { 99 vg_assert(initial_SP > (Addr)stack); 100 tst->os_state.valgrind_stack_base = (Addr)stack; 103 return 0; /* allocation of stack failed * [all...] |
priv_syswrap-darwin.h | 610 void call_on_new_stack_0_1 ( Addr stack,
|
/frameworks/base/voip/java/com/android/server/sip/ |
SipSessionGroup.java | 97 // stack. Note: The default thread pool size in NIST SIP stack is -1 which is 171 SipStack stack = mSipStack = sipFactory.createSipStack(properties); local 174 SipProvider provider = stack.createSipProvider( 175 stack.createListeningPoint(localIp, allocateLocalPort(), 178 mSipHelper = new SipHelper(stack, provider); 185 Log.d(TAG, " start stack for " + myself.getUriString()); 186 stack.start(); 222 return "stack" + System.currentTimeMillis(); 226 Log.d(TAG, " close stack for " + mLocalProfile.getUriString()) [all...] |
/external/chromium/chrome/browser/resources/ |
new_new_tab.js | 199 // Vertically stack the windows in a client. 200 var stack = document.createElement('div'); 201 stack.className = 'foreign-session-client item link'; 202 stack.textContent = name; 203 stack.sessionTag = client[0].sessionTag; 245 stack.appendChild(winSpan); 247 return stack; [all...] |
/external/v8/src/ |
profile-generator.cc | 399 List<Position> stack(10); 400 stack.Add(Position(root_)); 401 while (stack.length() > 0) { 402 Position& current = stack.last(); 405 stack.Add(Position(current.current_child())); 408 if (stack.length() > 1) { 409 Position& parent = stack[stack.length() - 2]; 413 // Remove child from the stack. 414 stack.RemoveLast() [all...] |
runtime.js | 33 // it does not push the function onto the stack. This means that you 430 // We can handle any number of apply arguments if the stack is 447 // stack. It is guaranteed to be a small integer at this point.
|
/external/ipsec-tools/src/racoon/ |
crypto_openssl.c | 503 STACK_OF(X509_INFO) *stack; 510 stack = PEM_X509_INFO_read_bio(bio, NULL, NULL, NULL); 512 if (!stack) { 515 for (i = 0; i < sk_X509_INFO_num(stack); ++i) { 516 info = sk_X509_INFO_value(stack, i); 524 sk_X509_INFO_pop_free(stack, X509_INFO_free); 803 /* 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/wpa_supplicant_8/src/crypto/ |
tls_openssl.c | [all...] |
/external/zlib/contrib/masmx86/ |
match686.asm | 118 ;;; stack frame offsets
200 ;;; make room for our stack frame.
446 ;;; Restore the stack and return from whence we came.
|
/external/valgrind/main/coregrind/m_scheduler/ |
scheduler.c | 444 until the caller is finally done with the thread stack. */ 540 - stack overflow message in default_action() in m_signals.c 550 ThreadId computed by first phase of initialisation, fill in stack 1774 VgStack* stack; local [all...] |
/frameworks/base/core/java/android/os/ |
StrictMode.java | 126 // Only log a duplicate stack trace to the logs every second. 237 * our offending stack traces to the caller to ultimately handle 696 * Log of strict mode violation stack traces that have occurred 877 // look up our stack to see if we came from the system server. 878 Throwable stack = new Throwable(); local 879 stack.fillInStackTrace(); 880 for (StackTraceElement ste : stack.getStackTrace()) { [all...] |
/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/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 | 562 * Handling the stack of explicit levels (Xn): 564 * With the BiDi stack of explicit levels, 617 UBiDiLevel stack[UBIDI_MAX_EXPLICIT_LEVEL]; /* we never push anything >=UBIDI_MAX_EXPLICIT_LEVEL */ local 631 stack[stackTop]=embeddingLevel; 653 stack[stackTop]=embeddingLevel; 679 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/oprofile/events/i386/nehalem/ |
unit_masks | 312 0x04 esp_folding Counts number of stack pointer (ESP) instructions decoded: push , pop , call , ret, etc 313 0x08 esp_sync Counts number of stack pointer (ESP) sync operations where an ESP instruction is corrected by adding the ESP offset register to the current value of the ESP register
|
/external/webkit/ |
Android.mk | 71 # use the Chrome http stack either. 77 # See if the user has specified a stack they want to use 79 # We default to the Chrome HTTP stack. 85 # No HTTP stack is specified, pickup the one we want as default. 94 # The Chrome stack can not be used with JSC and hence can not be used be used 98 $(error Can not build with JSC and the Chrome HTTP stack) 103 # The default is on. Chrome HTTP stack must be used when Autofill 253 # stack
|
/external/webkit/Source/JavaScriptCore/runtime/ |
JSGlobalData.cpp | 179 m_stack = wtfThreadData().stack(); 402 // up throwing away code that is live on the stack.
|
/external/webkit/Source/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
|
/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 | 79 # bug hunting: checksum and verify interpreted stack when making JNI calls 135 interp/Stack.cpp \
|