/aosp12/frameworks/native/libs/vr/libpdx/private/pdx/rpc/ |
H A D | default_initialization_allocator.h | 24 struct rebind { struct 26 U, typename AllocatorTraits::template rebind_alloc<U>>; argument
|
/aosp12/art/openjdkjvmti/ |
H A D | jvmti_allocator.h | 54 struct rebind { struct 55 typedef JvmtiAllocator<U> other; 91 struct rebind { struct 92 typedef JvmtiAllocator<U> other;
|
/aosp12/art/libartbase/base/ |
H A D | scoped_arena_containers.h | 111 struct rebind { struct 112 typedef ScopedArenaAllocatorAdapter<U> other; 154 struct rebind { struct 155 typedef ScopedArenaAllocatorAdapter<U> other;
|
H A D | arena_containers.h | 136 struct rebind { struct 137 typedef ArenaAllocatorAdapter<U> other; 173 struct rebind { struct 174 typedef ArenaAllocatorAdapter<U> other;
|
H A D | allocator.h | 129 struct rebind { struct 130 typedef TrackingAllocatorImpl<U, kTag> other;
|
/aosp12/frameworks/compile/mclinker/include/mcld/Support/ |
H A D | Allocators.h | 276 struct rebind { struct 291 struct rebind { struct 292 typedef LinearAllocator<NewDataType, 0> other; 316 struct rebind { struct 317 typedef MallocAllocator<OtherDataType> other; 361 struct rebind { struct 362 typedef MallocAllocator<OtherDataType> other;
|
H A D | CXADemangle.tcc | 4775 template <class _Up> struct rebind {typedef short_alloc<_Up, N> other;}; struct in mcld::short_alloc
|
/aosp12/art/compiler/utils/ |
H A D | swap_space.h | 121 struct rebind { struct 122 typedef SwapAllocator<U> other; 157 struct rebind { struct 158 typedef SwapAllocator<U> other;
|
/aosp12/frameworks/base/libs/hwui/utils/ |
H A D | LinearAllocator.h | 167 struct rebind { struct 168 typedef LinearStdAllocator<U> other;
|
/aosp12/packages/services/Car/service/src/com/android/car/cluster/ |
H A D | InstrumentClusterService.java | 422 public void rebind() { in rebind() method in InstrumentClusterService.DeferredRebinder
|
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
H A D | CarrierServiceBindHelper.java | 213 void rebind() { in rebind() method in CarrierServiceBindHelper.AppBinding
|
/aosp12/system/libbase/include/android-base/ |
H A D | expected.h | 93 using rebind = expected<U, error_type>; variable
|
/aosp12/frameworks/base/core/java/android/app/ |
H A D | IApplicationThread.aidl | 91 in Intent intent, boolean rebind, int processState); in scheduleBindService()
|
H A D | ActivityThread.java | 834 boolean rebind; field in ActivityThread.BindServiceData 1058 boolean rebind, int processState) { in scheduleBindService()
|
/aosp12/frameworks/base/services/core/java/com/android/server/am/ |
H A D | ActiveServices.java | 3437 boolean execInFg, boolean rebind) throws TransactionTooLargeException { in requestServiceBindingLocked()
|