/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/ |
StackIndentationFunctor.java | 17 package com.android.systemui.statusbar.stack; 34 * @param peekSize The visual appearance of this is how far the cards in the stack peek 38 * achieved when the next card just starts transitioning into the stack and 39 * the stack is full. 80 * @param itemsBefore how many items are already in the stack before this element
|
/ndk/sources/host-tools/ndk-stack/ |
GNUmakefile | 20 BUILD_DIR := /tmp/ndk-$(USER)/build/build-ndk-stack 21 PROGNAME := /tmp/ndk-$(USER)/ndk-stack 57 NDK_STACK_SOURCES := ndk-stack.c \ 58 ndk-stack-parser.c
|
/external/chromium_org/v8/test/mjsunit/ |
stack-traces.js | 127 // in the stack trace produced when running the given function. 134 assertTrue(e.stack.indexOf(expected[i]) != -1, 135 name + " doesn't contain expected[" + i + "] stack = " + e.stack); 139 assertEquals(e.stack.indexOf(unexpected[i]), -1, 154 assertEquals(-1, e.stack.indexOf('at new ReferenceError'), 171 assertTrue(e.stack.indexOf('at new ReferenceError') != -1, 178 // If an error occurs while the stack trace is being formatted it should 190 assertTrue(e.stack.indexOf('<error: ReferenceError') != -1, 196 // the stack frame. Put that in your pipe and smoke it [all...] |
/external/compiler-rt/lib/asan/ |
asan_report.cc | 127 PrintShadowByte(str, " Stack left redzone: ", 129 PrintShadowByte(str, " Stack mid redzone: ", 131 PrintShadowByte(str, " Stack right redzone: ", 133 PrintShadowByte(str, " Stack partial redzone: ", 135 PrintShadowByte(str, " Stack after return: ", 137 PrintShadowByte(str, " Stack use after scope: ", 374 Printf("Address %p is located in stack of thread T%d%s " 380 // We print this frame as a stack trace with one element. 382 // The frame numbers may be different than those in the stack trace printed 385 // (e.g. use-after-scope, or different thread's stack) [all...] |
asan_mac.cc | 216 void ReadContextStack(void *context, uptr *stack, uptr *ssize) { 264 void asan_register_worker_thread(int parent_tid, StackTrace *stack) { 268 CreateThreadContextArgs args = { t, stack }; 286 asan_register_worker_thread(context->parent_tid, &stack); 289 asan_free(context, &stack, FROM_MALLOC); 300 StackTrace *stack) { 302 (asan_block_context_t*) asan_malloc(sizeof(asan_block_context_t), stack); 315 asan_block_context_t *asan_ctxt = alloc_asan_context(ctxt, func, &stack); \ 333 asan_block_context_t *asan_ctxt = alloc_asan_context(ctxt, func, &stack); 346 asan_block_context_t *asan_ctxt = alloc_asan_context(ctxt, func, &stack); [all...] |
/external/chromium_org/tools/valgrind/ |
suppressions.py | 19 # an ellipsis wildcards zero or more functions in a stack. 104 """This class represents a single stack trace suppression. 109 stack: The lines comprising the stack trace for the suppression. 113 def __init__(self, description, type, stack, defined_at, regex): 116 description, type, stack, regex: same as class attributes 121 self.stack = stack 140 if not self.stack: 198 def __init__(self, description, type, stack, defined_at) [all...] |
/external/valgrind/main/memcheck/tests/ |
xml1.stderr.exp | 36 <stack> 69 </stack> 71 <stack> 112 </stack> 120 <stack> 153 </stack> 161 <stack> 194 </stack> 202 <stack> 243 </stack> [all...] |
/external/chromium_org/third_party/openssl/openssl/crypto/bn/ |
bn_ctx.c | 83 /* The stack frame info is resizing, set a first-time expansion size; */ 103 /* Stack depth and allocation size */ 118 /* A wrapper to manage the "stack frames" */ 121 /* Array of indexes into the bignum stack */ 123 /* Number of stack frames, and the size of the allocated array */ 143 /* The "stack frames", if you will */ 144 BN_STACK stack; member in struct:bignum_ctx 147 /* Depth of stack overflow */ 160 BN_STACK *stack = &ctx->stack; local [all...] |
/external/openssl/crypto/bn/ |
bn_ctx.c | 83 /* The stack frame info is resizing, set a first-time expansion size; */ 103 /* Stack depth and allocation size */ 118 /* A wrapper to manage the "stack frames" */ 121 /* Array of indexes into the bignum stack */ 123 /* Number of stack frames, and the size of the allocated array */ 143 /* The "stack frames", if you will */ 144 BN_STACK stack; member in struct:bignum_ctx 147 /* Depth of stack overflow */ 160 BN_STACK *stack = &ctx->stack; local [all...] |
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/ |
RecentsCreateFragment.java | 141 final DocumentStack stack = mAdapter.getItem(position); 142 ((DocumentsActivity) getActivity()).onStackPicked(stack); 167 cursor.getColumnIndex(RecentColumns.STACK)); 169 final DocumentStack stack = new DocumentStack(); local 170 DurableUtils.readFromArray(rawStack, stack); 173 // providers; we update the stack during the actual 176 stack.updateRoot(matchingRoots); 177 result.add(stack); 179 Log.w(TAG, "Failed to resolve stack: " + e); 221 final DocumentStack stack = getItem(position) local [all...] |
/external/chromium_org/content/renderer/pepper/ |
v8_var_converter.cc | 8 #include <stack> 39 // Used to track parent nodes on the stack while traversing the graph. 267 // To/FromV8Value use a stack-based DFS search to traverse V8/Var graph. Each 268 // iteration, the top node on the stack examined. If the node has not been 273 // Otherwise, if they can have children, we add them to the stack. If the 274 // node at the top of the stack has already been visited, then we pop it off the 275 // stack and erase it from the list of parents. 287 std::stack<StackEntry<PP_Var> > stack; local 288 stack.push(StackEntry<PP_Var>(var)) 436 std::stack<StackEntry<v8::Handle<v8::Value> > > stack; local [all...] |
/art/runtime/arch/mips/ |
jni_entrypoints_mips.S | 42 lw $a0, 0($sp) # restore registers from stack 48 addiu $sp, $sp, 32 # restore the stack
|
/bionic/libc/arch-arm/bionic/ |
__bionic_clone.S | 34 # save registers to parent stack 45 # store 'fn' and 'arg' to the child stack
|
/dalvik/hit/src/com/android/hit/ |
RootObj.java | 41 public RootObj(RootType type, long id, int thread, StackTrace stack) { 45 mStack = stack;
|
/external/bison/data/ |
Makefile.am | 19 c++-skel.m4 c++.m4 location.cc lalr1.cc glr.cc stack.hh \
|
/external/bluetooth/bluedroid/btif/src/ |
bluetooth.c | 487 bluetooth_device_t *stack = malloc(sizeof(bluetooth_device_t) ); local 488 memset(stack, 0, sizeof(bluetooth_device_t) ); 489 stack->common.tag = HARDWARE_DEVICE_TAG; 490 stack->common.version = 0; 491 stack->common.module = (struct hw_module_t*)module; 492 stack->common.close = close_bluetooth_stack; 493 stack->get_bluetooth_interface = bluetooth__get_bluetooth_interface; 494 *abstraction = (struct hw_device_t*)stack; 508 .name = "Bluetooth Stack",
|
/external/bluetooth/bluedroid/gki/ |
Android.mk | 9 $(LOCAL_PATH)/../stack/include \
|
/external/chromium-trace/trace-viewer/src/cc/ |
layer_viewer.css | 14 layer-viewer > layer-tree-quad-stack-viewer {
|
/external/chromium_org/base/files/ |
file_enumerator.h | 8 #include <stack> 150 // A stack that keeps track of which subdirectories we still need to 152 std::stack<FilePath> pending_paths_;
|
/external/chromium_org/third_party/skia/third_party/lua/src/ |
ldo.h | 3 ** Stack and Call structure of Lua 22 #define savestack(L,p) ((char *)(p) - (char *)L->stack) 23 #define restorestack(L,n) ((TValue *)((char *)L->stack + (n)))
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/ |
pushnosize.asm | 35 push byte 0 ; 6A 00; 64 bits pushed onto stack 37 push dword 0 ; 6A 00 - optimized to byte; note 64 bits pushed onto stack 38 push strict byte 0 ; 6A 00; 64 bits pushed onto stack 40 push strict dword 0 ; 68 00000000; note 64 bits pushed onto stack
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/rdf/tests/ |
testlib.asm | 12 add esp,8 ; doh! clear up stack ;-)
|
/external/chromium_org/ui/base/models/ |
tree_node_iterator.h | 8 #include <stack> 96 std::stack<Position<NodeType> > positions_;
|
/external/chromium_org/ui/file_manager/video_player/js/ |
error_util.js | 21 * - Capture the stack trace in case of error. 30 var liveStack = (new Error('Stack trace before async call')).stack; 41 // the exception message and stack trace just in case. 43 console.error(e.stack);
|
/external/chromium_org/v8/test/mjsunit/regress/ |
regress-1591.js | 28 var stack; variable 40 stack = err.stack; 46 assertTrue(stack.indexOf(expected_message) >= 0);
|