HomeSort by relevance Sort by last modified time
    Searched full:stack (Results 1601 - 1625 of 10778) sorted by null

<<61626364656667686970>>

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
resource.h 29 long ru_isrss; /* integral unshared stack size */
55 * Limit the stack by to some sane default: root can always
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
resource.h 29 long ru_isrss; /* integral unshared stack size */
55 * Limit the stack by to some sane default: root can always
  /prebuilts/tools/common/proguard/proguard4.7/examples/
midlets.pro 37 # Save the obfuscation mapping to a file, so you can de-obfuscate any stack
43 # get stack traces with line numbers.
  /system/core/sh/
memalloc.c 100 * Parse trees for commands are allocated in lifo order, so we use a stack
195 * stack and only adjust the stack pointer when it knows how big the
196 * string is. Stackblock (defined in stack.h) returns a pointer to a block
197 * of space on top of the stack and stackblocklen returns the length of
225 * Stack marks pointing to the start of the old block
260 * effect, STPUTC(c, p) is the same as *p++ = c except that the stack is
264 * someone else to use the stack temporarily and then continue to grow
  /external/llvm/lib/Target/ARM/
ARMFrameLowering.cpp 62 /// included as part of the stack frame.
67 // stack frame. ARM (especially Thumb) has small immediate offset to
68 // address the stack frame. So a large call frame can cause poor codegen
216 // Set FP to point to the stack slot that contains the previous FP.
257 // The code inserted by emitAlignedDPRCS2Spills realigns the stack, and
258 // leaves the stack pointer pointing to the DPRCS2 area.
260 // Adjust NumBytes to represent the stack slots below the DPRCS2 area.
289 // If we need dynamic stack realignment, do it here. Be paranoid and make
291 // If aligned NEON registers were spilled, the stack has already been
323 // of the stack pointer is at this point. Any variable size object
    [all...]
  /external/chromium_org/v8/src/x64/
builtins-x64.cc 96 // Push a copy of the function onto the stack.
122 // Push a copy of the function onto the stack.
157 // Store a smi-tagged arguments count on the stack.
161 // Push the function to invoke on the stack.
358 // Retrieve the function from the stack.
361 // Retrieve smi-tagged arguments count from the stack.
365 // Push the allocated receiver to the stack. We need two copies
374 // Copy arguments and receiver to the expression stack.
420 // on-stack receiver as the result.
431 // Remove caller arguments from the stack and return
    [all...]
  /dalvik/vm/native/
dalvik_system_VMStack.cpp 61 * Create an array of classes for the methods on the stack, skipping the
74 * Get an array with the stack trace in it.
160 * Suspend the thread, pull out the stack trace, then resume the thread
162 * our own stack trace, skip the suspend/resume.
177 * Retrieve the stack trace of the specified thread and return it as an
201 * Retrieve a partial stack trace of the specified thread and return
  /development/samples/AppNavigation/res/values/
strings.xml 21 <string name="simple_up_description">This demo shows the simple case of up navigation that does not ever need to cross across different tasks. Press the up button on the action bar to return to the demo list. For simple drill-down navigation, the application up and system back buttons will navigate to the same location, leaving the task\'s back stack in the same state.</string>
24 <string name="peer_description">This is an activity that shows content with many navigation peers. Think of a content browser that offers links to related content items. Pressing back from this activity will return to the previously viewed content item if you reached this point through a related link. If you reached it from the app nav example home activity, back will return there. Navigating up from this activity will always return to the app nav example home activity and clean up the back stack along the way.</string>
29 <string name="view_from_other_task_description">This combined demo shows how to handle up navigation when another task has launched your app\'s activity on its own task stack. Navigating up in this scenario should synthesize a task stack representing the most common or direct navigation path to the parent activity. The code example shows how to handle this using helper code from the support library. Press the button below to launch a separate task and begin the demo.</string>
36 <string name="content_view_description">This activity can receive ACTION_VIEW intents with the mimetype \"application/x-example\", sent by the outside task component of this demo. If you launched the activity this way then it will be on the viewing activity\'s task stack. Press the back button to finish this activity and return to the activity that wanted to view the content. Press the up button in the action bar to jump back into the main demo task with a synthesized back stack. This matches the pattern for content viewers such as a photo gallery or video player.</string>
  /development/samples/SupportAppNavigation/res/values/
