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

1 2 34 5 6 7 8 91011>>

  /prebuilts/ndk/6/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
  /prebuilts/ndk/7/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
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/pat_trie_/
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/pat_trie_/
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/pat_trie_/
trace_fn_imps.hpp 46 trace() const function in class:PB_DS_CLASS_C_DEC
  /sdk/emulator/qtools/
bb_dump.cpp 29 TraceReader<> *trace = new TraceReader<>; local
30 trace->Open(trace_filename);
31 trace->ReadKernelSymbols(elf_file);
32 trace->SetRoot(root);
40 if (GetNextValidEvent(trace, &event, &ignored, &sym))
exc_dump.cpp 13 TraceReaderBase *trace = new TraceReaderBase; local
14 trace->Open(trace_filename);
21 if (trace->ReadExc(&time, &pc, &recnum, &target_pc, &bb_num,
check_trace.cpp 32 TraceReader<> *trace = new TraceReader<>; local
33 trace->Open(trace_filename);
34 trace->ReadKernelSymbols(elf_file);
35 trace->SetRoot(root);
42 if (GetNextValidEvent(trace, &event, &ignored, &sym))
47 uint64_t insn_time = trace->ReadInsnTime(event.time);
55 trace->ReadInsnTime(event.time);
59 delete trace;
dump_regions.cpp 28 TraceReader<> *trace = new TraceReader<>; local
29 trace->Open(trace_filename);
30 trace->SetRoot(root);
36 if (GetNextValidEvent(trace, &event, &ignored, &dummy_sym))
41 ProcessState *processes = trace->GetProcesses(&num_procs);
54 trace->DumpRegions(stdout, pstate);
57 delete trace;
hist_trace.cpp 18 TraceReaderBase *trace = new TraceReaderBase; local
19 trace->Open(trace_filename);
28 if (trace->ReadBB(&event))
  /build/tools/
parsedeps.py 54 def trace(self, tgt, prereq): member in class:Dependencies
63 return d.trace
72 d.trace = result
78 print " trace TARGET PREREQ Print the paths from TARGET to PREREQ"
122 elif len(split) == 3 and cmd == "trace":
127 trace = deps.trace(tgt, prereq)
128 if trace:
130 for g in trace:
134 for g in trace
    [all...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_stacktrace.h 27 uptr trace[kStackTraceMax]; member in struct:__sanitizer::StackTrace
33 dst[i] = trace[i];
42 trace[i] = src[i];
66 // Use this macro if you want to print stack trace with the caller
74 // Use this macro if you want to print stack trace with the current
  /external/junit/src/junit/framework/
TestFailure.java 45 public String trace() { method in class:TestFailure
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/h264/
Debug.java 68 public static void trace(String format, Object... args) { method in class:Debug
  /external/v8/test/mjsunit/
array-concat.js 226 var trace = []; variable
228 function mkGetter(i) { return function() { trace.push(i); }; }
237 assertEquals(expectedTrace, trace);
object-toprimitive.js 39 var trace = []; variable
43 trace.push("vo");
47 trace.push("ts");
53 var ot = { get toString() { trace.push("gts");
55 get valueOf() { trace.push("gvo");
61 assertEquals(["gvo","vo"], trace);
63 trace = [];
66 assertEquals(["gts","ts"], trace);
68 trace = [];
72 assertEquals(["gvo", "vo", "gts", "ts"], trace);
    [all...]
  /dalvik/vm/native/
org_apache_harmony_dalvik_ddmc_DdmVmInternal.cpp 90 * Get a stack trace as an array of StackTraceElement objects. Returns
98 ArrayObject* trace; local
100 trace = dvmDdmGetStackTraceById(threadId);
101 RETURN_PTR(trace);
  /external/apache-http/src/org/apache/commons/logging/
Log.java 28 * <li>trace (the least serious)</li>
117 * <p> Is trace logging currently enabled? </p>
121 * when the log level is more than trace. </p>
123 * @return true if trace is enabled in the underlying logger.
144 * <p> Log a message with trace log level. </p>
148 public void trace(Object message); method in interface:Log
152 * <p> Log an error with trace log level. </p>
157 public void trace(Object message, Throwable t); method in interface:Log
  /external/apache-http/src/org/apache/commons/logging/impl/
NoOpLog.java 40 public void trace(Object message) { } method in class:NoOpLog
42 public void trace(Object message, Throwable t) { } method in class:NoOpLog
93 * Trace is never enabled.
  /external/quake/quake/src/WinQuake/
chase.cpp 52 trace_t trace; local
54 memset (&trace, 0, sizeof(trace));
55 SV_RecursiveHullCheck (cl.worldmodel->hulls, 0, 0, 1, start, end, &trace);
57 VectorCopy (trace.endpos, impact);
  /frameworks/testing/uiautomator/library/core-src/com/android/uiautomator/core/
UiCollection.java 52 Tracer.trace(childPattern, text);
86 Tracer.trace(childPattern, instance);
110 Tracer.trace(childPattern, text);
140 Tracer.trace(childPattern);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/rb_tree_map_/
node.hpp 89 trace() const function in struct:__gnu_pbds::detail::rb_tree_node_
125 trace() const function in struct:__gnu_pbds::detail::rb_tree_node_
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/splay_tree_/
node.hpp 70 trace() const function in struct:__gnu_pbds::detail::splay_tree_node_
112 trace() const function in struct:__gnu_pbds::detail::splay_tree_node_
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/
tree_trace_base.hpp 88 trace() const;
127 trace() const function in class:__gnu_pbds::detail::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/rb_tree_map_/
node.hpp 89 trace() const function in struct:__gnu_pbds::detail::rb_tree_node_
125 trace() const function in struct:__gnu_pbds::detail::rb_tree_node_

Completed in 900 milliseconds

1 2 34 5 6 7 8 91011>>