/external/mesa3d/src/mesa/x86/ |
x86_xform3.S | 643 .section .note.GNU-stack,"",%progbits
|
x86_xform4.S | 676 .section .note.GNU-stack,"",%progbits
|
/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-config.mk | 467 crypto/stack/stack.c \
|
/external/openssl/crypto/bio/ |
bio_lib.c | 64 #include <openssl/stack.h>
|
/external/openssl/crypto/conf/ |
conf_def.c | 64 #include <openssl/stack.h>
|
/external/openssl/crypto/modes/asm/ |
ghash-armv4.S | 32 stmdb sp!,{r4-r11} @ ... to stack
|
ghash-armv4.pl | 77 ################# r13 is stack pointer 141 stmdb sp!,{r4-r11} @ ... to stack
|
/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/pixman/pixman/ |
pixman-arm-simd-asm.S | 28 /* Prevent the stack from becoming executable */ 30 .section .note.GNU-stack,"",%progbits
|
/external/smali/smali/src/main/antlr3/ |
smaliParser.g | 301 List stack = getRuleInvocationStack(e, this.getClass().getName()); 314 return stack + " " + msg; [all...] |
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
rmepsilon.h | 126 stack<StateId> eps_queue_; // Queue used to visit the epsilon-closure
|
/external/v8/src/ |
cpu-profiler.cc | 181 sample->stack[sample->frames_count++] = it.frame()->pc(); 507 // Enable stack sampling.
|
platform-solaris.cc | 35 #include <sys/stack.h> // for stack alignment
|
/external/zlib/src/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 | 605 public void visitFrame(int type, int local, Object[] local2, int stack, Object[] stack2) { 634 // instruction to load a constant from the stack
|
DependencyFinder.java | 536 public void visitFrame(int type, int local, Object[] local2, int stack, Object[] stack2) { 565 // instruction to load a constant from the stack
|
/frameworks/compile/mclinker/lib/Target/ |
GNULDBackend.cpp | 357 // .stack 358 FragmentRef* stack = NULL; local 360 stack = FragmentRef::Create( 365 stack = FragmentRef::Null(); 376 stack, // FragRef [all...] |
/ndk/sources/host-tools/sed-4.2.1/lib/ |
regex_internal.h | 465 /* The OS usually guarantees only one guard page at the bottom of the stack, 468 of a few compiler-allocated temporary stack slots. */ 656 struct re_fail_stack_ent_t *stack; member in struct:re_fail_stack_t
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
profile.py | 114 self.cur is always a tuple. Each such tuple corresponds to a stack 116 definitions of its members. We use this external "parallel stack" to 140 [1] = Number of times this function appears on the stack, minus one 142 [3] = Cumulative time that this function was present on the stack. In 328 # This is the only occurrence of the function on the stack. 359 # our parallel stack, we can force the profiled result to include 393 # collect stats from pending stack, including getting final
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
profile.py | 114 self.cur is always a tuple. Each such tuple corresponds to a stack 116 definitions of its members. We use this external "parallel stack" to 140 [1] = Number of times this function appears on the stack, minus one 142 [3] = Cumulative time that this function was present on the stack. In 328 # This is the only occurrence of the function on the stack. 359 # our parallel stack, we can force the profiled result to include 393 # collect stats from pending stack, including getting final
|