/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_cmd.py | 232 trace = test_support.import_module('trace') 233 tracer=trace.Trace(ignoredirs=[sys.prefix, sys.exec_prefix,], 234 trace=0, count=1)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_cmd.py | 232 trace = test_support.import_module('trace') 233 tracer=trace.Trace(ignoredirs=[sys.prefix, sys.exec_prefix,], 234 trace=0, count=1)
|
/system/vold/ |
Loop.cpp | 38 #include <utils/Trace.h>
|
/packages/apps/Dialer/java/com/android/dialer/app/ |
DialtactsActivity.java | 33 import android.os.Trace; 392 Trace.beginSection(TAG + " onCreate"); 402 Trace.beginSection(TAG + " setContentView"); 404 Trace.endSection(); 407 Trace.beginSection(TAG + " setup Views"); 492 Trace.endSection(); 494 Trace.beginSection(TAG + " initialize smart dialing"); 497 Trace.endSection(); 501 Trace.endSection(); 517 Trace.beginSection(TAG + " onResume") [all...] |
/external/valgrind/gdbserver_tests/ |
mcinfcallWSRU.stderrB.exp | 17 Program received signal SIGTRAP, Trace/breakpoint trap.
|
/external/tensorflow/tensorflow/core/profiler/internal/ |
tfprof_node.h | 47 class Trace { 49 Trace(const CodeDef::Trace* trace, 51 : trace_(trace), id_to_string_(id_to_string) {} 67 const CodeDef::Trace* trace_; 80 const std::vector<Trace>& traces() const { return traces_; } 83 std::vector<Trace> traces_; 441 call_stack_.reset(new CallStack(node.trace(), id_to_string));
|
/packages/apps/Dialer/java/com/android/incallui/call/ |
DialerCall.java | 28 import android.os.Trace; 516 Trace.beginSection("DialerCall.update"); 537 Trace.endSection(); 542 Trace.beginSection("DialerCall.updateFromTelecomCall"); 596 Trace.endSection(); [all...] |
/frameworks/base/services/core/java/com/android/server/wm/ |
WindowManagerService.java | 31 import static android.os.Trace.TRACE_TAG_WINDOW_MANAGER; 170 import android.os.Trace; [all...] |
/frameworks/base/core/java/android/view/ |
ThreadedRenderer.java | 33 import android.os.Trace; 691 Trace.traceBegin(Trace.TRACE_TAG_VIEW, "Record View#draw()"); 712 Trace.traceEnd(Trace.TRACE_TAG_VIEW); [all...] |
ViewRootImpl.java | 71 import android.os.Trace; [all...] |
/frameworks/base/graphics/java/android/graphics/ |
Bitmap.java | 29 import android.os.Trace; [all...] |
/frameworks/base/services/core/java/com/android/server/am/ |
ProcessRecord.java | 43 import android.os.Trace; [all...] |
/external/python/cpython3/Lib/ |
tracemalloc.py | 190 return tuple(Frame(trace) for trace in self._frames[index]) 231 did not trace the allocation of the object. 240 class Trace: 242 Trace of a memory block. 246 def __init__(self, trace): 247 # trace is a tuple: (domain: int, size: int, traceback: tuple). 249 self._trace = trace 273 return ("<Trace domain=%s size=%s, traceback=%r>" 280 # traces is a tuple of trace tuples: see Trace constructo [all...] |
/frameworks/base/core/java/com/android/internal/os/ |
ZygoteConnection.java | 34 import android.os.Trace; [all...] |
/frameworks/base/services/core/java/com/android/server/display/ |
AutomaticBrightnessController.java | 36 import android.os.Trace; 413 Trace.traceCounter(Trace.TRACE_TAG_POWER, "ALS", (int) lux); [all...] |
/packages/apps/Dialer/java/com/android/incallui/ |
CallButtonPresenter.java | 21 import android.os.Trace; 111 Trace.beginSection("CallButtonPresenter.onStateChange"); 135 Trace.endSection();
|
/prebuilts/go/darwin-x86/src/net/http/pprof/ |
pprof.go | 36 // Or to collect a 5-second execution trace: 38 // wget http://localhost:6060/debug/pprof/trace?seconds=5 65 "runtime/trace" 76 http.HandleFunc("/debug/pprof/trace", Trace) 136 // Trace responds with the execution trace in binary form. 138 // The package initialization registers it as /debug/pprof/trace. 139 func Trace(w http.ResponseWriter, r *http.Request) { 153 // Set Content Type assuming trace.Start will work [all...] |
/prebuilts/go/linux-x86/src/net/http/pprof/ |
pprof.go | 36 // Or to collect a 5-second execution trace: 38 // wget http://localhost:6060/debug/pprof/trace?seconds=5 65 "runtime/trace" 76 http.HandleFunc("/debug/pprof/trace", Trace) 136 // Trace responds with the execution trace in binary form. 138 // The package initialization registers it as /debug/pprof/trace. 139 func Trace(w http.ResponseWriter, r *http.Request) { 153 // Set Content Type assuming trace.Start will work [all...] |
/external/javasqlite/src/main/java/SQLite/ |
Database.java | 582 * Set trace function. Only available in SQLite 2.7.6 and above, 585 * @param tr the trace function 588 public void trace(Trace tr) { method in class:Database 594 private native void _trace(Trace tr); 623 * @param pr the trace function
|
/external/llvm/lib/Target/Hexagon/ |
BitTracker.h | 45 void trace(bool On = false) { Trace = On; } function in struct:llvm::BitTracker 68 bool Trace; // Enable tracing for debugging.
|
/frameworks/base/services/core/java/com/android/server/pm/ |
PackageManagerService.java | 86 import static android.os.Trace.TRACE_TAG_PACKAGE_MANAGER; 230 import android.os.Trace; [all...] |
/cts/tests/openglperf2/jni/graphics/ |
Renderer.cpp | 21 #include <Trace.h>
|
/cts/tests/openglperf2/jni/primitive/contextswitch/ |
ContextSwitchRenderer.cpp | 30 #include <Trace.h>
|
/cts/tests/openglperf2/jni/reference/scene/flocking/ |
FlockingScene.cpp | 21 #include <Trace.h>
|
/cts/tests/openglperf2/jni/reference/scene/glowing/ |
GlowingScene.cpp | 17 #include <Trace.h>
|