Searched
refs:stack (Results
901 -
925 of
3511) sorted by null
<<31323334353637383940>>
| /external/v8/test/mjsunit/es6/ |
| debug-stepin-microtasks.js | 15 assertTrue(exec_state.frameCount() != 0, "FAIL: Empty stack trace"); 36 print(e, e.stack);
|
| tail-call-megatest.js | 8 Error.prepareStackTrace = (error,stack) => { 9 error.strace = stack; 10 return error.message + "\n at " + stack.join("\n at "); 17 e.stack; // prepare stack trace 18 var stack = e.strace; 19 assertEquals("checkStackTrace", stack[0].getFunctionName()); 21 assertEquals(expected[i].name, stack[i + 1].getFunctionName());
|
| /external/v8/test/mjsunit/es6/regress/ |
| regress-468661.js | 18 assertTrue(exec_state.frameCount() != 0, "FAIL: Empty stack trace"); 53 print(e, e.stack);
|
| /external/v8/test/mjsunit/wasm/ |
| gc-frame.js | 16 // on the stack to try to catch GC bugs in the reference maps for 17 // the different parts of the stack.
|
| /external/valgrind/helgrind/tests/ |
| filter_xml | 11 # (2) Removal of stack frames 12 # Stack frames whose associated file name does not match any name in 24 # these files will be removed from stack frames matching these files. 145 if ($line =~ /<\/stack>/) {
|
| /external/valgrind/massif/tests/ |
| deep-B.stderr.exp | 47 Massif: stack allocs: 0 48 Massif: stack frees: 0
|
| realloc.stderr.exp | 37 Massif: stack allocs: 0 38 Massif: stack frees: 0
|
| /external/valgrind/memcheck/tests/x86/ |
| pushfpopf_s.S | 20 # save possibly undef flags on stack
|
| /external/webrtc/webrtc/system_wrappers/include/ |
| asm_defines.h | 15 .section .note.GNU-stack,"",%progbits
|
| /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
| DismissViewButton.java | 24 import com.android.systemui.statusbar.stack.NotificationStackScrollLayout;
|
| /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
| NotificationUtils.java | 25 import com.android.systemui.statusbar.stack.NotificationChildrenContainer;
|
| /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/ |
| HeadsUpAppearInterpolator.java | 17 package com.android.systemui.statusbar.stack;
|
| PiecewiseLinearIndentationFunctor.java | 17 package com.android.systemui.statusbar.stack; 22 * A Functor which interpolates the stack distance linearly based on base values. 35 * @param peekSize The visual appearance of this is how far the cards in the stack peek 39 * achieved when the next card just starts transitioning into the stack and 40 * the stack is full. 89 // We directly start at the stack, so no initial interpolation.
|
| /frameworks/base/services/core/java/com/android/server/wm/ |
| WindowLayersController.java | 150 * @return The layer used for dimming the apps when dismissing docked/fullscreen stack. Just 189 final TaskStack stack = w.getStack(); local 190 if (stack == null) { 193 if (stack.mStackId == PINNED_STACK_ID) { 195 } else if (stack.mStackId == DOCKED_STACK_ID) { 202 // For pinned and docked stack window, we want to make them above other windows also when
|
| /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/armv6/ |
| sixtappredict8x4_v6.asm | 20 ; stack unsigned char *dst_ptr, 21 ; stack int dst_pitch 23 ;note: In first pass, store the result in transpose(8linesx9columns) on stack. Temporary stack size is 184. 24 ;Line width is 20 that is 9 short data plus 2 to make it 4bytes aligned. In second pass, load data from stack, 28 str r3, [sp, #-184]! ;reserve space on stack for temporary storage, store yoffset 124 ldr r0, [sp, #216] ; load dst address from stack 180+36 125 ldr r1, [sp, #220] ; load dst stride from stack 180+40
|
| /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ppc/ |
| rdopt_altivec.asm | 22 stwu r1,-32(r1) ;# create space on the stack 48 addi r1, r1, 32 ;# recover stack
|
| /prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.9/aarch64-linux-android/lib/ldscripts/ |
| aarch64elf.xr | 139 .stack 0 : 141 *(.stack)
|
| aarch64elf.xu | 140 .stack 0 : 142 *(.stack)
|
| aarch64elf32.xr | 139 .stack 0 : 141 *(.stack)
|
| aarch64elf32b.xr | 139 .stack 0 : 141 *(.stack)
|
| aarch64elfb.xr | 139 .stack 0 : 141 *(.stack)
|
| aarch64elfb.xu | 140 .stack 0 : 142 *(.stack)
|
| /prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/aarch64-linux-android/lib/ldscripts/ |
| aarch64elf.xr | 139 .stack 0 : 141 *(.stack)
|
| aarch64elf.xu | 140 .stack 0 : 142 *(.stack)
|
| aarch64elf32.xr | 139 .stack 0 : 141 *(.stack)
|
Completed in 778 milliseconds
<<31323334353637383940>>