Searched refs:Trace (Results 1 - 25 of 172) sorted by relevance

1234567

/frameworks/support/compat/jellybean-mr2/android/support/v4/os/
H A DTraceJellybeanMR2.java16 import android.os.Trace;
20 Trace.beginSection(section);
24 Trace.endSection();
/frameworks/support/v17/leanback/jbmr2/android/support/v17/leanback/os/
H A DTraceHelperJbmr2.java18 import android.os.Trace;
23 Trace.beginSection(section);
27 Trace.endSection();
/frameworks/base/core/java/android/app/
H A DApplicationLoaders.java19 import android.os.Trace;
56 Trace.traceBegin(Trace.TRACE_TAG_ACTIVITY_MANAGER, zip);
66 Trace.traceEnd(Trace.TRACE_TAG_ACTIVITY_MANAGER);
68 Trace.traceBegin(Trace.TRACE_TAG_ACTIVITY_MANAGER, "setupVulkanLayerPath");
70 Trace.traceEnd(Trace.TRACE_TAG_ACTIVITY_MANAGER);
76 Trace
[all...]
/frameworks/opt/bitmap/src/com/android/bitmap/util/
H A DTrace.java22 * Stand-in for {@link android.os.Trace}.
24 public abstract class Trace { class
31 * @see android.os.Trace#beginSection(String)
35 android.os.Trace.beginSection(tag);
43 * @see android.os.Trace#endSection()
47 android.os.Trace.endSection();
H A DInputStreamBuffer.java130 Trace.beginSection("get");
133 Trace.endSection();
136 Trace.endSection();
160 Trace.beginSection("has");
162 Trace.endSection();
171 Trace.endSection();
175 Trace.endSection();
188 Trace.beginSection("advance to");
192 Trace.endSection();
238 Trace
[all...]
/frameworks/opt/photoviewer/src/com/android/ex/photo/util/
H A DTrace.java22 * Stand-in for {@link android.os.Trace}.
24 public abstract class Trace { class
31 * @see android.os.Trace#beginSection(String)
35 android.os.Trace.beginSection(tag);
43 * @see android.os.Trace#endSection()
47 android.os.Trace.endSection();
H A DInputStreamBuffer.java130 Trace.beginSection("get");
133 Trace.endSection();
136 Trace.endSection();
160 Trace.beginSection("has");
162 Trace.endSection();
171 Trace.endSection();
175 Trace.endSection();
188 Trace.beginSection("advance to");
192 Trace.endSection();
238 Trace
[all...]
/frameworks/base/services/java/com/android/server/
H A DSystemServer.java41 import android.os.Trace;
234 Trace.traceBegin(Trace.TRACE_TAG_SYSTEM_SERVER, "InitBeforeStartServices");
332 Trace.traceEnd(Trace.TRACE_TAG_SYSTEM_SERVER);
337 Trace.traceBegin(Trace.TRACE_TAG_SYSTEM_SERVER, "StartServices");
346 Trace.traceEnd(Trace.TRACE_TAG_SYSTEM_SERVER);
438 Trace
[all...]
/frameworks/base/core/java/com/android/internal/os/
H A DPathClassLoaderFactory.java19 import android.os.Trace;
45 Trace.traceBegin(Trace.TRACE_TAG_ACTIVITY_MANAGER, "createClassloaderNamespace");
51 Trace.traceEnd(Trace.TRACE_TAG_ACTIVITY_MANAGER);
H A DBackgroundThread.java21 import android.os.Trace;
38 sInstance.getLooper().setTraceTag(Trace.TRACE_TAG_ACTIVITY_MANAGER);
H A DZygote.java20 import android.os.Trace;
100 Trace.setTracingEnabled(true);
103 Trace.traceBegin(Trace.TRACE_TAG_ACTIVITY_MANAGER, "PostFork");
143 Trace.setTracingEnabled(true);
/frameworks/base/services/core/java/com/android/server/
H A DSystemServiceManager.java20 import android.os.Trace;
83 Trace.traceBegin(Trace.TRACE_TAG_SYSTEM_SERVER, "StartService " + name);
120 Trace.traceEnd(Trace.TRACE_TAG_SYSTEM_SERVER);
138 Trace.traceBegin(Trace.TRACE_TAG_SYSTEM_SERVER, "OnBootPhase " + phase);
152 Trace.traceEnd(Trace.TRACE_TAG_SYSTEM_SERVER);
160 Trace
[all...]
H A DDisplayThread.java20 import android.os.Trace;
40 sInstance.getLooper().setTraceTag(Trace.TRACE_TAG_ACTIVITY_MANAGER);
H A DFgThread.java20 import android.os.Trace;
42 sInstance.getLooper().setTraceTag(Trace.TRACE_TAG_ACTIVITY_MANAGER);
H A DIoThread.java20 import android.os.Trace;
39 sInstance.getLooper().setTraceTag(Trace.TRACE_TAG_ACTIVITY_MANAGER);
H A DUiThread.java21 import android.os.Trace;
42 sInstance.getLooper().setTraceTag(Trace.TRACE_TAG_ACTIVITY_MANAGER);
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
H A DKeyguardService.java26 import android.os.Trace;
77 Trace.beginSection("KeyguardService.mBinder#verifyUnlock");
80 Trace.endSection();
85 Trace.beginSection("KeyguardService.mBinder#keyguardDone");
89 Trace.endSection();
94 Trace.beginSection("KeyguardService.mBinder#setOccluded");
97 Trace.endSection();
132 Trace.beginSection("KeyguardService.mBinder#onStartedWakingUp");
135 Trace.endSection();
140 Trace
[all...]
/frameworks/base/tests/CanvasCompare/src/com/android/test/hwuicompare/
H A DCompareActivity.java30 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
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DFingerprintUnlockController.java23 import android.os.Trace;
144 Trace.beginSection("FingerprintUnlockController#onFingerprintAcquired");
149 Trace.beginSection("acquiring wake-and-unlock");
151 Trace.endSection();
166 Trace.endSection();
171 Trace.beginSection("FingerprintUnlockController#onFingerprintAuthenticated");
174 Trace.endSection();
185 Trace.beginSection("release wake-and-unlock");
187 Trace.endSection();
190 Trace
[all...]
H A DUnlockMethodCache.java20 import android.os.Trace;
89 Trace.beginSection("UnlockMethodCache#update");
107 Trace.endSection();
139 Trace.beginSection("KeyguardUpdateMonitorCallback#onFingerprintAuthenticated");
141 Trace.endSection();
145 Trace.endSection();
/frameworks/base/tests/UiBench/src/com/android/test/uibench/
H A DSlowBindRecyclerViewActivity.java19 import android.os.Trace;
47 Trace.beginSection("bind item " + position);
51 Trace.endSection();
/frameworks/base/core/java/android/webkit/
H A DWebViewFactory.java35 import android.os.Trace;
192 Trace.traceBegin(Trace.TRACE_TAG_WEBVIEW, "WebViewFactory.getProvider()");
196 Trace.traceBegin(Trace.TRACE_TAG_WEBVIEW, "providerClass.newInstance()");
206 Trace.traceEnd(Trace.TRACE_TAG_WEBVIEW);
209 Trace.traceEnd(Trace.TRACE_TAG_WEBVIEW);
261 Trace
[all...]
/frameworks/base/graphics/java/android/graphics/
H A DBitmapFactory.java21 import android.os.Trace;
531 Trace.traceBegin(Trace.TRACE_TAG_GRAPHICS, "decodeBitmap");
540 Trace.traceEnd(Trace.TRACE_TAG_GRAPHICS);
616 Trace.traceBegin(Trace.TRACE_TAG_GRAPHICS, "decodeBitmap");
631 Trace.traceEnd(Trace.TRACE_TAG_GRAPHICS);
680 Trace
[all...]
/frameworks/opt/bitmap/src/com/android/bitmap/
H A DUnrefedPooledCache.java22 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
[all...]
H A DDecodeTask.java32 import com.android.bitmap.util.Trace;
126 Trace.beginSection("create fd");
128 Trace.endSection();
143 Trace.beginSection("poll for reusable bitmap");
145 Trace.endSection();
152 Trace.beginSection("get bytesize");
159 Trace.endSection();
161 Trace.beginSection("get orientation");
167 Trace.beginSection("create orientation fd and stream");
170 Trace
[all...]

Completed in 782 milliseconds

1234567