Searched
refs:stack (Results
626 -
650 of
1681) sorted by null
<<21222324252627282930>>
| /external/nist-sip/java/gov/nist/javax/sip/stack/ |
| MessageProcessor.java | 26 package gov.nist.javax.sip.stack; 41 * This is the Stack abstraction for the active object that waits for messages 98 * Our stack (that created us). 273 * Get the SIP Stack. 275 * @return the sip stack.
|
| TCPMessageProcessor.java | 29 package gov.nist.javax.sip.stack; 164 * Returns the stack. 166 * @return my sip stack.
|
| UDPMessageProcessor.java | 29 package gov.nist.javax.sip.stack; 54 * stack that were incorporated into this code. Niklas Uhrberg suggested that 95 * pointer to the stack. 298 * Returns the stack. 300 * @return my sip stack.
|
| /external/openfst/src/include/fst/ |
| product-weight.h | 24 #include <stack>
|
| sparse-tuple-weight.h | 35 #include<stack> 514 stack<int> parens; 564 stack<int> parens; 592 stack<int> parens;
|
| /external/openssl/crypto/x509/ |
| x509_ext.c | 60 #include <openssl/stack.h>
|
| /external/v8/src/ |
| apinatives.js | 66 // We need a reference to kApiFunctionCache in the stack frame 67 // if we need to bail out from a stack overflow.
|
| /external/v8/test/mjsunit/compiler/ |
| short-circuit.js | 42 // A value on top of the stack in value/test context. 46 // A value on top of the stack in a test/value context.
|
| /external/v8/test/mjsunit/harmony/ |
| block-leave.js | 180 // Verify that the context is correctly set in the stack frame after exiting 189 f(); // The context could be restored from the stack after the call.
|
| /external/v8/test/mjsunit/regress/ |
| regress-231.js | 29 // A stack growth during a look-ahead could restore a pointer to the old stack.
|
| /external/v8/test/mjsunit/ |
| with-leave.js | 169 // Verify that the context is correctly set in the stack frame after exiting 179 f(); // The context could be restored from the stack after the call.
|
| /external/valgrind/main/coregrind/m_dispatch/ |
| dispatch-amd64-linux.S | 252 /* Let the linker know we don't need an executable stack */ 253 .section .note.GNU-stack,"",@progbits
|
| dispatch-s390x-linux.S | 92 /* New stack frame */ 108 /* Save R2 on stack. In postamble it will be restored such that the 112 /* Save valgrind's FPC on stack so postamble can restore 146 /* Restore %r2 from stack; holds address of two_words */ 164 /* Remove stack frame */ 168 register (r14) and stack pointer (r15). */ 270 /* Let the linker know we don't need an executable stack */ 271 .section .note.GNU-stack,"",@progbits
|
| /external/valgrind/main/coregrind/ |
| pub_core_aspacemgr.h | 61 suggested end address for the client's stack. */ 209 // loading the client and building its stack/data segment, before 365 Protect the stack active area and the guard areas appropriately. 367 stack. On success, also sets *initial_sp to what the stack pointer 372 /* Figure out how many bytes of the stack's active area have not been 375 extern SizeT VG_(am_get_VgStack_unused_szB)( VgStack* stack, SizeT limit );
|
| /external/valgrind/main/memcheck/tests/ |
| mempool2.stderr.exp | 57 Address 0x........ is not stack'd, malloc'd or (recently) free'd 77 Address 0x........ is not stack'd, malloc'd or (recently) free'd
|
| /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/Exceptions/ |
| errstack-001.js | 38 * SUMMARY: Testing that Error.stack distinguishes between: 43 * The stack frame for A) should begin with '@' 44 * The stack frame for B) should begin with '()' 49 * Note: our function getStackFrames(err) orders the array of stack frames 54 * NOTE: At present Rhino does not have an Error.stack property. It is an 60 var summary = 'Testing Error.stack'; 238 * Split the string |err.stack| along its '\n' delimiter. 239 * As of 2002-02-28 |err.stack| ends with the delimiter, so 247 var arr = err.stack.split('\n');
|
| /external/webkit/Source/ThirdParty/ANGLE/src/compiler/ |
| PoolAlloc.h | 207 tAllocStack stack; // stack of where to allocate from, to partition pool member in class:TPoolAllocator
|
| /frameworks/native/services/surfaceflinger/ |
| DisplayDevice.h | 48 // region in layer-stack space 107 void setLayerStack(uint32_t stack); 205 // user-provided visible area of the layer stack
|
| /external/webkit/Source/WebCore/inspector/front-end/UglifyJS/ |
| process.js | 205 var stack = []; 210 stack.push(ast); 221 stack.pop(); 243 return stack[stack.length - 2]; // last one is current node 245 stack: function() { 246 return stack; [all...] |
| /external/chromium/base/ |
| file_util.h | 25 #include <stack> 500 // A stack that keeps track of which subdirectories we still need to 502 std::stack<FilePath> pending_paths_;
|
| /external/chromium/chrome/browser/resources/net_internals/ |
| loggrouper.js | 55 // Stack of enclosing PHASE_BEGIN elements. 66 // Walk up the parent stack to find the corresponding BEGIN for this END.
|
| /external/compiler-rt/lib/tsan/rtl/ |
| tsan_fd.cc | 132 bool FdLocation(uptr addr, int *fd, int *tid, u32 *stack) { 142 *stack = d->creation_stack;
|
| /external/libffi/src/sh64/ |
| ffi.c | 56 /* ffi_prep_args is called by the assembly routine once stack space 60 void ffi_prep_args(char *stack, extended_cif *ecif) 69 argp = stack; 341 * parameters to be passed into the stack frame and setting 373 /* Grab the addresses of the arguments from the stack frame. */
|
| /external/libffi/src/sparc/ |
| v8.S | 31 #define STACKFRAME 96 /* Minimum stack framesize for SPARC */ 45 sub %sp, %i2, %sp ! alloca() space in stack for frame to set up 271 .section .note.GNU-stack,"",@progbits
|
| /external/libnfc-nci/ |
| Android.mk | 20 # Build shared library system/lib/libnfc-nci.so for stack code.
|
Completed in 1655 milliseconds
<<21222324252627282930>>