Searched defs:rebind (Results 1 – 8 of 8) sorted by relevance
24 struct rebind { struct26 U, typename AllocatorTraits::template rebind_alloc<U>>; argument
276 struct rebind { struct291 struct rebind { struct292 typedef LinearAllocator<NewDataType, 0> other;316 struct rebind { struct317 typedef MallocAllocator<OtherDataType> other;361 struct rebind { struct362 typedef MallocAllocator<OtherDataType> other;
166 struct rebind { struct167 typedef LinearStdAllocator<U> other;
169 void rebind() { in rebind() method in CarrierServiceBindHelper.AppBinding
84 in Intent intent, boolean rebind, int processState); in scheduleBindService()
735 boolean rebind; field in ActivityThread.BindServiceData955 boolean rebind, int processState) { in scheduleBindService()
634 struct rebind { struct635 typedef MapAllocator<X> other;
2286 boolean execInFg, boolean rebind) throws TransactionTooLargeException { in requestServiceBindingLocked()