HomeSort by relevance Sort by last modified time
    Searched defs:endSection (Results 1 - 25 of 32) sorted by null

1 2

  /frameworks/opt/bitmap/src/com/android/bitmap/util/
Trace.java 43 * @see android.os.Trace#endSection()
45 public static void endSection() {
47 android.os.Trace.endSection();
InputStreamBuffer.java 133 Trace.endSection();
136 Trace.endSection();
162 Trace.endSection();
171 Trace.endSection();
175 Trace.endSection();
192 Trace.endSection();
238 Trace.endSection();
264 Trace.endSection();
272 Trace.endSection();
310 Trace.endSection();
    [all...]
  /frameworks/opt/photoviewer/src/com/android/ex/photo/util/
Trace.java 43 * @see android.os.Trace#endSection()
45 public static void endSection() {
47 android.os.Trace.endSection();
InputStreamBuffer.java 133 Trace.endSection();
136 Trace.endSection();
162 Trace.endSection();
171 Trace.endSection();
175 Trace.endSection();
192 Trace.endSection();
238 Trace.endSection();
264 Trace.endSection();
272 Trace.endSection();
310 Trace.endSection();
    [all...]
  /external/deqp/modules/gles31/functional/
es31fNegativeTestShared.cpp 66 getLog() << TestLog::EndSection;
90 void NegativeTestContext::endSection (void)
95 getLog() << TestLog::EndSection;
  /frameworks/ex/camera2/public/src/com/android/ex/camera2/utils/
SysTrace.java 56 * be followed by a corresponding call to {@link #endSection()} on the same thread.
79 * that beginSection / endSection pairs are properly nested and called from
83 public static void endSection() {
86 Log.v(TAG, String.format("endSection[%d]", sNestingLevel));
95 * tag. Unlike {@link #beginSection} and {@link #endSection},
  /packages/apps/Contacts/src/com/android/contacts/quickcontact/
WhitenessUtils.java 99 Trace.endSection();
QuickContactActivity.java     [all...]
  /frameworks/opt/bitmap/src/com/android/bitmap/
UnrefedBitmapCache.java 101 Trace.endSection();
ContiguousFIFOAggregator.java 115 Trace.endSection();
150 Trace.endSection();
173 Trace.endSection();
181 Trace.endSection();
204 Trace.endSection();
215 Trace.endSection();
UnrefedPooledCache.java 82 Trace.endSection();
92 Trace.endSection();
104 Trace.endSection();
113 Trace.endSection();
117 Trace.endSection();
125 Trace.endSection();
152 Trace.endSection();
159 Trace.endSection();
DecodeTask.java 128 Trace.endSection();
145 Trace.endSection();
159 Trace.endSection();
170 Trace.endSection();
184 Trace.endSection();
217 Trace.endSection();
267 Trace.endSection();
363 Trace.endSection();
392 Trace.endSection();
481 Trace.endSection();
    [all...]
  /packages/apps/ContactsCommon/src/com/android/contacts/common/util/
MaterialColorMapUtils.java 69 Trace.endSection();
  /frameworks/base/core/java/android/os/
Trace.java 262 * be followed by a corresponding call to {@link #endSection()} on the same thread.
284 * ensure that beginSection / endSection pairs are properly nested and called from the same
287 public static void endSection() {
  /packages/apps/UnifiedEmail/src/com/android/mail/
SenderInfoLoader.java 134 Trace.endSection();
144 Trace.endSection();
147 Trace.endSection();
168 Trace.endSection();
180 Trace.endSection();
192 Trace.endSection();
197 Trace.endSection();
200 Trace.endSection();
220 Trace.endSection();
228 Trace.endSection();
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/bitmap/
ContactResolver.java 103 Trace.endSection();
178 Trace.endSection();
183 Trace.endSection();
192 Trace.endSection();
200 Trace.endSection();
210 Trace.endSection();
232 Trace.endSection();
  /external/deqp/framework/common/
tcuTestLog.cpp 294 void TestLog::endSection (void)
435 const TestLog::EndSectionToken TestLog::EndSection = TestLog::EndSectionToken();
  /cts/tests/tests/media/src/android/media/cts/
PresentationSyncTest.java 150 Trace.endSection();
162 Trace.endSection();
296 Trace.endSection();
362 Trace.endSection();
  /frameworks/opt/bitmap/src/com/android/bitmap/drawable/
BasicBitmapDrawable.java 145 Trace.endSection();
149 Trace.endSection();
178 Trace.endSection();
191 Trace.endSection();
207 Trace.endSection();
225 Trace.endSection();
295 Trace.endSection();
ExtendedBitmapDrawable.java 416 Trace.endSection();
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
ImageDraw.java 180 mFRep.endSection(mTmpPoint[0], mTmpPoint[1]);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
FilterDrawRepresentation.java 301 public void endSection(float x, float y) {
  /packages/apps/Contacts/src/com/android/contacts/widget/
MultiShrinkScroller.java     [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/utils/
Utils.java     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
kxia64.h 718 #define endSection(SectName)

Completed in 1333 milliseconds

1 2