HomeSort by relevance Sort by last modified time
    Searched refs:beginSection (Results 1 - 13 of 13) sorted by null

  /packages/apps/UnifiedEmail/src/com/android/bitmap/
Trace.java 31 * @see android.os.Trace#beginSection(String)
33 public static void beginSection(String tag) {
35 android.os.Trace.beginSection(tag);
DecodeTask.java 104 Trace.beginSection("poll for reusable bitmap");
113 Trace.beginSection("create fd and stream");
123 Trace.beginSection("get bytesize");
132 Trace.beginSection("get orientation");
135 Trace.beginSection("create fd and stream");
172 Trace.beginSection("decodeBounds");
201 Trace.beginSection("create reusable bitmap");
235 Trace.beginSection("decodeCropped" + mOpts.inSampleSize);
251 Trace.beginSection("decode" + mOpts.inSampleSize);
383 Trace.beginSection("create stream")
    [all...]
AltBitmapCache.java 73 Trace.beginSection("sleep");
  /frameworks/opt/photoviewer/src/com/android/ex/photo/util/
Trace.java 31 * @see android.os.Trace#beginSection(String)
33 public static void beginSection(String tag) {
35 android.os.Trace.beginSection(tag);
InputStreamBuffer.java 130 Trace.beginSection("get");
160 Trace.beginSection("has");
188 Trace.beginSection("advance to");
260 Trace.beginSection("fill");
335 Trace.beginSection("to debug string");
  /frameworks/ex/camera2/public/src/com/android/ex/camera2/utils/
SysTrace.java 65 public static void beginSection(String sectionName) {
67 Log.v(TAG, String.format("beginSection[%d] %s", sNestingLevel, sectionName));
77 * {@link #beginSection(String)}. Calling this method will mark the end of
79 * that beginSection / endSection pairs are properly nested and called from
95 * tag. Unlike {@link #beginSection} and {@link #endSection},
  /cts/tests/tests/media/src/android/media/cts/
PresentationSyncTest.java 148 Trace.beginSection("TEST BEGIN");
160 Trace.beginSection("swapbuf " + frameNum);
294 Trace.beginSection("TEST BEGIN fd=" + frameDelay);
360 Trace.beginSection("swapbuf " + mCurFrame);
  /frameworks/base/core/java/android/os/
Trace.java 265 public static void beginSection(String sectionName) {
276 * be preceeded by a corresponding call to {@link #beginSection(String)}. Calling this method
278 * ensure that beginSection / endSection pairs are properly nested and called from the same
  /packages/apps/UnifiedEmail/src/com/android/mail/bitmap/
AttachmentDrawable.java 145 Trace.beginSection("set image");
352 Trace.beginSection("decode");
390 Trace.beginSection("set load state");
CompositeDrawable.java 58 Trace.beginSection("create division drawable");
  /packages/apps/UnifiedEmail/src/com/android/mail/utils/
Utils.java     [all...]
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 332 milliseconds