Home
last modified time | relevance | path

Searched refs:beginSection (Results 1 – 15 of 15) sorted by relevance

/frameworks/opt/bitmap/src/com/android/bitmap/
DDecodeTask.java126 Trace.beginSection("create fd"); in decode()
143 Trace.beginSection("poll for reusable bitmap"); in decode()
152 Trace.beginSection("get bytesize"); in decode()
161 Trace.beginSection("get orientation"); in decode()
167 Trace.beginSection("create orientation fd and stream"); in decode()
210 Trace.beginSection("decodeBounds"); in decode()
263 Trace.beginSection("create reusable bitmap"); in decode()
306 Trace.beginSection("decodeCropped" + mOpts.inSampleSize); in decode()
374 Trace.beginSection("decode" + mOpts.inSampleSize); in decode()
469 Trace.beginSection("create stream"); in reset()
DContiguousFIFOAggregator.java99 Trace.beginSection("pool expect"); in expect()
135 Trace.beginSection("pool forget"); in forget()
166 Trace.beginSection("pool execute"); in execute()
194 Trace.beginSection("pool maybeExecuteNow loop"); in maybeExecuteNow()
DUnrefedPooledCache.java73 Trace.beginSection("cache get"); in get()
89 Trace.beginSection("cache put"); in put()
111 Trace.beginSection("pool offer"); in offer()
122 Trace.beginSection("pool poll"); in poll()
DUnrefedBitmapCache.java91 Trace.beginSection("sleep"); in poll()
/frameworks/opt/photoviewer/src/com/android/ex/photo/util/
DInputStreamBuffer.java130 Trace.beginSection("get"); in get()
160 Trace.beginSection("has"); in has()
188 Trace.beginSection("advance to"); in advanceTo()
262 Trace.beginSection("fill"); in fill()
339 Trace.beginSection("to debug string"); in toDebugString()
DTrace.java33 public static void beginSection(String tag) { in beginSection() method in Trace
35 android.os.Trace.beginSection(tag); in beginSection()
/frameworks/opt/bitmap/src/com/android/bitmap/util/
DInputStreamBuffer.java130 Trace.beginSection("get"); in get()
160 Trace.beginSection("has"); in has()
188 Trace.beginSection("advance to"); in advanceTo()
262 Trace.beginSection("fill"); in fill()
339 Trace.beginSection("to debug string"); in toDebugString()
DTrace.java33 public static void beginSection(String tag) { in beginSection() method in Trace
35 android.os.Trace.beginSection(tag); in beginSection()
/frameworks/opt/bitmap/src/com/android/bitmap/drawable/
DBasicBitmapDrawable.java143 Trace.beginSection("bind"); in bind()
173 Trace.beginSection("unbind"); in unbind()
185 Trace.beginSection("set image"); in setImage()
186 Trace.beginSection("release reference"); in setImage()
274 Trace.beginSection("decode"); in decode()
DExtendedBitmapDrawable.java380 Trace.beginSection("set load state"); in setLoadState()
/frameworks/ex/camera2/public/src/com/android/ex/camera2/utils/
DSysTrace.java65 public static void beginSection(String sectionName) { in beginSection() method in SysTrace
/frameworks/base/core/java/android/os/
DTrace.java271 public static void beginSection(String sectionName) { in beginSection() method in Trace
/frameworks/base/docs/html/tools/debugging/
Dsystrace.jd195 Trace.beginSection("ProcessPeople");
197 Trace.beginSection("Processing Jane");
204 Trace.beginSection("Processing John");
218 {@link android.os.Trace#beginSection} method. This means that a trace started within another
225 {@link android.os.Trace#beginSection} on one thread of execution and then attempt to end the
/frameworks/base/docs/html/about/versions/
Dandroid-4.3.jd1067 {@link android.os.Trace#beginSection beginSection()} and {@link android.os.Trace#endSection()},
/frameworks/base/api/
Dcurrent.txt22283 method public static void beginSection(java.lang.String);