/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/resize_policy/ |
hash_prime_size_policy_imp.hpp | 43 namespace detail namespace 121 } // namespace detail 140 const std::size_t* const p_upper = std::upper_bound(detail::g_a_sizes, 141 detail::g_a_sizes + detail::num_distinct_sizes, n); 143 if (p_upper == detail::g_a_sizes + detail::num_distinct_sizes) 153 const std::size_t* p_lower = std::lower_bound(detail::g_a_sizes, 154 detail::g_a_sizes + detail::num_distinct_sizes, n) [all...] |
/external/llvm/include/llvm/Support/ |
Endian.h | 28 namespace detail { namespace in namespace:llvm::support 34 } // end namespace detail 54 (detail::PickAlignment<value_type, alignment>::value)), 76 (detail::PickAlignment<value_type, alignment>::value)), 96 memory, (detail::PickAlignment<value_type, alignment>::value)), 131 memory, (detail::PickAlignment<value_type, alignment>::value)), 165 memory, (detail::PickAlignment<value_type, alignment>::value)), 171 namespace detail { 227 } // end namespace detail 229 typedef detail::packed_endian_specific_integra [all...] |
/external/parameter-framework/asio-1.10.6/include/asio/detail/ |
handler_tracking.hpp | 2 // detail/handler_tracking.hpp 15 #include "asio/detail/config.hpp" 19 # include "asio/detail/cstdint.hpp" 20 # include "asio/detail/static_mutex.hpp" 21 # include "asio/detail/tss_ptr.hpp" 24 #include "asio/detail/push_options.hpp" 27 namespace detail { namespace in namespace:asio 110 # define ASIO_INHERIT_TRACKED_HANDLER : public asio::detail::handler_tracking::tracked_handler 112 # define ASIO_ALSO_INHERIT_TRACKED_HANDLER , public asio::detail::handler_tracking::tracked_handler 114 # define ASIO_HANDLER_TRACKING_INIT asio::detail::handler_tracking::init( [all...] |
completion_handler.hpp | 2 // detail/completion_handler.hpp 15 #include "asio/detail/addressof.hpp" 16 #include "asio/detail/config.hpp" 17 #include "asio/detail/fenced_block.hpp" 18 #include "asio/detail/handler_alloc_helpers.hpp" 19 #include "asio/detail/handler_invoke_helpers.hpp" 20 #include "asio/detail/operation.hpp" 22 #include "asio/detail/push_options.hpp" 25 namespace detail { namespace in namespace:asio 45 ptr p = { asio::detail::addressof(h->handler_), h, h } [all...] |
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/ |
is_abstract.hpp | 54 #include <boost/type_traits/detail/yes_no_type.hpp> 56 #include <boost/type_traits/detail/ice_and.hpp> 62 #include <boost/type_traits/detail/bool_trait_def.hpp> 66 namespace detail{ namespace in namespace:boost 144 BOOST_TT_AUX_BOOL_TRAIT_DEF1(is_abstract,T,::boost::detail::is_abstract_imp<T>::value) 146 BOOST_TT_AUX_BOOL_TRAIT_DEF1(is_abstract,T,::boost::detail::is_polymorphic_imp<T>::value) 151 #include <boost/type_traits/detail/bool_trait_undef.hpp>
|
remove_const.hpp | 16 #include <boost/type_traits/detail/cv_traits_impl.hpp> 18 #include <boost/detail/workaround.hpp> 27 #include <boost/type_traits/detail/type_trait_def.hpp> 33 namespace detail { namespace in namespace:boost 69 } // namespace detail 73 BOOST_TT_AUX_TYPE_TRAIT_DEF1(remove_const,T,typename boost::detail::remove_const_impl<T>::type) 82 BOOST_TT_AUX_TYPE_TRAIT_DEF1(remove_const,T,typename boost::detail::remove_const_impl<T>::type) 88 #include <boost/type_traits/detail/type_trait_undef.hpp>
|
remove_volatile.hpp | 16 #include <boost/type_traits/detail/cv_traits_impl.hpp> 18 #include <boost/detail/workaround.hpp> 27 #include <boost/type_traits/detail/type_trait_def.hpp> 33 namespace detail { namespace in namespace:boost 67 } // namespace detail 71 BOOST_TT_AUX_TYPE_TRAIT_DEF1(remove_volatile,T,typename boost::detail::remove_volatile_impl<T>::type) 80 BOOST_TT_AUX_TYPE_TRAIT_DEF1(remove_volatile,T,typename boost::detail::remove_volatile_impl<T>::type) 86 #include <boost/type_traits/detail/type_trait_undef.hpp>
|
is_pointer.hpp | 25 #include <boost/type_traits/detail/ice_and.hpp> 26 #include <boost/type_traits/detail/ice_not.hpp> 35 # include <boost/type_traits/detail/is_function_ptr_tester.hpp> 36 # include <boost/type_traits/detail/false_result.hpp> 37 # include <boost/type_traits/detail/ice_or.hpp> 41 #include <boost/type_traits/detail/bool_trait_def.hpp> 49 namespace detail { 73 ::boost::detail::is_pointer_helper<T>::value 82 ::boost::detail::is_pointer_helper<typename remove_cv<T>::type>::value 91 } // namespace detail [all...] |
is_member_pointer.hpp | 25 #include <boost/detail/workaround.hpp> 32 # include <boost/type_traits/detail/is_mem_fun_pointer_tester.hpp> 33 # include <boost/type_traits/detail/yes_no_type.hpp> 34 # include <boost/type_traits/detail/false_result.hpp> 35 # include <boost/type_traits/detail/ice_or.hpp> 39 #include <boost/type_traits/detail/bool_trait_def.hpp> 61 namespace detail { 106 } // namespace detail 108 BOOST_TT_AUX_BOOL_TRAIT_DEF1(is_member_pointer,T,::boost::detail::is_member_pointer_impl<T>::value) 114 #include <boost/type_traits/detail/bool_trait_undef.hpp [all...] |
add_reference.hpp | 13 #include <boost/detail/workaround.hpp> 17 #include <boost/type_traits/detail/type_trait_def.hpp> 21 namespace detail { namespace in namespace:boost 93 } // namespace detail 95 BOOST_TT_AUX_TYPE_TRAIT_DEF1(add_reference,T,typename boost::detail::add_reference_impl<T>::type) 105 #include <boost/type_traits/detail/type_trait_undef.hpp>
|
is_scalar.hpp | 16 #include <boost/type_traits/detail/ice_or.hpp> 20 #include <boost/type_traits/detail/bool_trait_def.hpp> 24 namespace detail { namespace in namespace:boost 47 } // namespace detail 49 BOOST_TT_AUX_BOOL_TRAIT_DEF1(is_scalar,T,::boost::detail::is_scalar_impl<T>::value) 53 #include <boost/type_traits/detail/bool_trait_undef.hpp>
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/binary_heap_/ |
binary_heap_.hpp | 46 #include <ext/pb_ds/detail/cond_dealtor.hpp> 47 #include <ext/pb_ds/detail/cond_dealtor.hpp> 48 #include <ext/pb_ds/detail/type_utils.hpp> 49 #include <ext/pb_ds/detail/binary_heap_/entry_cmp.hpp> 50 #include <ext/pb_ds/detail/binary_heap_/entry_pred.hpp> 51 #include <ext/pb_ds/detail/binary_heap_/resize_policy.hpp> 52 #include <ext/pb_ds/detail/binary_heap_/point_const_iterator.hpp> 53 #include <ext/pb_ds/detail/binary_heap_/const_iterator.hpp> 57 #include <ext/pb_ds/detail/type_utils.hpp> 62 namespace detail namespace in namespace:__gnu_pbds [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/binary_heap_/ |
binary_heap_.hpp | 46 #include <ext/pb_ds/detail/cond_dealtor.hpp> 47 #include <ext/pb_ds/detail/cond_dealtor.hpp> 48 #include <ext/pb_ds/detail/type_utils.hpp> 49 #include <ext/pb_ds/detail/binary_heap_/entry_cmp.hpp> 50 #include <ext/pb_ds/detail/binary_heap_/entry_pred.hpp> 51 #include <ext/pb_ds/detail/binary_heap_/resize_policy.hpp> 52 #include <ext/pb_ds/detail/binary_heap_/point_const_iterator.hpp> 53 #include <ext/pb_ds/detail/binary_heap_/const_iterator.hpp> 57 #include <ext/pb_ds/detail/type_utils.hpp> 62 namespace detail namespace in namespace:__gnu_pbds [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/binary_heap_/ |
binary_heap_.hpp | 46 #include <ext/pb_ds/detail/cond_dealtor.hpp> 47 #include <ext/pb_ds/detail/cond_dealtor.hpp> 48 #include <ext/pb_ds/detail/type_utils.hpp> 49 #include <ext/pb_ds/detail/binary_heap_/entry_cmp.hpp> 50 #include <ext/pb_ds/detail/binary_heap_/entry_pred.hpp> 51 #include <ext/pb_ds/detail/binary_heap_/resize_policy.hpp> 52 #include <ext/pb_ds/detail/binary_heap_/point_const_iterator.hpp> 53 #include <ext/pb_ds/detail/binary_heap_/const_iterator.hpp> 57 #include <ext/pb_ds/detail/type_utils.hpp> 62 namespace detail namespace in namespace:__gnu_pbds [all...] |
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/binary_heap_/ |
binary_heap_.hpp | 46 #include <ext/pb_ds/detail/cond_dealtor.hpp> 47 #include <ext/pb_ds/detail/cond_dealtor.hpp> 48 #include <ext/pb_ds/detail/type_utils.hpp> 49 #include <ext/pb_ds/detail/binary_heap_/entry_cmp.hpp> 50 #include <ext/pb_ds/detail/binary_heap_/entry_pred.hpp> 51 #include <ext/pb_ds/detail/binary_heap_/resize_policy.hpp> 52 #include <ext/pb_ds/detail/binary_heap_/point_const_iterator.hpp> 53 #include <ext/pb_ds/detail/binary_heap_/const_iterator.hpp> 57 #include <ext/pb_ds/detail/type_utils.hpp> 62 namespace detail namespace in namespace:__gnu_pbds [all...] |
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/detail/ |
binary_search.hpp | 31 # include <boost/detail/iterator.hpp> 34 namespace boost { namespace detail { namespace in namespace:boost 40 typedef detail::iterator_traits<ForwardIter> traits; 42 typename traits::difference_type len = boost::detail::distance(first, last); 65 typedef detail::iterator_traits<ForwardIter> traits; 67 typename traits::difference_type len = boost::detail::distance(first, last); 90 typedef detail::iterator_traits<ForwardIter> traits; 92 typename traits::difference_type len = boost::detail::distance(first, last); 115 typedef detail::iterator_traits<ForwardIter> traits; 117 typename traits::difference_type len = boost::detail::distance(first, last) [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/trie_policy/ |
trie_string_access_traits_imp.hpp | 43 detail::integral_constant<int, Reverse> PB_DS_CLASS_C_DEC::s_rev_ind; 72 begin_imp(key_const_reference r_key, detail::false_type) 80 begin_imp(key_const_reference r_key, detail::true_type) 88 end_imp(key_const_reference r_key, detail::false_type) 96 end_imp(key_const_reference r_key, detail::true_type)
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/trie_policy/ |
trie_string_access_traits_imp.hpp | 43 detail::integral_constant<int, Reverse> PB_DS_CLASS_C_DEC::s_rev_ind; 72 begin_imp(key_const_reference r_key, detail::false_type) 80 begin_imp(key_const_reference r_key, detail::true_type) 88 end_imp(key_const_reference r_key, detail::false_type) 96 end_imp(key_const_reference r_key, detail::true_type)
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/trie_policy/ |
trie_string_access_traits_imp.hpp | 43 detail::integral_constant<int, Reverse> PB_DS_CLASS_C_DEC::s_rev_ind; 72 begin_imp(key_const_reference r_key, detail::false_type) 80 begin_imp(key_const_reference r_key, detail::true_type) 88 end_imp(key_const_reference r_key, detail::false_type) 96 end_imp(key_const_reference r_key, detail::true_type)
|
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/trie_policy/ |
trie_string_access_traits_imp.hpp | 43 detail::integral_constant<int, Reverse> PB_DS_CLASS_C_DEC::s_rev_ind; 72 begin_imp(key_const_reference r_key, detail::false_type) 80 begin_imp(key_const_reference r_key, detail::true_type) 88 end_imp(key_const_reference r_key, detail::false_type) 96 end_imp(key_const_reference r_key, detail::true_type)
|
/frameworks/compile/mclinker/lib/Support/ |
RealPath.cpp | 43 detail::canonicalize(m_PathName); 46 detail::get_pwd(path_name); 49 detail::canonicalize(path_name.native());
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/list/ |
fold_right.hpp | 20 # include <boost/preprocessor/detail/auto_rec.hpp> 35 # include <boost/preprocessor/list/detail/edg/fold_right.hpp> 37 # include <boost/preprocessor/list/detail/fold_right.hpp>
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/smart_ptr/detail/ |
yield_k.hpp | 54 namespace detail namespace in namespace:boost 82 } // namespace detail 94 namespace detail 127 } // namespace detail 136 namespace detail 143 } // namespace detail
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/ |
debug.hpp | 19 #include <boost/test/detail/config.hpp> 26 #include <boost/test/detail/suppress_warnings.hpp> 99 #include <boost/test/detail/enable_warnings.hpp>
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/output/ |
xml_log_formatter.hpp | 19 #include <boost/test/detail/global_typedef.hpp> 25 #include <boost/test/detail/suppress_warnings.hpp> 70 #include <boost/test/detail/enable_warnings.hpp>
|