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

1 2 3 4 5 6 7 8 91011>>

  /external/libunwind/src/ia64/
longjmp.S 40 /* We do not need executable stack. */
41 .section .note.GNU-stack,"",@progbits
  /external/libunwind/src/x86/
longjmp.S 38 /* We do not need executable stack. */
39 .section .note.GNU-stack,"",@progbits
  /external/linux-tools-perf/perf-3.12.0/arch/frv/lib/
memcpy.S 20 # - NOTE: must not use any stack. exception detection performs function return
memset.S 20 # - NOTE: must not use any stack. exception detection performs function return
  /external/llvm/test/MC/ELF/
call-abs.s 16 .section .note.GNU-stack,"",@progbits
  /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/
GrReducedClip.h 25 * This function takes a clip stack and a query rectangle and it produces a reduced set of
26 * SkClipStack::Elements that are equivalent to applying the full stack to the rectangle. The clip
27 * stack generation id that represents the list of elements is returned in resultGenID. The
38 SK_API void ReduceClipStack(const SkClipStack& stack,
  /external/stlport/stlport/
stack 42 # include_next <stack>
44 # include _STLP_NATIVE_HEADER(stack)
  /external/valgrind/main/drd/tests/
sem_as_mutex3.stderr.exp 7 (thread finished, call stack no longer available)
9 (thread finished, call stack no longer available)
sem_open3.stderr.exp 7 (thread finished, call stack no longer available)
9 (thread finished, call stack no longer available)
  /external/valgrind/main/memcheck/tests/
badfree-2trace.stderr.exp 4 Address 0x........ is not stack'd, malloc'd or (recently) free'd
9 Address 0x........ is on thread 1's stack
badfree.stderr.exp 4 Address 0x........ is not stack'd, malloc'd or (recently) free'd
9 Address 0x........ is on thread 1's stack
badfree3.stderr.exp 4 Address 0x........ is not stack'd, malloc'd or (recently) free'd
9 Address 0x........ is on thread 1's stack
buflen_check.stderr.exp 4 Address 0x........ is not stack'd, malloc'd or (recently) free'd
9 Address 0x........ is not stack'd, malloc'd or (recently) free'd
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
StackActivity.java 36 setContentView(R.layout.stack);
38 StackView stack = (StackView) findViewById(R.id.stack_view); local
39 stack.setAdapter(new ArrayAdapter<Drawable>(this, android.R.layout.simple_list_item_1,
57 stack.setDisplayedChild(0);
  /libcore/json/src/main/java/org/json/
JSONStringer.java 111 * Unlike the original implementation, this stack isn't limited to 20
114 private final List<Scope> stack = new ArrayList<Scope>(); field in class:JSONStringer
175 if (stack.isEmpty() && out.length() > 0) {
179 stack.add(empty);
194 stack.remove(stack.size() - 1);
203 * Returns the value on the top of the stack.
206 if (stack.isEmpty()) {
209 return stack.get(stack.size() - 1)
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/
stack 42 # include_next <stack>
44 # include _STLP_NATIVE_HEADER(stack)
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/asm/
smp.h 31 void *stack; member in struct:secondary_data
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/asm/
smp.h 31 void *stack; member in struct:secondary_data
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/asm/
smp.h 31 void *stack; member in struct:secondary_data
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/asm/
smp.h 31 void *stack; member in struct:secondary_data

Completed in 1660 milliseconds

1 2 3 4 5 6 7 8 91011>>