[go: nahoru, domu]

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

1234567

/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/support/v4/jellybean-mr2/android/support/v4/os/
H A DTraceJellybeanMR2.java16 import android.os.Trace;
20 Trace.beginSection(section);
24 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.java43 import android.os.Trace;
219 Trace.traceBegin(Trace.TRACE_TAG_SYSTEM_SERVER, "InitBeforeStartServices");
316 Trace.traceEnd(Trace.TRACE_TAG_SYSTEM_SERVER);
321 Trace.traceBegin(Trace.TRACE_TAG_SYSTEM_SERVER, "StartServices");
330 Trace.traceEnd(Trace.TRACE_TAG_SYSTEM_SERVER);
422 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 DZygoteInit.java33 import android.os.Trace;
193 Trace.traceBegin(Trace.TRACE_TAG_DALVIK, "BeginIcuCachePinning");
195 Trace.traceEnd(Trace.TRACE_TAG_DALVIK);
196 Trace.traceBegin(Trace.TRACE_TAG_DALVIK, "PreloadClasses");
198 Trace.traceEnd(Trace.TRACE_TAG_DALVIK);
199 Trace
[all...]
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/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/services/core/java/com/android/server/
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.java20 import android.os.Trace;
39 sInstance.getLooper().setTraceTag(Trace.TRACE_TAG_ACTIVITY_MANAGER);
/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...]
H A DContiguousFIFOAggregator.java22 import com.android.bitmap.util.Trace;
99 Trace.beginSection("pool expect");
115 Trace.endSection();
135 Trace.beginSection("pool forget");
150 Trace.endSection();
166 Trace.beginSection("pool execute");
173 Trace.endSection();
181 Trace.endSection();
194 Trace.beginSection("pool maybeExecuteNow loop");
204 Trace
[all...]
H A DUnrefedBitmapCache.java23 import com.android.bitmap.util.Trace;
91 Trace.beginSection("sleep");
101 Trace.endSection();
/frameworks/opt/bitmap/src/com/android/bitmap/drawable/
H A DBasicBitmapDrawable.java39 import com.android.bitmap.util.Trace;
175 Trace.beginSection("bind");
177 Trace.endSection();
181 Trace.endSection();
205 Trace.beginSection("unbind");
210 Trace.endSection();
217 Trace.beginSection("set image");
218 Trace.beginSection("release reference");
223 Trace.endSection();
239 Trace
[all...]
/frameworks/base/libs/hwui/thread/
H A DTask.h21 #include <utils/Trace.h>

Completed in 539 milliseconds

1234567