HomeSort by relevance Sort by last modified time
    Searched refs:construct (Results 151 - 175 of 505) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/stlport/stlport/stl/
_construct.h 274 inline void construct(_T1* __p, const _T2& __val) {_Param_Construct(__p, __val); } function
276 inline void construct(_T1* __p) { _STLP_STD::_Construct(__p); } function
  /external/stlport/test/eh/
Prefix.h 156 void construct(pointer __p, const _Tp& __val) const { stlport::construct(__p, __val); } function in class:EH_allocator
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_construct.h 274 inline void construct(_T1* __p, const _T2& __val) {_Param_Construct(__p, __val); } function
276 inline void construct(_T1* __p) { _STLP_STD::_Construct(__p); } function
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_construct.h 274 inline void construct(_T1* __p, const _T2& __val) {_Param_Construct(__p, __val); } function
276 inline void construct(_T1* __p) { _STLP_STD::_Construct(__p); } function
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_construct.h 274 inline void construct(_T1* __p, const _T2& __val) {_Param_Construct(__p, __val); } function
276 inline void construct(_T1* __p) { _STLP_STD::_Construct(__p); } function
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_construct.h 274 inline void construct(_T1* __p, const _T2& __val) {_Param_Construct(__p, __val); } function
276 inline void construct(_T1* __p) { _STLP_STD::_Construct(__p); } function
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_construct.h 274 inline void construct(_T1* __p, const _T2& __val) {_Param_Construct(__p, __val); } function
276 inline void construct(_T1* __p) { _STLP_STD::_Construct(__p); } function
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_construct.h 274 inline void construct(_T1* __p, const _T2& __val) {_Param_Construct(__p, __val); } function
276 inline void construct(_T1* __p) { _STLP_STD::_Construct(__p); } function
  /external/libvpx/libvpx/vp8/common/arm/neon/
sixtappredict16x16_neon.asm 96 vext.8 d28, d6, d7, #1 ;construct src_ptr[-1]
112 vext.8 d28, d6, d7, #4 ;construct src_ptr[2]
128 vext.8 d28, d6, d7, #5 ;construct src_ptr[3]
144 vext.8 d28, d6, d7, #2 ;construct src_ptr[0]
160 vext.8 d28, d6, d7, #3 ;construct src_ptr[1]
324 vext.8 d20, d6, d7, #1 ;construct src_ptr[-1]
328 vext.8 d24, d6, d7, #4 ;construct src_ptr[2]
332 vext.8 d28, d6, d7, #5 ;construct src_ptr[3]
348 vext.8 d22, d6, d7, #2 ;construct src_ptr[0]
353 vext.8 d26, d6, d7, #3 ;construct src_ptr[1
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/neon/
sixtappredict16x16_neon.asm 96 vext.8 d28, d6, d7, #1 ;construct src_ptr[-1]
112 vext.8 d28, d6, d7, #4 ;construct src_ptr[2]
128 vext.8 d28, d6, d7, #5 ;construct src_ptr[3]
144 vext.8 d28, d6, d7, #2 ;construct src_ptr[0]
160 vext.8 d28, d6, d7, #3 ;construct src_ptr[1]
324 vext.8 d20, d6, d7, #1 ;construct src_ptr[-1]
328 vext.8 d24, d6, d7, #4 ;construct src_ptr[2]
332 vext.8 d28, d6, d7, #5 ;construct src_ptr[3]
348 vext.8 d22, d6, d7, #2 ;construct src_ptr[0]
353 vext.8 d26, d6, d7, #3 ;construct src_ptr[1
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/bits/
stl_uninitialized.h 245 __alloc.construct(std::__addressof(*__cur), *__first);
281 __alloc.construct(std::__addressof(*__cur), __x);
306 __alloc.construct(std::__addressof(*__cur), __x);
536 -> decltype(__alloc.construct(__ptr))
537 { return __alloc.construct(__ptr); }
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
stl_uninitialized.h 244 __traits::construct(__alloc, std::__addressof(*__cur), *__first);
294 __traits::construct(__alloc, std::__addressof(*__cur), __x);
320 __traits::construct(__alloc, std::__addressof(*__cur), __x);
562 __traits::construct(__alloc, std::__addressof(*__cur));
592 __traits::construct(__alloc, std::__addressof(*__cur));
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
stl_uninitialized.h 244 __traits::construct(__alloc, std::__addressof(*__cur), *__first);
294 __traits::construct(__alloc, std::__addressof(*__cur), __x);
320 __traits::construct(__alloc, std::__addressof(*__cur), __x);
562 __traits::construct(__alloc, std::__addressof(*__cur));
592 __traits::construct(__alloc, std::__addressof(*__cur));
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stl_uninitialized.h 245 __alloc.construct(std::__addressof(*__cur), *__first);
281 __alloc.construct(std::__addressof(*__cur), __x);
306 __alloc.construct(std::__addressof(*__cur), __x);
536 -> decltype(__alloc.construct(__ptr))
537 { return __alloc.construct(__ptr); }
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stl_uninitialized.h 246 __traits::construct(__alloc, std::__addressof(*__cur), *__first);
296 __traits::construct(__alloc, std::__addressof(*__cur), __x);
322 __traits::construct(__alloc, std::__addressof(*__cur), __x);
564 __traits::construct(__alloc, std::__addressof(*__cur));
594 __traits::construct(__alloc, std::__addressof(*__cur));
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stl_uninitialized.h 245 __alloc.construct(std::__addressof(*__cur), *__first);
281 __alloc.construct(std::__addressof(*__cur), __x);
306 __alloc.construct(std::__addressof(*__cur), __x);
536 -> decltype(__alloc.construct(__ptr))
537 { return __alloc.construct(__ptr); }
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stl_uninitialized.h 246 __traits::construct(__alloc, std::__addressof(*__cur), *__first);
296 __traits::construct(__alloc, std::__addressof(*__cur), __x);
322 __traits::construct(__alloc, std::__addressof(*__cur), __x);
564 __traits::construct(__alloc, std::__addressof(*__cur));
594 __traits::construct(__alloc, std::__addressof(*__cur));
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
stl_uninitialized.h 244 __traits::construct(__alloc, std::__addressof(*__cur), *__first);
294 __traits::construct(__alloc, std::__addressof(*__cur), __x);
320 __traits::construct(__alloc, std::__addressof(*__cur), __x);
562 __traits::construct(__alloc, std::__addressof(*__cur));
592 __traits::construct(__alloc, std::__addressof(*__cur));
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
stl_uninitialized.h 264 __traits::construct(__alloc, std::__addressof(*__cur), *__first);
314 __traits::construct(__alloc, std::__addressof(*__cur), __x);
340 __traits::construct(__alloc, std::__addressof(*__cur), __x);
588 __traits::construct(__alloc, std::__addressof(*__cur));
618 __traits::construct(__alloc, std::__addressof(*__cur));
  /frameworks/wilhelm/src/itf/
