HomeSort by relevance Sort by last modified time
    Searched refs:rebind (Results 1 - 25 of 30) sorted by null

1 2

  /external/stlport/stlport/stl/config/
_hpacc.h 45 typedef typename _STLP_dummy_type1:: _STLP_TEMPLATE rebind<t>::other _STLP_dummy_type2;
65 typedef typename _STLP_dummy_type1:: _STLP_TEMPLATE rebind<t>::other _STLP_dummy_type2;
121 typedef typename _STLP_dummy_type1:: _STLP_TEMPLATE rebind<t>::other _STLP_dummy_type2;
  /ndk/sources/android/stlport/stlport/stl/config/
_hpacc.h 45 typedef typename _STLP_dummy_type1:: _STLP_TEMPLATE rebind<t>::other _STLP_dummy_type2;
65 typedef typename _STLP_dummy_type1:: _STLP_TEMPLATE rebind<t>::other _STLP_dummy_type2;
121 typedef typename _STLP_dummy_type1:: _STLP_TEMPLATE rebind<t>::other _STLP_dummy_type2;
  /external/stlport/stlport/stl/
_iostream_string.h 54 template <class _Tp1> struct rebind { struct in class:__iostring_allocator
_pthread_alloc.h 109 template <class _NewType> struct rebind { struct in class:pthread_allocator
198 template <class _NewType> struct rebind { struct in class:pthread_allocator
290 template <class _NewType> struct rebind { struct in class:per_thread_allocator
381 template <class _NewType> struct rebind { struct in class:per_thread_allocator
_alloc.h 200 typedef typename _Allocator::_STLP_TEMPLATE rebind<_Tp> _Rebind_type;
285 template <class _Tp1> struct rebind { struct in class:allocator
374 template <class _Tp1> struct rebind { struct in class:allocator
454 typedef typename _Alloc::_STLP_TEMPLATE rebind<_Tp>::other _Rebound_type;
459 // user (on purpose) is forced to define rebind/get operations !!!
concept_checks.h 800 _STLP_REQUIRES_SAME_TYPE(typename _Alloc::rebind<_Type>::other, _Alloc);
  /ndk/sources/android/stlport/stlport/stl/
_iostream_string.h 54 template <class _Tp1> struct rebind { struct in class:__iostring_allocator
_pthread_alloc.h 109 template <class _NewType> struct rebind { struct in class:pthread_allocator
198 template <class _NewType> struct rebind { struct in class:pthread_allocator
290 template <class _NewType> struct rebind { struct in class:per_thread_allocator
381 template <class _NewType> struct rebind { struct in class:per_thread_allocator
_alloc.h 200 typedef typename _Allocator::_STLP_TEMPLATE rebind<_Tp> _Rebind_type;
285 template <class _Tp1> struct rebind { struct in class:allocator
374 template <class _Tp1> struct rebind { struct in class:allocator
454 typedef typename _Alloc::_STLP_TEMPLATE rebind<_Tp>::other _Rebound_type;
459 // user (on purpose) is forced to define rebind/get operations !!!
concept_checks.h 800 _STLP_REQUIRES_SAME_TYPE(typename _Alloc::rebind<_Type>::other, _Alloc);
  /external/chromium/third_party/icu/source/config/
mh-os400 37 ## Make target to rebind the common library
39 POST_DATA_BUILD = os400-data-rebind
  /external/icu4c/config/
mh-os400 37 ## Make target to rebind the common library
39 POST_DATA_BUILD = os400-data-rebind
  /external/chromium/base/
stack_container.h 69 struct rebind { struct in class:StackAllocator
  /external/stlport/test/eh/
Prefix.h 132 template <class _Tp1> struct rebind { struct in class:EH_allocator
165 // user (on purpose) is forced to define rebind/get operations !!!
  /external/stlport/test/unit/
mvctor_declaration_test.cpp 93 template <class _Tp1> struct rebind { struct in class:std::allocator
stack_allocator.h 83 struct rebind { struct in struct:StackAllocator
vector_test.cpp 512 template <class _Tp1> struct rebind { struct in struct:NotSTLportAllocator
  /frameworks/base/core/java/android/app/
ApplicationThreadNative.java 196 boolean rebind = data.readInt() != 0;
197 scheduleBindService(token, intent, rebind);
598 public final void scheduleBindService(IBinder token, Intent intent, boolean rebind)
604 data.writeInt(rebind ? 1 : 0);
IApplicationThread.java 72 Intent intent, boolean rebind) throws RemoteException;
  /ndk/sources/android/stlport/test/unit/
mvctor_declaration_test.cpp 93 template <class _Tp1> struct rebind { struct in class:std::allocator
stack_allocator.h 83 struct rebind { struct in struct:StackAllocator
vector_test.cpp 512 template <class _Tp1> struct rebind { struct in struct:NotSTLportAllocator
  /external/chromium/third_party/icu/source/data/
Makefile.in 639 ifeq ($(POST_DATA_BUILD), os400-data-rebind)
640 os400-data-rebind: $(LIBICUUC)
  /external/icu4c/data/
Makefile 632 ifeq ($(POST_DATA_BUILD), os400-data-rebind)
633 os400-data-rebind: $(LIBICUUC)
Makefile.in     [all...]

Completed in 478 milliseconds

1 2