HomeSort by relevance Sort by last modified time
    Searched defs:Recycler (Results 1 - 18 of 18) 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 /// Recycler - This class manages a linked-list of deallocated nodes
36 class Recycler {
56 ~Recycler() {
59 // clear() before deleting the Recycler.
60 assert(!FreeList && "Non-empty recycler deleted!");
64 /// recycler must be free of any tracked allocations before being
84 "Recycler allocation alignment is less than object align!")
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/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.
30 /// Recycler - This class manages a linked-list of deallocated nodes
35 class Recycler {
55 ~Recycler() {
58 // clear() before deleting the Recycler.
59 assert(!FreeList && "Non-empty recycler deleted!");
63 /// recycler must be free of any tracked allocations before being
83 "Recycler allocation alignment is less than object align!")
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/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.
30 /// Recycler - This class manages a linked-list of deallocated nodes
35 class Recycler {
55 ~Recycler() {
58 // clear() before deleting the Recycler.
59 assert(!FreeList && "Non-empty recycler deleted!");
63 /// recycler must be free of any tracked allocations before being
83 "Recycler allocation alignment is less than object align!")
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/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.
30 /// Recycler - This class manages a linked-list of deallocated nodes
35 class Recycler {
55 ~Recycler() {
58 // clear() before deleting the Recycler.
59 assert(!FreeList && "Non-empty recycler deleted!");
63 /// recycler must be free of any tracked allocations before being
83 "Recycler allocation alignment is less than object align!")
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/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.
30 /// Recycler - This class manages a linked-list of deallocated nodes
35 class Recycler {
55 ~Recycler() {
58 // clear() before deleting the Recycler.
59 assert(!FreeList && "Non-empty recycler deleted!");
63 /// recycler must be free of any tracked allocations before being
83 "Recycler allocation alignment is less than object align!")
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/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.
30 /// Recycler - This class manages a linked-list of deallocated nodes
35 class Recycler {
55 ~Recycler() {
58 // clear() before deleting the Recycler.
59 assert(!FreeList && "Non-empty recycler deleted!");
63 /// recycler must be free of any tracked allocations before being
83 "Recycler allocation alignment is less than object align!")
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/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.
30 /// Recycler - This class manages a linked-list of deallocated nodes
35 class Recycler {
55 ~Recycler() {
58 // clear() before deleting the Recycler.
59 assert(!FreeList && "Non-empty recycler deleted!");
63 /// recycler must be free of any tracked allocations before being
83 "Recycler allocation alignment is less than object align!")
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/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.
30 /// Recycler - This class manages a linked-list of deallocated nodes
35 class Recycler {
55 ~Recycler() {
58 // clear() before deleting the Recycler.
59 assert(!FreeList && "Non-empty recycler deleted!");
63 /// recycler must be free of any tracked allocations before being
83 "Recycler allocation alignment is less than object align!")
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/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.
30 /// Recycler - This class manages a linked-list of deallocated nodes
35 class Recycler {
55 ~Recycler() {
58 // clear() before deleting the Recycler.
59 assert(!FreeList && "Non-empty recycler deleted!");
63 /// recycler must be free of any tracked allocations before being
83 "Recycler allocation alignment is less than object align!")
    [all...]
  /external/swiftshader/third_party/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.
29 /// RecyclerStruct - Implementation detail for Recycler. This is a
30 /// class that the recycler imposes on free'd memory to carve out
55 assert(0 && "Recycler's ilist_traits shouldn't see a deleteNode call!");
59 /// Recycler - This class manages a linked-list of deallocated nodes
64 class Recycler {
71 ~Recycler() {
74 // clear() before deleting the Recycler
    [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;
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/usb/device/
UsbDeviceTestActivity.java     [all...]
  /prebuilts/tools/common/m2/repository/io/netty/netty-common/4.1.0.CR3/
netty-common-4.1.0.CR3.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-common/4.1.3.Final/
netty-common-4.1.3.Final.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-common/4.1.6.Final/
netty-common-4.1.6.Final.jar 
  /frameworks/base/core/java/com/android/internal/widget/
RecyclerView.java 149 * setting View's visibility to INVISIBLE when View is detached. On Kitkat and JB MR2, Recycler
278 final Recycler mRecycler = new Recycler();
    [all...]
  /frameworks/support/v7/recyclerview/src/android/support/v7/widget/
RecyclerView.java 171 * setting View's visibility to INVISIBLE when View is detached. On Kitkat and JB MR2, Recycler
307 final Recycler mRecycler = new Recycler();
    [all...]
  /prebuilts/sdk/current/support/v7/recyclerview/libs/
android-support-v7-recyclerview.jar 

Completed in 1405 milliseconds