strings.xml 21 <string name="simple_up_description">This demo shows the simple case of up navigation that does not ever need to cross across different tasks. Press the up button on the action bar to return to the demo list. For simple drill-down navigation, the application up and system back buttons will navigate to the same location, leaving the task\'s back stack in the same state.</string>
24 <string name="peer_description">This is an activity that shows content with many navigation peers. Think of a content browser that offers links to related content items. Pressing back from this activity will return to the previously viewed content item if you reached this point through a related link. If you reached it from the app nav example home activity, back will return there. Navigating up from this activity will always return to the app nav example home activity and clean up the back stack along the way.</string>
29 <string name="view_from_other_task_description">This combined demo shows how to handle up navigation when another task has launched your app\'s activity on its own task stack. Navigating up in this scenario should synthesize a task stack representing the most common or direct navigation path to the parent activity. The code example shows how to handle this using helper code from the support library. Press the button below to launch a separate task and begin the demo.</string>
36 <string name="content_view_description">This activity can receive ACTION_VIEW intents with the mimetype \"application/x-example\", sent by the outside task component of this demo. If you launched the activity this way then it will be on the viewing activity\'s task stack. Press the back button to finish this activity and return to the activity that wanted to view the content. Press the up button in the action bar to jump back into the main demo task with a synthesized back stack. This matches the pattern for content viewers such as a photo gallery or video player.</string>
  /external/chromium-trace/trace-viewer/src/tcmalloc/
tcmalloc_snapshot_view.js 41 // This might happen if one stack is doing a lot of allocation, then
42 // passing off to another stack for deallocation. That stack will
134 // Highlight this stack trace in the timeline view.
143 // Compute the full stack trace the user just clicked.
151 // Tell the instance that this stack trace is selected.
  /external/chromium_org/third_party/WebKit/Source/core/dom/
CustomElementCallbackDispatcher.cpp 41 // The base of the stack has a null sentinel value.
83 // Dispatches callbacks when popping the processing stack.
106 // Pop the element queue from the processing stack
134 // callback queue is scheduled in an earlier processing stack frame,
136 // stack. Because callback queues are processed exhaustively, this
137 // effectively moves the callback queue to the top of the stack.
  /external/chromium_org/third_party/angle_dx11/src/compiler/
PoolAlloc.cpp 156 stack.push_back(state);
173 if (stack.size() < 1)
176 tHeader* page = stack.back().page;
177 currentPageOffset = stack.back().offset;
193 stack.pop_back();
202 while (stack.size() > 0)
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_eu.c 157 assert(p->current != &p->stack[BRW_EU_MAX_INSN_STACK-1]);
159 p->compressed_stack[p->current - p->stack] = p->compressed;
165 assert(p->current != p->stack);
167 p->compressed = p->compressed_stack[p->current - p->stack];
185 p->current = p->stack;
198 /* Set up control flow stack */
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
config.h 40 /** Maximum modelview matrix stack depth */
43 /** Maximum projection matrix stack depth */
46 /** Maximum texture matrix stack depth */
49 /** Maximum attribute stack depth */
52 /** Maximum client attribute stack depth */
76 /** Maximum Name stack depth */
  /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/tools/memory_watcher/
call_stack.h 25 // A stack where memory has been allocated.
35 // Identical stack traces will have matching hashes.
70 // Traces the stack, starting from this function, up to kMaxTraceFrames
101 // Check to see if this thread is already processing a stack.
131 // Indicate is this is a valid stack.
132 // This is false if recursion precluded a real stack generation.
  /external/chromium_org/v8/src/
