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

1 2 3 4 5 6

  /toolchain/binutils/binutils-2.25/ld/emulparams/
msp430X.sh 8 STACK=0x600
msp430.sh 18 STACK=0x600
  /system/core/debuggerd/
utility.h 72 STACK,
tombstone.cpp 269 _LOG(log, logtype::STACK, "%s\n", line.c_str());
300 _LOG(log, logtype::STACK, " ........ ........\n");
306 _LOG(log, logtype::STACK, " ........ ........\n");
442 _LOG(log, logtype::STACK, "\nstack:\n");
  /external/compiler-rt/test/msan/
chained_origin_limits.cc 13 // RUN: FileCheck %s --check-prefix=CHECK-PER-STACK < %t.out
18 // Stack origin.
28 // RUN: FileCheck %s --check-prefix=CHECK-PER-STACK < %t.out
44 // RUN: FileCheck %s --check-prefix=CHECK-PER-STACK < %t.out
50 // Stack origin, with calls.
60 // RUN: FileCheck %s --check-prefix=CHECK-PER-STACK < %t.out
73 #ifdef STACK
150 // CHECK-PER-STACK: WARNING: MemorySanitizer: use-of-uninitialized-value
151 // CHECK-PER-STACK: Uninitialized value was stored to memory at
152 // CHECK-PER-STACK: in fn
    [all...]
  /frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
RecentsProvider.java 81 public static final String STACK = "stack";
97 public static final String STACK = "stack";
138 RecentColumns.STACK + " BLOB DEFAULT NULL," +
154 ResumeColumns.STACK + " BLOB DEFAULT NULL," +
313 final DocumentStack stack = new DocumentStack(); local
320 cursor.getColumnIndex(RecentColumns.STACK));
321 DurableUtils.readFromArray(rawStack, stack);
323 if (stack.root != null && predicate.apply(stack.root.authority))
    [all...]
DocumentsActivity.java 98 if (DEBUG) Log.d(TAG, "Stack already resolved");
104 // As a matter of policy we don't load the last used stack for the copy
108 // we restore the stack as last used from that app.
113 if (DEBUG) Log.d(TAG, "Attempting to load last used stack for calling package.");
371 final byte[] rawStack = DurableUtils.writeToArrayOrNull(mState.stack);
375 // Remember stack for last create
377 values.put(RecentColumns.KEY, mState.stack.buildKey());
378 values.put(RecentColumns.STACK, rawStack);
385 values.put(ResumeColumns.STACK, rawStack);
416 intent.putExtra(Shared.EXTRA_STACK, (Parcelable) mState.stack);
    [all...]
RecentsCreateFragment.java 145 final DocumentStack stack = mAdapter.getItem(event.getItemPosition());
146 ((BaseActivity) getActivity()).onStackPicked(stack);
179 cursor.getColumnIndex(RecentColumns.STACK));
181 final DocumentStack stack = new DocumentStack(); local
182 DurableUtils.readFromArray(rawStack, stack);
185 // providers; we update the stack during the actual
188 stack.updateRoot(matchingRoots);
189 result.add(stack);
191 Log.w(TAG, "Failed to resolve stack: " + e);
256 final DocumentStack stack = getItem(position) local
    [all...]
FilesActivity.java 87 if (DEBUG) Log.d(TAG, "Stack already resolved for uri: " + intent.getData());
88 } else if (!mState.stack.isEmpty()) {
89 // If a non-empty stack is present in our state, it was read (presumably)
91 // loading or restoring the stack (like URI).
93 // When restoring from a stack, if a URI is present, it should only ever be:
102 && !uri.equals(mState.stack.peek())
105 "Launching with non-empty stack. Ignoring unexpected uri: " + uri);
107 if (DEBUG) Log.d(TAG, "Launching with non-empty stack.");
138 mState.stack,
153 final DocumentStack stack = intent.getParcelableExtra(Shared.EXTRA_STACK) local
    [all...]
  /external/chromium-trace/catapult/telemetry/telemetry/timeline/
memory_dump_event_unittest.py 91 (JAVA_SPACES, JAVA_CACHE, ASHMEM, NATIVE_1, NATIVE_2, STACK, FILES_APK,
100 '[stack thingy]': {'pss': STACK},
111 '/Stack': STACK,
  /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
7535 int stack; \/* Also contains the offset of control head. *\/ local
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/
nlmheader.y 122 %token SCREENNAME SHARELIB STACK START SYNCHRONIZE
331 | STACK STRING
430 building up a large import list on the parser stack. */
512 /* We need to keep a stack of files to handle file inclusion. */
524 /* The next file on the stack. */
617 { "STACK", STACK },
618 { "STACKSIZE", STACK },
  /toolchain/binutils/binutils-2.25/bfd/doc/
chew.c 38 Two stacks are provided, a string stack and an integer stack.
46 ! - pop top of integer stack for address, pop next for value; store
47 @ - treat value on integer stack as the address of an integer; push
48 that integer on the integer stack after popping the "address"
74 internalmode - pop from integer stack, set `internalmode' to that value
75 print_stack_level - print current stack depth to stderr
77 [quoted string] - push string onto string stack
78 [word starting with digit] - push atol(str) onto integer stack
92 #define STACK 5
283 string_type stack[STACK]; variable
    [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/v8/src/ast/
scopeinfo.cc 18 // Collect stack and context locals.
46 receiver_info = STACK;
65 function_name_info = STACK;
75 const bool has_receiver = receiver_info == STACK || receiver_info == CONTEXT;
116 // Add stack locals' names. We are assuming that the stack locals'
331 FunctionVariableField::decode(Flags()) == STACK;
373 return allocation == STACK || allocation == CONTEXT;
824 PrintList("stack slots", 0, StackLocalEntriesIndex(),
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/
build-lucid-multilib-toolchain.sh 1142 local STACK="$1"
1148 # Peek at stack
1149 TASK=$(list_first $STACK)
1150 #echo >&2 "STACK: ($TASK) '$STACK'"
1158 STACK=$DEP" "$STACK
1159 #echo >&2 "PUSH: '$DEP' => '$STACK'"
1166 STACK=$(list_rest $STACK)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/
build-precise-multilib-toolchain.sh 1144 local STACK="$1"
1150 # Peek at stack
1151 TASK=$(list_first $STACK)
1152 #echo >&2 "STACK: ($TASK) '$STACK'"
1160 STACK=$DEP" "$STACK
1161 #echo >&2 "PUSH: '$DEP' => '$STACK'"
1168 STACK=$(list_rest $STACK)
    [all...]
  /external/curl/docs/examples/
Makefile.netware 65 STACK = 8192
358 ifdef STACK
359 @echo $(DL)stack $(STACK)$(DL) >> $@
  /external/curl/lib/
Makefile.netware 70 STACK = 64000
400 ifdef STACK
401 @echo $(DL)stack $(STACK)$(DL) >> $@
  /external/curl/src/
Makefile.netware 85 STACK = 64000
417 ifdef STACK
418 @echo $(DL)stack $(STACK)$(DL) >> $@
  /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/drd/tests/
tsan_unittest.cpp 6352 int stack; local
    [all...]

Completed in 493 milliseconds

1 2 3 4 5 6