/external/stlport/test/unit/ |
stack_header_test.cpp | 8 #include <stack>
|
/ndk/tests/device/test-gnustl-full/unit/ |
stack_header_test.cpp | 8 #include <stack>
|
/ndk/tests/device/test-stlport/unit/ |
stack_header_test.cpp | 8 #include <stack>
|
/external/speex/libspeex/ |
stack_alloc.h | 4 @brief Temporary memory allocation on stack 51 * @def ALIGN(stack, size) 53 * Aligns the stack to a 'size' boundary 55 * @param stack Stack 60 * @def PUSH(stack, size, type) 62 * Allocates 'size' elements of type 'type' on the stack 64 * @param stack Stack 72 * Declare variable on stack [all...] |
/external/proguard/src/proguard/evaluation/ |
Processor.java | 34 * local variable frame and stack. 44 private final Stack stack; field in class:Processor 57 * @param stack the local stack. 62 Stack stack, 68 this.stack = stack; 85 stack.push(valueFactory.createReferenceValueNull()) [all...] |
/external/easymock/src/org/easymock/internal/ |
LastControl.java | 21 import java.util.Stack;
31 private static final ThreadLocal<Stack<Invocation>> threadToCurrentInvocation = new ThreadLocal<Stack<Invocation>>();
33 private static final ThreadLocal<Stack<IArgumentMatcher>> threadToArgumentMatcherStack = new ThreadLocal<Stack<IArgumentMatcher>>();
48 Stack<IArgumentMatcher> stack = threadToArgumentMatcherStack.get();
local 49 if (stack == null) {
50 stack = new Stack<IArgumentMatcher>(); 57 Stack<IArgumentMatcher> stack = threadToArgumentMatcherStack.get(); local 66 Stack<IArgumentMatcher> stack = threadToArgumentMatcherStack.get(); local 72 Stack<IArgumentMatcher> stack = threadToArgumentMatcherStack.get(); local 78 Stack<IArgumentMatcher> stack = threadToArgumentMatcherStack.get(); local 98 Stack<IArgumentMatcher> stack = threadToArgumentMatcherStack.get(); local 104 Stack<Invocation> stack = threadToCurrentInvocation.get(); local 112 Stack<Invocation> stack = threadToCurrentInvocation.get(); local 121 Stack<Invocation> stack = threadToCurrentInvocation.get(); local [all...] |
/external/webkit/Tools/Scripts/webkitpy/common/system/ |
stack_utils.py | 29 """Simple routines for logging, obtaining thread stack information.""" 37 stack = _find_thread_stack(thread_id) 38 assert(stack is not None) 41 _log_stack(logger, stack) 46 """Returns a stack object that can be used to dump a stack trace for 48 for tid, stack in sys._current_frames().items(): 50 return stack 54 def _log_stack(logger, stack): 55 """Log a stack trace to the logger callback."" [all...] |
/external/srec/srec/crec/ |
astar.c | 52 int astar_draw_tree_as_dotty(const char* file, srec* rec, AstarStack* stack); 238 void list_free_parps(AstarStack* stack, char* msg); 240 #define list_free_parps(stack,msg) 248 partial_path* make_new_partial_path(AstarStack* stack); 249 /*void free_partial_path(AstarStack* stack, partial_path* parp); put the proto in astar.h */ 289 partial_path* extend_path(AstarStack* stack, 383 extended_parp = make_new_partial_path(stack); 421 void check_stack_root_sanity(AstarStack* stack) 423 partial_path* parp1 = stack->root_path; 424 /* append_arc_arriving(stack->root_path, parp); * 524 AstarStack *stack; local 556 AstarStack *stack = rec->astar_stack; local 657 AstarStack *stack = rec->astar_stack; local [all...] |
srec_results.c | 112 AstarStack* stack = rec ? rec->astar_stack : 0; local 114 if (!stack) 119 rc = astar_stack_prepare(stack, n, rec); 129 if (stack->num_complete_paths) 131 *bestcost = stack->complete_paths[0]->costsofar; 144 AstarStack* stack = rec ? rec->astar_stack : 0; local 145 astar_stack_clear(stack); 151 AstarStack* stack = rec ? rec->astar_stack : 0; local 152 return stack ? stack->num_complete_paths : 0 158 AstarStack* stack = rec ? rec->astar_stack : 0; local 173 AstarStack* stack = rec ? rec->astar_stack : 0; local 181 AstarStack* stack = rec ? rec->astar_stack : 0; local 208 AstarStack* stack = rec ? rec->astar_stack : 0; local 234 AstarStack* stack = rec ? rec->astar_stack : 0; local 286 AstarStack* stack = rec ? rec->astar_stack : 0; local 353 AstarStack* stack = rec ? rec->astar_stack : 0; local 460 AstarStack* stack = rec ? rec->astar_stack : 0; local [all...] |
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/ |
stl_stack.h | 0 // Stack implementation -*- C++ -*- 78 * first-in-last-out %stack behavior. 88 * push, @c pop, and @c top, which are standard %stack/FILO 92 class stack class 102 operator==(const stack<_Tp1, _Seq1>&, const stack<_Tp1, _Seq1>&); 106 operator<(const stack<_Tp1, _Seq1>&, const stack<_Tp1, _Seq1>&); 126 stack(const _Sequence& __c = _Sequence()) function in class:stack 130 stack(const _Sequence& __c function in class:stack 134 stack(_Sequence&& __c = _Sequence()) function in class:stack [all...] |
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/ |
stl_stack.h | 0 // Stack implementation -*- C++ -*- 78 * first-in-last-out %stack behavior. 88 * push, @c pop, and @c top, which are standard %stack/FILO 92 class stack class 102 operator==(const stack<_Tp1, _Seq1>&, const stack<_Tp1, _Seq1>&); 106 operator<(const stack<_Tp1, _Seq1>&, const stack<_Tp1, _Seq1>&); 126 stack(const _Sequence& __c = _Sequence()) function in class:stack 130 stack(const _Sequence& __c function in class:stack 134 stack(_Sequence&& __c = _Sequence()) function in class:stack [all...] |
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/ |
stl_stack.h | 0 // Stack implementation -*- C++ -*- 78 * first-in-last-out %stack behavior. 88 * push, @c pop, and @c top, which are standard %stack/FILO 92 class stack class 102 operator==(const stack<_Tp1, _Seq1>&, const stack<_Tp1, _Seq1>&); 106 operator<(const stack<_Tp1, _Seq1>&, const stack<_Tp1, _Seq1>&); 126 stack(const _Sequence& __c = _Sequence()) function in class:stack 130 stack(const _Sequence& __c function in class:stack 134 stack(_Sequence&& __c = _Sequence()) function in class:stack [all...] |
/external/javassist/src/main/javassist/bytecode/ |
CodeAnalyzer.java | 33 /* d = stack[i] 40 int[] stack = new int[length]; local 42 initStack(stack, codeAttr); 47 if (stack[i] < 0) { 49 visitBytecode(ci, stack, i); 55 if (stack[i] > maxStack) 56 maxStack = stack[i]; 61 private void initStack(int[] stack, CodeAttribute ca) { 62 stack[0] = -1; 67 stack[et.handlerPc(i)] = -2; // an exception is on stac [all...] |
/external/nist-sip/java/gov/nist/javax/sip/stack/ |
SIPDialogEventListener.java | 16 package gov.nist.javax.sip.stack;
|
SIPTransactionEventListener.java | 26 package gov.nist.javax.sip.stack;
|
/external/javassist/src/main/javassist/bytecode/analysis/ |
Frame.java | 19 * Represents the stack frame and local variable table at a particular point in time. 25 private Type[] stack; field in class:Frame 31 * Create a new frame with the specified local variable table size, and max stack size 34 * @param stack the maximum stack size 36 public Frame(int locals, int stack) { 38 this.stack = new Type[stack]; 63 * Returns the type on the stack at the specified index. 65 * @param index the position on the stack [all...] |
/packages/apps/Email/emailcommon/src/org/apache/james/mime4j/message/ |
Message.java | 25 import java.util.Stack;
100 private Stack<Object> stack = new Stack<Object>();
field in class:Message.MessageBuilder 106 if (!c.isInstance(stack.peek())) {
107 throw new IllegalStateException("Internal stack error: "
109 + stack.peek().getClass().getName() + "'");
117 if (stack.isEmpty()) {
118 stack.push(Message.this);
122 ((Entity) stack.peek()).setBody(m); [all...] |
/external/stlport/stlport/stl/ |
_stack.h | 47 class stack class in inherits:__stlport_class 50 : public __stlport_class<stack<_Tp> > 52 : public __stlport_class<stack<_Tp, _Sequence> > 58 typedef stack<_Tp> _Self; 60 typedef stack<_Tp, _Sequence> _Self; 74 stack() : c() {} function in class:stack 75 explicit stack(const _Sequence& __s) : c(__s) {} function in class:stack 78 stack(__move_source<_Self> src) function in class:stack 106 inline bool _STLP_CALL operator==(const stack< _STLP_STACK_ARGS >& __x, 107 const stack< _STLP_STACK_ARGS >& __y [all...] |
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_stack.h | 47 class stack class in inherits:__stlport_class 50 : public __stlport_class<stack<_Tp> > 52 : public __stlport_class<stack<_Tp, _Sequence> > 58 typedef stack<_Tp> _Self; 60 typedef stack<_Tp, _Sequence> _Self; 74 stack() : c() {} function in class:stack 75 explicit stack(const _Sequence& __s) : c(__s) {} function in class:stack 78 stack(__move_source<_Self> src) function in class:stack 106 inline bool _STLP_CALL operator==(const stack< _STLP_STACK_ARGS >& __x, 107 const stack< _STLP_STACK_ARGS >& __y [all...] |
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/ |
_stack.h | 47 class stack class in inherits:__stlport_class 50 : public __stlport_class<stack<_Tp> > 52 : public __stlport_class<stack<_Tp, _Sequence> > 58 typedef stack<_Tp> _Self; 60 typedef stack<_Tp, _Sequence> _Self; 74 stack() : c() {} function in class:stack 75 explicit stack(const _Sequence& __s) : c(__s) {} function in class:stack 78 stack(__move_source<_Self> src) function in class:stack 106 inline bool _STLP_CALL operator==(const stack< _STLP_STACK_ARGS >& __x, 107 const stack< _STLP_STACK_ARGS >& __y [all...] |
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/ |
_stack.h | 47 class stack class in inherits:__stlport_class 50 : public __stlport_class<stack<_Tp> > 52 : public __stlport_class<stack<_Tp, _Sequence> > 58 typedef stack<_Tp> _Self; 60 typedef stack<_Tp, _Sequence> _Self; 74 stack() : c() {} function in class:stack 75 explicit stack(const _Sequence& __s) : c(__s) {} function in class:stack 78 stack(__move_source<_Self> src) function in class:stack 106 inline bool _STLP_CALL operator==(const stack< _STLP_STACK_ARGS >& __x, 107 const stack< _STLP_STACK_ARGS >& __y [all...] |
/external/valgrind/main/memcheck/tests/linux/ |
stack_switch.c | 34 void *stack; local 39 if ( ( stack = mmap( NULL, 2* STACK_SIZE, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0 ) ) == MAP_FAILED ) 45 stackid = VALGRIND_STACK_REGISTER( stack, stack + STACK_SIZE ); 47 if ( ( pid = clone( thread_main, stack + STACK_SIZE, CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|SIGCHLD, NULL ) ) == -1 )
|
/dalvik/dx/src/com/android/dx/cf/code/ |
ExecutionStack.java | 26 * Representation of a Java method execution stack. 33 /** {@code non-null;} array of stack contents */ 34 private final TypeBearer[] stack; field in class:ExecutionStack 37 * {@code non-null;} array specifying whether stack contents have entries 42 * {@code >= 0;} stack pointer (points one past the end) / current stack 50 * @param maxStack {@code >= 0;} the maximum size of the stack for this 55 stack = new TypeBearer[maxStack]; 66 ExecutionStack result = new ExecutionStack(stack.length); 68 System.arraycopy(stack, 0, result.stack, 0, stack.length) [all...] |
/external/proguard/src/proguard/classfile/attribute/preverification/ |
FullFrame.java | 37 public VerificationType[] stack; field in class:FullFrame 49 * Creates a FullFrame with the given variables and stack. 53 VerificationType[] stack) 58 stack.length, 59 stack); 64 * Creates a FullFrame with the given variables and stack. 70 VerificationType[] stack) 76 this.stack = stack; 93 * Applies the given verification type visitor to all stack [all...] |
/frameworks/base/tools/preload/ |
Proc.java | 46 /** Maps thread ID to operation stack. */ 96 LinkedList<Operation> stack = stacks.get(threadId); local 97 if (stack == null) { 98 stack = new LinkedList<Operation>(); 99 stacks.put(threadId, stack); 102 if (!stack.isEmpty()) { 103 stack.getLast().subops.add(o); 106 stack.add(o); 118 LinkedList<Operation> stack = stacks.get(threadId); local 120 if (stack == null || stack.isEmpty()) [all...] |