hydrogen-range-analysis.cc 60 ZoneList<Pending> stack(graph()->blocks()->length(), zone());
88 // remaining blocks on the stack (in reverse order).
91 stack.Add(Pending(dominated_blocks->at(i), last_changed_range), zone());
94 } else if (!stack.is_empty()) {
95 // Pop next pending block from stack.
96 Pending pending = stack.RemoveLast();
  /external/libffi/src/m68k/
ffi.c 18 void *ffi_prep_args (void *stack, extended_cif *ecif);
24 /* ffi_prep_args is called by the assembly routine once stack space has
28 ffi_prep_args (void *stack, extended_cif *ecif)
36 argp = stack;
200 ffi_prep_incoming_args_SYSV (char *stack, void **avalue, ffi_cif *cif)
207 argp = stack;
  /external/libvpx/libvpx/vp8/common/ppc/
recon_altivec.asm 39 stw r0, -8(r1) ;# save old VRSAVE to stack
51 lwz r12, -8(r1) ;# restore old VRSAVE from stack
88 stw r0, -8(r1) ;# save old VRSAVE to stack
104 lwz r12, -8(r1) ;# restore old VRSAVE from stack
127 stw r0, -8(r1) ;# save old VRSAVE to stack
172 lwz r12, -8(r1) ;# restore old VRSAVE from stack
  /external/llvm/include/llvm/Target/
TargetCallingConv.td 84 /// stack slot of the specified size and alignment on the stack. If size is
99 /// CCPassByVal - This action always matches: it assigns the value to a stack
101 /// specify the minimum size and alignment for the stack slot.
119 /// CCPassIndirect - If applied, this stores the value to stack and passes the pointer
139 /// allocation stack slots for saved registers.
  /external/llvm/lib/Support/
PrettyStackTrace.cpp 49 /// PrintCurStackTrace - Print the current stack trace to the specified stream.
54 // If there are pretty stack frames registered, walk and emit them.
55 OS << "Stack dump:\n";
78 /// process, it prints the pretty stack trace.
81 // On non-apple systems, just emit the crash stack trace to stderr.
123 "Pretty stack trace entry destruction is out of order");
  /external/llvm/lib/Target/AArch64/
AArch64MachineFunctionInfo.h 26 /// Number of bytes of arguments this function has on the stack. If the callee
27 /// is expected to restore the argument stack this should be a multiple of 16,
31 /// want to transfer control from a function with 8-bytes of stack-argument
33 /// make a stack adjustment necessary, which could not be undone by the
42 /// If the stack needs to be adjusted on frame entry in two stages, this
84 /// The offset of the frame pointer from the stack pointer on function
  /external/llvm/lib/Target/Mips/
Mips16InstrInfo.h 31 /// load from a stack slot, return the virtual or physical register number of
32 /// the destination along with the FrameIndex of the loaded stack slot. If
34 /// any side effects other than loading from the stack slot.
39 /// store to a stack slot, return the virtual or physical register number of
40 /// the source reg along with the FrameIndex of the loaded stack slot. If
42 /// any side effects other than storing to the stack slot.
MipsSEInstrInfo.h 32 /// load from a stack slot, return the virtual or physical register number of
33 /// the destination along with the FrameIndex of the loaded stack slot. If
35 /// any side effects other than loading from the stack slot.
40 /// store to a stack slot, return the virtual or physical register number of
41 /// the source reg along with the FrameIndex of the loaded stack slot. If
43 /// any side effects other than storing to the stack slot.
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_eu.c 157 assert(p->current != &p->stack[BRW_EU_MAX_INSN_STACK-1]);
159 p->compressed_stack[p->current - p->stack] = p->compressed;
165 assert(p->current != p->stack);
167 p->compressed = p->compressed_stack[p->current - p->stack];
185 p->current = p->stack;
198 /* Set up control flow stack */

Completed in 388 milliseconds

<<61626364656667686970>>