HomeSort by relevance Sort by last modified time
    Searched refs:trace (Results 151 - 175 of 961) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/chromium_org/third_party/tcmalloc/chromium/src/
stacktrace_config.h 39 // GetStack{Trace,Frames}WithContext should not be provided.
58 # error Cannnot calculate stack trace: need either libunwind or frame-pointers (see INSTALL file)
60 # error Cannnot calculate stack trace: need libunwind (see INSTALL file)
stack_trace_table.h 52 // Adds stack trace "t" to table.
67 StackTrace trace; member in struct:tcmalloc::StackTraceTable::Bucket
  /external/chromium_org/third_party/tcmalloc/vendor/src/
stack_trace_table.cc 46 const bool eq = (this->hash == h && this->trace.depth == t.depth);
48 if (this->trace.stack[i] != t.stack[i]) {
90 b->trace.size += t.size; // keep cumulative size
101 b->trace = t;
130 out[idx++] = reinterpret_cast<void*>(b->trace.size); // cumulative size
131 out[idx++] = reinterpret_cast<void*>(b->trace.depth);
132 for (int d = 0; d < b->trace.depth; ++d) {
133 out[idx++] = b->trace.stack[d];
stacktrace_config.h 39 // GetStack{Trace,Frames}WithContext should not be provided.
58 # error Cannnot calculate stack trace: need either libunwind or frame-pointers (see INSTALL file)
60 # error Cannnot calculate stack trace: need libunwind (see INSTALL file)
stack_trace_table.h 52 // Adds stack trace "t" to table.
67 StackTrace trace; member in struct:tcmalloc::StackTraceTable::Bucket
  /external/openssh/regress/
cipher-speed.sh 24 trace "proto 2 cipher $c mac $m"
40 trace "proto 1 cipher $c"
keygen-convert.sh 8 trace "generating $t key"
12 trace "export $t private to rfc4716 public"
16 trace "export $t public to rfc4716 public"
23 trace "import $t rfc4716 public"
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/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/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/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/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/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/5/sources/cxx-stl/gnu-libstdc++/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/6/sources/cxx-stl/gnu-libstdc++/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/7/sources/cxx-stl/gnu-libstdc++/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.4.3/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.6/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/binary_heap_/
trace_fn_imps.hpp 46 trace() const function in class:PB_DS_CLASS_C_DEC
59 resize_policy::trace();
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/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/9/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/9/sources/cxx-stl/gnu-libstdc++/4.8/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();
  /sdk/emulator/qtools/
bb2sym.cpp 54 TraceReader<> *trace = new TraceReader<>; local
55 trace->Open(trace_filename);
56 trace->ReadKernelSymbols(elf_file);
57 trace->SetRoot(root);
59 TraceHeader *header = trace->GetHeader();
67 trace->ReadStatic(&blocks[ii].bb);
72 trace->ReadStaticInsns(blocks[ii].bb.num_insns, insns);
82 if (GetNextValidEvent(trace, &event, &ignored, &sym))
profile_trace.cpp 56 TraceReader<symbol> *trace = new TraceReader<symbol>; local
57 trace->Open(trace_filename);
58 trace->SetDemangle(demangle);
59 trace->ReadKernelSymbols(elf_file);
60 trace->SetRoot(root);
72 bool eof = GetNextValidEvent(trace, &event, &first_ignored_event, &sym);
95 symbol_type *syms = trace->GetSymbols(&nsyms);
128 delete trace;
  /external/chromium_org/chrome/browser/sync/test/integration/performance/
sync_timing_helper.h 41 const std::string& trace,
  /external/clang/tools/libclang/
CLog.h 42 bool Trace;
57 bool trace = isStackTracingEnabled()) {
59 return new Logger(name, trace);
63 explicit Logger(llvm::StringRef name, bool trace)
64 : Name(name), Trace(trace), LogOS(Msg) { }
  /external/compiler-rt/lib/asan/
asan_stack.cc 12 // Code for ASan stack trace.
28 stack->PrintStack(stack->trace, stack->size, common_flags()->symbolize,
  /external/eigen/doc/examples/
tut_arithmetic_redux_basic.cpp 15 cout << "Here is mat.trace(): " << mat.trace() << endl;

Completed in 1857 milliseconds

1 2 3 4 5 67 8 91011>>