HomeSort by relevance Sort by last modified time
    Searched refs:stack (Results 751 - 775 of 965) sorted by null

<<313233343536373839

  /external/openssl/crypto/
Android.mk 405 stack/stack.c \
crypto.h 128 #include <openssl/stack.h>
306 /* Per class, we have a STACK of CRYPTO_EX_DATA_FUNCS for each CRYPTO_EX_DATA
  /external/openssl/crypto/x509/
x509_att.c 60 #include <openssl/stack.h>
x509name.c 60 #include <openssl/stack.h>
  /external/openssl/include/openssl/
crypto.h 128 #include <openssl/stack.h>
306 /* Per class, we have a STACK of CRYPTO_EX_DATA_FUNCS for each CRYPTO_EX_DATA
  /external/openssl/patches/
crypto_Android.mk 405 stack/stack.c \
  /external/oprofile/events/x86-64/family11h/
events 72 event:0x88 counters:0,1,2,3 um:zero minimum:500 name:RETURN_STACK_HITS : Return stack hits
73 event:0x89 counters:0,1,2,3 um:zero minimum:500 name:RETURN_STACK_OVERFLOWS : Return stack overflows
  /external/oprofile/events/x86-64/hammer/
events 72 event:0x88 counters:0,1,2,3 um:zero minimum:500 name:RETURN_STACK_HITS : Return stack hits
73 event:0x89 counters:0,1,2,3 um:zero minimum:500 name:RETURN_STACK_OVERFLOWS : Return stack overflows
  /external/proguard/src/proguard/optimize/evaluation/
EvaluationShrinker.java 162 // Mark any unused method parameters on the stack.
221 // Globally mark instructions and their produced variables and stack
296 // Locally fix instructions, in order to keep the stack consistent.
297 if (DEBUG) System.out.println("Stack consistency fixing:");
465 * This MemberVisitor marks stack entries that aren't necessary because
529 TracedStack stack = local
532 int stackIndex = stack.size() - parameterSize + index;
536 System.out.println(" ["+invocationOffset+"] Ignoring parameter #"+index+" of "+programClass.getName()+"."+programMethod.getName(programClass)+programMethod.getDescriptor(programClass)+"] (stack entry #"+stackIndex+" ["+stack.getBottom(stackIndex)+"])");
537 System.out.println(" Full stack: "+stack)
    [all...]
  /external/protobuf/src/google/protobuf/
wire_format_lite.cc 37 #include <stack>
  /external/v8/src/
platform.h 218 // improve the robustness of the stack dump code in the presence of
231 // Walk the stack.
483 // Stack-allocated ScopedLocks provide block-scoped locking and
572 // (if used for profiling) the program counter and stack pointer for
588 Address sp; // Stack pointer.
591 Address tos; // Top stack value (*sp).
595 Address stack[kMaxFramesCount]; // Call stack. member in class:v8::internal::TickSample
609 // Performs stack sampling.
633 // Used in tests to make sure that stack sampling is performed
    [all...]
parser.cc 49 // PositionStack is used for on-stack allocation of token positions for
59 Element(PositionStack* stack, int value) {
60 previous_ = stack->top();
62 stack->set_top(this);
418 // Parser's target_stack_ (the stack of potential 'break' and
462 // Parser's scope stack. The constructor sets the parser's top scope
467 // trees so they can be stack-allocated and hence used by the pre-parser.
669 // Make sure the target stack is empty.
743 // Make sure the target stack is empty.
746 // If there was a stack overflow we have to get rid of AST and it i
    [all...]
  /external/valgrind/main/coregrind/m_syswrap/
priv_syswrap-linux.h 39 extern void ML_(call_on_new_stack_0_1) ( Addr stack, Addr retaddr,
  /external/valgrind/tsan/
suppressions.cc 88 stack<string> put_back_stack_;
189 PARSER_CHECK(idx != string::npos, "expected ':' in stack trace line");
208 SetError("bad stack trace line");
228 if (line == "}") { // No more stack traces in multi-trace syntax
  /external/zlib/contrib/masm686/
match.asm 105 ; Since this code uses EBP for a scratch register, the stack frame must
108 ; Stack image
401 ; Restore the stack and return from whence we came.
  /frameworks/base/include/utils/
threads.h 509 size_t stack = 0);
  /frameworks/base/services/java/com/android/server/am/
PendingIntentRecord.java 241 key.activity.stack.sendActivityResultLocked(-1, key.activity,
  /ndk/build/tools/
package-release.sh 400 # Unpack prebuilt ndk-stack
401 unpack_prebuilt ndk-stack-$SYSTEM.tar.bz2
  /external/apache-xml/src/main/java/org/apache/xalan/processor/
StylesheetHandler.java 23 import java.util.Stack;
62 * a ContentHandler stack, and pushing appropriate content
219 * Utility function to see if the stack contains the given URL.
221 * @param stack non-null reference to a Stack.
224 * @return true if the stack contains the url argument.
226 private boolean stackContains(Stack stack, String url)
229 int n = stack.size();
234 String url2 = (String) stack.elementAt(i)
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMDefaultBaseIterators.java 1325 final int[] stack = new int[index + 4]; local
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/jst/
jstemplate.js 323 * functions in the stack.
328 * stack[depth][index]. Here [depth] indexes into the call stack, and
339 * A stack of queues of pre-order calls.
345 * The outer array is a stack of such queues.
390 * Pushes one or more functions onto the stack. These will be run in sequence,
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/extensions/irc/servlet/jstemplate/
jstemplate.js 323 * functions in the stack.
328 * stack[depth][index]. Here [depth] indexes into the call stack, and
339 * A stack of queues of pre-order calls.
345 * The outer array is a stack of such queues.
390 * Pushes one or more functions onto the stack. These will be run in sequence,
    [all...]
  /external/mksh/src/
Build.sh 894 ac_flags 1 schk "${ccpc}-s" 'for stack overflow checking'
903 ac_flags - 1 stackon "${ccpc}/GZ" 'if stack checks can be enabled' <x
904 ac_flags - 1 stckall "${ccpc}/Ge" 'stack checks for all functions' <x
    [all...]
  /external/webkit/Source/WebCore/inspector/front-end/UglifyJS/
parse-js.js 237 this.stack = ex.stack;
242 return this.message + " (line: " + this.line + ", col: " + this.col + ", pos: " + this.pos + ")" + "\n\n" + this.stack;
    [all...]
  /external/zlib/contrib/masmx86/
gvmat32.asm 527 ; restore stack and register ebx,esi,edi,ebp
561 push eax ; save new EFLAGS value on stack
576 push eax ; save new EFLAGS value on stack
612 ;;; stack frame offsets
687 ;;; make room for our stack frame.
933 ;;; Restore the stack and return from whence we came.

Completed in 1461 milliseconds

<<313233343536373839