HomeSort by relevance Sort by last modified time
    Searched refs:Trace (Results 176 - 200 of 875) sorted by null

1 2 3 4 5 6 78 91011>>

  /frameworks/base/services/core/java/com/android/server/
VibratorService.java 47 import android.os.Trace;
368 Trace.traceBegin(Trace.TRACE_TAG_VIBRATOR, "VibratorService#systemReady");
409 Trace.traceEnd(Trace.TRACE_TAG_VIBRATOR);
487 Trace.traceBegin(Trace.TRACE_TAG_VIBRATOR, "vibrate");
546 Trace.traceEnd(Trace.TRACE_TAG_VIBRATOR);
591 Trace.asyncTraceEnd(Trace.TRACE_TAG_VIBRATOR, "vibration", 0)
    [all...]
FgThread.java 21 import android.os.Trace;
47 looper.setTraceTag(Trace.TRACE_TAG_SYSTEM_SERVER);
UiThread.java 22 import android.os.Trace;
51 looper.setTraceTag(Trace.TRACE_TAG_SYSTEM_SERVER);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
UnlockMethodCache.java 20 import android.os.Trace;
89 Trace.beginSection("UnlockMethodCache#update");
107 Trace.endSection();
139 Trace.beginSection("KeyguardUpdateMonitorCallback#onFingerprintAuthenticated");
141 Trace.endSection();
145 Trace.endSection();
  /art/runtime/
