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

1 2 3 4 5 6 7 8

  /toolchain/binutils/binutils-2.27/ld/emulparams/
msp430X.sh 8 STACK=0x600
msp430elf.sh 18 STACK=0x600
  /tools/loganalysis/src/com/android/loganalysis/item/
TracesItem.java 27 * For now, this only stores info about the main stack trace from the first process. It is used to
28 * get a stack from {@code /data/anr/traces.txt} which can be used to give some context about the
39 public static final String STACK = "STACK";
42 PID, APP, STACK));
80 * Get the stack for the crash.
83 return (String) getAttribute(STACK);
87 * Set the stack for the crash.
89 public void setStack(String stack) {
90 setAttribute(STACK, stack)
    [all...]
MiscKernelLogItem.java 35 public static final String STACK = "STACK";
38 EVENT_TIME, PREAMBLE, CATEGORY, STACK));
99 * Get the stack for the event.
102 return (String) getAttribute(STACK);
106 * Set the stack for the event.
108 public void setStack(String stack) {
109 setAttribute(STACK, stack);
MiscLogcatItem.java 44 public static final String STACK = "STACK";
47 EVENT_TIME, PID, TID, APP, TAG, LAST_PREAMBLE, PROCESS_PREAMBLE, CATEGORY, STACK));
187 * Get the stack for the event.
190 return (String) getAttribute(STACK);
194 * Set the stack for the event.
196 public void setStack(String stack) {
197 setAttribute(STACK, stack);
  /tools/loganalysis/src/com/android/loganalysis/parser/
TracesParser.java 27 * For now, this only extracts the main stack trace from the first process. It is used to get a
28 * stack from {@code /data/anr/traces.txt} which can be used to give some context about the ANR. If
47 private static final Pattern STACK = Pattern.compile("^\"main\" .*$");
57 StringBuffer stack = null; local
60 if (stack == null) {
69 m = STACK.matcher(line);
71 stack = new StringBuffer();
72 stack.append(line);
73 stack.append("\n");
76 stack.append(line)
    [all...]
  /system/core/debuggerd/libdebuggerd/include/libdebuggerd/
utility.h 59 STACK,
  /external/arm-neon-tests/
Init.s 39 ; Initialise Supervisor Mode Stack
40 ; Note stack must be 8 byte aligned.
43 IMPORT ||Image$$STACK$$ZI$$Limit|| ; Linker symbol from scatter file
44 LDR SP, =||Image$$STACK$$ZI$$Limit||
  /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...]
  /packages/apps/DocumentsUI/src/com/android/documentsui/picker/
LastAccessedProvider.java 71 public static final String STACK = "stack";
104 Columns.STACK + " BLOB DEFAULT NULL," +
124 ContentResolver resolver, String packageName, DocumentStack stack) {
126 final byte[] rawStack = DurableUtils.writeToArrayOrNull(stack);
128 values.put(Columns.STACK, rawStack);
242 final DocumentStack stack = new DocumentStack(); local
249 cursor.getColumnIndex(Columns.STACK));
250 DurableUtils.readFromArray(rawStack, stack);
252 if (stack.getRoot() != null && predicate.test(stack.getRoot().authority))
    [all...]
  /external/libffi/src/x86/
win64.S 6 #define STACK 0
32 ;;; It must move the parameters passed in registers to their stack location,
36 ;; copy register arguments onto stack
73 mov rdx, rsp ; stack is second parameter
84 ;; copy registers onto stack
103 mov QWORD PTR STACK[rbp], rax
106 mov rcx, QWORD PTR STACK[rbp]
109 mov rsp, QWORD PTR STACK[rbp]
278 # It must move the parameters passed in registers to their stack location,
285 # copy register arguments onto stack
    [all...]
  /external/python/cpython2/Modules/_ctypes/libffi/src/x86/
