HomeSort by relevance Sort by last modified time
    Searched refs:STACK (Results 1 - 25 of 60) sorted by null

1 2 3

  /external/openssl/crypto/conf/
cnf_save.c 88 STACK *s;
95 s=(STACK *)cv->value;
  /system/core/debuggerd/
utility.h 66 STACK,
tombstone.cpp 254 _LOG(log, logtype::STACK, " #%02d %" PRIPTR " %" PRIPTR " %s (%s+%" PRIuPTR ")\n",
257 _LOG(log, logtype::STACK, " #%02d %" PRIPTR " %" PRIPTR " %s (%s)\n",
262 _LOG(log, logtype::STACK, " %" PRIPTR " %" PRIPTR " %s (%s+%" PRIuPTR ")\n",
265 _LOG(log, logtype::STACK, " %" PRIPTR " %" PRIPTR " %s (%s)\n",
271 _LOG(log, logtype::STACK, " #%02d %" PRIPTR " %" PRIPTR " %s\n",
274 _LOG(log, logtype::STACK, " %" PRIPTR " %" PRIPTR " %s\n",
308 _LOG(log, logtype::STACK, " ........ ........\n");
314 _LOG(log, logtype::STACK, " ........ ........\n");
333 _LOG(log, logtype::STACK, "\nstack:\n");
  /external/chromium_org/third_party/sqlite/src/tool/
vdbe-compress.tcl 4 # the amount of stack space required by the sqlite3VdbeExec() routine.
11 # stack space.
21 # modifications seek to reduce the amount of stack space allocated by
26 # of stack space required by sqlite3VdbeExec() is reduced from the
50 if {[regexp {INSERT STACK UNION HERE} $line]} break
117 puts " ** reduce the amount of stack space required by this function."
  /external/chromium_org/chrome/browser/ui/panels/
panel_drag_controller.h 48 STACK,
72 // snap to or stack with. If such panel is found, |target_bounds| contains the
80 // Moves the |panel| (and all panels below if it is in a stack) to a different
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/compiler-rt/test/msan/
chained_origin_limits.cc 13 // RUN: FileCheck %s --check-prefix=CHECK-PER-STACK < %t.out
15 // Stack origin.
25 // RUN: FileCheck %s --check-prefix=CHECK-PER-STACK < %t.out
38 // RUN: FileCheck %s --check-prefix=CHECK-PER-STACK < %t.out
41 // Stack origin, with calls.
51 // RUN: FileCheck %s --check-prefix=CHECK-PER-STACK < %t.out
61 #ifdef STACK
138 // CHECK-PER-STACK: WARNING: MemorySanitizer: use-of-uninitialized-value
139 // CHECK-PER-STACK: Uninitialized value was stored to memory at
140 // CHECK-PER-STACK: in fn
    [all...]
  /frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
RecentsProvider.java 79 public static final String STACK = "stack";
93 public static final String STACK = "stack";
133 RecentColumns.STACK + " BLOB DEFAULT NULL," +
149 ResumeColumns.STACK + " BLOB DEFAULT NULL," +
308 final DocumentStack stack = new DocumentStack(); local
315 cursor.getColumnIndex(RecentColumns.STACK));
316 DurableUtils.readFromArray(rawStack, stack);
318 if (stack.root != null && predicate.apply(stack.root.authority))
    [all...]
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...]
DocumentsActivity.java 173 mToolbarStack = (Spinner) findViewById(R.id.stack);
299 // Restore last stack for calling package
307 cursor.getColumnIndex(ResumeColumns.STACK));
308 DurableUtils.readFromArray(rawStack, mState.stack);
318 // Update the restored stack to ensure we have freshest data
321 mState.stack.updateRoot(matchingRoots);
322 mState.stack.updateDocuments(getContentResolver());
324 Log.w(TAG, "Failed to restore stack: " + e);
325 mState.stack.reset();
338 // Show drawer when no stack restored, but only when requestin
1214 public DocumentStack stack = new DocumentStack(); field in class:DocumentsActivity.State
    [all...]
  /external/chromium_org/third_party/android_platform/development/scripts/
stack_core.py 17 """stack symbolizes native crash dumps."""
27 print "Stack Trace:"
36 """Print stack data values."""
39 print "Stack Data:"
48 STACK = "[stack]"
68 """Convert strings containing native crash to a stack."""
85 # whitespace (e.g. \t). This is because the we want to allow for the stack
203 if area == UNKNOWN or area == HEAP or area == STACK:
207 # display "a -> b -> c" in the stack trace instead of just "a -> c
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/data/
infinite_recursion.py 294 STACK = stack_st
296 ('sk', POINTER(STACK)),
631 ('attributes', POINTER(STACK)),
909 ('x509_chain', POINTER(STACK)),
940 ('auth_attr', POINTER(STACK)),
943 ('unauth_attr', POINTER(STACK)),
967 ('md_algs', POINTER(STACK)),
968 ('cert', POINTER(STACK)),
969 ('crl', POINTER(STACK)),
970 ('signer_info', POINTER(STACK)),
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/data/
infinite_recursion.py 294 STACK = stack_st
296 ('sk', POINTER(STACK)),
631 ('attributes', POINTER(STACK)),
909 ('x509_chain', POINTER(STACK)),
940 ('auth_attr', POINTER(STACK)),
943 ('unauth_attr', POINTER(STACK)),
967 ('md_algs', POINTER(STACK)),
968 ('cert', POINTER(STACK)),
969 ('crl', POINTER(STACK)),
970 ('signer_info', POINTER(STACK)),
    [all...]
  /external/pcre/dist/
pcre_jit_compile.c 77 /* Allocate memory for the regex stack on the real machine stack.
81 /* Growth rate for stack allocated by the OS. Should be the multiply
124 '(' matching path (pushing arguments to the stack)
126 ')' matching path (pushing arguments to the stack)
139 code paths. In this way the topmost value on the stack is always belong
142 the matching path eventually. Otherwise it needs to clear out its own stack
147 Saved stack frames:
154 The stack frames are stored in a chain list, and have the following format:
157 Thus we can restore the private data to a particular point in the stack
162 struct sljit_stack *stack; member in struct:jit_arguments
7481 int stack; \/* Also contains the offset of control head. *\/ local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/
build-lucid-multilib-toolchain.sh 1139 local STACK="$1"
1145 # Peek at stack
1146 TASK=$(list_first $STACK)
1147 #echo >&2 "STACK: ($TASK) '$STACK'"
1155 STACK=$DEP" "$STACK
1156 #echo >&2 "PUSH: '$DEP' => '$STACK'"
1163 STACK=$(list_rest $STACK)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/
build-lucid-multilib-toolchain.sh 1139 local STACK="$1"
1145 # Peek at stack
1146 TASK=$(list_first $STACK)
1147 #echo >&2 "STACK: ($TASK) '$STACK'"
1155 STACK=$DEP" "$STACK
1156 #echo >&2 "PUSH: '$DEP' => '$STACK'"
1163 STACK=$(list_rest $STACK)
    [all...]
  /external/mockito/cglib-and-asm/src/org/mockito/asm/
Frame.java 33 * Information about the input and output stack map frames of a basic block.
44 * used to compute the "input frame" of each basic block, i.e. the stack map
54 * being stored in the stack map table). This allows very fast type
57 * Output stack map frames are computed relatively to the input frame of the
61 * position x from the top of the input frame stack" or even "the type at
67 * LOCAL or STACK. BASE is used for types that are not relative to the input
69 * variable types. STACK is used for types that are relative to the input
70 * stack types. VALUE depends on KIND. For LOCAL types, it is an index in
71 * the input local variable types. For STACK types, it is a position
72 * relatively to the top of input frame stack. For BASE types, it is either
    [all...]
  /external/chromium_org/v8/src/
scopeinfo.cc 17 // Collect stack and context locals.
38 function_name_info = STACK;
75 // Add stack locals' names. We are assuming that the stack locals'
115 DCHECK(function_name_info != STACK ||
161 FunctionVariableField::decode(Flags()) == STACK;
531 PrintList("stack slots", 0,
  /external/chromium_org/third_party/tcmalloc/chromium/src/
deep-heap-profile.h 98 // Bytes of memory which is labeled [stack] in /proc/<pid>/maps.
99 STACK,
deep-heap-profile.cc 596 buffer->AppendPtr(reinterpret_cast<uintptr_t>(bucket->stack[depth]), 8);
653 // Lookup stack trace in table
868 } else if (strcmp(filename, "[stack]") == 0) {
869 type = STACK;
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.launcher.jar 
org.eclipse.equinox.launcher_1.1.0.v20100507.jar 
  /external/valgrind/main/drd/tests/
tsan_unittest.cpp 6348 int stack; local
    [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.launcher_1.3.0.v20130327-1440.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.launcher_1.3.0.v20130327-1440.jar 

Completed in 932 milliseconds

1 2 3