/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/ |
sigstack.h | 25 /* Structure describing a signal stack (obsolete). */ 28 void *ss_sp; /* Signal stack pointer. */ 29 int ss_onstack; /* Nonzero if executing on this stack. */ 42 /* Minimum stack size for a signal handler. */ 45 /* System default stack size. */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/ |
sigstack.h | 25 /* Structure describing a signal stack (obsolete). */ 28 void *ss_sp; /* Signal stack pointer. */ 29 int ss_onstack; /* Nonzero if executing on this stack. */ 42 /* Minimum stack size for a signal handler. */ 45 /* System default stack size. */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/ |
sigstack.h | 25 /* Structure describing a signal stack (obsolete). */ 28 void *ss_sp; /* Signal stack pointer. */ 29 int ss_onstack; /* Nonzero if executing on this stack. */ 42 /* Minimum stack size for a signal handler. */ 45 /* System default stack size. */
|
/external/apache-xml/src/main/java/org/apache/xpath/ |
VariableStack.java | 30 * Defines a class to keep track of a stack for 45 * Constructor for a variable stack. 53 * Constructor for a variable stack. 54 * @param initStackSize The initial stack size. Must be at least one. The 55 * stack can grow if needed. 59 // Allow for twice as many variables as stack link entries 64 * Returns a clone of this variable stack. 66 * @return a clone of this variable stack. 83 * The stack frame where all variables and params will be kept. 89 * The top of the stack frame (<code>_stackFrames</code>) [all...] |
/ndk/sources/host-tools/make-3.81/ |
alloca.c | 5 which is used to allocate space off the run-time stack so 16 that are found to be deeper in the stack than the current 60 /* If your stack is a linked list of frames, you have to 95 /* Define STACK_DIRECTION if you know the direction of stack 120 auto char dummy; /* To get stack address. */ 132 stack_dir = 1; /* Stack grew upward. */ 134 stack_dir = -1; /* Stack grew downward. */ 142 (b) keep track of stack depth. 157 char *deep; /* For stack depth measure. */ 166 was supposed to be taken from the current stack frame of th 433 long size, pseg, this_segment, stack; local [all...] |
/ndk/sources/host-tools/sed-4.2.1/lib/ |
alloca.c | 7 which is used to allocate space off the run-time stack so 18 that are found to be deeper in the stack than the current 67 /* If your stack is a linked list of frames, you have to 77 /* Define STACK_DIRECTION if you know the direction of stack 102 auto char dummy; /* To get stack address. */ 114 stack_dir = 1; /* Stack grew upward. */ 116 stack_dir = -1; /* Stack grew downward. */ 124 (b) keep track of stack depth. 139 char *deep; /* For stack depth measure. */ 148 was supposed to be taken from the current stack frame of th 421 long size, pseg, this_segment, stack; local [all...] |
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/message/ |
Message.java | 25 import java.util.Stack;
100 private Stack<Object> stack = new Stack<Object>();
field in class:Message.MessageBuilder 106 if (!c.isInstance(stack.peek())) {
107 throw new IllegalStateException("Internal stack error: "
109 + stack.peek().getClass().getName() + "'");
117 if (stack.isEmpty()) {
118 stack.push(Message.this);
122 ((Entity) stack.peek()).setBody(m); [all...] |
/external/chromium_org/native_client_sdk/src/libraries/error_handling/ |
error_handling.c | 40 void* stack; member in struct:__anon10867 82 /* Capture the stack, no mare than 128 bytes to keep the size sane. */ 149 munmap(info->stack, info->size); 212 // Create a TLS key for storing per thread stack info 218 void* stack; local 222 // Set the stack size 226 // Allocate stack + guard page 227 stack = mmap(NULL, stack_size + PAGE_CHUNK_SIZE, 229 if (MAP_FAILED == stack) return MAP_FAILED; 232 guard = mmap(stack, PAGE_CHUNK_SIZE [all...] |
/external/chromium_org/v8/src/ |
regexp-stack.h | 36 // Maintains a per-v8thread stack area that can be used by irregexp 37 // implementation for its backtracking stack. 38 // Since there is only one stack area, the Irregexp implementation is not 43 // Create and delete an instance to control the life-time of a growing stack. 45 // Initializes the stack memory area if necessary. 47 ~RegExpStackScope(); // Releases the stack if it has grown. 49 RegExpStack* stack() const { return regexp_stack_; } function in class:v8::internal::RegExpStackScope 60 // Number of allocated locations on the stack below the limit. 61 // No sequence of pushes must be longer that this without doing a stack-limit 65 // Gives the top of the memory used as stack [all...] |
/external/v8/src/ |
regexp-stack.h | 36 // Maintains a per-v8thread stack area that can be used by irregexp 37 // implementation for its backtracking stack. 38 // Since there is only one stack area, the Irregexp implementation is not 43 // Create and delete an instance to control the life-time of a growing stack. 45 // Initializes the stack memory area if necessary. 47 ~RegExpStackScope(); // Releases the stack if it has grown. 49 RegExpStack* stack() const { return regexp_stack_; } function in class:v8::internal::RegExpStackScope 60 // Number of allocated locations on the stack below the limit. 61 // No sequence of pushes must be longer that this without doing a stack-limit 65 // Gives the top of the memory used as stack [all...] |
/dalvik/vm/compiler/template/armv5te/ |
TEMPLATE_SAVE_STATE.S | 4 * Top of stack + 4: r7 value to save 5 * Top of stack + 0: r0 value to save 11 * the values on the stack - not the ones in those registers on entry.
|
/external/chromium-trace/trace-viewer/src/cc/ |
layer_tree_quad_stack_viewer.css | 7 layer-tree-quad-stack-viewer > top-controls { 19 layer-tree-quad-stack-viewer > quad-stack-viewer {
|
/external/chromium_org/chrome/browser/ui/panels/ |
native_panel_stack_window.h | 19 // Returns the title representing the whole stack. 28 // window might be created to enclose all the panels in the stack. The lifetime 44 // Called when the stack is to be closed. This will cause this instance to be 48 // Makes |panel| be enclosed by this stack window. 50 // Adds |panel| to the set of panels grouped and shown inside this stack 54 // Removes |panel| from the set of panels grouped and shown inside this stack 58 // Merges those panels grouped and shown inside |another| stack window into 59 // the set of panels grouped and shown inside this stack window. 62 // Returns true if no panel is being shown inside this stack window. 65 // Returns true if |panel| is being enclosed by this stack window [all...] |
/external/clang/test/PCH/ |
source-manager-stack.c | 1 // Test that the source manager has the "proper" idea about the include stack 5 // RUN: not %clang_cc1 -fsyntax-only -fdiagnostics-show-note-include-stack -include %t.prefix.h %s 2> %t.diags.no_pch.txt 7 // RUN: not %clang_cc1 -fsyntax-only -fdiagnostics-show-note-include-stack -include-pch %t.prefix.pch %s 2> %t.diags.pch.txt
|
/external/dropbear/libtomcrypt/src/misc/ |
burn_stack.c | 15 Burn stack, Tom St Denis 19 Burn some stack memory 20 @param len amount of stack to burn in bytes
|
/external/llvm/test/CodeGen/ARM/ |
warn-stack.ll | 1 ; RUN: llc -mtriple thumbv7-apple-ios3.0.0 -warn-stack-size=80 < %s 2>&1 >/dev/null | FileCheck %s 2 ; Check the internal option that warns when the stack size exceeds the 15 ; CHECK: warning: Stack size limit exceeded (96) in warn.
|
/external/llvm/test/CodeGen/X86/ |
warn-stack.ll | 1 ; RUN: llc -mtriple x86_64-apple-macosx10.8.0 -warn-stack-size=80 < %s 2>&1 >/dev/null | FileCheck %s 2 ; Check the internal option that warns when the stack size exceeds the 15 ; CHECK: warning: Stack size limit exceeded (104) in warn.
|
/external/stlport/test/unit/ |
stack_test.cpp | 5 #include <stack> 35 stack<int, deque<int> > s; 49 stack<int, list<int> > s;
|
/external/valgrind/main/memcheck/tests/ |
execve1.stderr.exp | 4 Address 0x........ is not stack'd, malloc'd or (recently) free'd 9 Address 0x........ is not stack'd, malloc'd or (recently) free'd 14 Address 0x........ is not stack'd, malloc'd or (recently) free'd
|
/ndk/tests/device/test-gnustl-full/unit/ |
stack_test.cpp | 5 #include <stack> 35 stack<int, deque<int> > s; 49 stack<int, list<int> > s;
|
/ndk/tests/device/test-stlport/unit/ |
stack_test.cpp | 5 #include <stack> 35 stack<int, deque<int> > s; 49 stack<int, list<int> > s;
|
/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
ElemContext.java | 24 * This class is a stack frame that consists of 36 * A stack frame will be pushed for "A" at depth 1, 38 * Then "B1" stackframe is popped. When the stack frame for "B2" is 39 * pushed, this implementation re-uses the old stack fram object used 94 /** The next element "stack frame". This value will only be 95 * set once as deeper stack frames are not deleted when popped off, 98 * This makes for very fast pushing and popping of stack frames 99 * because very few stack frame objects are ever created, they are 103 * as they are re-used. Only the reference to the current stack frame, which 108 /** The previous element "stack frame". * [all...] |
/external/chromium_org/v8/test/webkit/ |
stack-unwinding.js | 26 "This test checks that JavaScriptCore does not crash when uwinding the stack that includes a host function." 31 var stack = []; 32 stack.push({ "args": twoHostFunctions.arguments }); 33 stack.push({ "args": twoHostFunctions.arguments }); 51 var stack = []; 52 stack.push({ "args": hostAndException.arguments });
|
/external/valgrind/main/exp-sgcheck/tests/ |
stackerr.stderr.exp-glibc27-x86 | 7 Expected: stack array "a" of size 28 in frame 2 back from here 8 Actual: stack array "beforea" of size 12 in frame 2 back from here 14 Expected: stack array "a" of size 28 in this frame 15 Actual: stack array "beforea" of size 12 in this frame 23 Expected: stack array "buf" of size 8 in frame 4 back from here 24 Actual: stack array "beforebuf" of size 8 in frame 4 back from here
|
/hardware/libhardware/include/hardware/ |
nfc.h | 33 * of the core NCI stack in Android for their own silicon. 40 * - Pass up received NCI messages from the controller to the stack 43 * 1) Core NCI stack calls open() 44 * 2) Core NCI stack executes CORE_RESET and CORE_INIT through calls to write() 45 * 3) Core NCI stack calls core_initialized() to allow HAL to do post-init configuration 46 * 4) Core NCI stack calls pre_discover() to allow HAL to prepare for RF discovery 47 * 5) Core NCI stack starts discovery through calls to write() 48 * 6) Core NCI stack stops discovery through calls to write() (e.g. screen turns off) 49 * 7) Core NCI stack calls pre_discover() to prepare for RF discovery (e.g. screen turned back on) 50 * 8) Core NCI stack starts discovery through calls to write( [all...] |