Home
last modified time | relevance | path

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

12

/frameworks/support/v17/leanback/src/android/support/v17/leanback/os/
DTraceHelper.java31 public void beginSection(String section); in beginSection() method
37 public void beginSection(String section) { in beginSection() method in TraceHelper.TraceHelperStubImpl
47 public void beginSection(String section) { in beginSection() method in TraceHelper.TraceHelperJbmr2Impl
48 TraceHelperJbmr2.beginSection(section); in beginSection()
68 public static void beginSection(String section) { in beginSection() method in TraceHelper
69 sImpl.beginSection(section); in beginSection()
/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()
472 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/support/v4/jellybean-mr2/android/support/v4/os/
DTraceJellybeanMR2.java19 public static void beginSection(String section) { in beginSection() method in TraceJellybeanMR2
20 Trace.beginSection(section); in beginSection()
/frameworks/support/v17/leanback/jbmr2/android/support/v17/leanback/os/
DTraceHelperJbmr2.java22 public static void beginSection(String section) { in beginSection() method in TraceHelperJbmr2
23 Trace.beginSection(section); in beginSection()
/frameworks/support/v4/java/android/support/v4/os/
DTraceCompat.java42 public static void beginSection(String sectionName) { in beginSection() method in TraceCompat
44 TraceJellybeanMR2.beginSection(sectionName); in beginSection()
/frameworks/opt/bitmap/src/com/android/bitmap/drawable/
DBasicBitmapDrawable.java175 Trace.beginSection("bind"); in bind()
205 Trace.beginSection("unbind"); in unbind()
217 Trace.beginSection("set image"); in setImage()
218 Trace.beginSection("release reference"); in setImage()
315 Trace.beginSection("decode"); in decode()
DExtendedBitmapDrawable.java398 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/support/v17/leanback/src/android/support/v17/leanback/widget/
DGridLayoutManager.java814 if (TRACE) TraceHelper.beginSection("onChildSelected"); in dispatchChildSelected()
1080 if (TRACE) TraceHelper.beginSection("processRowSizeSecondary"); in processRowSizeSecondary()
1289 if (TRACE) TraceHelper.beginSection("measureChild"); in measureChild()
1343 if (TRACE) TraceHelper.beginSection("createItem");
1344 if (TRACE) TraceHelper.beginSection("getview");
1352 if (TRACE) TraceHelper.beginSection("addView");
1452 if (TRACE) TraceHelper.beginSection("removeItem");
1478 if (TRACE) TraceHelper.beginSection("layoutChild"); in layoutChild()
1666 if (TRACE) TraceHelper.beginSection("removeAndRecycleAllViews"); in removeAndRecycleAllViews()
1884 if (TRACE) TraceHelper.beginSection("scrollPrimary"); in scrollDirectionPrimary()
[all …]
/frameworks/base/docs/html/tools/debugging/
Dsystrace.jd242 Trace.beginSection("ProcessPeople");
244 Trace.beginSection("Processing Jane");
251 Trace.beginSection("Processing John");
267 {@link android.os.Trace#beginSection} method. This means that a trace started within another
274 {@link android.os.Trace#beginSection} on one thread of execution and then attempt to end the
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
DRecyclerView.java265 TraceCompat.beginSection(TRACE_ON_DATA_SET_CHANGE_LAYOUT_TAG);
269 TraceCompat.beginSection(TRACE_HANDLE_ADAPTER_UPDATES_TAG);
1393 TraceCompat.beginSection(TRACE_SCROLL_TAG); in scrollByInternal()
3144 TraceCompat.beginSection(TRACE_ON_LAYOUT_TAG); in onLayout()
3906 TraceCompat.beginSection(TRACE_SCROLL_TAG); in run()
5287 TraceCompat.beginSection(TRACE_CREATE_VIEW_TAG); in createViewHolder()
5309 TraceCompat.beginSection(TRACE_BIND_VIEW_TAG); in bindViewHolder()
/frameworks/base/docs/html/about/versions/
Dandroid-4.3.jd1067 {@link android.os.Trace#beginSection beginSection()} and {@link android.os.Trace#endSection()},
/frameworks/support/v4/api/
D22.1.0.txt1492 method public static void beginSection(java.lang.String);
D22.2.1.txt1551 method public static void beginSection(java.lang.String);
D22.2.0.txt1550 method public static void beginSection(java.lang.String);
D23.txt1743 method public static void beginSection(java.lang.String);
Dcurrent.txt1749 method public static void beginSection(java.lang.String);

12