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

<<71727374757677787980>>

  /external/v8/test/mjsunit/tools/
profile.js 32 function stackToString(stack) {
33 return stack.join(' -> ');
88 // Stack looks like this: [pc, caller, ..., main].
191 var stack = stackToString(path);
192 assertNotNull(node, 'node not found: ' + stack);
193 assertEquals(selfTicks, node.selfWeight, 'self of ' + stack);
194 assertEquals(totalTicks, node.totalWeight, 'total of ' + stack);
243 // Only count each function in the stack once.
  /external/valgrind/main/drd/
drd_thread.h 73 Addr stack_min_min; /**< Lowest value stack pointer ever had. */
74 Addr stack_min; /**< Current stack pointer. */
75 Addr stack_startup; /**<Stack pointer after pthread_create() finished.*/
76 Addr stack_max; /**< Top of stack. */
77 SizeT stack_size; /**< Maximum size of stack. */
282 * Update the information about the lowest stack address that has ever been
308 * Return true if and only if the specified address is on the stack of the
319 * Return true if and only if the specified address is on the stack of any
  /external/valgrind/main/exp-sgcheck/tests/
bad_percentify.stderr.exp-glibc28-amd64 10 Expected: stack array "buf" of size 6 in frame 4 back from here
25 Expected: stack array "buf" of size 6 in frame 7 back from here
  /external/valgrind/main/massif/tests/
realloc.stderr.exp 37 Massif: stack allocs: 0
38 Massif: stack frees: 0
  /frameworks/base/docs/html/training/implementing-navigation/
ancestral.jd 21 <li><a href="{@docRoot}guide/components/tasks-and-back-stack.html">Tasks and Back Stack</a></li>
135 If the target parent activity is in the task's back stack, it is brought
158 requires that you create a new back stack.</p>
161 <h3 id="BuildBackStack">Navigate up with a new back stack</h3>
169 with the appropriate back stack before navigating up.</p>
189 // when navigating up, with a synthesized back stack.
191 // Add all of this activity's parents to the back stack
  /libcore/luni/src/main/java/java/io/
InvalidClassException.java 44 * Constructs a new {@code InvalidClassException} with its stack trace and
55 * Constructs a new {@code InvalidClassException} with its stack trace,
  /ndk/docs/
sidenav.html 27 <li><a href="NDK-STACK.html" target="content">ndk-stack</a></li>
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/
stack 0 // <stack> -*- C++ -*-
52 /** @file include/stack
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
vtimes.h 39 /* Amount of data and stack memory used (kilobyte-seconds). */
43 /* Maximum resident set size (text, data, and stack) (kilobytes). */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/
stack 0 // <stack> -*- C++ -*-
52 /** @file include/stack
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/
vtimes.h 39 /* Amount of data and stack memory used (kilobyte-seconds). */
43 /* Maximum resident set size (text, data, and stack) (kilobytes). */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/
vtimes.h 39 /* Amount of data and stack memory used (kilobyte-seconds). */
43 /* Maximum resident set size (text, data, and stack) (kilobytes). */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/
stack 0 // <stack> -*- C++ -*-
52 /** @file include/stack
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/
stack 0 // <stack> -*- C++ -*-
52 /** @file include/stack
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/
stack 0 // <stack> -*- C++ -*-
52 /** @file include/stack
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/
stack 0 // <stack> -*- C++ -*-
52 /** @file include/stack
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/
stack 0 // <stack> -*- C++ -*-
52 /** @file include/stack
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/
stack 0 // <stack> -*- C++ -*-
52 /** @file include/stack
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/
stack 0 // <stack> -*- C++ -*-
52 /** @file include/stack
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/
stack 0 // <stack> -*- C++ -*-
52 /** @file include/stack
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/
stack 0 // <stack> -*- C++ -*-
52 /** @file include/stack
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/
stack 0 // <stack> -*- C++ -*-
51 /** @file include/stack
  /system/core/sh/funcs/
dirs 46 then echo "pushd: directory stack empty."
61 then echo "popd: directory stack empty."
popd 46 then echo "pushd: directory stack empty."
61 then echo "popd: directory stack empty."
pushd 46 then echo "pushd: directory stack empty."
61 then echo "popd: directory stack empty."

Completed in 695 milliseconds

<<71727374757677787980>>