HomeSort by relevance Sort by last modified time
    Searched full:stack (Results 1226 - 1250 of 10778) sorted by null

<<41424344454647484950>>

  /dalvik/vm/mterp/mips/
entry.S 39 /* Save to the stack. Frame size = STACK_SIZE */
45 /* save stack pointer, add magic word for debuggerd */
96 /* Restore the stack pointer and all the registers stored at sp from the save
  /external/chromium/chrome/browser/debugger/manual_tests/
debugger-watch-expressions.html 33 <li><p>Click different stack frames in the Call Stack section to ensure the
34 expressions change value appropriately as the current stack frame changes.
  /external/chromium-trace/trace-viewer/src/tcmalloc/
heap_test.js 84 // Verify the first trace entry stack.
92 // Verify the second trace entry stack.
97 // Two children, "(here)" and another stack.
  /external/chromium_org/chrome/browser/ui/panels/
panel_drag_controller.h 48 STACK,
72 // snap to or stack with. If such panel is found, |target_bounds| contains the
80 // Moves the |panel| (and all panels below if it is in a stack) to a different
  /external/chromium_org/chrome_frame/crash_reporting/
vectored_handler.h 34 // // Get the stack trace as correctly as possible.
40 // // Check whether the stack guard page is in place.
56 // TODO(stoyan): Come with better way to skip initial stack frames.
  /external/chromium_org/media/webm/chromeos/
webm_encoder.h 9 #include <stack>
90 // Stack with start offsets of currently open sub-elements.
91 std::stack<long int> ebml_sub_elements_;
  /external/chromium_org/ppapi/shared_impl/
var_value_conversions.cc 9 #include <stack>
29 // In CreateValueFromVar(), a stack is used to keep track of conversion progress
30 // of array and dictionary vars. VarNode represents elements of that stack.
42 // When this is set to true for a node in the stack, it means that we have
43 // finished processing the node itself. However, we keep it in the stack as
44 // a sentinel. When it becomes the top element of the stack again, we know
49 // In CreateVarFromValue(), a stack is used to keep track of conversion progress
50 // of list and dictionary values. ValueNode represents elements of that stack.
71 std::stack<VarNode>* state) {
146 std::stack<ValueNode>* state)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/animation/
ActiveAnimations.h 48 // part of the default stack, but the mapping betwen animation name and player is kept
52 // CSS Transitions form a separate animation stack as they apply at a different level of
53 // the style cascade. Active transitions will not be present in the default stack.
  /external/chromium_org/third_party/sqlite/src/tool/
lempar.c 47 ** YYSTACKDEPTH is the maximum depth of the parser's stack. If
48 ** zero the stack is dynamically sized using realloc()
89 ** token onto the stack and goto state N.
146 ** parser's stack. Information stored includes:
148 ** + The state number for the parser at this level of the stack.
150 ** + The value of the token stored at this level of the stack.
153 ** + The semantic value stored at this level of the stack. This is
160 ** number for the token at this stack level */
169 int yyidx; /* Index of top element in stack */
176 int yystksz; /* Current side of the stack */
    [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/
stack_trace_table.h 33 // Utility class for coalescing sampled stack traces. Not thread-safe.
52 // Adds stack trace "t" to table.
57 // Returns stack traces formatted per MallocExtension guidelines.
  /external/chromium_org/third_party/tcmalloc/vendor/src/
stack_trace_table.h 33 // Utility class for coalescing sampled stack traces. Not thread-safe.
52 // Adds stack trace "t" to table.
57 // Returns stack traces formatted per MallocExtension guidelines.
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/tests/multisect/
ldlinux-sects.asm 25 [section .stack nobits align=16 start=STACK_START]
27 [section .stack nobits align=16 start=STACK_START]
28 [section .stack nobits align=16 start=STACK_START]
  /external/clang/test/Analysis/
inline.c 66 // Test that returning stack memory from a parent stack frame does
81 return x; // expected-warning {{stack memory associated}}
  /external/guava/guava-tests/test/com/google/common/testing/
TestLogHandlerTest.java 33 private TearDownStack stack = new TearDownStack(); field in class:TestLogHandlerTest
45 stack.addTearDown(new TearDown() {
84 stack.runTearDown();
  /external/icu4c/layout/
LigatureSubstProc.cpp 65 le_int32 stack[nComponents]; local
88 stack[++mm] = componentGlyph;
101 componentStack[m] = stack[mm--];
LigatureSubstProc2.cpp 66 le_int32 stack[nComponents]; local
88 stack[++mm] = componentGlyph;
101 componentStack[m] = stack[mm--];
  /external/llvm/lib/Target/SystemZ/
SystemZMachineFunctionInfo.h 50 // Get and set the frame index of the first stack vararg.
55 // (i.e. the incoming stack pointer).
59 // Get and set whether the function directly manipulates the stack pointer,
  /external/llvm/test/CodeGen/Mips/
eh-dwarf-cfa.ll 25 ; check stack size (65536 + 8)
30 ; check return value ($sp + stack size)
49 ; check return value ($fp + stack size + $fp)
  /external/nist-sip/java/gov/nist/javax/sip/
DefaultAddressResolver.java 34 import gov.nist.javax.sip.stack.HopImpl;
35 import gov.nist.javax.sip.stack.MessageProcessor;
44 * some address that cannot be resolved you should register an AddressResolver with the stack.
  /external/proguard/examples/
library.pro 16 # Save the obfuscation mapping to a file, so we can de-obfuscate any stack
18 # tables to actually get these stack traces.
19 # You can comment this out if you're not interested in stack traces.
  /external/proguard/src/proguard/classfile/attribute/preverification/
StackMapFrame.java 28 * This abstract class represents a stack map frame. Specific types
54 * Returns the bytecode offset delta relative to the previous stack map
66 * Returns the stack map frame tag that specifies the entry type.
VerificationType.java 29 * a stack element. Specific verification types are subclassed from it.
60 * a stack or as a variable.
66 * Accepts the given visitor in the context of a stack in a method's code .
  /external/v8/src/
frames.h 100 // Get the address of this stack handler.
103 // Get the next stack handler in the chain.
142 // Abstract base class for all stack frames.
150 // Used by FrameScope to indicate that the stack frame is constructed
156 // Opaque data type for identifying stack frames. Used extensively
180 // (as an iterator usually lives on stack).
214 // Get the id of this stack frame.
217 // Checks if this frame includes any stack handlers.
234 // safepoint entry and the number of stack slots. The pc must be at
262 // Compute the stack pointer for the calling frame
    [all...]
  /frameworks/base/core/java/android/app/
FragmentTransaction.java 97 * when it is put on the back stack: the fragment is removed from
140 /** Fragment is being added onto the stack */
142 /** Fragment is being removed from the stack */
151 * played when popping the back stack.
159 * operations specifically when popping the back stack.
178 * Add this transaction to the back stack. This means that the transaction
180 * when later popped off the stack.
182 * @param name An optional name for this back stack state, or null.
188 * stack. If this method would return false, {@link #addToBackStack(String)}
204 * is on the back stack, as used by {@link FragmentBreadCrumbs}
    [all...]
  /frameworks/base/core/jni/
android_nio_utils.h 26 * position. The returned pointer is only valid for the current JNI stack-frame.
29 * same JNI stack-frame.
46 * JNI stack-frame as getPointer

Completed in 4496 milliseconds

<<41424344454647484950>>