/frameworks/base/services/java/com/android/server/wm/ |
WindowManagerService.java | 2844 RuntimeException stack = new RuntimeException(); local 3396 final TaskStack stack = mStackIdToStack.get(stackId); local 3767 final TaskStack stack; local 4789 final TaskStack stack = task.mStack; local 4813 final TaskStack stack = task.mStack; local 4846 TaskStack stack = displayContent.createStack(stackId, relativeStackBoxId, position, local 4860 final TaskStack stack = mStackIdToStack.get(stackId); local 4880 final TaskStack stack = task.mStack; local 4893 TaskStack stack = mStackIdToStack.get(stackId); local 8846 final TaskStack stack = w.getStack(); local [all...] |
/prebuilts/tools/common/asm-tools/ |
asm-debug-all-4.0.jar | |
/external/chromium_org/third_party/tcmalloc/chromium/src/ |
pprof | 37 # <count> <stack trace> 625 # Remove uniniteresting stack items 641 # each stack trace so a given entry exists at most once. [all...] |
/external/chromium_org/chrome/renderer/resources/extensions/ |
event.js | 206 // This variable will eventually hold the stack trace of the destroy call. 373 ': ' + e.stack); 399 this.destroyed_ = new Error().stack;
|
/external/chromium_org/third_party/openssl/openssl/crypto/bn/asm/ |
pa-risc2.s | 49 ; Stack pointer ; r30 (sp) 64 ; is passed on the stack at a delta of -56 from the top of stack 148 LDO 128(%sp),%sp ; bump stack 298 ; w on stack at -56(sp) 318 LDO 128(%sp),%sp ; bump stack 472 LDO 128(%sp),%sp ; bump stack [all...] |
pa-risc2W.s | 43 ; Stack pointer ; r30 (sp) 137 STD w,56(%sp) ; store w on stack 140 LDO 128(%sp),%sp ; bump stack 305 STD w,56(%sp) ; w on stack 308 LDO 128(%sp),%sp ; bump stack 461 LDO 128(%sp),%sp ; bump stack 797 STD %r3,-280(%r30) ; "d" to stack [all...] |
/external/chromium_org/ui/base/x/ |
x11_util.cc | 1098 std::vector<XID> stack; local 1136 XID* stack = reinterpret_cast<XID*>(data); local [all...] |
/external/chromium_org/v8/tools/gyp/ |
v8_base.ia32.target.darwin-x86.mk | 131 v8/src/regexp-stack.cc \ 221 -fno-stack-protector \ 320 -fno-stack-protector \
|
v8_base.ia32.target.linux-x86.mk | 131 v8/src/regexp-stack.cc \ 221 -fno-stack-protector \ 320 -fno-stack-protector \
|
/external/openssl/crypto/bn/asm/ |
pa-risc2.s | 49 ; Stack pointer ; r30 (sp) 64 ; is passed on the stack at a delta of -56 from the top of stack 148 LDO 128(%sp),%sp ; bump stack 298 ; w on stack at -56(sp) 318 LDO 128(%sp),%sp ; bump stack 472 LDO 128(%sp),%sp ; bump stack [all...] |
pa-risc2W.s | 43 ; Stack pointer ; r30 (sp) 137 STD w,56(%sp) ; store w on stack 140 LDO 128(%sp),%sp ; bump stack 305 STD w,56(%sp) ; w on stack 308 LDO 128(%sp),%sp ; bump stack 461 LDO 128(%sp),%sp ; bump stack 797 STD %r3,-280(%r30) ; "d" to stack [all...] |
/external/valgrind/main/coregrind/m_syswrap/ |
syswrap-arm-linux.c | 67 /* Call f(arg1), but first switch stacks, using 'stack' as the new 68 stack, and use 'retaddr' as f's return-to address. Also, clear all 71 void ML_(call_on_new_stack_0_1) ( Addr stack, 75 // r0 = stack 83 " mov sp,r0\n\t" /* Stack pointer */ 109 void* stack, 120 /*Setup child stack */ 125 /* r1 (arg2) is already our child's stack */ 159 1. allocate a ThreadId+ThreadState+stack for the the thread 164 but using the scheduler entrypoint for IP, and a separate stack 179 UWord *stack; local [all...] |
syswrap-mips32-linux.c | 78 /* Call f(arg1), but first switch stacks, using 'stack' as the new 79 stack, and use 'retaddr' as f's return-to address. Also, clear all 83 void ML_ (call_on_new_stack_0_1) (Addr stack, Addr retaddr, 85 // a0 = stack 93 " move $29, $4\n\t" // stack to %sp 129 pid_t* child_tid in stack 16 130 pid_t* parent_tid in stack 20 131 void* tls_ptr in stack 24 139 pid_t* child_tid in stack 16 151 void *stack, //a1 4 3 247 UWord * stack; local [all...] |
syswrap-x86-linux.c | 71 /* Call f(arg1), but first switch stacks, using 'stack' as the new 72 stack, and use 'retaddr' as f's return-to address. Also, clear all 75 void ML_(call_on_new_stack_0_1) ( Addr stack, 79 // 4(%esp) == stack 87 " movl %esp, %esi\n" // remember old stack pointer 88 " movl 4(%esi), %esp\n" // set stack 89 " pushl 16(%esi)\n" // arg1 to stack 90 " pushl 8(%esi)\n" // retaddr to stack 91 " pushl 12(%esi)\n" // f to stack 137 void* stack, 219 UWord* stack; local [all...] |
/art/runtime/ |
thread.h | 39 #include "stack.h" 134 // Dumps the detailed thread state and the thread stack (used for SIGQUIT). 329 void SetTopOfStack(void* stack, uintptr_t pc) { 330 mirror::ArtMethod** top_method = reinterpret_cast<mirror::ArtMethod**>(stack); 395 // Create the internal representation of a stack trace, that is more time 400 // Convert an internal stack trace representation (returned by CreateInternalStackTrace) to a 442 // Size of stack less any space reserved for stack overflow 451 // Set the stack end to that to be used during a stack overflo [all...] |
/external/chromium/chrome/browser/sync/glue/ |
bookmark_change_processor.cc | 6 #include <stack> 104 std::stack<int> index_stack; 121 // current state onto the stack. 128 DCHECK(index_stack.empty()); // Nothing should be left on the stack.
|
/external/chromium_org/chrome/browser/resources/file_manager/js/image_editor/ |
image_buffer.js | 8 * A stack of overlays that display itself and handle mouse events.
|
/external/chromium_org/chrome/browser/resources/signin_internals/ |
signin_internals.js | 104 console.error(e.stack);
|
/external/chromium_org/chrome/browser/ui/panels/ |
base_panel_browser_test.cc | 450 StackedPanelCollection* stack) { 454 stack,
|
/external/chromium_org/chrome/browser/ui/webui/options/ |
settings_format_browsertest.js | 47 * testing API generates a call stack for each error produced which greatly
|
/external/chromium_org/content/browser/resources/media/new/ |
webui_resource_test.js | 195 console.log(err.stack);
|
/external/chromium_org/media/filters/ |
video_renderer_base_unittest.cc | 394 base::debug::StackTrace stack; local 395 ADD_FAILURE() << "Expected callback not to be called\n" << stack.ToString();
|
/external/chromium_org/remoting/webapp/ |
format_iq.js | 373 var stack = stacktrace.split(' | '); 375 // We use 'length-1' because the stack trace ends with " | " which results 377 for (var s = 0; s < stack.length - 1; s++) { 378 result += '\n ' + stack[s];
|
/external/chromium_org/third_party/jinja2/ |
runtime.py | 243 def __init__(self, name, context, stack, depth): 246 self._stack = stack
|
/external/chromium_org/third_party/npapi/npspy/extern/nspr/md/ |
_solaris.h | 388 uint_t sp; /* stack pointer */ 470 #include <sys/stack.h> 506 ** register windows are homed to the stack. I assume that the stack 574 uc->uc_stack.ss_size = _thread->stack->stackSize; \
|