Home
last modified time | relevance | path

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

/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()
260 Trace.beginSection("fill"); in fill()
335 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/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.java265 public static void beginSection(String sectionName) { in beginSection() method in Trace
/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.txt18339 method public static void beginSection(java.lang.String);