IEngine.c 113 CLEDDevice *thiz = (CLEDDevice *) construct(pCLEDDevice_class, exposedMask, self);
151 CVibraDevice *thiz = (CVibraDevice *) construct(pCVibraDevice_class, exposedMask, self);
187 // Construct our new AudioPlayer instance
188 CAudioPlayer *thiz = (CAudioPlayer *) construct(pCAudioPlayer_class, exposedMask, self);
431 // Construct our new AudioRecorder instance
432 CAudioRecorder *thiz = (CAudioRecorder *) construct(pCAudioRecorder_class, exposedMask,
572 CMidiPlayer *thiz = (CMidiPlayer *) construct(pCMidiPlayer_class, exposedMask, self);
618 CListener *thiz = (CListener *) construct(pCListener_class, exposedMask, self);
655 C3DGroup *thiz = (C3DGroup *) construct(pC3DGroup_class, exposedMask, self);
689 COutputMix *thiz = (COutputMix *) construct(pCOutputMix_class, exposedMask, self)
    [all...]
  /external/chromium_org/content/child/npapi/
npobject_stub.cc 370 npobject_->_class->construct) {
371 return_value = npobject_->_class->construct(
377 return_value = WebBindings::construct(
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/ext/
codecvt_specializations.h 79 // Number of external bytes needed to construct one complete
106 { construct(__obj); }
112 construct(__obj);
179 construct(const encoding_state& __obj) function in class:encoding_state
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/
codecvt_specializations.h 77 // Number of external bytes needed to construct one complete
104 { construct(__obj); }
110 construct(__obj);
177 construct(const encoding_state& __obj) function in class:encoding_state
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
codecvt_specializations.h 77 // Number of external bytes needed to construct one complete
104 { construct(__obj); }
110 construct(__obj);
177 construct(const encoding_state& __obj) function in class:encoding_state
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_uninitialized.h 243 __alloc.construct(&*__cur, *__first);
279 __alloc.construct(&*__cur, __x);
304 __alloc.construct(&*__cur, __x);

Completed in 1518 milliseconds

1 2 3 4 5 67 8 91011>>