HomeSort by relevance Sort by last modified time
    Searched refs:stack (Results 201 - 225 of 2132) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/nist-sip/java/gov/nist/javax/sip/
EventWrapper.java 28 import gov.nist.javax.sip.stack.*;
  /external/nist-sip/java/gov/nist/javax/sip/stack/
SIPDialogErrorEvent.java 16 package gov.nist.javax.sip.stack;
SIPTransactionErrorEvent.java 26 package gov.nist.javax.sip.stack;
ServerResponseInterface.java 29 package gov.nist.javax.sip.stack;
39 * This is implemented by the application. The stack calls the message
StackMessageFactory.java 29 package gov.nist.javax.sip.stack;
34 * by the application and called by the stack for processing requests
35 * and responses. When a Request comes in off the wire, the stack calls
37 * When a response comes off the wire, the stack calls newSIPServerResponse
61 * Generate a new server response for the stack.
  /external/skia/src/gpu/
GrClipStackClip.h 23 GrClipStackClip(const SkClipStack* stack = nullptr) { this->reset(stack); }
25 void reset(const SkClipStack* stack) { fStack = stack; }
  /external/skqp/src/gpu/
GrClipStackClip.h 23 GrClipStackClip(const SkClipStack* stack = nullptr) { this->reset(stack); }
25 void reset(const SkClipStack* stack) { fStack = stack; }
  /external/speex/ti/speex_C55_test/
speex_C55_test.cmd 35 -stack 0x1c00
62 .stack: {} > DARAM
  /external/speex/ti/speex_C64_test/
speex_C64_test.cmd 34 -stack 0x10000
54 .stack > IDRAM
  /external/strace/linux/sparc64/
rt_sigframe.h 42 stack_t stack; member in struct:__anon39493
  /external/swiftshader/third_party/LLVM/test/MC/ELF/
call-abs.s 16 .section .note.GNU-stack,"",@progbits
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/ELF/
call-abs.s 16 .section .note.GNU-stack,"",@progbits
  /external/u-boot/arch/arm/include/asm/proc-armv/
processor.h 50 unsigned long *stack = (unsigned long *)sp; \
59 regs->ARM_r2 = stack[2]; /* r2 (envp) */ \
60 regs->ARM_r1 = stack[1]; /* r1 (argv) */ \
61 regs->ARM_r0 = stack[0]; /* r0 (argc) */ \
69 * NOTE! The task struct and the stack go together
  /external/compiler-rt/lib/asan/
