/external/nist-sip/java/gov/nist/javax/sip/stack/ |
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/ |
crypto.h | 128 #include <openssl/stack.h> 306 /* Per class, we have a STACK of CRYPTO_EX_DATA_FUNCS for each CRYPTO_EX_DATA
|
/external/openssl/include/openssl/ |
crypto.h | 128 #include <openssl/stack.h> 306 /* Per class, we have a STACK of CRYPTO_EX_DATA_FUNCS for each CRYPTO_EX_DATA
|
/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/valgrind/main/coregrind/m_syswrap/ |
priv_syswrap-darwin.h | 624 void call_on_new_stack_0_1 ( Addr stack,
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV5E/ |
Filt_6k_7k_opt.s | 84 STR r5, [sp, #-4] @ PUSH r5 to stack
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV7/ |
Filt_6k_7k_neon.s | 84 @STR r5, [sp, #-4] @ PUSH r5 to stack
|
/frameworks/base/services/java/com/android/server/am/ |
PendingIntentRecord.java | 262 key.activity.task.stack.sendActivityResultLocked(-1, key.activity,
|
/frameworks/native/libs/binder/ |
IMemory.cpp | 249 CallStack stack(LOG_TAG);
|
/ndk/build/tools/ |
package-release.sh | 521 # Unpack prebuilt ndk-stack and other host tools 522 unpack_prebuilt ndk-stack-$SYSTEM "$DSTDIR" "$DSTDIR64" "yes"
|
/external/chromium/chrome/browser/resources/sync_internals/ |
chrome_sync.js | 57 console.error(e.stack);
|
/external/chromium_org/cc/trees/ |
layer_tree_host.cc | 8 #include <stack> 464 std::stack<Layer*> layer_stack; [all...] |
/external/chromium_org/chrome/browser/resources/file_manager/js/metadata/ |
metadata_dispatcher.js | 204 onError(e.stack);
|
/external/chromium_org/chrome/browser/sync/glue/ |
bookmark_change_processor.cc | 8 #include <stack> 178 std::stack<int64> dfs_sync_id_stack; 187 // pop it off the stack. 194 // the stack should be empty.
|
/external/chromium_org/chrome_frame/test/ |
chrome_frame_ui_test_utils.cc | 10 #include <stack> 471 std::stack<std::pair<scoped_refptr<AccObject>, int> > pairs;
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/ |
display-profiler-output | 759 def printStack(printArray, stack, lastStack) 761 stack.each_with_index {
|
/external/chromium_org/third_party/WebKit/Tools/qunit/qunit/ |
qunit.js | 828 } else if (e.stack) { 830 return e.stack.split("\n")[4]; 961 var callers = []; // stack to decide between skip/abort functions 962 var parents = []; // stack to avoiding loops from circular referencing 1064 // stack constructor before traversing properties [all...] |
/external/chromium_org/third_party/bintrees/bintrees/ |
cwalker.c | 255 #include "stack.h" 349 * from stack cimport node_stack_t 360 node_stack_t *stack; member in struct:__pyx_obj_8bintrees_7cwalker_cWalker 507 /* Module declarations from 'bintrees.stack' */ 540 static char __pyx_k_1[] = "pop(): stack is empty"; 600 * self.stack = stack_init(MAXSTACK) 608 * self.stack = stack_init(MAXSTACK) 616 * self.stack = stack_init(MAXSTACK) # <<<<<<<<<<<<<< 620 __pyx_v_self->stack = stack_init(32); 637 * self.stack = stack_init(MAXSTACK [all...] |
/external/chromium_org/third_party/openssl/ |
openssl.target.darwin-x86.mk | 453 third_party/openssl/openssl/crypto/stack/stack.c \ 615 -fno-stack-protector \ [all...] |
openssl.target.linux-x86.mk | 453 third_party/openssl/openssl/crypto/stack/stack.c \ 615 -fno-stack-protector \ [all...] |
/external/chromium_org/tools/playback_benchmark/ |
common.js | 318 try { (0)() } catch(ex) { console.error(ex.stack); }
|
/external/chromium_org/tools/traceline/svgui/ |
traceline.js | 118 var stack = this.e['stacktrace']; 120 for (var i = 0; i < stack.length; ++i) { 121 res += "0x" + toHex(stack[i][0]) + " - " + 122 HTMLEscape(stack[i][1]) + "<br/>";
|
/external/chromium_org/v8/src/ |
liveedit-debugger.js | 168 // Check that function being patched is not currently on stack or drop them. 175 // command for correct stack state. [all...] |
parser.h | 384 // Linked list implementation of stack of states. 667 Expression* ParseNewPrefix(PositionStack* stack, bool* ok); 668 Expression* ParseMemberWithNewPrefixesExpression(PositionStack* stack, 719 // BUG 1215673: Find a thread safe way to set a stack limit in
|
/external/chromium_org/v8/test/mjsunit/ |
debug-evaluate-locals-optimized-double.js | 171 exception = e.toString() + e.stack;
|