trace.cc 17 #include "trace.h"
65 method_trace_(Trace::AllocStackTrace()) {}
76 // Returns a stack trace where the topmost frame corresponds with the first element of the vector.
95 TraceClockSource Trace::default_clock_source_ = kDefaultTraceClockSource;
97 Trace* volatile Trace::the_trace_ = nullptr;
98 pthread_t Trace::sampling_pthread_ = 0U;
99 std::unique_ptr<std::vector<ArtMethod*>> Trace::temp_stack_trace_;
108 ArtMethod* Trace::DecodeTraceMethod(uint32_t tmid) {
113 uint32_t Trace::EncodeTraceMethod(ArtMethod* method)
    [all...]
  /frameworks/opt/bitmap/src/com/android/bitmap/
UnrefedPooledCache.java 22 import com.android.bitmap.util.Trace;
73 Trace.beginSection("cache get");
82 Trace.endSection();
89 Trace.beginSection("cache put");
92 Trace.endSection();
104 Trace.endSection();
111 Trace.beginSection("pool offer");
113 Trace.endSection();
117 Trace.endSection();
122 Trace.beginSection("pool poll")
    [all...]
  /art/test/1936-thread-end-events/src/art/
Test1936.java 41 Trace.disableTracing(target);
42 Trace.enableTracing2(
  /external/lisa/libs/utils/
__init__.py 26 from trace import Trace
  /external/llvm/include/llvm/CodeGen/
MachineTraceMetrics.h 18 // by looking at a trace through the current basic block.
20 // For every block, the MachineTraceMetrics pass will pick a preferred trace
21 // that passes through the block. The trace is chosen based on loop structure,
25 // It is expensive to compute a full arbitrary trace for every block, so to
31 // Traces tend to align with loops. The trace through a block in an inner loop
33 // nested loops, the trace may begin and end at those instead.
35 // For each trace, we compute the critical path length, which is the number of
36 // cycles required to execute the trace when execution is limited by data
38 // of cycles required to execute all instructions in the trace when ignoring
78 class Trace;
    [all...]
  /external/v8/tools/clang/blink_gc_plugin/tests/
trace_after_dispatch_impl_error.cpp 26 void TraceAfterDispatchExternBase::Trace(Visitor* visitor) {
30 void TraceAfterDispatchExternBase::Trace(InlinedGlobalMarkingVisitor visitor) {
57 // No Trace call.
fields_illegal_tracing.h 22 void Trace(Visitor* visitor)
35 void Trace(Visitor*);
48 void Trace(Visitor*);
  /external/webrtc/webrtc/system_wrappers/source/
logging.cc 18 #include "webrtc/system_wrappers/include/trace.h"
54 return WebRtcSeverity(sev) & Trace::level_filter() ? true : false;
59 Trace::Add(WebRtcSeverity(severity_), kTraceUndefined, 0, "%s", str.c_str());
  /frameworks/base/core/java/com/android/internal/os/
BackgroundThread.java 22 import android.os.Trace;
42 looper.setTraceTag(Trace.TRACE_TAG_SYSTEM_SERVER);
  /external/pdfium/xfa/fxfa/parser/
cxfa_trace.cpp 16 constexpr wchar_t kName[] = L"trace";
25 XFA_Element::Trace,
  /external/valgrind/gdbserver_tests/
nlcontrolc.stdoutB.exp 2 Program received signal SIGTRAP, Trace/breakpoint trap.
11 Program received signal SIGTRAP, Trace/breakpoint trap.
  /external/webrtc/webrtc/modules/video_coding/test/
video_rtp_play.cc 13 #include "webrtc/system_wrappers/include/trace.h"
34 webrtc::Trace::CreateTrace();
35 webrtc::Trace::SetTraceFile(trace_file.c_str());
36 webrtc::Trace::set_level_filter(webrtc::kTraceAll);
86 webrtc::Trace::ReturnTrace();
  /frameworks/base/core/java/android/app/servertransaction/
ActivityConfigurationChangeItem.java 19 import static android.os.Trace.TRACE_TAG_ACTIVITY_MANAGER;
26 import android.os.Trace;
42 Trace.traceBegin(TRACE_TAG_ACTIVITY_MANAGER, "activityConfigChanged");
44 Trace.traceEnd(TRACE_TAG_ACTIVITY_MANAGER);
ActivityResultItem.java 19 import static android.os.Trace.TRACE_TAG_ACTIVITY_MANAGER;
26 import android.os.Trace;
48 Trace.traceBegin(TRACE_TAG_ACTIVITY_MANAGER, "activityDeliverResult");
50 Trace.traceEnd(TRACE_TAG_ACTIVITY_MANAGER);
DestroyActivityItem.java 19 import static android.os.Trace.TRACE_TAG_ACTIVITY_MANAGER;
24 import android.os.Trace;
38 Trace.traceBegin(TRACE_TAG_ACTIVITY_MANAGER, "activityDestroy");
41 Trace.traceEnd(TRACE_TAG_ACTIVITY_MANAGER);
MoveToDisplayItem.java 19 import static android.os.Trace.TRACE_TAG_ACTIVITY_MANAGER;
25 import android.os.Trace;
41 Trace.traceBegin(TRACE_TAG_ACTIVITY_MANAGER, "activityMovedToDisplay");
43 Trace.traceEnd(TRACE_TAG_ACTIVITY_MANAGER);
StopActivityItem.java 19 import static android.os.Trace.TRACE_TAG_ACTIVITY_MANAGER;
24 import android.os.Trace;
40 Trace.traceBegin(TRACE_TAG_ACTIVITY_MANAGER, "activityStop");
43 Trace.traceEnd(TRACE_TAG_ACTIVITY_MANAGER);
  /frameworks/base/core/java/android/util/
TimingsTraceLog.java 21 import android.os.Trace;
48 * @param name name to appear in trace
52 Trace.traceBegin(mTraceTag, name);
64 Trace.traceEnd(mTraceTag);
  /frameworks/base/core/tests/coretests/src/android/util/
TimingsTraceLogTest.java 21 import android.os.Trace;
42 TimingsTraceLog log = new TimingsTraceLog("TEST", Trace.TRACE_TAG_APP);
60 TimingsTraceLog log2 = new TimingsTraceLog("TEST", Trace.TRACE_TAG_APP);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
WakefulnessLifecycle.java 19 import android.os.Trace;
83 Trace.traceCounter(Trace.TRACE_TAG_APP, "wakefulness", wakefulness);
  /packages/apps/Messaging/src/com/android/messaging/util/
Trace.java 34 public final class Trace {
43 // Static initializer to pick the correct trace class to handle tracing.
56 * Writes a trace message to indicate that a given section of code has begun. This call must
61 * these characters they will be replaced with a space character in the trace.
63 * @param sectionName The name of the code section to appear in the trace. This may be at
74 * Writes a trace message to indicate that a given section of code has ended. This call must
94 android.os.Trace.beginSection(sectionName);
99 android.os.Trace.endSection();

Completed in 2767 milliseconds

1 2 3 4 5 6 78 91011>>