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

1 2 3 4 5 67 8 91011

  /frameworks/wilhelm/src/
sles.c 501 /** \brief Construct a new instance of the specified class, exposing selected interfaces */
503 IObject *construct(const ClassTable *clazz, unsigned exposedMask, SLEngineItf engine) function
509 SL_LOGV("construct %s at %p", clazz->mName, thiz);
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_alloc.h 331 void construct(pointer __p, const_reference __val) { _STLP_STD::_Copy_Construct(__p, __val); } function in class:allocator
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/ext/
throw_allocator.h 643 construct(pointer __p, const value_type& val) function
644 { return _M_allocator.construct(__p, val); }
649 construct(pointer __p, _Args&&... __args) function
650 { return _M_allocator.construct(__p, std::forward<_Args>(__args)...); }
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/
throw_allocator.h 687 construct(_Up* __p, _Args&&... __args) function
688 { return _M_allocator.construct(__p, std::forward<_Args>(__args)...); }
696 construct(pointer __p, const value_type& val) function
697 { return _M_allocator.construct(__p, val); }
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
throw_allocator.h 687 construct(_Up* __p, _Args&&... __args) function
688 { return _M_allocator.construct(__p, std::forward<_Args>(__args)...); }
696 construct(pointer __p, const value_type& val) function
697 { return _M_allocator.construct(__p, val); }
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/
throw_allocator.h 233 construct(pointer __p, const T& val) function in class:throw_allocator
234 { return std::allocator<value_type>().construct(__p, val); }
239 construct(pointer __p, _Args&&... __args) function in class:throw_allocator
242 construct(__p, std::forward<_Args>(__args)...);
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_alloc.h 331 void construct(pointer __p, const_reference __val) { _STLP_STD::_Copy_Construct(__p, __val); } function in class:allocator
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/
throw_allocator.h 233 construct(pointer __p, const T& val) function in class:throw_allocator
234 { return std::allocator<value_type>().construct(__p, val); }
239 construct(pointer __p, _Args&&... __args) function in class:throw_allocator
242 construct(__p, std::forward<_Args>(__args)...);
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_alloc.h 331 void construct(pointer __p, const_reference __val) { _STLP_STD::_Copy_Construct(__p, __val); } function in class:allocator
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/
throw_allocator.h 233 construct(pointer __p, const T& val) function in class:throw_allocator
234 { return std::allocator<value_type>().construct(__p, val); }
239 construct(pointer __p, _Args&&... __args) function in class:throw_allocator
242 construct(__p, std::forward<_Args>(__args)...);
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_alloc.h 331 void construct(pointer __p, const_reference __val) { _STLP_STD::_Copy_Construct(__p, __val); } function in class:allocator
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/
throw_allocator.h 233 construct(pointer __p, const T& val) function in class:throw_allocator
234 { return std::allocator<value_type>().construct(__p, val); }
239 construct(pointer __p, _Args&&... __args) function in class:throw_allocator
242 construct(__p, std::forward<_Args>(__args)...);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
throw_allocator.h 643 construct(pointer __p, const value_type& val) function
644 { return _M_allocator.construct(__p, val); }
649 construct(pointer __p, _Args&&... __args) function
650 { return _M_allocator.construct(__p, std::forward<_Args>(__args)...); }
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
throw_allocator.h 647 construct(_Up* __p, _Args&&... __args) function
648 { return _M_allocator.construct(__p, std::forward<_Args>(__args)...); }
656 construct(pointer __p, const value_type& val) function
657 { return _M_allocator.construct(__p, val); }
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_alloc.h 331 void construct(pointer __p, const_reference __val) { _STLP_STD::_Copy_Construct(__p, __val); } function in class:allocator
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_alloc.h 331 void construct(pointer __p, const_reference __val) { _STLP_STD::_Copy_Construct(__p, __val); } function in class:allocator
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
throw_allocator.h 643 construct(pointer __p, const value_type& val) function
644 { return _M_allocator.construct(__p, val); }
649 construct(pointer __p, _Args&&... __args) function
650 { return _M_allocator.construct(__p, std::forward<_Args>(__args)...); }
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
throw_allocator.h 647 construct(_Up* __p, _Args&&... __args) function
648 { return _M_allocator.construct(__p, std::forward<_Args>(__args)...); }
656 construct(pointer __p, const value_type& val) function
657 { return _M_allocator.construct(__p, val); }
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/
throw_allocator.h 687 construct(_Up* __p, _Args&&... __args) function
688 { return _M_allocator.construct(__p, std::forward<_Args>(__args)...); }
696 construct(pointer __p, const value_type& val) function
697 { return _M_allocator.construct(__p, val); }
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
throw_allocator.h 843 construct(_Up* __p, _Args&&... __args) function
845 _M_allocator.construct(__p, std::forward<_Args>(__args)...);
858 construct(pointer __p, const value_type& val) function
859 { return _M_allocator.construct(__p, val); }
  /external/eigen/Eigen/src/Core/util/
Memory.h 532 // This helper class construct the allocated memory, and takes care of destructing and freeing the handled data
565 * Declares, allocates and construct an aligned buffer named NAME of SIZE elements of type TYPE on the stack
729 void construct( pointer p, const T& value ) function in class:Eigen::aligned_allocator
    [all...]
  /external/icu/icu4c/source/i18n/
decimfmt.cpp 318 construct(status, parseError);
329 construct(status, parseError, &pattern);
344 construct(status, parseError, &pattern, symbolsToAdopt);
354 construct(status,parseErr, &pattern, symbolsToAdopt);
367 construct(status, parseError, &pattern, new DecimalFormatSymbols(symbols));
382 construct(status, parseError, &pattern, symbolsToAdopt);
440 DecimalFormat::construct(UErrorCode& status, function in class:DecimalFormat
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/optional/
optional.hpp 102 inline void construct(Factory const& factory, void* address) function in namespace:boost_optional_detail
230 construct(val);
240 construct(val);
250 construct(rhs.get_impl());
256 // implementation (the correct 'construct()' overload)
262 construct(expr,tag);
282 construct(rhs.get_impl());
299 construct(static_cast<value_type>(rhs.get()));
308 else construct(val);
321 else construct(expr,tag)
344 void construct ( argument_type val ) function in class:boost::optional_detail::optional_base
353 void construct ( Expr const& factory, in_place_factory_base const* ) function in class:boost::optional_detail::optional_base
362 void construct ( Expr const& factory, typed_in_place_factory_base const* ) function in class:boost::optional_detail::optional_base
390 void construct ( Expr const& expr, void const* ) function in class:boost::optional_detail::optional_base
421 void construct ( Expr const& expr, optional_tag const* ) function in class:boost::optional_detail::optional_base
    [all...]
  /ndk/tests/device/test-stlport_shared-exception/jni/
unroll1.cpp 159 static void construct(double* addr) function in struct:ElementProperties
164 static void construct(double* addr, const double& model) function in struct:ElementProperties
198 ElementProperties::construct(pt);
255 ElementProperties::construct(pNew++,*pOld++);
  /ndk/tests/device/test-stlport_static-exception/jni/
unroll1.cpp 159 static void construct(double* addr) function in struct:ElementProperties
164 static void construct(double* addr, const double& model) function in struct:ElementProperties
198 ElementProperties::construct(pt);
255 ElementProperties::construct(pNew++,*pOld++);

Completed in 1241 milliseconds

1 2 3 4 5 67 8 91011