/external/valgrind/main/none/tests/ |
cmdline2.stdout.exp | 39 --num-callers=<number> show <number> callers in stack traces [12] 42 --show-below-main=no|yes continue stack traces below main() [no] 49 --max-stackframe=<number> assume stack switch for SP changes larger 51 --main-stacksize=<number> set size of main thread's stack (in bytes) 74 --smc-check=none|stack|all|all-non-file [stack] 78 --read-var-info=yes|no read debug info on stack and global variables 106 --unw-stack-scan-thresh=<number> Enable stack-scan unwind if fewer 108 NOTE: stack scanning is only available on arm-linux [all...] |
/packages/apps/UnifiedEmail/src/com/android/mail/ui/ |
FolderSelectorAdapter.java | 236 final Deque<TreeNode> stack = new ArrayDeque<TreeNode>(10); local 237 stack.push(root); 239 while ((currentNode = stack.poll()) != null) { 240 final TreeNode parentNode = stack.peek(); 266 stack.push(currentNode); 268 stack.push(childNode);
|
/dalvik/hit/src/com/android/hit/ |
ArrayInstance.java | 28 public ArrayInstance(long id, StackTrace stack, int type, int numEntries, 31 mStack = stack;
|
/device/lge/hammerhead/camera/QCamera2/HAL3/ |
Android.mk | 21 $(LOCAL_PATH)/../stack/common \
|
/external/chromium_org/chrome/browser/ui/views/panels/ |
panel_view.cc | 516 // in a stack. 518 if (!panel_->stack()) 580 // panel window has the same problem as the stack window. However, 831 StackedPanelCollection* stack = panel_->stack(); local 832 if (stack) { 836 if (panel_->stack()->GetPanelBelow(panel_.get())) { 848 Panel* below_panel = stack->GetPanelBelow(panel_.get()); 871 StackedPanelCollection* stack = panel_->stack(); local [all...] |
/external/chromium_org/content/browser/indexed_db/ |
indexed_db_transaction.h | 10 #include <stack> 149 std::stack<Operation> stack_;
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/breakpad/ |
dump_reader_win.py | 63 stack = self._host.executive.run_command(cmd) 67 return stack
|
/external/chromium_org/third_party/angle/src/compiler/translator/depgraph/ |
DependencyGraphBuilder.h | 27 typedef std::stack<TGraphSymbol*> TSymbolStack; 34 // This data structure is stack of sets. Each set contains dependency graph parent nodes. 94 typedef std::stack<TParentNodeSet*> TParentNodeSetStack;
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/ |
nv50_ir_graph.cpp | 26 #include <stack> 171 std::stack<const Node *> stack; local 175 stack.push(node); 177 while (!stack.empty()) { 178 pos = stack.top(); 179 stack.pop(); 190 stack.push(ei.getNode()); 286 Stack bb, cross;
|
/external/chromium_org/third_party/npapi/npspy/extern/nspr/private/ |
pprthred.h | 61 ** "stack" defines the shape of the threads stack 72 PRThreadStack *stack); 165 PRThreadStack *stack); 190 ** Return the thread stack pointer of the given thread. 232 ** Signature of a thread stack scanning function. It is applied to every 242 ** within a thread. This includes the stack, registers, and thread-local 257 ** Returns a conservative estimate on the amount of stack space left 348 ** An EXCEPTIONREGISTRATIONRECORD must be declared on the stack and its
|
/external/chromium_org/third_party/re2/util/ |
util.h | 27 #include <stack> 44 using std::stack;
|
/external/chromium_org/v8/src/ |
hydrogen-bce.cc | 86 // Traversing the dominator tree we keep a stack (implemented as a singly 341 // Allocate the stack. 342 HBoundsCheckEliminationState* stack = local 346 stack[0].block_ = entry; 347 stack[0].bb_data_list_ = PreProcessBlock(entry); 348 stack[0].index_ = 0; 351 // Implement depth-first traversal with a stack. 354 HBoundsCheckEliminationState* state = &stack[current]; 361 stack[next].block_ = child; 362 stack[next].bb_data_list_ = PreProcessBlock(child) [all...] |
/external/chromium_org/v8/test/mjsunit/ |
big-array-literal.js | 28 // On MacOS X 10.7.5, this test needs a stack size of at least 788 kBytes. 29 // Flags: --stack-size=800 98 assertTrue(e.message.indexOf("Maximum call stack size exceeded") >= 0); 119 // Catch stack overflows.
|
debug-break-native.js | 33 new Error("123").stack; // break
|
/external/clang/INPUTS/ |
all-std-headers.cpp | 43 #include <stack>
|
/external/fonttools/Lib/fontTools/misc/ |
psLib.py | 128 self.stack = [] 276 self.stack.append(object) 279 stack = self.stack 280 if not stack: 281 raise PSError('stack underflow') 282 object = stack[-1] 286 del stack[-1] 301 del self.stack
|
/external/jsoncpp/include/json/ |
reader.h | 14 # include <stack> 171 typedef std::stack<Value *> Nodes;
|
/external/llvm/test/tools/llvm-objdump/Inputs/ |
win64-unwind.exe.coff-x86_64.asm | 39 // Function with big stack allocation.
|
/external/mesa3d/src/gallium/drivers/nv50/codegen/ |
nv50_ir_graph.cpp | 26 #include <stack> 171 std::stack<const Node *> stack; local 175 stack.push(node); 177 while (!stack.empty()) { 178 pos = stack.top(); 179 stack.pop(); 190 stack.push(ei.getNode()); 286 Stack bb, cross;
|
/external/mockito/cglib-and-asm/src/org/mockito/asm/ |
MethodAdapter.java | 88 final Object[] stack)
90 mv.visitFrame(type, nLocal, local, nStack, stack);
|
/external/opencv/cv/src/ |
cvapprox.cpp | 531 CvSeq* stack = 0; local 545 stack = cvCreateSeq( 0, sizeof(CvSeq), sizeof(CvSlice), temp_storage ); 559 cvSeqPush( stack, &slice ); 599 /* 2. initialize the stack */ 610 cvSeqPush( stack, &right_slice ); 611 cvSeqPush( stack, &slice ); 618 while( stack->total != 0 ) 620 cvSeqPop( stack, &slice ); 668 cvSeqPush( stack, &right_slice ); 669 cvSeqPush( stack, &slice ) 735 CvSeq* stack = 0; local [all...] |
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cff/ |
cffgload.c | 917 FT_Fixed* stack; local 928 /* compute random seed from stack address of parameter */ 938 decoder->top = decoder->stack; 941 stack = decoder->top; 978 /* this is an operand, push it on the stack */ 1015 if ( decoder->top - stack >= CFF_MAX_OPERANDS ) [all...] |
/external/proguard/src/proguard/preverify/ |
CodePreverifier.java | 114 // Collect the stack map frames. 135 // Convert the stack values to types. 149 // Compress the stack map frames if the target is not Java Micro Edition. 207 // Remove any stack map (table) attribute from the code attribute. 221 // Put the frames into a stack map attribute. 230 // Put the frames into a stack map table attribute. 234 // Fill out the name of the stack map attribute. 238 // Add the new stack map (table) attribute to the code attribute. 340 * stack. If necessary, class constants are added to the constant pool 347 TracedStack stack) 512 VerificationType[] stack = fullFrame.stack; local [all...] |
/external/regex-re2/util/ |
util.h | 25 #include <stack> 39 using std::stack;
|
/external/speex/libspeex/ |
nb_celp.h | 77 char *stack; /**< Pseudo-stack allocation for temporary memory */ member in struct:EncState 137 char *stack; /**< Pseudo-stack allocation for temporary memory */ member in struct:DecState
|