/frameworks/support/v17/leanback/src/android/support/v17/leanback/os/ |
D | TraceHelper.java | 31 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/ |
D | DecodeTask.java | 126 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()
|
D | ContiguousFIFOAggregator.java | 99 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()
|
D | UnrefedPooledCache.java | 73 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()
|
D | UnrefedBitmapCache.java | 91 Trace.beginSection("sleep"); in poll()
|
/frameworks/opt/photoviewer/src/com/android/ex/photo/util/ |
D | InputStreamBuffer.java | 130 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()
|
D | Trace.java | 33 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/ |
D | InputStreamBuffer.java | 130 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()
|
D | Trace.java | 33 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/ |
D | TraceJellybeanMR2.java | 19 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/ |
D | TraceHelperJbmr2.java | 22 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/ |
D | TraceCompat.java | 42 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/ |
D | BasicBitmapDrawable.java | 175 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()
|
D | ExtendedBitmapDrawable.java | 398 Trace.beginSection("set load state"); in setLoadState()
|
/frameworks/ex/camera2/public/src/com/android/ex/camera2/utils/ |
D | SysTrace.java | 65 public static void beginSection(String sectionName) { in beginSection() method in SysTrace
|
/frameworks/base/core/java/android/os/ |
D | Trace.java | 271 public static void beginSection(String sectionName) { in beginSection() method in Trace
|
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/ |
D | GridLayoutManager.java | 814 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/ |
D | systrace.jd | 242 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/ |
D | RecyclerView.java | 265 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/ |
D | android-4.3.jd | 1067 {@link android.os.Trace#beginSection beginSection()} and {@link android.os.Trace#endSection()},
|
/frameworks/support/v4/api/ |
D | 22.1.0.txt | 1492 method public static void beginSection(java.lang.String);
|
D | 22.2.1.txt | 1551 method public static void beginSection(java.lang.String);
|
D | 22.2.0.txt | 1550 method public static void beginSection(java.lang.String);
|
D | 23.txt | 1743 method public static void beginSection(java.lang.String);
|
D | current.txt | 1749 method public static void beginSection(java.lang.String);
|