HomeSort by relevance Sort by last modified time
    Searched refs:stack (Results 726 - 750 of 2692) sorted by null

<<21222324252627282930>>

  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.7/arm-eabi/lib/ldscripts/
armelf.xr 161 .stack 0 :
163 *(.stack)
armelf.xu 162 .stack 0 :
164 *(.stack)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
filelist.py 263 stack = [dir]
264 pop = stack.pop
265 push = stack.append
267 while stack:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
filelist.py 263 stack = [dir]
264 pop = stack.pop
265 push = stack.append
267 while stack:
  /external/chromium_org/chrome/browser/ui/gtk/panels/
panel_gtk.cc 633 // If the panel is in a stack, bring all other panels in the stack to the
635 StackedPanelCollection* stack = panel_->stack();
636 if (stack) {
638 stack->panels().begin();
639 iter != stack->panels().end(); ++iter) {
646 // stack, regardless of whether it is collapsed or not.
773 // call stack). Let stack unwind before deleting the panel
878 StackedPanelCollection* stack = panel_->stack(); local
    [all...]
  /external/chromium_org/chrome/renderer/resources/extensions/
test_custom_bindings.js 67 $String.slice(new Error().stack, redundantPrefix.length));
69 called = new Error().stack;
103 var stack = {};
104 Error.captureStackTrace(stack, chromeTest.fail);
109 message += "\n" + stack.stack;
  /external/chromium_org/content/public/android/java/src/org/chromium/content/common/
TraceEvent.java 21 // have stack objects, so a TRACE_EVENT() which does both
384 StackTraceElement[] stack = java.lang.Thread.currentThread().getStackTrace(); local
389 // while (!stack[index].getClassName().equals(TraceEvent.class.getName())) ++index;
390 // while (stack[index].getClassName().equals(TraceEvent.class.getName())) ++index;
391 // System.logW("TraceEvent caller is at stack index " + index);
394 return stack[4].getClassName() + "." + stack[4].getMethodName();
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/test/
printer.py 201 # We will assume that if the pdb module is in the stack then the output
206 stack = inspect.stack()
207 return any(frame[1] == pdb.__file__.replace('.pyc', '.py') for frame in stack)
  /external/chromium_org/third_party/openssl/openssl/apps/
crl2p7.c 74 static int add_certs_from_file(STACK_OF(X509) *stack, char *certfile);
295 static int add_certs_from_file(STACK_OF(X509) *stack, char *certfile)
310 /* This loads from a file, a stack of x509/crl/pkey sets */
323 sk_X509_push(stack,xi->x509);
  /external/chromium_org/third_party/tcmalloc/vendor/src/
heap-profile-table.h 55 // Longest stack trace we record.
77 const void* const* call_stack; // call stack that made the allocation call
84 // An allocation context is a unique caller stack trace
87 int stack_depth; // Depth of stack trace
88 const void* const* call_stack; // Stack trace
100 // Collect the stack trace for the function that asked to do the
103 // The stack trace is stored in 'stack'. The stack depth is returned.
105 // 'skip_count' gives the number of stack frames between this cal
209 const void** stack; \/\/ Stack trace member in struct:HeapProfileTable::Bucket
    [all...]
