/prebuilts/ndk/8/platforms/android-5/arch-arm/usr/include/asm/ |
smp.h | 31 void *stack; member in struct:secondary_data
|
/prebuilts/ndk/8/platforms/android-8/arch-arm/usr/include/asm/ |
smp.h | 31 void *stack; member in struct:secondary_data
|
/prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/asm/ |
smp.h | 31 void *stack; member in struct:secondary_data
|
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/ |
stack | 42 # include_next <stack> 44 # include _STLP_NATIVE_HEADER(stack)
|
/prebuilts/ndk/9/platforms/android-14/arch-arm/usr/include/asm/ |
smp.h | 31 void *stack; member in struct:secondary_data
|
/prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/asm/ |
smp.h | 31 void *stack; member in struct:secondary_data
|
/prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/asm/ |
smp.h | 31 void *stack; member in struct:secondary_data
|
/prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/asm/ |
smp.h | 31 void *stack; member in struct:secondary_data
|
/prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/asm/ |
smp.h | 31 void *stack; member in struct:secondary_data
|
/prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/asm/ |
smp.h | 31 void *stack; member in struct:secondary_data
|
/prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/asm/ |
smp.h | 31 void *stack; member in struct:secondary_data
|
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/ |
stack | 42 # include_next <stack> 44 # include _STLP_NATIVE_HEADER(stack)
|
/external/valgrind/main/drd/tests/ |
bar_bad_xml.stderr.exp | 38 <stack> 55 </stack> 65 <stack> 82 </stack> 86 <stack> 103 </stack> 114 <stack> 131 </stack> 135 <stack> 152 </stack> [all...] |
/external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/ |
gl_x86_asm.py | 206 print ' .section .note.GNU-stack,"",%progbits' 214 stack = self.get_stack_size(f) 215 alt = "%s@%u" % (name, stack) 225 stack = self.get_stack_size(f) 226 alt = "%s@%u" % (name, stack) 231 alt2 = "%s@%u" % (n, stack)
|
/external/chromium_org/v8/test/mjsunit/compiler/ |
regress-stacktrace-methods.js | 30 // Test stack traces with method calls. 56 var stack = e.stack.toString(); 57 var p3 = stack.indexOf("at Hest.three"); 58 var p2 = stack.indexOf("at Svin.two"); 59 var p1 = stack.indexOf("at Hest.one"); 65 assertTrue(stack.indexOf("38:56") != -1); 66 assertTrue(stack.indexOf("34:51") != -1); 67 assertTrue(stack.indexOf("36:38") != -1); 68 assertTrue(stack.indexOf("54:5") != -1) [all...] |
/external/compiler-rt/lib/asan/ |
asan_malloc_win.cc | 37 return asan_free(ptr, &stack, FROM_MALLOC); 50 return asan_malloc(size, &stack); 59 return asan_calloc(nmemb, size, &stack); 72 return asan_realloc(ptr, size, &stack); 91 return asan_malloc_usable_size(ptr, &stack);
|
/external/mesa3d/src/mapi/glapi/gen/ |
gl_x86_asm.py | 206 print ' .section .note.GNU-stack,"",%progbits' 214 stack = self.get_stack_size(f) 215 alt = "%s@%u" % (name, stack) 225 stack = self.get_stack_size(f) 226 alt = "%s@%u" % (name, stack) 231 alt2 = "%s@%u" % (n, stack)
|
/external/srec/srec/include/ |
astar.h | 115 int astar_stack_prepare(AstarStack* stack, int request_nbest_len, psrec rec); 116 int astar_stack_prepare_from_active_search(AstarStack* stack, int request_nbest_len, psrec rec); 117 void astar_stack_clear(AstarStack* stack); 118 int astar_stack_flag_word_tokens_used(AstarStack* stack, psrec rec); 122 void free_partial_path(AstarStack* stack, partial_path* parp);
|
/external/v8/test/mjsunit/compiler/ |
regress-stacktrace-methods.js | 30 // Test stack traces with method calls. 56 var stack = e.stack.toString(); 57 var p3 = stack.indexOf("at Hest.three"); 58 var p2 = stack.indexOf("at Svin.two"); 59 var p1 = stack.indexOf("at Hest.one"); 65 assertTrue(stack.indexOf("38:56") != -1); 66 assertTrue(stack.indexOf("34:51") != -1); 67 assertTrue(stack.indexOf("36:38") != -1); 68 assertTrue(stack.indexOf("54:5") != -1) [all...] |
/external/valgrind/main/coregrind/m_syswrap/ |
syswrap-x86-darwin.c | 200 // on a separate non-client stack. 207 char *stack; local 212 stack = (char *)allocstack(tst->tid); 213 stack -= 64+320; // make room for top frame 214 memset(stack, 0, 64+320); // ...and clear it 215 *(uintptr_t *)stack = (uintptr_t)tst; // set parameter 216 stack -= sizeof(uintptr_t); 217 *(uintptr_t *)stack = 0; // push fake return address 220 mach->__esp = (uintptr_t)stack; 224 /* Call f(arg1), but first switch stacks, using 'stack' as the ne 316 Addr stack = VG_PGROUNDUP(sp) - stacksize; local 386 Addr stack; local [all...] |
/external/chromium_org/tools/memory_watcher/ |
memory_watcher.cc | 107 AllocationStack* stack = new AllocationStack(size); 108 if (!stack->Valid()) return; // Recursion blocked generation of stack. 119 #if 0 // Don't do this until stack->ToString() uses ONLY our heap. 123 // VLOG(1) << "First Stack size " << stack->size() << "was\n" << output; 124 stack->ToString(&output); 125 // VLOG(1) << "Second Stack size " << stack->size() << "was\n" << output; 128 // TODO(jar): We should delete one stack, and keep the other, perhap 161 AllocationStack* stack = it->second; local 210 AllocationStack* stack = block_it->second; local 246 CallStack* stack = stack_track->stack; local [all...] |
/external/chromium_org/chrome/browser/ui/panels/ |
panel_drag_controller.cc | 85 StackedPanelCollection* stack = panel->stack(); local 86 if (stack) { 89 stack->panels().begin(); 90 iter != stack->panels().end(); ++iter) { 163 // Check if the dragging panel can be moved out the stack. Note that this 172 // Check if the dragging panel can stack with other panel or stack. 247 // when the stack has more than 2 panels and the 2nd top panel is unstacked 249 // remain in the stack 634 StackedPanelCollection* stack = dragging_panel_->stack(); local 720 StackedPanelCollection* stack = panel->stack(); local 769 StackedPanelCollection* stack = panel->stack(); local [all...] |
/external/valgrind/main/helgrind/tests/ |
tc06_two_races_xml.stderr.exp | 47 <stack> 73 </stack> 84 <stack> 93 </stack> 98 <stack> 116 </stack> 129 <stack> 138 </stack> 143 <stack> 161 </stack> [all...] |
/dalvik/dx/src/com/android/dx/cf/code/ |
Frame.java | 27 * of a set of locals and a value stack, and it can be told to act on 35 /** {@code non-null;} the stack */ 36 private final ExecutionStack stack; field in class:Frame 38 /** {@code null-ok;} stack of labels of subroutines that this block is nested in */ 45 * @param stack {@code non-null;} the execution stack to use 47 private Frame(LocalsArray locals, ExecutionStack stack) { 48 this(locals, stack, IntList.EMPTY); 55 * @param stack {@code non-null;} the execution stack to us [all...] |
/external/compiler-rt/lib/sanitizer_common/ |
sanitizer_stackdepot.cc | 34 uptr stack[1]; // [size] member in struct:__sanitizer::StackDesc 51 static u32 hash(const uptr *stack, uptr size) { 58 u32 k = stack[i]; 101 uptr mem = (uptr)MmapOrDie(allocsz, "stack depot"); 108 static u32 find(StackDesc *s, const uptr *stack, uptr size, u32 hash) { 109 // Searches linked list s for the stack, returns its id. 114 if (stack[i] != s->stack[i]) 144 u32 StackDepotPut(const uptr *stack, uptr size) { 145 if (stack == 0 || size == 0 [all...] |