asan_report.h 42 // on the memory type (shadow/heap/stack/global).
63 void ReportMallocUsableSizeNotOwned(uptr addr, BufferedStackTrace *stack);
65 BufferedStackTrace *stack);
69 BufferedStackTrace *stack);
71 BufferedStackTrace *stack);
74 BufferedStackTrace *stack);
82 BufferedStackTrace *stack);
85 BufferedStackTrace *stack);
asan_allocator.h 163 void *asan_memalign(uptr alignment, uptr size, BufferedStackTrace *stack,
165 void asan_free(void *ptr, BufferedStackTrace *stack, AllocType alloc_type);
166 void asan_sized_free(void *ptr, uptr size, BufferedStackTrace *stack,
169 void *asan_malloc(uptr size, BufferedStackTrace *stack);
170 void *asan_calloc(uptr nmemb, uptr size, BufferedStackTrace *stack);
171 void *asan_realloc(void *p, uptr size, BufferedStackTrace *stack);
172 void *asan_valloc(uptr size, BufferedStackTrace *stack);
173 void *asan_pvalloc(uptr size, BufferedStackTrace *stack);
176 BufferedStackTrace *stack);
  /external/compiler-rt/lib/msan/
msan_origin.h 28 // 0000 xxxx xxxx xxxx stack origin id
34 // Stack origin id describes a stack memory allocation and contains (in the xxx
36 // stack trace for such origins for performance reasons.
42 // StackDepot keeps a mapping between those and corresponding stack traces.
85 // Returns the next origin in the chain and the current stack trace.
86 Origin getNextChainedOrigin(StackTrace *stack) const {
90 if (stack) *stack = StackDepotGet(stack_id);
103 static Origin CreateHeapOrigin(StackTrace *stack) {
    [all...]
  /external/linux-kselftest/tools/testing/selftests/ftrace/test.d/kprobe/
kprobe_args_syntax.tc 70 : "Stack access"
71 test_goodarg "\$stack" "\$stack0" "\$stack1"
85 test_goodarg "+0(${GOODREG})" "-0(${GOODREG})" "+10(\$stack)" \
86 "+0(\$stack1)" "+10(@${GOODSYM}-10)" "+0(+10(+20(\$stack)))"
101 test_goodarg "\$comm:string" "+0(\$stack):string"
102 test_badarg "\$comm:x64" "\$stack:string" "${GOODREG}:string"
  /external/v8/src/
source-position.cc 24 const std::vector<SourcePositionInfo>& stack) {
26 for (const SourcePositionInfo& pos : stack) {
47 std::vector<SourcePositionInfo> stack; local
50 stack.push_back(SourcePositionInfo(pos, inl.shared_info));
53 stack.push_back(SourcePositionInfo(pos, cinfo->shared_info()));
54 return stack;
63 std::vector<SourcePositionInfo> stack; local
69 stack.push_back(SourcePositionInfo(pos, function));
74 stack.push_back(SourcePositionInfo(pos, function));
75 return stack;
    [all...]
  /device/linaro/bootloader/edk2/StdLib/LibC/CRT/Ia32/
udivdi3.S 35 # Original local stack when calling __udivdi3
52 # Set up the local stack for NULL Reminder pointer
58 # Set up the local stack for Divisor parameter
66 # Set up the local stack for Dividend parameter
79 # Adjust stack
  /external/mesa3d/src/mapi/glapi/gen/
gl_x86_asm.py 183 print ' .section .note.GNU-stack,"",%progbits'
191 stack = self.get_stack_size(f)
192 alt = "%s@%u" % (name, stack)
202 stack = self.get_stack_size(f)
203 alt = "%s@%u" % (name, stack)
208 alt2 = "%s@%u" % (n, stack)
  /external/selinux/libsepol/src/
kernel_to_common.h 114 int strs_stack_init(struct strs **stack);
115 void strs_stack_destroy(struct strs **stack);
116 int strs_stack_push(struct strs *stack, char *s);
117 char *strs_stack_pop(struct strs *stack);
118 int strs_stack_empty(struct strs *stack);
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
bwe_test_logging.cc 82 const State& state = it->second.stack.top();
101 const State& state = it->second.stack.top();
124 const State& state = it->second.stack.top();
137 const State& state = it->second.stack.top();
153 const State& state = it->second.stack.top();
172 const State& state = it->second.stack.top();
187 const State& state = it->second.stack.top();
223 std::stack<State>* stack = &thread_state->stack; local
236 std::stack<State>* stack = &it->second.stack; local
    [all...]
  /external/python/cpython3/Objects/
call.c 137 _PyObject_FastCallKeywords(PyObject *callable, PyObject *const *stack, Py_ssize_t nargs,
153 return _PyFunction_FastCallKeywords(callable, stack, nargs, kwnames);
156 return _PyCFunction_FastCallKeywords(callable, stack, nargs, kwnames);
168 assert((nargs == 0 && nkwargs == 0) || stack != NULL);
177 argstuple = _PyStack_AsTuple(stack, nargs);
183 kwdict = _PyStack_AsDict(stack + nargs, kwnames);
386 _PyFunction_FastCallKeywords(PyObject *func, PyObject *const *stack,
400 assert((nargs == 0 && nkwargs == 0) || stack != NULL);
408 return function_code_fastcall(co, stack, nargs, globals);
414 stack = &PyTuple_GET_ITEM(argdefs, 0)
536 PyObject *const *stack; local
880 PyObject **stack; local
922 PyObject **stack; local
1159 PyObject **stack; local
1350 PyObject **stack, **kwstack; local
    [all...]
  /dalvik/dx/src/com/android/dx/cf/code/
Frame.java 27 * of a set of locals and a value stack, and it can be told to act on
35 /** {@code non-null;} the stack */
36 private final ExecutionStack stack; field in class:Frame
38 /** {@code null-ok;} stack of labels of subroutines that this block is nested in */
45 * @param stack {@code non-null;} the execution stack to use
47 private Frame(LocalsArray locals, ExecutionStack stack) {
48 this(locals, stack, IntList.EMPTY);
55 * @param stack {@code non-null;} the execution stack to us
    [all...]
  /external/grpc-grpc/src/core/lib/channel/
channel_stack.cc 33 Channel stack is laid out as: {
40 Call stack is laid out as: {
93 const char* name, grpc_channel_stack* stack) {
102 stack->count = filter_count;
103 GRPC_STREAM_REF_INIT(&stack->refcount, initial_refs, destroy, destroy_arg,
105 elems = CHANNEL_ELEMS_FROM_STACK(stack);
113 args.channel_stack = stack;
133 GPR_ASSERT(user_data > (char*)stack);
134 GPR_ASSERT((uintptr_t)(user_data - (char*)stack) ==
137 stack->call_stack_size = call_size
    [all...]

Completed in 2006 milliseconds

1 2 3 4 5 6 7 891011>>