Home
last modified time | relevance | path

Searched defs:rebind (Results 1 – 15 of 15) sorted by relevance

/aosp12/frameworks/native/libs/vr/libpdx/private/pdx/rpc/
H A Ddefault_initialization_allocator.h24 struct rebind { struct
26 U, typename AllocatorTraits::template rebind_alloc<U>>; argument
/aosp12/art/openjdkjvmti/
H A Djvmti_allocator.h54 struct rebind { struct
55 typedef JvmtiAllocator<U> other;
91 struct rebind { struct
92 typedef JvmtiAllocator<U> other;
/aosp12/art/libartbase/base/
H A Dscoped_arena_containers.h111 struct rebind { struct
112 typedef ScopedArenaAllocatorAdapter<U> other;
154 struct rebind { struct
155 typedef ScopedArenaAllocatorAdapter<U> other;
H A Darena_containers.h136 struct rebind { struct
137 typedef ArenaAllocatorAdapter<U> other;
173 struct rebind { struct
174 typedef ArenaAllocatorAdapter<U> other;
H A Dallocator.h129 struct rebind { struct
130 typedef TrackingAllocatorImpl<U, kTag> other;
/aosp12/frameworks/compile/mclinker/include/mcld/Support/
H A DAllocators.h276 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 DCXADemangle.tcc4775 template <class _Up> struct rebind {typedef short_alloc<_Up, N> other;}; struct in mcld::short_alloc
/aosp12/art/compiler/utils/
H A Dswap_space.h121 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 DLinearAllocator.h167 struct rebind { struct
168 typedef LinearStdAllocator<U> other;
/aosp12/packages/services/Car/service/src/com/android/car/cluster/
H A DInstrumentClusterService.java422 public void rebind() { in rebind() method in InstrumentClusterService.DeferredRebinder
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCarrierServiceBindHelper.java213 void rebind() { in rebind() method in CarrierServiceBindHelper.AppBinding
/aosp12/system/libbase/include/android-base/
H A Dexpected.h93 using rebind = expected<U, error_type>; variable
/aosp12/frameworks/base/core/java/android/app/
H A DIApplicationThread.aidl91 in Intent intent, boolean rebind, int processState); in scheduleBindService()
H A DActivityThread.java834 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 DActiveServices.java3437 boolean execInFg, boolean rebind) throws TransactionTooLargeException { in requestServiceBindingLocked()