tcmalloc.cc 197 "Allocations larger than this value cause a stack "
199 "dumping stack traces is increased by a factor of 1.125 "
496 t->stack[tcmalloc::kMaxStackDepth-1])) {
506 "tcmalloc: allocation failed for stack trace slots",
516 t->stack[tcmalloc::kMaxStackDepth-1])) {
527 result[used_slots+3+d] = t->stack[d];
980 StackTrace *stack = Static::stacktrace_allocator()->New(); local
1002 StackTrace stack; local
    [all...]
  /external/libffi/src/arm/
sysv.S 161 @ Call ffi_prep_args(stack, &ecif)
167 @ and adjust stack
298 .section .note.GNU-stack,"",%progbits
  /external/libffi/src/frv/
ffi.c 34 /* ffi_prep_args is called by the assembly routine once stack space
37 void *ffi_prep_args(char *stack, extended_cif *ecif)
46 argp = stack;
65 // This is going on the stack. Turn it into a double.
110 return (stack + ((count > 24) ? 24 : ALIGN_DOWN(count, 8)));
175 /* Arguments that don't fit in registers are found on the stack
220 start looking at the those passed on the stack. */
  /external/libvpx/libvpx/vp8/common/arm/neon/
variance_neon.asm 27 ; stack unsigned int *sse
70 ldr r12, [sp] ;load *sse from stack
140 ldr r12, [sp] ;load *sse from stack
195 ldr r12, [sp] ;load *sse from stack
216 ; stack unsigned int *sse
260 ldr r12, [sp] ;load *sse from stack
vp8_subpixelvariance8x8_neon.asm 22 ; stack(r4) unsigned char *dst_ptr,
23 ; stack(r5) int dst_pixels_per_line,
24 ; stack(r6) unsigned int *sse
31 ldr r4, [sp, #12] ;load *dst_ptr from stack
32 ldr r5, [sp, #16] ;load dst_pixels_per_line from stack
33 ldr lr, [sp, #20] ;load *sse from stack
  /external/llvm/test/MC/ARM/
eh-directive-pad.s 4 @ Check for different stack pointer offsets.
6 @ The .pad directive will track the stack pointer offsets. There are several
7 @ ways to encode the stack offsets. We have to test:
  /external/openssl/apps/
crl2p7.c 74 static int add_certs_from_file(STACK_OF(X509) *stack, char *certfile);
295 static int add_certs_from_file(STACK_OF(X509) *stack, char *certfile)
310 /* This loads from a file, a stack of x509/crl/pkey sets */
323 sk_X509_push(stack,xi->x509);
  /external/proguard/src/proguard/evaluation/
Stack.java 26 * This class represents an operand stack that contains <code>Value</code>
31 public class Stack
42 * Creates a new Stack with a given maximum size, accounting for the double
45 public Stack(int maxSize)
52 * Creates a Stack that is a copy of the given Stack.
54 public Stack(Stack stack)
57 this(stack.values.length)
    [all...]
  /external/srec/tools/grxmlcompile/
grxmldoc.h 28 #include <stack>
159 std::stack<ItemData*> m_ItemVarsStack;
160 std::stack<std::string> m_RuleListStack;
  /frameworks/base/services/java/com/android/server/wm/
DimLayer.java 51 /** Owning stack */
54 DimLayer(WindowManagerService service, TaskStack stack) {
55 mStack = stack;
56 mDisplayContent = stack.getDisplayContent();
  /system/core/libcorkscrew/arch-x86/
backtrace-x86.c 321 dwarf_state_t* stack, uint8_t* stack_ptr) {
350 dstate->regs[op].rule = stack->regs[op].rule;
351 dstate->regs[op].value = stack->regs[op].value;
393 dstate->regs[reg].rule = stack->regs[reg].rule;
394 dstate->regs[reg].value = stack->regs[reg].value;
435 ALOGE("DW_CFA_remember_state: states stack overflow %d", *stack_ptr);
438 stack[(*stack_ptr)++] = *dstate;
445 ALOGE("DW_CFA_restore_state: states stack is empty");
450 *dstate = stack[--*stack_ptr];
566 dwarf_state_t stack[DWARF_STATES_STACK] local
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pdb.py 100 self.commands_silent = {} # for each bp num, tells if the stack trace
113 self.stack = []
119 self.stack, self.curindex = self.get_stack(f, t)
120 self.curframe = self.stack[self.curindex][0]
177 self.print_stack_entry(self.stack[self.curindex])
209 self.print_stack_entry(self.stack[self.curindex])
639 self.curframe = self.stack[self.curindex][0]
641 self.print_stack_entry(self.stack[self.curindex])
646 if self.curindex + 1 == len(self.stack):
650 self.curframe = self.stack[self.curindex][0
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
pdb.py 100 self.commands_silent = {} # for each bp num, tells if the stack trace
113 self.stack = []
119 self.stack, self.curindex = self.get_stack(f, t)
120 self.curframe = self.stack[self.curindex][0]
177 self.print_stack_entry(self.stack[self.curindex])
209 self.print_stack_entry(self.stack[self.curindex])
639 self.curframe = self.stack[self.curindex][0]
641 self.print_stack_entry(self.stack[self.curindex])
646 if self.curindex + 1 == len(self.stack):
650 self.curframe = self.stack[self.curindex][0
    [all...]
  /dalvik/tools/dmtracedump/
CreateTestTrace.c 79 typedef struct stack { struct
82 } stack; typedef in typeref:struct:stack
105 * determines the call stack. Each called method must be indented by one
126 stack *callStack;
163 callStack = (stack *) malloc(sizeof(stack) * numThreads);
198 // Allocate space for the thread stack, if necessary
263 // Exiting method must be currently on top of stack (unless stack is empty)
266 printf(" Exiting %s (past bottom of stack)\n", records[nextRecord].fullName)
    [all...]
  /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...]

Completed in 1420 milliseconds

<<21222324252627282930>>