HomeSort by relevance Sort by last modified time
    Searched refs:stack (Results 226 - 250 of 3511) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/valgrind/none/tests/solaris/
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 ....
coredump_many_threads.stderr.exp 7 If you believe this happened as a result of a stack
10 main thread stack using the --main-stacksize= flag.
11 The main thread stack size used in this run was ....
  /external/valgrind/none/tests/x86-linux/
bug345887.stderr.exp 5 If you believe this happened as a result of a stack
8 main thread stack using the --main-stacksize= flag.
9 The main thread stack size used in this run was ....
hang.stderr.exp 5 If you believe this happened as a result of a stack
8 main thread stack using the --main-stacksize= flag.
9 The main thread stack size used in this run was ....
  /external/valgrind/none/tests/x86-solaris/
coredump_single_thread.stderr.exp 5 If you believe this happened as a result of a stack
8 main thread stack using the --main-stacksize= flag.
9 The main thread stack size used in this run was ....
coredump_single_thread_sse.stderr.exp 7 If you believe this happened as a result of a stack
10 main thread stack using the --main-stacksize= flag.
11 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/compiler-rt/lib/lsan/
lsan.h 19 BufferedStackTrace stack; \
27 stack.Unwind(max_size, StackTrace::GetCurrentPc(), GET_CURRENT_FRAME(), \
  /external/compiler-rt/lib/msan/
msan_new_delete.cc 32 return MsanReallocate(&stack, 0, size, sizeof(u64), false)
45 if (ptr) MsanDeallocate(&stack, ptr)
  /external/compiler-rt/lib/tsan/tests/unit/
tsan_stack_test.cc 23 uptr stack[128]; local
24 thr.shadow_stack = &stack[0];
25 thr.shadow_stack_pos = &stack[0];
26 thr.shadow_stack_end = &stack[128];
53 uptr stack[kShadowStackSize]; local
54 thr.shadow_stack = &stack[0];
55 thr.shadow_stack_pos = &stack[0];
56 thr.shadow_stack_end = &stack[kShadowStackSize];
  /external/elfutils/tests/
run-stack-i-test.sh 20 # See run-stack-d-test.sh for dwarfinlines.cpp source.
27 STACKCMD=${bindir}/`program_transform stack`
29 STACKCMD=${abs_top_builddir}/src/stack
37 # Compare with run-stack-d-test.sh to see the output without --inlines.
44 testrun_compare ${abs_top_builddir}/src/stack -r -n 6 -i -e testfiledwarfinlines --core testfiledwarfinlines.core<<EOF
58 testrun_compare ${abs_top_builddir}/src/stack -r -n 6 -s -i -e testfiledwarfinlines --core testfiledwarfinlines.core<<EOF
  /external/libcxx/test/std/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);
  /external/libcxx/test/std/containers/container.adaptors/stack/stack.defn/
pop.pass.cpp 10 // <stack>
14 #include <stack>
19 std::stack<int> q;
  /external/libunwind/src/ia64/
dyn_info_list.S 24 /* We do not need executable stack. */
25 .section .note.GNU-stack,"",@progbits
  /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/v8/test/mjsunit/regress/
regress-3404.js 6 // Reconfigure e.stack to be non-configurable
7 var desc1 = Object.getOwnPropertyDescriptor(error, "stack");
8 Object.defineProperty(error, "stack",
11 var desc2 = Object.getOwnPropertyDescriptor(error, "stack");
regress-crbug-109362.js 7 var stack;
11 stack = e.stack;
13 assertTrue(stack.indexOf("at eval (evaltest:" + expectation + ")") > 0);
  /external/valgrind/drd/tests/
fp_race.stderr.exp 7 (thread finished, call stack no longer available)
9 (thread finished, call stack no longer available)
16 (thread finished, call stack no longer available)
18 (thread finished, call stack no longer available)
sem_as_mutex.stderr.exp 7 (thread finished, call stack no longer available)
9 (thread finished, call stack no longer available)
16 (thread finished, call stack no longer available)
18 (thread finished, call stack no longer available)
sem_open.stderr.exp 7 (thread finished, call stack no longer available)
9 (thread finished, call stack no longer available)
16 (thread finished, call stack no longer available)
18 (thread finished, call stack no longer available)
sigaltstack.stderr.exp 1 calling sigaltstack, stack base is 0x........
  /external/valgrind/include/
pub_tool_basics_asm.h 61 /* Let the linker know we don't need an executable stack.
67 # define MARK_STACK_NO_EXEC .section .note.GNU-stack,"",%progbits
69 # define MARK_STACK_NO_EXEC .section .note.GNU-stack,"",@progbits
  /external/valgrind/memcheck/tests/
execve2.stderr.exp 4 Address 0x........ is not stack'd, malloc'd or (recently) free'd
resvn_stack.stderr.exp 5 Accessing fresh stack
sigaltstack.stderr.exp 1 calling sigaltstack, stack base is 0x........

Completed in 1183 milliseconds

1 2 3 4 5 6 7 8 91011>>