win64.S 6 #define STACK 0
32 ;;; It must move the parameters passed in registers to their stack location,
36 ;; copy register arguments onto stack
73 mov rdx, rsp ; stack is second parameter
84 ;; copy registers onto stack
103 mov QWORD PTR STACK[rbp], rax
106 mov rcx, QWORD PTR STACK[rbp]
109 mov rsp, QWORD PTR STACK[rbp]
253 # It must move the parameters passed in registers to their stack location,
259 # copy register arguments onto stack
    [all...]
  /external/python/cpython3/Modules/_ctypes/libffi/src/x86/
win64.S 6 #define STACK 0
32 ;;; It must move the parameters passed in registers to their stack location,
36 ;; copy register arguments onto stack
73 mov rdx, rsp ; stack is second parameter
84 ;; copy registers onto stack
103 mov QWORD PTR STACK[rbp], rax
106 mov rcx, QWORD PTR STACK[rbp]
109 mov rsp, QWORD PTR STACK[rbp]
253 # It must move the parameters passed in registers to their stack location,
259 # copy register arguments onto stack
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/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/python/cpython2/Lib/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/python/cpython3/Lib/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/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/dist2/src/
pcre2_jit_compile.c 93 /* Allocate memory for the regex stack on the real machine stack.
97 /* Growth rate for stack allocated by the OS. Should be the multiply
140 '(' matching path (pushing arguments to the stack)
142 ')' matching path (pushing arguments to the stack)
155 code paths. In this way the topmost value on the stack is always belong
158 the matching path eventually. Otherwise it needs to clear out its own stack
163 Saved stack frames:
170 The stack frames are stored in a chain list, and have the following format:
173 Thus we can restore the private data to a particular point in the stack
178 struct sljit_stack *stack; member in struct:jit_arguments
8387 int stack; \/* Also contains the offset of control head. *\/ local
    [all...]
  /toolchain/binutils/binutils-2.27/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 },
  /external/v8/src/objects/
scope-info.h 29 // at runtime (stack dumps, deoptimization, etc.).
52 // Return the total number of locals allocated on the stack and in the
56 // Return the number of stack slots for code. This number consists of two
58 // 1. One stack slot per stack allocated local.
59 // 2. One stack slot for the function name if it is stack allocated.
74 // Does this scope declare a "this" binding, and the "this" binding is stack-
111 // Return the name of the given stack local.
114 // Return the name of the given stack local
    [all...]
scope-info.cc 67 // Stack allocated block scope variables are allocated in the parent
104 receiver_info = STACK;
125 function_name_info = STACK;
132 const bool has_receiver = receiver_info == STACK || receiver_info == CONTEXT;
191 // Add stack locals' names, context locals' names and info, module variables'
192 // names and info. We are assuming that the stack locals' slots are allocated
425 FunctionVariableField::decode(Flags()) == STACK;
463 return allocation == STACK || allocation == CONTEXT;
824 PrintList("stack slots", 0, StackLocalNamesIndex(),
    [all...]
  /toolchain/binutils/binutils-2.27/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...]
  /packages/apps/DocumentsUI/src/com/android/documentsui/base/
DocumentStack.java 44 * Representation of a stack of {@link DocumentInfo}, usually the result of a
65 * parameters, i.e. the last document will be at the top of the stack.
87 * passed as parameters, i.e. the last document will be at the top of the stack.
120 * Returns {@link DocumentInfo} at index counted from the bottom of this stack.
128 if (DEBUG) Log.d(TAG, "Adding doc to stack: " + info);
134 if (DEBUG) Log.d(TAG, "Popping doc off stack.");
177 * Resets this stack to the given stack. It takes the reference of {@link #mList} and
180 public void reset(DocumentStack stack) {
181 if (DEBUG) Log.d(TAG, "Resetting the whole darn stack to: " + stack)
230 DocumentStack stack = new DocumentStack(); local
    [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...]

Completed in 390 milliseconds

1 2 3 4 5 6 7 8