Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/include/mcld/Support/
DAllocators.h276 struct rebind { struct
291 struct rebind { argument
292 typedef LinearAllocator<NewDataType, 0> other;
316 struct rebind { struct
317 typedef MallocAllocator<OtherDataType> other;
361 struct rebind { struct
362 typedef MallocAllocator<OtherDataType> other;
DCXADemangle.tcc4775 template <class _Up> struct rebind {typedef short_alloc<_Up, N> other;}; struct in mcld::short_alloc
/frameworks/base/core/java/android/app/
DIApplicationThread.java86 Intent intent, boolean rebind, int processState) throws RemoteException; in scheduleBindService()
DApplicationThreadNative.java937 public final void scheduleBindService(IBinder token, Intent intent, boolean rebind, in scheduleBindService()
DActivityThread.java419 boolean rebind; field in ActivityThread.BindServiceData
730 boolean rebind, int processState) { in scheduleBindService()
/frameworks/base/services/core/java/com/android/server/am/
DActiveServices.java1166 boolean execInFg, boolean rebind) throws TransactionTooLargeException { in requestServiceBindingLocked()