HomeSort by relevance Sort by last modified time
    Searched defs:trace (Results 51 - 75 of 318) sorted by null

1 23 4 5 6 7 8 91011>>

  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/list_update_map_/
trace_fn_imps.hpp 46 trace() const function in class:PB_DS_CLASS_C_DEC
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/binary_heap_/
trace_fn_imps.hpp 46 trace() const function in class:PB_DS_CLASS_C_DEC
59 resize_policy::trace();
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/cc_hash_table_map_/
trace_fn_imps.hpp 38 * Contains implementations of cc_ht_map_'s trace-mode functions.
46 trace() const function in class:PB_DS_CLASS_C_DEC
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/gp_hash_table_map_/
trace_fn_imps.hpp 38 * Contains implementations of gp_ht_map_'s trace-mode functions.
46 trace() const function in class:PB_DS_CLASS_C_DEC
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/list_update_map_/
trace_fn_imps.hpp 46 trace() const function in class:PB_DS_CLASS_C_DEC
  /sdk/emulator/qtools/
read_pid.cpp 13 TraceReaderBase *trace = new TraceReaderBase; local
14 trace->Open(trace_filename);
18 if (trace->ReadPidEvent(&event))
read_addr.cpp 13 TraceReaderBase *trace = new TraceReaderBase; local
14 trace->Open(trace_filename);
21 if (trace->ReadAddr(&time, &addr, &flags))
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/left_child_next_sibling_heap_/
trace_fn_imps.hpp 46 trace() const function in class:PB_DS_CLASS_C_DEC
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/left_child_next_sibling_heap_/
trace_fn_imps.hpp 46 trace() const function in class:PB_DS_CLASS_C_DEC
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/pb_ds/detail/left_child_next_sibling_heap_/
trace_fn_imps.hpp 46 trace() const function in class:PB_DS_CLASS_C_DEC
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/left_child_next_sibling_heap_/
trace_fn_imps.hpp 46 trace() const function in class:PB_DS_CLASS_C_DEC
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/left_child_next_sibling_heap_/
trace_fn_imps.hpp 46 trace() const function in class:PB_DS_CLASS_C_DEC
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/left_child_next_sibling_heap_/
trace_fn_imps.hpp 46 trace() const function in class:PB_DS_CLASS_C_DEC
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/
trace_fn_imps.hpp 46 trace() const function in class:PB_DS_CLASS_C_DEC
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/left_child_next_sibling_heap_/
trace_fn_imps.hpp 46 trace() const function in class:PB_DS_CLASS_C_DEC
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/left_child_next_sibling_heap_/
trace_fn_imps.hpp 46 trace() const function in class:PB_DS_CLASS_C_DEC
  /external/compiler-rt/lib/tsan/tests/unit/
tsan_stack_test.cc 20 static void TestStackTrace(StackTrace *trace) {
23 trace->ObtainCurrent(&thr, 0);
24 EXPECT_EQ(trace->Size(), (uptr)0);
26 trace->ObtainCurrent(&thr, 42);
27 EXPECT_EQ(trace->Size(), (uptr)1);
28 EXPECT_EQ(trace->Get(0), (uptr)42);
32 trace->ObtainCurrent(&thr, 0);
33 EXPECT_EQ(trace->Size(), (uptr)2);
34 EXPECT_EQ(trace->Get(0), (uptr)100);
35 EXPECT_EQ(trace->Get(1), (uptr)101)
46 StackTrace trace; local
    [all...]
  /external/webkit/Source/ThirdParty/ANGLE/src/common/
debug.cpp 22 void trace(const char *format, ...) function in namespace:gl
  /external/chromium/base/debug/
stack_trace_unittest.cc 24 StackTrace trace; local
26 // Dump the trace into a string.
28 trace.OutputToStream(&os);
39 trace.Addresses(&frames_found);
59 // which should be the first symbol in the trace.
105 StackTrace trace; local
107 trace.OutputToStream(&os);
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_stacktrace_test.cc 28 StackTrace trace; member in class:__sanitizer::FastUnwindTest
38 // Mark the last fp as zero to terminate the stack trace.
48 trace.size = 0;
49 trace.max_size = ARRAY_SIZE(fake_stack);
50 trace.trace[0] = start_pc;
54 trace.FastUnwindStack(start_pc, (uptr)&fake_stack[0],
57 EXPECT_EQ(6U, trace.size);
58 EXPECT_EQ(start_pc, trace.trace[0])
    [all...]
  /external/openssh/regress/
test-exec.sh 178 trace "wait for sshd to exit"
191 trace () function
193 echo "trace: $@" >>$TEST_SSH_LOGFILE
262 trace "adding sshd_config option $TEST_SSH_SSHD_CONFOPTS"
292 trace "adding ssh_config option $TEST_SSH_SSHD_CONFOPTS"
298 trace "generate keys"
382 trace "wait for sshd"
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/pat_trie_/
trace_fn_imps.hpp 46 trace() const function in class:PB_DS_CLASS_C_DEC
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/pat_trie_/
trace_fn_imps.hpp 46 trace() const function in class:PB_DS_CLASS_C_DEC
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/pb_ds/detail/pat_trie_/
trace_fn_imps.hpp 46 trace() const function in class:PB_DS_CLASS_C_DEC
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/pat_trie_/
trace_fn_imps.hpp 46 trace() const function in class:PB_DS_CLASS_C_DEC

Completed in 899 milliseconds

1 23 4 5 6 7 8 91011>>