/external/chromium_org/third_party/openssl/openssl/crypto/conf/ |
cnf_save.c | 88 STACK *s; 95 s=(STACK *)cv->value;
|
/external/openssl/crypto/conf/ |
cnf_save.c | 88 STACK *s; 95 s=(STACK *)cv->value;
|
/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...] |
/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 | 143 final DocumentStack stack = mAdapter.getItem(position); 144 ((DocumentsActivity) getActivity()).onStackPicked(stack); 169 cursor.getColumnIndex(RecentColumns.STACK)); 171 final DocumentStack stack = new DocumentStack(); local 172 DurableUtils.readFromArray(rawStack, stack); 175 // providers; we update the stack during the actual 178 stack.updateRoot(matchingRoots); 179 result.add(stack); 181 Log.w(TAG, "Failed to resolve stack: " + e); 223 final DocumentStack stack = getItem(position) local [all...] |
DocumentsActivity.java | 296 // Restore last stack for calling package 304 cursor.getColumnIndex(ResumeColumns.STACK)); 305 DurableUtils.readFromArray(rawStack, mState.stack); 315 // Update the restored stack to ensure we have freshest data 318 mState.stack.updateRoot(matchingRoots); 319 mState.stack.updateDocuments(getContentResolver()); 321 Log.w(TAG, "Failed to restore stack: " + e); 322 mState.stack.reset(); 335 // Show drawer when no stack restored, but only when requesting 446 if (mState.stack.size() <= 1) 1147 public DocumentStack stack = new DocumentStack(); field in class:DocumentsActivity.State [all...] |
/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]" 62 """Convert strings containing native crash to a stack.""" 70 # whitespace (e.g. \t). This is because the we want to allow for the stack 143 if area == UNKNOWN or area == HEAP or area == STACK: 147 # display "a -> b -> c" in the stack trace instead of just "a -> c [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.""" 76 # whitespace (e.g. \t). This is because the we want to allow for the stack 174 if area == UNKNOWN or area == HEAP or area == STACK: 178 # 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/v8/src/ |
scopeinfo.cc | 42 // Collect stack and context locals. 63 function_name_info = STACK; 97 // Add stack locals' names. We are assuming that the stack locals' 135 ASSERT(function_name_info != STACK || 179 FunctionVariableField::decode(Flags()) == STACK; 494 PrintList("stack slots", 0,
|
/external/valgrind/unittest/ |
posix_tests.cc | 246 // test110: TP. Simple races with stack, global and heap objects. {{{1 251 char *STACK = 0; 269 (*STACK)++; 284 printf("test110: positive (race on a stack object)\n"); 287 STACK = &x; 303 ANNOTATE_EXPECT_RACE(STACK, "real race on stack object"); 321 printf("\tSTACK=%d\n", *STACK);
|
racecheck_unittest.cc | 5831 int stack; local [all...] |
/external/chromium_org/v8/src/ |
scopeinfo.cc | 40 // Collect stack and context locals. 61 function_name_info = STACK; 96 // Add stack locals' names. We are assuming that the stack locals' 134 ASSERT(function_name_info != STACK || 180 FunctionVariableField::decode(Flags()) == STACK; 519 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 | 597 buffer->AppendPtr(reinterpret_cast<uintptr_t>(bucket->stack[depth]), 8); 654 // Lookup stack trace in table 869 } else if (strcmp(filename, "[stack]") == 0) { 870 type = STACK; [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/ |
build-hardy-toolchain.sh | 1124 local STACK="$1" 1130 # Peek at stack 1131 TASK=$(list_first $STACK) 1132 #echo >&2 "STACK: ($TASK) '$STACK'" 1140 STACK=$DEP" "$STACK 1141 #echo >&2 "PUSH: '$DEP' => '$STACK'" 1148 STACK=$(list_rest $STACK) [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/ |
build-hardy-toolchain.sh | 1124 local STACK="$1" 1130 # Peek at stack 1131 TASK=$(list_first $STACK) 1132 #echo >&2 "STACK: ($TASK) '$STACK'" 1140 STACK=$DEP" "$STACK 1141 #echo >&2 "PUSH: '$DEP' => '$STACK'" 1148 STACK=$(list_rest $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...] |
/external/libvpx/libvpx/vp8/common/x86/ |
loopfilter_block_sse2.asm | 352 ; reserve stack space 539 ; TRANSPOSED DATA AVAILABLE ON THE STACK 776 ; free stack space
|
/dalvik/dx/etc/ |
jasmin.jar | |