HomeSort by relevance Sort by last modified time
    Searched refs:stack (Results 951 - 975 of 3945) sorted by null

<<31323334353637383940>>

  /external/nist-sip/java/gov/nist/javax/sip/
SipProviderImpl.java 39 import gov.nist.javax.sip.stack.HopImpl;
40 import gov.nist.javax.sip.stack.MessageChannel;
41 import gov.nist.javax.sip.stack.SIPClientTransaction;
42 import gov.nist.javax.sip.stack.SIPDialog;
43 import gov.nist.javax.sip.stack.SIPDialogErrorEvent;
44 import gov.nist.javax.sip.stack.SIPDialogEventListener;
45 import gov.nist.javax.sip.stack.SIPServerTransaction;
46 import gov.nist.javax.sip.stack.SIPTransaction;
47 import gov.nist.javax.sip.stack.SIPTransactionErrorEvent;
48 import gov.nist.javax.sip.stack.SIPTransactionEventListener
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/psaux/
t1decode.c 383 /* compute random seed from stack address of parameter */
393 decoder->top = decoder->stack;
443 FT_TRACE5(( " (%d)", decoder->top - decoder->stack ));
657 /* Push value on stack, or process operator */
662 if ( top - decoder->stack >= T1_MAX_CHARSTRINGS_OPERANDS )
664 FT_ERROR(( "t1_decoder_parse_charstrings: stack overflow\n" ));
689 if ( top - decoder->stack < 2 )
699 /* remove all operands to callothersubr from the stack */
702 /* arguments, we increase the stack by the value of */
706 /* stack pointer as necessary *
    [all...]
  /external/chromium_org/v8/test/cctest/
test-profile-generator.cc 421 sample1.stack[0] = ToAddress(0x1510);
427 sample2.stack[0] = ToAddress(0x1780);
428 sample2.stack[1] = ToAddress(0x10000); // non-existent.
429 sample2.stack[2] = ToAddress(0x1620);
435 sample3.stack[0] = ToAddress(0x1910);
436 sample3.stack[1] = ToAddress(0x1610);
486 sample1.stack[0] = ToAddress(0x1510);
491 sample2.stack[0] = ToAddress(0x1780);
492 sample2.stack[1] = ToAddress(0x10000); // non-existent.
493 sample2.stack[2] = ToAddress(0x1620)
    [all...]
  /external/libvorbis/lib/
psy.c 454 long stack=0; local
459 if(stack<2){
460 posstack[stack]=i;
461 ampstack[stack++]=seeds[i];
464 if(seeds[i]<ampstack[stack-1]){
465 posstack[stack]=i;
466 ampstack[stack++]=seeds[i];
469 if(i<posstack[stack-1]+linesper){
470 if(stack>1 && ampstack[stack-1]<=ampstack[stack-2] &
    [all...]
  /frameworks/base/tools/aapt/
XMLNode.cpp     [all...]
  /external/chromium_org/extensions/renderer/resources/
runtime_custom_bindings.js 57 request.stack,
62 'Error: ' + e.stack,
63 request.stack,
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorDOMDebuggerAgent.cpp 244 Vector<Node*> stack(1, InspectorDOMAgent::innerFirstChild(node));
246 Node* node = stack.last();
247 stack.removeLast();
251 stack.append(InspectorDOMAgent::innerFirstChild(node));
252 stack.append(InspectorDOMAgent::innerNextSibling(node));
253 } while (!stack.isEmpty());
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/arm/neon/
vp8_subpixelvariance16x16s_neon.asm 37 ldr lr, [sp, #68] ;load *sse from stack
142 ldr lr, [sp, #68] ;load *sse from stack
240 ldr lr, [sp, #68] ;load *sse from stack
351 ; stack unsigned char *dst_ptr,
352 ; stack int dst_pixels_per_line,
353 ; stack unsigned int *sse
363 ldr r4, [sp, #72] ;load *dst_ptr from stack
364 ldr r12, [sp, #76] ;load dst_pixels_per_line from stack
365 ldr lr, [sp, #80] ;load *sse from stack
374 sub sp, sp, #256 ;reserve space on stack for temporary storag
    [all...]
  /external/chromium_org/third_party/skia/src/core/
SkClipStack.cpp 490 // the deepest save/restore stack we expect to see.
745 SkClipStack::Iter::Iter(const SkClipStack& stack, IterStart startLoc)
746 : fStack(&stack) {
747 this->reset(stack, startLoc);
797 void SkClipStack::Iter::reset(const SkClipStack& stack, IterStart startLoc) {
798 fStack = &stack;
799 fIter.reset(stack.fDeque, static_cast<SkDeque::Iter::IterStart>(startLoc));
  /external/chromium_org/tools/deep_memory_profiler/visualizer/static/
graph-view.js 113 stack: true,
122 // Bind click event so that user can select category by clicking stack
125 // checked y range by accumulated y values because this is a stack graph.
  /external/chromium_org/v8/test/mjsunit/
cross-realm-filtering.js 7 // Check stack trace filtering across security contexts.
20 Realm.shared.error_0 = e.stack; \
25 Realm.shared.error_1 = e.stack; \
debug-liveedit-check-stack.js 126 test = new TestBase("Test without function on stack");
130 test = new TestBase("Test with function on stack");
134 test = new TestBase("Test with function on stack and with constructor frame");
  /external/chromium_org/v8/test/webkit/
function-apply-aliased.js 75 // Blow the stack with a sparse array
77 // Blow the stack with a sparse array that is sufficiently large to cause int overflow
83 // Blow the stack recursing with arguments
  /external/libvpx/libvpx/vp8/common/arm/neon/
vp8_subpixelvariance16x16s_neon.asm 36 ldr lr, [sp, #4] ;load *sse from stack
138 ldr lr, [sp, #4] ;load *sse from stack
233 ldr lr, [sp, #4] ;load *sse from stack
342 ; stack unsigned char *dst_ptr,
343 ; stack int dst_pixels_per_line,
344 ; stack unsigned int *sse
353 ldr r4, [sp, #8] ;load *dst_ptr from stack
354 ldr r12, [sp, #12] ;load dst_pixels_per_line from stack
355 ldr lr, [sp, #16] ;load *sse from stack
364 sub sp, sp, #256 ;reserve space on stack for temporary storag
    [all...]
  /external/skia/src/core/
SkClipStack.cpp 490 // the deepest save/restore stack we expect to see.
745 SkClipStack::Iter::Iter(const SkClipStack& stack, IterStart startLoc)
746 : fStack(&stack) {
747 this->reset(stack, startLoc);
797 void SkClipStack::Iter::reset(const SkClipStack& stack, IterStart startLoc) {
798 fStack = &stack;
799 fIter.reset(stack.fDeque, static_cast<SkDeque::Iter::IterStart>(startLoc));
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
replace.h 242 const StackPrefix& stack = stackprefix_array_[tuple.prefix_id]; local
246 if (fst->Final(fst_state) != Weight::Zero() && stack.Depth() == 0)
304 // if state is final, pop up stack
305 const StackPrefix& stack = stackprefix_array_[tuple.prefix_id]; local
306 if (fst->Final(fst_state) != Weight::Zero() && stack.Depth()) {
307 int prefix_id = PopPrefix(stack);
308 const PrefixTuple& top = stack.Top();
385 // \brief Tuple of fst_id and destination state (entry in stack prefix)
394 // \brief Container for stack prefix.
426 // \brief Compare two stack prefix classes for equalit
    [all...]
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-ppc64-linux.c 64 /* Call f(arg1), but first switch stacks, using 'stack' as the new
65 stack, and use 'retaddr' as f's return-to address. Also, clear all
68 void ML_(call_on_new_stack_0_1) ( Addr stack,
72 // r3 = stack
91 " mr %r1,%r3\n\t" // stack to %sp
166 void* stack,
190 // setup child stack
194 " stdu 0,-32(4)\n" // make initial stack frame
220 /* Note: 2.4 kernel doesn't set the child stack pointer,
223 on the wrong stack, unfortunately. *
273 UWord* stack; local
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/model/
RecentsTaskLoader.java 415 TaskStack stack = getTaskStack(mSystemServicesProxy, context.getResources(), local
418 root.setStack(stack);
430 /** Creates a lightweight stack of the current recent tasks, without thumbnails and icons. */
440 TaskStack stack = new TaskStack(); local
488 // Add the task to the stack
515 // Add the task to the stack
518 stack.setTasks(tasksToAdd);
519 stack.createAffiliatedGroupings(config);
520 return stack;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/neon/
vp8_subpixelvariance16x16s_neon.asm 36 ldr lr, [sp, #4] ;load *sse from stack
138 ldr lr, [sp, #4] ;load *sse from stack
233 ldr lr, [sp, #4] ;load *sse from stack
342 ; stack unsigned char *dst_ptr,
343 ; stack int dst_pixels_per_line,
344 ; stack unsigned int *sse
353 ldr r4, [sp, #8] ;load *dst_ptr from stack
354 ldr r12, [sp, #12] ;load dst_pixels_per_line from stack
355 ldr lr, [sp, #16] ;load *sse from stack
364 sub sp, sp, #256 ;reserve space on stack for temporary storag
    [all...]
  /prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.8/aarch64-linux-android/lib/ldscripts/
aarch64elf.x 209 .stack 0x80000 :
212 *(.stack)
216 /DISCARD/ : { *(.note.GNU-stack) *(.gnu_debuglink) *(.gnu.lto_*) *(.mdebug.*) }
aarch64elf.xbn 208 .stack 0x80000 :
211 *(.stack)
215 /DISCARD/ : { *(.note.GNU-stack) *(.gnu_debuglink) *(.gnu.lto_*) *(.mdebug.*) }
aarch64elf.xc 210 .stack 0x80000 :
213 *(.stack)
217 /DISCARD/ : { *(.note.GNU-stack) *(.gnu_debuglink) *(.gnu.lto_*) *(.mdebug.*) }
aarch64elf.xn 208 .stack 0x80000 :
211 *(.stack)
215 /DISCARD/ : { *(.note.GNU-stack) *(.gnu_debuglink) *(.gnu.lto_*) *(.mdebug.*) }
aarch64elf.xs 199 .stack 0x80000 :
202 *(.stack)
206 /DISCARD/ : { *(.note.GNU-stack) *(.gnu_debuglink) *(.gnu.lto_*) *(.mdebug.*) }
aarch64elf.xsc 202 .stack 0x80000 :
205 *(.stack)
209 /DISCARD/ : { *(.note.GNU-stack) *(.gnu_debuglink) *(.gnu.lto_*) *(.mdebug.*) }

Completed in 1547 milliseconds

<<31323334353637383940>>