HomeSort by relevance Sort by last modified time
    Searched defs:Recycler (Results 1 - 6 of 6) sorted by null

  /external/llvm/include/llvm/Support/
Recycler.h 1 //==- llvm/Support/Recycler.h - Recycling Allocator --------------*- C++ -*-==//
10 // This file defines the Recycler class template. See the doxygen comment for
11 // Recycler for more details.
31 /// RecyclerStruct - Implementation detail for Recycler. This is a
32 /// class that the recycler imposes on free'd memory to carve out
57 llvm_unreachable("Recycler's ilist_traits shouldn't see a deleteNode call!");
61 /// Recycler - This class manages a linked-list of deallocated nodes
66 class Recycler {
73 ~Recycler() {
76 // clear() before deleting the Recycler
    [all...]
  /packages/apps/Mms/src/com/android/mms/util/
Recycler.java 40 * The recycler is responsible for deleting old messages.
42 public abstract class Recycler {
67 Recycler smsRecycler = getSmsRecycler();
68 Recycler mmsRecycler = getMmsRecycler();
75 Log.v(TAG, "Recycler.deleteOldMessages this: " + this);
95 Log.v(TAG, "Recycler.deleteOldMessagesByThreadId this: " + this +
133 public static class SmsRecycler extends Recycler {
240 Log.v(TAG, "Recycler message " +
283 public static class MmsRecycler extends Recycler {
437 Log.v(TAG, "Recycler message "
    [all...]
  /packages/apps/Gallery/src/com/android/camera/
ImageViewTouchBase.java 64 // ImageViewTouchBase will pass a Bitmap to the Recycler if it has finished
66 public interface Recycler {
70 public void setRecycler(Recycler r) {
74 private Recycler mRecycler;
  /frameworks/support/v7/recyclerview/src/android/support/v7/widget/
RecyclerView.java 135 * View's visibility to INVISIBLE when View is detached. On Kitkat, Recycler recursively
168 final Recycler mRecycler = new Recycler();
    [all...]
  /prebuilts/sdk/current/support/v7/recyclerview/libs/
android-support-v7-recyclerview.jar 
  /prebuilts/misc/common/android-support-test/
espresso-core.jar 

Completed in 83 milliseconds