HomeSort by relevance Sort by last modified time
    Searched refs:stack (Results 101 - 125 of 1681) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/valgrind/main/memcheck/tests/
execve1.stderr.exp 4 Address 0x........ is not stack'd, malloc'd or (recently) free'd
9 Address 0x........ is not stack'd, malloc'd or (recently) free'd
14 Address 0x........ is not stack'd, malloc'd or (recently) free'd
supp_unknown.stderr.exp 6 If you believe this happened as a result of a stack
9 main thread stack using the --main-stacksize= flag.
10 The main thread stack size used in this run was ....
execve2.stderr.exp 4 Address 0x........ is not stack'd, malloc'd or (recently) free'd
sigaltstack.stderr.exp 1 calling sigaltstack, stack base is 0x........
signal2.stderr.exp 3 Address 0x........ is not stack'd, malloc'd or (recently) free'd
  /external/valgrind/main/none/tests/linux/
blockfault.stderr.exp 6 If you believe this happened as a result of a stack
9 main thread stack using the --main-stacksize= flag.
10 The main thread stack size used in this run was ....
  /external/bison/data/
stack.hh 21 b4_output_begin([b4_dir_prefix[]stack.hh])
22 b4_copyright([Stack handling for Bison parsers in C++],
26 ** \file ]b4_dir_prefix[stack.hh
27 ** Define the ]b4_namespace_ref[::stack class.
30 ]b4_cpp_guard_open([b4_dir_prefix[]stack.hh])[
36 class stack
43 stack () : seq_ ()
47 stack (unsigned int n) : seq_ (n)
94 /// Present a slice of the top of a stack.
95 template <class T, class S = stack<T>
    [all...]
  /external/chromium/base/
at_exit.h 9 #include <stack>
23 // AtExitManager object on the stack:
52 // AtExitManagers are kept on a global stack, and it will be removed during
65 std::stack<CallbackAndParam> stack_;
66 AtExitManager* next_manager_; // Stack of managers to allow shadowing.
  /external/grub/docs/
boot.S 53 /* Initialize the stack pointer. */
54 movl $(stack + STACK_SIZE), %esp
78 /* Our stack area. */
79 .comm stack, STACK_SIZE
  /external/nist-sip/java/gov/nist/javax/sip/
DefaultAddressResolver.java 34 import gov.nist.javax.sip.stack.HopImpl;
35 import gov.nist.javax.sip.stack.MessageProcessor;
44 * some address that cannot be resolved you should register an AddressResolver with the stack.
  /external/valgrind/main/drd/tests/
sigaltstack.stderr.exp 1 calling sigaltstack, stack base is 0x........
  /external/valgrind/main/none/tests/
thread-exits.stdout.exp 0 stack grew OK
  /hardware/samsung_slsi/exynos5/libcamera2/
SignalDrivenThread.h 52 int32_t priority, size_t stack);
60 int32_t priority, size_t stack);
  /ndk/sources/cxx-stl/llvm-libc++/test/containers/container.adaptors/stack/stack.cons/
ctor_container.pass.cpp 10 // <stack>
12 // explicit stack(const container_type& c);
14 #include <stack>
30 std::stack<int> q(d);
  /ndk/sources/cxx-stl/llvm-libc++/test/containers/container.adaptors/stack/stack.defn/
pop.pass.cpp 10 // <stack>
14 #include <stack>
19 std::stack<int> q;
  /external/compiler-rt/lib/asan/
asan_allocator.h 52 void GetAllocStack(StackTrace *stack);
53 void GetFreeStack(StackTrace *stack);
121 // Fake stack frame contains local variables of one function.
122 // This struct should fit into a stack redzone (32 bytes).
154 // For each thread we create a fake stack and place stack objects on this fake
155 // stack instead of the real stack. The fake stack is not really a stack bu
    [all...]
asan_malloc_mac.cc 46 (malloc_zone_t*)asan_malloc(sizeof(asan_zone), &stack);
97 void *res = asan_malloc(size, &stack);
105 asan_free(ptr, &stack, FROM_MALLOC);
111 return asan_realloc(ptr, size, &stack);
117 return asan_calloc(nmemb, size, &stack);
123 return asan_memalign(GetPageSizeCached(), size, &stack, FROM_MALLOC);
135 void *result = asan_memalign(alignment, size, &stack, FROM_MALLOC);
157 return asan_malloc(size, &stack);
173 return asan_calloc(nmemb, size, &stack);
182 return asan_memalign(GetPageSizeCached(), size, &stack, FROM_MALLOC)
    [all...]
  /bionic/libc/kernel/arch-arm/asm/
smp.h 34 void *stack; member in struct:secondary_data
  /dalvik/vm/mterp/x86/
OP_REM_DOUBLE.S 5 fldl (rFP,%ecx,4) # vCC to fp stack
6 fldl (rFP,%eax,4) # vCC to fp stack
OP_REM_DOUBLE_2ADDR.S 5 fldl (rFP,rINST,4) # vBB to fp stack
7 fldl (rFP,%ecx,4) # vAA to fp stack
OP_REM_FLOAT.S 5 flds (rFP,%ecx,4) # vCC to fp stack
6 flds (rFP,%eax,4) # vCC to fp stack
OP_REM_FLOAT_2ADDR.S 5 flds (rFP,rINST,4) # vBB to fp stack
7 flds (rFP,%ecx,4) # vAA to fp stack
  /development/ndk/platforms/android-3/arch-arm/include/asm/
smp.h 31 void *stack; member in struct:secondary_data
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/debugging/
rule-tracing.rb 15 @stack = nil
20 attr_accessor :stack, :traces
32 @stack = nil
37 attr_accessor :stack, :traces
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_stackdepot.h 20 // StackDepot efficiently stores huge amounts of stack traces.
22 // Maps stack trace to an unique id.
23 u32 StackDepotPut(const uptr *stack, uptr size);
24 // Retrieves a stored stack trace by the id.

Completed in 3368 milliseconds

1 2 3 45 6 7 8 91011>>