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

1 2 3 4 56 7 8 91011>>

  /cts/tests/openglperf2/jni/
Trace.h 17 // #define TRACE
19 #ifdef TRACE
21 #include <utils/Trace.h>
  /external/llvm/lib/Target/Hexagon/
RDFCopy.h 25 Trace(false) {}
29 void trace(bool On) { Trace = On; } function in struct:llvm::rdf::CopyPropagation
30 bool trace() const { return Trace; } function in struct:llvm::rdf::CopyPropagation
39 bool Trace;
  /external/v8/tools/clang/blink_gc_plugin/tests/
crash_on_invalid.h 21 void Trace(Visitor *);
finalize_after_dispatch.cpp 11 void A::Trace(Visitor* visitor)
47 visitor->Trace(m_a);
53 visitor->Trace(m_a);
59 visitor->Trace(m_a);
finalize_after_dispatch.h 14 void Trace(Visitor*);
21 void Trace(Visitor*);
28 void Trace(Visitor*) { };
35 void Trace(Visitor*);
ref_ptr_to_gc_managed_class.h 22 void Trace(Visitor*);
cycle_ptrs.h 24 virtual void Trace(Visitor*);
31 virtual void Trace(Visitor*);
destructor_access_finalized_field.h 22 void Trace(Visitor*);
33 void Trace(Visitor*);
ignore_fields.h 14 virtual void Trace(Visitor*) { }
24 // Don't require Trace method when (all) GC fields are ignored.
34 void Trace(Visitor*);
trace_after_dispatch_impl.h 14 void Trace(Visitor*) {}
26 void Trace(Visitor* visitor) { TraceImpl(visitor); }
27 void Trace(InlinedGlobalMarkingVisitor visitor) { TraceImpl(visitor); }
40 visitor->Trace(x_base_);
59 visitor->Trace(x_derived_);
71 void Trace(Visitor* visitor);
72 void Trace(InlinedGlobalMarkingVisitor visitor);
  /external/webrtc/webrtc/system_wrappers/source/
logcat_trace_context.cc 45 webrtc::Trace::CreateTrace();
46 if (webrtc::Trace::SetTraceCallback(this) != 0)
51 if (webrtc::Trace::SetTraceCallback(NULL) != 0)
53 webrtc::Trace::ReturnTrace();
logging_unittest.cc 18 #include "webrtc/system_wrappers/include/trace.h"
30 length - Trace::kBoilerplateLength - 1) {
32 EXPECT_EQ(expected_log_.str(), &msg[Trace::kBoilerplateLength]);
47 Trace::CreateTrace();
48 Trace::SetTraceCallback(this);
52 Trace::SetTraceCallback(NULL);
53 Trace::ReturnTrace();
  /packages/apps/Dialer/java/com/android/incallui/answerproximitysensor/
AnswerProximitySensor.java 22 import android.os.Trace;
47 Trace.beginSection("AnswerProximitySensor.shouldUse");
52 Trace.endSection();
59 Trace.endSection();
67 Trace.endSection();
73 Trace.endSection();
77 Trace.endSection();
83 Trace.beginSection("AnswerProximitySensor Constructor");
101 Trace.endSection();
105 Trace.beginSection("AnswerProximitySensor.Cleanup")
    [all...]
  /frameworks/base/core/java/android/webkit/
WebViewFactory.java 30 import android.os.Trace;
249 Trace.traceBegin(Trace.TRACE_TAG_WEBVIEW, "WebViewFactory.getProvider()");
262 Trace.traceBegin(Trace.TRACE_TAG_WEBVIEW, "WebViewFactoryProvider invocation");
272 Trace.traceEnd(Trace.TRACE_TAG_WEBVIEW);
275 Trace.traceEnd(Trace.TRACE_TAG_WEBVIEW);
366 Trace.traceBegin(Trace.TRACE_TAG_WEBVIEW
    [all...]
  /packages/apps/Dialer/java/com/android/incallui/answer/impl/classifier/
FalsingManager.java 25 import android.os.Trace;
134 Trace.beginSection("FalsingManager.registerSensors");
136 Trace.beginSection("get sensor " + sensorType);
138 Trace.endSection();
140 Trace.beginSection("register");
142 Trace.endSection();
145 Trace.endSection();
  /frameworks/base/tests/CanvasCompare/src/com/android/test/hwuicompare/
CompareActivity.java 30 import android.os.Trace;
78 Trace.traceBegin(Trace.TRACE_TAG_ALWAYS, "loadBitmaps");
87 Trace.traceBegin(Trace.TRACE_TAG_ALWAYS, "softwareDraw");
89 Trace.traceEnd(Trace.TRACE_TAG_ALWAYS);
105 Trace.traceBegin(Trace.TRACE_TAG_ALWAYS, "copyInto");
107 Trace.traceEnd(Trace.TRACE_TAG_ALWAYS)
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
FingerprintUnlockController.java 23 import android.os.Trace;
162 Trace.beginSection("FingerprintUnlockController#onFingerprintAcquired");
171 Trace.beginSection("acquiring wake-and-unlock");
173 Trace.endSection();
180 Trace.endSection();
191 Trace.beginSection("FingerprintUnlockController#onFingerprintAuthenticated");
194 Trace.endSection();
219 Trace.beginSection("release wake-and-unlock");
221 Trace.endSection();
224 Trace.beginSection("MODE_DISMISS")
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/
SenderInfoLoader.java 36 import com.android.bitmap.util.Trace;
118 Trace.beginSection("load contact photos util");
121 Trace.beginSection("build first query");
135 Trace.endSection();
142 Trace.beginSection("query 1");
145 Trace.endSection();
148 Trace.endSection();
152 Trace.beginSection("get photo id");
169 Trace.endSection();
181 Trace.endSection()
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
ScreenLifecycle.java 19 import android.os.Trace;
70 Trace.traceCounter(Trace.TRACE_TAG_APP, "screenState", screenState);
  /frameworks/base/tests/UiBench/src/com/android/test/uibench/
SlowBindRecyclerViewActivity.java 19 import android.os.Trace;
47 Trace.beginSection("bind item " + position);
51 Trace.endSection();
  /external/compiler-rt/lib/tsan/rtl/
tsan_trace.h 46 BufferedStackTrace stack0; // Start stack for the trace.
50 u64 epoch0; // Start epoch for the trace.
56 struct Trace {
67 Trace()
  /external/libpng/contrib/gregbook/
readpng.h 67 # define Trace(x) {fprintf x ; fflush(stderr); fflush(stdout);}
69 # define Trace(x) ;
  /frameworks/base/services/core/java/com/android/server/
AnimationThread.java 22 import android.os.Trace;
40 sInstance.getLooper().setTraceTag(Trace.TRACE_TAG_WINDOW_MANAGER);
DisplayThread.java 21 import android.os.Trace;
43 sInstance.getLooper().setTraceTag(Trace.TRACE_TAG_SYSTEM_SERVER);
IoThread.java 20 import android.os.Trace;
39 sInstance.getLooper().setTraceTag(Trace.TRACE_TAG_SYSTEM_SERVER);

Completed in 1532 milliseconds

1 2 3 4 56 7 8 91011>>