HomeSort by relevance Sort by last modified time
    Searched full:subclass (Results 76 - 100 of 6336) sorted by null

1 2 34 5 6 7 8 91011>>

  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
RecyclingAllocator.h 41 /// SubClass. The storage may be either newly allocated or recycled.
43 template<class SubClass>
44 SubClass *Allocate() { return Base.template Allocate<SubClass>(Allocator); }
51 template<class SubClass>
52 void Deallocate(SubClass* E) { return Base.Deallocate(Allocator, E); }
Recycler.h 83 template<class SubClass, class AllocatorType>
84 SubClass *Allocate(AllocatorType &Allocator) {
85 static_assert(alignof(SubClass) <= Align,
87 static_assert(sizeof(SubClass) <= Size,
89 return FreeList ? reinterpret_cast<SubClass *>(pop_val())
90 : static_cast<SubClass *>(Allocator.Allocate(Size, Align));
98 template<class SubClass, class AllocatorType>
99 void Deallocate(AllocatorType & /*Allocator*/, SubClass* Element) {
  /external/llvm/include/llvm/Support/
Recycler.h 81 template<class SubClass, class AllocatorType>
82 SubClass *Allocate(AllocatorType &Allocator) {
83 static_assert(AlignOf<SubClass>::Alignment <= Align,
85 static_assert(sizeof(SubClass) <= Size,
87 return FreeList ? reinterpret_cast<SubClass *>(pop_val())
88 : static_cast<SubClass *>(Allocator.Allocate(Size, Align));
96 template<class SubClass, class AllocatorType>
97 void Deallocate(AllocatorType & /*Allocator*/, SubClass* Element) {
  /frameworks/base/packages/MtpDocumentsProvider/res/xml/
device_filter.xml 18 <usb-device class="255" subclass="255" protocol="0" />
19 <usb-device class="6" subclass="1" protocol="1" />
  /frameworks/base/services/usb/java/com/android/server/usb/descriptors/
UsbACInterfaceUnparsed.java 25 public UsbACInterfaceUnparsed(int length, byte type, byte subtype, int subClass) {
26 super(length, type, subtype, subClass);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
Recycler.h 80 template<class SubClass, class AllocatorType>
81 SubClass *Allocate(AllocatorType &Allocator) {
82 static_assert(alignof(SubClass) <= Align,
84 static_assert(sizeof(SubClass) <= Size,
86 return FreeList ? reinterpret_cast<SubClass *>(pop_val())
87 : static_cast<SubClass *>(Allocator.Allocate(Size, Align));
95 template<class SubClass, class AllocatorType>
96 void Deallocate(AllocatorType & /*Allocator*/, SubClass* Element) {
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
Recycler.h 83 template<class SubClass, class AllocatorType>
84 SubClass *Allocate(AllocatorType &Allocator) {
85 static_assert(alignof(SubClass) <= Align,
87 static_assert(sizeof(SubClass) <= Size,
89 return FreeList ? reinterpret_cast<SubClass *>(pop_val())
90 : static_cast<SubClass *>(Allocator.Allocate(Size, Align));
98 template<class SubClass, class AllocatorType>
99 void Deallocate(AllocatorType & /*Allocator*/, SubClass* Element) {
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
Recycler.h 83 template<class SubClass, class AllocatorType>
84 SubClass *Allocate(AllocatorType &Allocator) {
85 static_assert(alignof(SubClass) <= Align,
87 static_assert(sizeof(SubClass) <= Size,
89 return FreeList ? reinterpret_cast<SubClass *>(pop_val())
90 : static_cast<SubClass *>(Allocator.Allocate(Size, Align));
98 template<class SubClass, class AllocatorType>
99 void Deallocate(AllocatorType & /*Allocator*/, SubClass* Element) {
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
Recycler.h 83 template<class SubClass, class AllocatorType>
84 SubClass *Allocate(AllocatorType &Allocator) {
85 static_assert(alignof(SubClass) <= Align,
87 static_assert(sizeof(SubClass) <= Size,
89 return FreeList ? reinterpret_cast<SubClass *>(pop_val())
90 : static_cast<SubClass *>(Allocator.Allocate(Size, Align));
98 template<class SubClass, class AllocatorType>
99 void Deallocate(AllocatorType & /*Allocator*/, SubClass* Element) {
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
Recycler.h 83 template<class SubClass, class AllocatorType>
84 SubClass *Allocate(AllocatorType &Allocator) {
85 static_assert(alignof(SubClass) <= Align,
87 static_assert(sizeof(SubClass) <= Size,
89 return FreeList ? reinterpret_cast<SubClass *>(pop_val())
90 : static_cast<SubClass *>(Allocator.Allocate(Size, Align));
98 template<class SubClass, class AllocatorType>
99 void Deallocate(AllocatorType & /*Allocator*/, SubClass* Element) {
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
Recycler.h 83 template<class SubClass, class AllocatorType>
84 SubClass *Allocate(AllocatorType &Allocator) {
85 static_assert(alignof(SubClass) <= Align,
87 static_assert(sizeof(SubClass) <= Size,
89 return FreeList ? reinterpret_cast<SubClass *>(pop_val())
90 : static_cast<SubClass *>(Allocator.Allocate(Size, Align));
98 template<class SubClass, class AllocatorType>
99 void Deallocate(AllocatorType & /*Allocator*/, SubClass* Element) {
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
Recycler.h 83 template<class SubClass, class AllocatorType>
84 SubClass *Allocate(AllocatorType &Allocator) {
85 static_assert(alignof(SubClass) <= Align,
87 static_assert(sizeof(SubClass) <= Size,
89 return FreeList ? reinterpret_cast<SubClass *>(pop_val())
90 : static_cast<SubClass *>(Allocator.Allocate(Size, Align));
98 template<class SubClass, class AllocatorType>
99 void Deallocate(AllocatorType & /*Allocator*/, SubClass* Element) {
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
Recycler.h 80 template<class SubClass, class AllocatorType>
81 SubClass *Allocate(AllocatorType &Allocator) {
82 static_assert(alignof(SubClass) <= Align,
84 static_assert(sizeof(SubClass) <= Size,
86 return FreeList ? reinterpret_cast<SubClass *>(pop_val())
87 : static_cast<SubClass *>(Allocator.Allocate(Size, Align));
95 template<class SubClass, class AllocatorType>
96 void Deallocate(AllocatorType & /*Allocator*/, SubClass* Element) {
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
Recycler.h 83 template<class SubClass, class AllocatorType>
84 SubClass *Allocate(AllocatorType &Allocator) {
85 static_assert(alignof(SubClass) <= Align,
87 static_assert(sizeof(SubClass) <= Size,
89 return FreeList ? reinterpret_cast<SubClass *>(pop_val())
90 : static_cast<SubClass *>(Allocator.Allocate(Size, Align));
98 template<class SubClass, class AllocatorType>
99 void Deallocate(AllocatorType & /*Allocator*/, SubClass* Element) {
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
Recycler.h 83 template<class SubClass, class AllocatorType>
84 SubClass *Allocate(AllocatorType &Allocator) {
85 static_assert(alignof(SubClass) <= Align,
87 static_assert(sizeof(SubClass) <= Size,
89 return FreeList ? reinterpret_cast<SubClass *>(pop_val())
90 : static_cast<SubClass *>(Allocator.Allocate(Size, Align));
98 template<class SubClass, class AllocatorType>
99 void Deallocate(AllocatorType & /*Allocator*/, SubClass* Element) {
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
Recycler.h 83 template<class SubClass, class AllocatorType>
84 SubClass *Allocate(AllocatorType &Allocator) {
85 static_assert(alignof(SubClass) <= Align,
87 static_assert(sizeof(SubClass) <= Size,
89 return FreeList ? reinterpret_cast<SubClass *>(pop_val())
90 : static_cast<SubClass *>(Allocator.Allocate(Size, Align));
98 template<class SubClass, class AllocatorType>
99 void Deallocate(AllocatorType & /*Allocator*/, SubClass* Element) {
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
Recycler.h 83 template<class SubClass, class AllocatorType>
84 SubClass *Allocate(AllocatorType &Allocator) {
85 static_assert(alignof(SubClass) <= Align,
87 static_assert(sizeof(SubClass) <= Size,
89 return FreeList ? reinterpret_cast<SubClass *>(pop_val())
90 : static_cast<SubClass *>(Allocator.Allocate(Size, Align));
98 template<class SubClass, class AllocatorType>
99 void Deallocate(AllocatorType & /*Allocator*/, SubClass* Element) {
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
Recycler.h 83 template<class SubClass, class AllocatorType>
84 SubClass *Allocate(AllocatorType &Allocator) {
85 static_assert(alignof(SubClass) <= Align,
87 static_assert(sizeof(SubClass) <= Size,
89 return FreeList ? reinterpret_cast<SubClass *>(pop_val())
90 : static_cast<SubClass *>(Allocator.Allocate(Size, Align));
98 template<class SubClass, class AllocatorType>
99 void Deallocate(AllocatorType & /*Allocator*/, SubClass* Element) {
  /art/test/954-invoke-polymorphic-verifier/smali/
Subclass.smali 16 .source "Subclass.smali"
25 # Get a MethodHandleImpl instance (subclass of MethodHandle).
30 # Calling MethodHandle.invoke() on MethodHandleImpl instance (subclass of MethodHandle) => Okay
36 const-string v2, "Passed Subclass test"
  /cts/tools/dasm/src/java_cup/
internal_error.java 4 /** Exception subclass for reporting internal errors in JavaCup. */
  /external/chromium-trace/catapult/common/py_utils/py_utils/test_data/discoverable_classes/
parameter_discover_dummyclass.py 5 """A dummy exception subclass used by core/discover.py's unit tests."""
  /external/clang/test/Analysis/
superclass.m 100 } // expected-warning {{The 'addChildViewController:' instance method in UIViewController subclass 'TestB' is missing a [super addChildViewController:] call}}
101 - (void)viewDidAppear:(BOOL)animated {} // expected-warning {{The 'viewDidAppear:' instance method in UIViewController subclass 'TestB' is missing a [super viewDidAppear:] call}}
102 - (void)viewDidDisappear:(BOOL)animated {} // expected-warning {{The 'viewDidDisappear:' instance method in UIViewController subclass 'TestB' is missing a [super viewDidDisappear:] call}}
103 - (void)viewDidUnload {} // expected-warning {{The 'viewDidUnload' instance method in UIViewController subclass 'TestB' is missing a [super viewDidUnload] call}}
104 - (void)viewDidLoad {} // expected-warning {{The 'viewDidLoad' instance method in UIViewController subclass 'TestB' is missing a [super viewDidLoad] call}}
105 - (void)viewWillUnload {} // expected-warning {{The 'viewWillUnload' instance method in UIViewController subclass 'TestB' is missing a [super viewWillUnload] call}}
106 - (void)viewWillAppear:(BOOL)animated {} // expected-warning {{The 'viewWillAppear:' instance method in UIViewController subclass 'TestB' is missing a [super viewWillAppear:] call}}
107 - (void)viewWillDisappear:(BOOL)animated {} // expected-warning {{The 'viewWillDisappear:' instance method in UIViewController subclass 'TestB' is missing a [super viewWillDisappear:] call}}
108 - (void)didReceiveMemoryWarning {} // expected-warning {{The 'didReceiveMemoryWarning' instance method in UIViewController subclass 'TestB' is missing a [super didReceiveMemoryWarning] call}}
109 - (void)removeFromParentViewController {} // expected-warning {{The 'removeFromParentViewController' instance method in UIViewController subclass 'TestB' is missing a [super removeFromParentViewController] call}
    [all...]
  /external/smali/baksmali/src/test/smali/deodex_test1/
subclass.smali 16 const-string v1, "subclass.somemethod"
  /external/v8/tools/clang/blink_gc_plugin/tests/
cycle_sub.txt 4 ./cycle_sub.h:22:11: blink::A (<subclass>) => blink::B
  /external/v8/tools/clang/blink_gc_plugin/tests/legacy_naming/
cycle_sub.txt 4 ./cycle_sub.h:22:11: blink::A (<subclass>) => blink::B

Completed in 1065 milliseconds

1 2 34 5 6 7 8 91011>>