/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/ |
remove_cv.hpp | 15 #include <boost/type_traits/detail/cv_traits_impl.hpp> 17 #include <boost/detail/workaround.hpp> 26 #include <boost/type_traits/detail/type_trait_def.hpp> 32 namespace detail{ namespace in namespace:boost 37 typedef typename boost::detail::cv_traits_imp<T*>::unqualified_type type; 56 BOOST_TT_AUX_TYPE_TRAIT_DEF1(remove_cv,T,typename boost::detail::rvalue_ref_filter_rem_cv<T>::type) 66 namespace detail { 76 BOOST_TT_AUX_TYPE_TRAIT_DEF1(remove_cv,T,typename boost::detail::remove_cv_impl<T>::type) 82 #include <boost/type_traits/detail/type_trait_undef.hpp>
|
add_pointer.hpp | 15 #include <boost/type_traits/detail/type_trait_def.hpp> 19 namespace detail { namespace in namespace:boost 64 } // namespace detail 66 BOOST_TT_AUX_TYPE_TRAIT_DEF1(add_pointer,T,typename boost::detail::add_pointer_impl<T>::type) 70 #include <boost/type_traits/detail/type_trait_undef.hpp>
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/utility/ |
enable_if.hpp | 78 namespace detail { typedef void enable_if_default_T; } 83 template <bool B, class T = detail::enable_if_default_T> 87 template <bool B, class T = detail::enable_if_default_T> 91 template <bool B, class T = detail::enable_if_default_T> 95 template <bool B, class T = detail::enable_if_default_T> 99 template <class Cond, class T = detail::enable_if_default_T> 103 template <class Cond, class T = detail::enable_if_default_T> 107 template <class Cond, class T = detail::enable_if_default_T> 111 template <class Cond, class T = detail::enable_if_default_T>
|
/external/opencv3/modules/cudacodec/src/ |
video_source.hpp | 51 namespace cv { namespace cudacodec { namespace detail namespace in namespace:cv::cudacodec 67 void setVideoParser(detail::VideoParser* videoParser) { videoParser_ = videoParser; } 73 detail::VideoParser* videoParser_;
|
frame_queue.cpp | 48 cv::cudacodec::detail::FrameQueue::FrameQueue() : 57 bool cv::cudacodec::detail::FrameQueue::waitUntilFrameAvailable(int pictureIndex) 71 void cv::cudacodec::detail::FrameQueue::enqueue(const CUVIDPARSERDISPINFO* picParams) 102 bool cv::cudacodec::detail::FrameQueue::dequeue(CUVIDPARSERDISPINFO& displayInfo)
|
/external/vulkan-validation-layers/libs/glm/detail/ |
func_noise.hpp | 67 GLM_FUNC_DECL detail::tvec2<typename genType::value_type, defaultp> noise2(genType const & x); 76 GLM_FUNC_DECL detail::tvec3<typename genType::value_type, defaultp> noise3(genType const & x); 85 GLM_FUNC_DECL detail::tvec4<typename genType::value_type, defaultp> noise4(genType const & x);
|
intrinsic_integer.hpp | 39 namespace detail namespace in namespace:glm 44 }//namespace detail
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/ |
integer_traits.hpp | 22 // These are an implementation detail and not part of the interface 50 namespace detail { namespace in namespace:boost 72 } // namespace detail 77 public detail::integer_traits_base<bool, false, true> 83 public detail::integer_traits_base<char, CHAR_MIN, CHAR_MAX> 89 public detail::integer_traits_base<signed char, SCHAR_MIN, SCHAR_MAX> 95 public detail::integer_traits_base<unsigned char, 0, UCHAR_MAX> 105 public detail::integer_traits_base<wchar_t, WCHAR_MIN, WCHAR_MAX> 108 public detail::integer_traits_base<wchar_t, 0, 0xffff> 121 public detail::integer_traits_base<wchar_t, INT_MIN, INT_MAX [all...] |
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/iterator/detail/ |
enable_if.hpp | 10 #include <boost/detail/workaround.hpp> 13 #include <boost/iterator/detail/config_def.hpp> 84 #include <boost/iterator/detail/config_undef.hpp>
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/smart_ptr/detail/ |
spinlock_sync.hpp | 18 #include <boost/smart_ptr/detail/yield_k.hpp> 27 namespace detail namespace in namespace:boost 48 boost::detail::yield( k ); 82 } // namespace detail
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/output/ |
plain_report_formatter.hpp | 19 #include <boost/test/detail/global_typedef.hpp> 22 #include <boost/test/detail/suppress_warnings.hpp> 60 #include <boost/test/detail/enable_warnings.hpp>
|
xml_report_formatter.hpp | 19 #include <boost/test/detail/global_typedef.hpp> 22 #include <boost/test/detail/suppress_warnings.hpp> 56 #include <boost/test/detail/enable_warnings.hpp>
|
/external/parameter-framework/asio-1.10.6/include/asio/detail/ |
handler_cont_helpers.hpp | 2 // detail/handler_cont_helpers.hpp 15 #include "asio/detail/config.hpp" 16 #include "asio/detail/addressof.hpp" 19 #include "asio/detail/push_options.hpp" 34 asio::detail::addressof(context)); 40 #include "asio/detail/pop_options.hpp"
|
signal_blocker.hpp | 2 // detail/signal_blocker.hpp 15 #include "asio/detail/config.hpp" 18 # include "asio/detail/posix_signal_blocker.hpp" 24 namespace detail { namespace in namespace:asio 30 } // namespace detail
|
throw_exception.hpp | 2 // detail/throw_exception.hpp 15 #include "asio/detail/config.hpp" 19 namespace detail { namespace in namespace:asio 38 } // namespace detail
|
/external/vulkan-validation-layers/libs/glm/gtc/ |
random.hpp | 82 GLM_FUNC_DECL detail::tvec2<T, defaultp> circularRand( 90 GLM_FUNC_DECL detail::tvec3<T, defaultp> sphericalRand( 98 GLM_FUNC_DECL detail::tvec2<T, defaultp> diskRand( 106 GLM_FUNC_DECL detail::tvec3<T, defaultp> ballRand(
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/net/ |
ChartData.java | 24 public NetworkStatsHistory detail; field in class:ChartData
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/algorithm/string/ |
config.hpp | 15 #include <boost/detail/workaround.hpp>
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/concept/detail/ |
general.hpp | 8 # include <boost/concept/detail/backward_compatibility.hpp> 11 # include <boost/concept/detail/has_constraints.hpp> 22 namespace detail namespace in namespace:boost::concepts 69 typedef ::boost::concepts::detail::instantiate< \
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/detail/ |
unit_test_parameters.hpp | 18 #include <boost/test/detail/global_typedef.hpp> 19 #include <boost/test/detail/log_level.hpp> 21 #include <boost/test/detail/suppress_warnings.hpp> 67 #include <boost/test/detail/enable_warnings.hpp>
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/rc_binomial_heap_/ |
rc_binomial_heap_.hpp | 41 #include <ext/pb_ds/detail/cond_dealtor.hpp> 42 #include <ext/pb_ds/detail/type_utils.hpp> 43 #include <ext/pb_ds/detail/binomial_heap_base_/binomial_heap_base_.hpp> 44 #include <ext/pb_ds/detail/rc_binomial_heap_/rc.hpp> 49 namespace detail namespace in namespace:__gnu_pbds 63 * @ingroup heap-detail 160 #include <ext/pb_ds/detail/rc_binomial_heap_/constructors_destructor_fn_imps.hpp> 161 #include <ext/pb_ds/detail/rc_binomial_heap_/debug_fn_imps.hpp> 162 #include <ext/pb_ds/detail/rc_binomial_heap_/erase_fn_imps.hpp> 163 #include <ext/pb_ds/detail/rc_binomial_heap_/trace_fn_imps.hpp [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/rc_binomial_heap_/ |
rc_binomial_heap_.hpp | 41 #include <ext/pb_ds/detail/cond_dealtor.hpp> 42 #include <ext/pb_ds/detail/type_utils.hpp> 43 #include <ext/pb_ds/detail/binomial_heap_base_/binomial_heap_base_.hpp> 44 #include <ext/pb_ds/detail/rc_binomial_heap_/rc.hpp> 49 namespace detail namespace in namespace:__gnu_pbds 63 * @ingroup heap-detail 160 #include <ext/pb_ds/detail/rc_binomial_heap_/constructors_destructor_fn_imps.hpp> 161 #include <ext/pb_ds/detail/rc_binomial_heap_/debug_fn_imps.hpp> 162 #include <ext/pb_ds/detail/rc_binomial_heap_/erase_fn_imps.hpp> 163 #include <ext/pb_ds/detail/rc_binomial_heap_/trace_fn_imps.hpp [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/rc_binomial_heap_/ |
rc_binomial_heap_.hpp | 41 #include <ext/pb_ds/detail/cond_dealtor.hpp> 42 #include <ext/pb_ds/detail/type_utils.hpp> 43 #include <ext/pb_ds/detail/binomial_heap_base_/binomial_heap_base_.hpp> 44 #include <ext/pb_ds/detail/rc_binomial_heap_/rc.hpp> 49 namespace detail namespace in namespace:__gnu_pbds 63 * @ingroup heap-detail 160 #include <ext/pb_ds/detail/rc_binomial_heap_/constructors_destructor_fn_imps.hpp> 161 #include <ext/pb_ds/detail/rc_binomial_heap_/debug_fn_imps.hpp> 162 #include <ext/pb_ds/detail/rc_binomial_heap_/erase_fn_imps.hpp> 163 #include <ext/pb_ds/detail/rc_binomial_heap_/trace_fn_imps.hpp [all...] |
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/rc_binomial_heap_/ |
rc_binomial_heap_.hpp | 41 #include <ext/pb_ds/detail/cond_dealtor.hpp> 42 #include <ext/pb_ds/detail/type_utils.hpp> 43 #include <ext/pb_ds/detail/binomial_heap_base_/binomial_heap_base_.hpp> 44 #include <ext/pb_ds/detail/rc_binomial_heap_/rc.hpp> 49 namespace detail namespace in namespace:__gnu_pbds 63 * @ingroup heap-detail 160 #include <ext/pb_ds/detail/rc_binomial_heap_/constructors_destructor_fn_imps.hpp> 161 #include <ext/pb_ds/detail/rc_binomial_heap_/debug_fn_imps.hpp> 162 #include <ext/pb_ds/detail/rc_binomial_heap_/erase_fn_imps.hpp> 163 #include <ext/pb_ds/detail/rc_binomial_heap_/trace_fn_imps.hpp [all...] |
/external/llvm/lib/Analysis/ |
PtrUseVisitor.cpp | 18 void detail::PtrUseVisitorBase::enqueueUsers(Instruction &I) { 30 bool detail::PtrUseVisitorBase::adjustOffsetForGEP(GetElementPtrInst &GEPI) {
|