| /external/nist-sip/java/gov/nist/javax/sip/header/ |
| Via.java | 35 import gov.nist.javax.sip.stack.HopImpl; 153 * useful for the stack to avoid duplication of code.
|
| /external/nist-sip/java/gov/nist/javax/sip/stack/ |
| DefaultRouter.java | 29 package gov.nist.javax.sip.stack;
|
| IOHandler.java | 29 package gov.nist.javax.sip.stack; 198 // note that the IP Address for stack may not be 202 // address (i.e. that of the stack). In version 1.2
|
| ServerLog.java | 30 package gov.nist.javax.sip.stack; 115 // specified. if not, use the stack name as the default 205 + "Here are the stack configuration properties \n" 223 .logDebug("Here are the stack configuration properties \n" 262 stackLogger.logDebug("Here are the stack configuration properties \n" 398 * Log an exception stack trace. 414 * Set the trace level for the stack. 431 * Get the trace level for the stack.
|
| TLSMessageProcessor.java | 41 package gov.nist.javax.sip.stack; 180 * Returns the stack. 182 * @return my sip stack.
|
| /external/openssl/crypto/conf/ |
| conf.h | 64 #include <openssl/stack.h>
|
| /external/openssl/crypto/stack/ |
| stack.c | 1 /* crypto/stack/stack.c */ 70 #include <openssl/stack.h> 76 const char STACK_version[]="Stack" OPENSSL_VERSION_PTEXT;
|
| /external/openssl/crypto/x509/ |
| x509_v3.c | 60 #include <openssl/stack.h>
|
| /external/openssl/include/openssl/ |
| conf.h | 64 #include <openssl/stack.h>
|
| /external/protobuf/gtest/src/ |
| gtest-death-test.cc | 202 // death test child process, which operates on a very small stack. Use 911 void* const stack = mmap(NULL, stack_size, PROT_READ | PROT_WRITE, local [all...] |
| /external/protobuf/src/google/protobuf/ |
| message.cc | 35 #include <stack>
|
| /external/qemu/distrib/sdl-1.2.12/src/cpuinfo/ |
| SDL_cpuinfo.c | 65 " pushl %%eax # Save new EFLAGS value on stack \n" 85 " pushq %%rax # Save new EFLAGS value on stack \n" 103 push eax ; Save new EFLAGS value on stack
|
| /external/v8/src/ |
| log.h | 243 Address* stack); 347 // A stack of VM states. 384 // Class that extracts stack trace, used for profiling.
|
| platform.h | 198 // improve the robustness of the stack dump code in the presence of 211 // Walk the stack. 420 // Stack-allocated ScopedLocks provide block-scoped locking and unlocking 509 // (if used for profiling) the program counter and stack pointer for 523 Address sp; // Stack pointer. 528 EmbeddedVector<Address, kMaxFramesCount> stack; // Call stack. member in class:v8::internal::TickSample 538 // Performs stack sampling.
|
| regexp-macro-assembler.cc | 31 #include "regexp-stack.h" 163 // Ensure that the minimum stack has been allocated. 164 RegExpStack stack; local 180 // We detected a stack overflow (on the backtrack stack) in RegExp code, 220 // return address on the stack.
|
| /external/webkit/WebKitTools/android/flex-2.5.4a/MISC/ |
| alloca.c | 5 which is used to allocate space off the run-time stack so 16 that are found to be deeper in the stack than the current 53 /* If your stack is a linked list of frames, you have to 86 /* Define STACK_DIRECTION if you know the direction of stack 111 auto char dummy; /* To get stack address. */ 123 stack_dir = 1; /* Stack grew upward. */ 125 stack_dir = -1; /* Stack grew downward. */ 133 (b) keep track of stack depth. 148 char *deep; /* For stack depth measure. */ 157 was supposed to be taken from the current stack frame of th 414 long size, pseg, this_segment, stack; local [all...] |
| /frameworks/base/tools/aapt/ |
| XMLNode.h | 148 Vector<sp<XMLNode> > stack; member in struct:XMLNode::ParseState
|
| /packages/apps/Calculator/ |
| arity-2.1.2.jar | |
| /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/asm/ |
| processor_32.h | 186 unsigned long stack[64]; member in struct:tss_struct
|
| /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/asm/ |
| processor_32.h | 186 unsigned long stack[64]; member in struct:tss_struct
|
| /external/libvpx/vp8/common/arm/neon/ |
| sixtappredict8x4_neon.asm | 23 ; stack(r5) int dst_pitch 29 ldr r4, [sp, #12] ;load parameters from stack 30 ldr r5, [sp, #16] ;load parameters from stack 43 sub sp, sp, #32 ;reserve space on stack for temporary storage 220 vqrshrun.s16 d29, q11, #7 ;load intermediate data from stack
|
| /external/webkit/JavaScriptCore/runtime/ |
| Collector.cpp | 500 // find the address of this stack frame by taking the address of a local variable 597 stack_t stack; 598 pthread_stackseg_np(thread, &stack); 599 return stack.ss_sp; 643 #error Need a way to get the stack base on this platform 811 // setjmp forces volatile registers onto the stack 950 #error Need a way to get the stack pointer for another thread on this platform 1113 // Mark stack roots. [all...] |
| /frameworks/base/voip/java/com/android/server/sip/ |
| SipSessionGroup.java | 87 // stack. Note: The default thread pool size in NIST SIP stack is -1 which is 145 SipStack stack = mSipStack = sipFactory.createSipStack(properties); local 148 SipProvider provider = stack.createSipProvider( 149 stack.createListeningPoint(localIp, allocateLocalPort(), 152 mSipHelper = new SipHelper(stack, provider); 159 Log.d(TAG, " start stack for " + myself.getUriString()); 160 stack.start(); 188 return "stack" + System.currentTimeMillis(); 192 Log.d(TAG, " close stack for " + mLocalProfile.getUriString()) [all...] |
| /external/dbus/bus/ |
| config-parser.c | 107 DBusList *stack; /**< stack of Element */ member in struct:BusConfigParser 127 DBusList *included_files; /**< Included files stack */ 196 if (!_dbus_list_append (&parser->stack, e)) 221 e = _dbus_list_pop_last (&parser->stack); 231 e = _dbus_list_get_last (&parser->stack); 241 e = _dbus_list_get_last (&parser->stack); 521 while (parser->stack != NULL) [all...] |
| /external/openssl/crypto/bn/asm/ |
| pa-risc2.s | 49 ; Stack pointer ; r30 (sp) 64 ; is passed on the stack at a delta of -56 from the top of stack 148 LDO 128(%sp),%sp ; bump stack 298 ; w on stack at -56(sp) 318 LDO 128(%sp),%sp ; bump stack 472 LDO 128(%sp),%sp ; bump stack [all...] |