HomeSort by relevance Sort by last modified time
    Searched full:recycle (Results 251 - 275 of 1224) sorted by null

<<11121314151617181920>>

  /external/okhttp/okio/src/main/java/okio/
OkBuffer.java 151 SegmentPool.INSTANCE.recycle(segment);
190 SegmentPool.INSTANCE.recycle(segment);
222 SegmentPool.INSTANCE.recycle(segment);
256 SegmentPool.INSTANCE.recycle(segment);
299 SegmentPool.INSTANCE.recycle(head);
355 SegmentPool.INSTANCE.recycle(toRecycle);
375 SegmentPool.INSTANCE.recycle(s);
402 SegmentPool.INSTANCE.recycle(toRecycle);
  /frameworks/base/core/java/android/net/
NetworkStatsHistory.java 267 public Entry getValues(int i, Entry recycle) {
268 final Entry entry = recycle != null ? recycle : new Entry();
471 public Entry getValues(long start, long end, Entry recycle) {
472 return getValues(start, end, Long.MAX_VALUE, recycle);
479 public Entry getValues(long start, long end, long now, Entry recycle) {
480 final Entry entry = recycle != null ? recycle : new Entry();
  /frameworks/base/core/java/android/preference/
SeekBarPreference.java 46 a.recycle();
53 a.recycle();
  /frameworks/base/core/java/android/text/style/
TextAppearanceSpan.java 96 a.recycle();
103 a.recycle();
  /frameworks/base/services/accessibility/java/com/android/server/accessibility/
DisplayAdjustmentUtils.java 130 data.recycle();
159 data.recycle();
  /frameworks/base/telecomm/java/android/telecom/
VideoCallImpl.java 125 args.recycle();
138 args.recycle();
  /frameworks/opt/net/ims/src/java/com/android/ims/internal/
ImsVideoCallProviderWrapper.java 123 args.recycle();
136 args.recycle();
  /frameworks/support/v4/ics/android/support/v4/view/accessibility/
AccessibilityNodeInfoCompatIcs.java 216 public static void recycle(Object info) { method in class:AccessibilityNodeInfoCompatIcs
217 ((AccessibilityNodeInfo) info).recycle(); method
  /packages/apps/Browser/src/com/android/browser/
CrashRecoveryHandler.java 181 parcel.recycle();
246 p.recycle();
  /packages/apps/Gallery2/src/com/android/photos/data/
SparseArrayBitmapPool.java 115 // Recycle the node.
121 if (recycleBitmap) n.bitmap.recycle();
  /packages/apps/Settings/src/com/android/settings/widget/
ChartGridView.java 86 ta.recycle();
92 a.recycle();
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
ConversationInfo.java 100 p.recycle();
108 p.recycle();
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
KeyboardRow.java 103 keyboardAttr.recycle();
108 keyAttr.recycle();
  /packages/services/Telecomm/src/com/android/server/telecom/
RespondViaSmsManager.java 64 args.recycle();
75 args.recycle();
ConnectionServiceWrapper.java 97 args.recycle();
137 args.recycle();
186 args.recycle();
232 args.recycle();
259 args.recycle();
276 args.recycle();
296 args.recycle();
308 args.recycle();
320 args.recycle();
349 args.recycle();
    [all...]
  /frameworks/base/core/java/android/nfc/cardemulation/
ApduServiceInfo.java 158 sa.recycle();
168 sa.recycle();
204 groupAttrs.recycle();
226 a.recycle();
240 a.recycle();
  /frameworks/base/core/tests/coretests/src/android/content/
ContentProviderOperationTest.java 328 parcel.recycle();
352 parcel.recycle();
372 parcel.recycle();
508 parcel.recycle();
520 parcel.recycle();
  /packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
NinePatchTexture.java 149 removed.recycle(canvas);
168 public void recycle() { method in class:NinePatchTexture
169 super.recycle();
175 instance.recycle(canvas);
416 public void recycle(GLCanvas canvas) { method in class:NinePatchInstance
  /cts/tests/tests/graphics/src/android/graphics/cts/
BitmapTest.java 62 mBitmap.recycle();
99 mBitmap.recycle();
323 mBitmap.recycle();
349 mBitmap.recycle();
367 mBitmap.recycle();
424 mBitmap.recycle();
487 mBitmap.recycle();
665 mBitmap.recycle();
708 mBitmap.recycle();
    [all...]
  /frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/
TestService.java 654 a.recycle();
828 super("CreateRecycleBitmap", "Create and recycle a Bitmap");
839 bm.recycle();
868 super("LoadRecycleSmallBitmap", "Load and recycle small raw bitmap");
880 bm.recycle();
909 super("LoadRecycleLargeBitmap", "Load and recycle large raw bitmap");
921 bm.recycle();
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/
Utils.java 733 * @param recycle Time object to recycle, otherwise null.
737 public static long convertAlldayUtcToLocal(Time recycle, long utcTime, String tz) {
738 if (recycle == null) {
739 recycle = new Time();
741 recycle.timezone = Time.TIMEZONE_UTC;
742 recycle.set(utcTime);
743 recycle.timezone = tz;
744 return recycle.normalize(true);
747 public static long convertAlldayLocalToUTC(Time recycle, long localTime, String tz)
    [all...]
  /packages/apps/Gallery/src/com/android/camera/
ViewImage.java 527 bitmap.recycle();
    [all...]
  /cts/tests/tests/accessibility/src/android/view/accessibility/cts/
AccessibilityNodeInfoTest.java 66 firstInfo.recycle();
80 // recycle and obtain the same recycled instance
81 populatedInfo.recycle();
  /external/glide/library/src/main/java/com/bumptech/glide/load/resource/bitmap/
Downsampler.java 128 * @return A new bitmap containing the image from the given InputStream, or recycle if recycle is not null
173 downsampled.recycle();
  /frameworks/base/core/java/android/content/pm/
PackageParser.java     [all...]

Completed in 1684 milliseconds

<<11121314151617181920>>