| /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/pat_trie_/ |
| pat_trie_.hpp | 50 #include <ext/pb_ds/detail/cond_dealtor.hpp> 51 #include <ext/pb_ds/detail/type_utils.hpp> 52 #include <ext/pb_ds/detail/types_traits.hpp> 53 #include <ext/pb_ds/detail/eq_fn/eq_by_less.hpp> 54 #include <ext/pb_ds/detail/pat_trie_/synth_access_traits.hpp> 55 #include <ext/pb_ds/detail/pat_trie_/pat_trie_base.hpp> 57 #include <ext/pb_ds/detail/debug_map_base.hpp> 63 namespace detail namespace in namespace:__gnu_pbds 92 * @ingroup branch-detail 576 #include <ext/pb_ds/detail/pat_trie_/constructors_destructor_fn_imps.hpp [all...] |
| /external/mesa3d/include/CL/ |
| cl.hpp | 56 * For detail documentation on the bindings see: 685 namespace detail { namespace in namespace:cl 761 namespace detail { \ 938 struct param_traits<detail:: token,param_name> \ 2258 namespace detail { namespace in namespace:cl [all...] |
| /external/vulkan-validation-layers/libs/glm/detail/ |
| type_vec.hpp | 36 namespace detail namespace in namespace:glm 42 }//namespace detail 44 typedef detail::tvec1<float, highp> highp_vec1_t; 45 typedef detail::tvec1<float, mediump> mediump_vec1_t; 46 typedef detail::tvec1<float, lowp> lowp_vec1_t; 47 typedef detail::tvec1<int, highp> highp_ivec1_t; 48 typedef detail::tvec1<int, mediump> mediump_ivec1_t; 49 typedef detail::tvec1<int, lowp> lowp_ivec1_t; 50 typedef detail::tvec1<uint, highp> highp_uvec1_t; 51 typedef detail::tvec1<uint, mediump> mediump_uvec1_t [all...] |
| /prebuilts/ndk/r16/sources/third_party/vulkan/src/libs/glm/detail/ |
| type_vec.hpp | 36 namespace detail namespace in namespace:glm 42 }//namespace detail 44 typedef detail::tvec1<float, highp> highp_vec1_t; 45 typedef detail::tvec1<float, mediump> mediump_vec1_t; 46 typedef detail::tvec1<float, lowp> lowp_vec1_t; 47 typedef detail::tvec1<int, highp> highp_ivec1_t; 48 typedef detail::tvec1<int, mediump> mediump_ivec1_t; 49 typedef detail::tvec1<int, lowp> lowp_ivec1_t; 50 typedef detail::tvec1<uint, highp> highp_uvec1_t; 51 typedef detail::tvec1<uint, mediump> mediump_uvec1_t [all...] |
| /external/mesa3d/src/gallium/state_trackers/clover/util/ |
| range.hpp | 66 namespace detail { namespace in namespace:clover 184 class iterator_range : public detail::basic_range<iterator_range<I>, I, I> { 186 typedef detail::basic_range<iterator_range<I>, I, I> super; 218 namespace detail { namespace in namespace:clover 230 public detail::basic_range<adaptor_range<F, Os...>, 231 detail::iterator_adaptor< 232 F, detail::preferred_iterator_type<Os>...>, 233 detail::iterator_adaptor< 234 F, detail::preferred_iterator_type<const Os>...> 237 typedef detail::basic_range<adaptor_range<F, Os...> [all...] |
| /external/vulkan-validation-layers/libs/glm/gtx/ |
| orthonormalize.hpp | 57 GLM_FUNC_DECL detail::tmat3x3<T, P> orthonormalize( 58 const detail::tmat3x3<T, P>& m); 63 GLM_FUNC_DECL detail::tvec3<T, P> orthonormalize( 64 const detail::tvec3<T, P>& x, 65 const detail::tvec3<T, P>& y);
|
| simd_quat.inl | 12 namespace detail{ 170 return detail::fquatSIMD(w, x, y, z); 218 }//namespace detail 223 detail::fquatSIMD const & x 233 GLM_FUNC_QUALIFIER detail::fquatSIMD quatSIMD_cast_impl(const T m0[], const T m1[], const T m2[]) 288 GLM_FUNC_QUALIFIER detail::fquatSIMD quatSIMD_cast 290 detail::fmat4x4SIMD const & m 306 GLM_FUNC_QUALIFIER detail::fquatSIMD quatSIMD_cast 308 detail::tmat4x4<T, P> const & m 315 GLM_FUNC_QUALIFIER detail::fquatSIMD quatSIMD_cas [all...] |
| /hardware/interfaces/graphics/mapper/2.1/utils/hal/include/mapper-hal/2.1/ |
| Mapper.h | 34 namespace detail { namespace in namespace:android::hardware::graphics::mapper::V2_1::hal 38 class MapperImpl : public V2_0::hal::detail::MapperImpl<Interface, Hal> { 75 using BaseType2_0 = V2_0::hal::detail::MapperImpl<Interface, Hal>; 80 } // namespace detail 82 using Mapper = detail::MapperImpl<IMapper, MapperHal>;
|
| /libcore/ojluni/src/main/java/java/lang/ |
| BootstrapMethodError.java | 42 * Constructs a {@code BootstrapMethodError} with no detail message. 50 * detail message. 52 * @param s the detail message. 60 * detail message and cause. 62 * @param s the detail message.
|
| LinkageError.java | 42 * Constructs a {@code LinkageError} with no detail message. 49 * Constructs a {@code LinkageError} with the specified detail 52 * @param s the detail message. 59 * Constructs a {@code LinkageError} with the specified detail 62 * @param s the detail message.
|
| NoClassDefFoundError.java | 47 * Constructs a <code>NoClassDefFoundError</code> with no detail message. 55 * detail message. 57 * @param s the detail message. 66 * trace, the specified detail message and the specified cause. Used 70 * the detail message for this error.
|
| /libcore/ojluni/src/main/java/java/lang/invoke/ |
| WrongMethodTypeException.java | 47 * Constructs a {@code WrongMethodTypeException} with no detail message. 55 * detail message. 57 * @param s the detail message. 65 * detail message and cause. 67 * @param s the detail message.
|
| /libcore/ojluni/src/main/java/java/util/ |
| TooManyListenersException.java | 54 * Constructs a TooManyListenersException with no detail message. 55 * A detail message is a String that describes this particular exception. 63 * Constructs a TooManyListenersException with the specified detail message. 64 * A detail message is a String that describes this particular exception. 65 * @param s the detail message
|
| /libcore/ojluni/src/main/java/javax/security/cert/ |
| CertificateEncodingException.java | 46 * Constructs a CertificateEncodingException with no detail message. A 47 * detail message is a String that describes this particular 55 * Constructs a CertificateEncodingException with the specified detail 56 * message. A detail message is a String that describes this 59 * @param message the detail message.
|
| CertificateException.java | 46 * Constructs a certificate exception with no detail message. A detail 54 * Constructs a certificate exception with the given detail 55 * message. A detail message is a String that describes this 58 * @param msg the detail message.
|
| CertificateExpiredException.java | 48 * Constructs a CertificateExpiredException with no detail message. A 49 * detail message is a String that describes this particular 57 * Constructs a CertificateExpiredException with the specified detail 58 * message. A detail message is a String that describes this 61 * @param message the detail message.
|
| CertificateNotYetValidException.java | 48 * Constructs a CertificateNotYetValidException with no detail message. A 49 * detail message is a String that describes this particular 57 * Constructs a CertificateNotYetValidException with the specified detail 58 * message. A detail message is a String that describes this 61 * @param message the detail message.
|
| CertificateParsingException.java | 48 * Constructs a CertificateParsingException with no detail message. A 49 * detail message is a String that describes this particular 57 * Constructs a CertificateParsingException with the specified detail 58 * message. A detail message is a String that describes this 61 * @param message the detail message.
|
| /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/r16/sources/third_party/vulkan/src/libs/glm/gtx/ |
| orthonormalize.hpp | 57 GLM_FUNC_DECL detail::tmat3x3<T, P> orthonormalize( 58 const detail::tmat3x3<T, P>& m); 63 GLM_FUNC_DECL detail::tvec3<T, P> orthonormalize( 64 const detail::tvec3<T, P>& x, 65 const detail::tvec3<T, P>& y);
|
| simd_quat.inl | 12 namespace detail{ 170 return detail::fquatSIMD(w, x, y, z); 218 }//namespace detail 223 detail::fquatSIMD const & x 233 GLM_FUNC_QUALIFIER detail::fquatSIMD quatSIMD_cast_impl(const T m0[], const T m1[], const T m2[]) 288 GLM_FUNC_QUALIFIER detail::fquatSIMD quatSIMD_cast 290 detail::fmat4x4SIMD const & m 306 GLM_FUNC_QUALIFIER detail::fquatSIMD quatSIMD_cast 308 detail::tmat4x4<T, P> const & m 315 GLM_FUNC_QUALIFIER detail::fquatSIMD quatSIMD_cas [all...] |
| /external/parameter-framework/asio-1.10.6/include/asio/ |
| completion_condition.hpp | 15 #include "asio/detail/config.hpp" 18 #include "asio/detail/push_options.hpp" 22 namespace detail { namespace in namespace:asio 97 } // namespace detail 132 inline detail::transfer_all_t transfer_all() 134 return detail::transfer_all_t(); 162 inline detail::transfer_at_least_t transfer_at_least(std::size_t minimum) 164 return detail::transfer_at_least_t(minimum); 192 inline detail::transfer_exactly_t transfer_exactly(std::size_t size) 194 return detail::transfer_exactly_t(size) [all...] |
| /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/binomial_heap_base_/ |
| binomial_heap_base_.hpp | 51 #include <ext/pb_ds/detail/cond_dealtor.hpp> 52 #include <ext/pb_ds/detail/type_utils.hpp> 53 #include <ext/pb_ds/detail/left_child_next_sibling_heap_/left_child_next_sibling_heap_.hpp> 57 namespace detail namespace in namespace:__gnu_pbds 196 #include <ext/pb_ds/detail/binomial_heap_base_/constructors_destructor_fn_imps.hpp> 197 #include <ext/pb_ds/detail/binomial_heap_base_/debug_fn_imps.hpp> 198 #include <ext/pb_ds/detail/binomial_heap_base_/find_fn_imps.hpp> 199 #include <ext/pb_ds/detail/binomial_heap_base_/insert_fn_imps.hpp> 200 #include <ext/pb_ds/detail/binomial_heap_base_/erase_fn_imps.hpp> 201 #include <ext/pb_ds/detail/binomial_heap_base_/split_join_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/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...] |