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

1 2 3 4 56 7 8 91011>>

  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/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/7/sources/cxx-stl/gnu-libstdc++/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.4.3/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.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/list_update_map_/
trace_fn_imps.hpp 46 trace() const function in class:PB_DS_CLASS_C_DEC
  /prebuilts/ndk/9/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/9/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
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/list_update_map_/
trace_fn_imps.hpp 46 trace() const function in class:PB_DS_CLASS_C_DEC
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/views/detail/
ICallDetailProvider.java 30 void updateControl(GLTrace trace, GLCall call);
  /system/core/sh/
shell.h 48 * When debugging is on, debugging info will be written to ./trace and
78 #define TRACE(param) trace param
81 #define TRACE(param)
  /external/compiler-rt/lib/msan/
msan_report.cc 47 static void PrintStack(const uptr *trace, uptr size) {
49 StackTrace::PrintStack(trace, size, true,
70 const uptr *trace = StackDepotGet(origin, &size); local
73 PrintStack(trace, size);
80 uptr pc = StackTrace::GetPreviousInstructionPc(stack->trace[0]);
100 PrintStack(stack->trace, stack->size);
111 PrintStack(stack->trace, stack->size);
  /external/openssh/regress/
dynamic-forward.sh 18 trace "will use ProxyCommand $proxycmd"
25 trace "start dynamic forwarding, fork to background"
33 trace "forward failed proto $p attempt $n err $error"
43 trace "testing ssh protocol $p socks version $s host $h"
54 trace "terminate remote shell, pid $remote"
forwarding.sh 24 trace "start forwarding, fork to background"
27 trace "transfer over forwarded channels and check result"
38 trace "exit on -$d forward failure, proto $p"
67 trace "simple clear forwarding proto $p"
70 trace "clear local forward proto $p"
83 trace "clear remote forward proto $p"
98 trace "stdio forwarding proto $p"
forcecommand.sh 14 trace "forced command in key option proto $p"
28 trace "forced command in sshd_config overrides key option proto $p"
39 trace "forced command with match proto $p"
try-ciphers.sh 16 trace "proto 2 cipher $c mac $m"
27 trace "proto 1 cipher $c"
43 trace "proto 2 $c mac $m"
  /art/runtime/native/
dalvik_system_VMStack.cc 35 // Suspend thread to build stack trace.
39 jobject trace; local
42 trace = thread->CreateInternalStackTrace(soa);
46 return trace;
58 jobject trace = GetThreadStack(env, javaThread); local
59 if (trace == NULL) {
63 Thread::InternalStackTraceToStackTraceElementArray(env, trace, javaSteArray, &depth);
113 jobject trace = GetThreadStack(env, javaThread); local
114 if (trace == NULL) {
117 return Thread::InternalStackTraceToStackTraceElementArray(env, trace);
    [all...]
  /frameworks/testing/uiautomator/library/core-src/com/android/uiautomator/core/
UiObject.java 89 Tracer.trace();
121 Tracer.trace(selector);
135 Tracer.trace(selector);
147 Tracer.trace();
238 Tracer.trace(steps);
266 Tracer.trace(steps);
294 Tracer.trace(steps);
321 Tracer.trace(steps);
389 Tracer.trace();
409 Tracer.trace();
    [all...]
  /frameworks/uiautomator/src/com/android/uiautomator/core/
UiObject.java 89 Tracer.trace();
121 Tracer.trace(selector);
135 Tracer.trace(selector);
147 Tracer.trace();
238 Tracer.trace(steps);
266 Tracer.trace(steps);
294 Tracer.trace(steps);
321 Tracer.trace(steps);
389 Tracer.trace();
409 Tracer.trace();
    [all...]
  /sdk/emulator/qtools/
coverage.cpp 87 TraceReader<symbol> *trace = new TraceReader<symbol>; local
88 trace->Open(trace_filename);
89 trace->SetDemangle(demangle);
90 trace->ReadKernelSymbols(elf_file);
91 trace->SetRoot(root);
98 if (GetNextValidEvent(trace, &event, &ignored, &function))
108 pStack = new CallStackType(event.pid, kNumStackFrames, trace);
122 symbol_type *syms = trace->GetSymbols(&nsyms);
150 delete trace;
read_trace.cpp 56 TraceReader<> *trace = new TraceReader<>; local
57 trace->Open(trace_filename);
58 trace->SetDemangle(demangle);
59 trace->ReadKernelSymbols(elf_file);
60 trace->SetRoot(root);
68 if (GetNextValidEvent(trace, &event, &ignored, &sym))
86 ProcessState *process = trace->GetCurrentProcess();
109 uint64_t sim_time = trace->ReadInsnTime(event.time);
163 delete trace;
  /external/chromium-trace/trace-viewer/src/tcmalloc/
tcmalloc_snapshot_view.css 41 .trace-bytes {
48 /* Trace allocation count. */
49 .trace-allocs {
56 /* Trace name, inline so it appears to the right of the byte count. */
57 .trace-name {
  /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/chromium_org/chrome/test/perf/
perf_test.h 19 // "_browser"; |trace| is a description of the particular data point, e.g.
26 // string to specify a particular graph and the |trace| to identify a trace
30 const std::string& trace,
38 const std::string& trace,
47 const std::string& trace,
55 const std::string& trace,
65 const std::string& trace,
73 const std::string& trace,
84 const std::string& trace,
    [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/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];

Completed in 3306 milliseconds

1 2 3 4 56 7 8 91011>>