HomeSort by relevance Sort by last modified time
    Searched refs:stack (Results 876 - 900 of 965) sorted by null

<<313233343536373839

  /external/nist-sip/java/gov/nist/javax/sip/message/
SIPRequest.java 48 import gov.nist.javax.sip.stack.SIPTransactionStack;
150 * faster in the stack because then it is just identity comparision. Character by char
405 // stack because then it is just identity comparision
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/stack/
SIPClientTransaction.java 26 package gov.nist.javax.sip.stack;
282 * @param newSIPStack Transaction stack this transaction belongs to.
    [all...]
SIPServerTransaction.java 26 package gov.nist.javax.sip.stack;
497 * @param sipStack Transaction stack this transaction belongs to.
667 * transaction is not known to the stack.
678 // null check added as the stack may be stopped.
695 * Return true if the transaction is known to stack.
    [all...]
SIPTransactionStack.java 26 package gov.nist.javax.sip.stack;
90 * This is the sip stack. It is essentially a management interface. It manages the resources for
151 // overriden by stack
177 * ServerLog is used just for logging stack message tracecs.
182 * We support UDP on this stack.
208 * Flag that indicates that the stack is active.
213 * Name of the stack.
218 * IP address of stack -- this can be re-written by stun.
225 * INET address of stack (cached to avoid repeated lookup)
302 // Flag to indicate whether the stack will provide dialo
    [all...]
  /external/openssl/crypto/sha/asm/
sha1-armv4-large.s 364 add sp,sp,#80*4 @ "deallocate" stack frame
  /external/openssl/ssl/
ssl_locl.h 157 #include <openssl/stack.h>
    [all...]
  /external/protobuf/src/google/protobuf/
extension_set.h 42 #include <stack>
    [all...]
text_format.cc 38 #include <stack>
    [all...]
wire_format.cc 35 #include <stack>
    [all...]
  /external/valgrind/main/massif/tests/
culling1.stderr.exp 435 Massif: stack allocs: 0
436 Massif: stack frees: 0
culling2.stderr.exp     [all...]
  /external/iproute2/doc/
api-ip6-flowlabels.tex 26 I describe an attempt to design the API for Linux-2.2 IPv6 stack.
  /external/libvpx/vp8/common/arm/neon/
mbloopfilter_neon.asm 358 ; storing those values on the stack and reading them back after the filter.
  /external/libvpx/vp8/common/x86/
postproc_sse2.asm 37 ; move the global rd onto the stack, since we don't have enough registers
  /external/qemu/distrib/sdl-1.2.12/src/hermes/
x86p_32.asm 1044 section .note.GNU-stack noalloc noexec nowrite progbits
  /prebuilt/common/eclipse/
org.eclipse.equinox.common_3.4.0.v20080421-2006.jar 
  /external/opencv/cv/include/
cvcompat.h 846 if( scanner->stack )
    [all...]
  /external/openssl/crypto/asn1/
asn1.h 67 #include <openssl/stack.h>
    [all...]
  /external/openssl/crypto/x509/
x509.h 78 #include <openssl/stack.h>
    [all...]
  /external/openssl/include/openssl/
asn1.h 67 #include <openssl/stack.h>
    [all...]
x509.h 78 #include <openssl/stack.h>
    [all...]
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-linux.c 80 VG_(printf)("thread tid %d started: stack = %p\n",
170 reusing the stack while we're doing these last cleanups.
172 reallocation. We need to make sure we don't touch the stack
230 /* Allocate a stack for this thread, if it doesn't already have one.
231 They're allocated lazily, and never freed. Returns the initial stack
236 VgStack* stack; local
240 case a stack hasn't been allocated) or they are both non-zero,
249 /* If no stack is present, allocate one. */
252 stack = VG_(am_alloc_VgStack)( &initial_SP );
253 if (stack) {
    [all...]
  /external/opencv/cxcore/src/
cxarray.cpp 598 iterator->stack[i] = hdr0->dim[i].size;
617 if( --iterator->stack[dims-1] > 0 )
625 iterator->stack[dims-1] = size;
    [all...]
  /external/v8/src/
d8.js 208 result += ' (empty stack)';
    [all...]
  /external/chromium/chrome/browser/resources/file_manager/js/
file_manager.js     [all...]

Completed in 1723 milliseconds

<<313233343536373839