| /external/parameter-framework/asio-1.10.6/include/asio/ip/ | 
| address_v6.hpp | 15 #include "asio/detail/config.hpp" 17 #include "asio/detail/array.hpp"
 18 #include "asio/detail/socket_types.hpp"
 19 #include "asio/detail/winsock_init.hpp"
 24 #include "asio/detail/push_options.hpp"
 46   typedef asio::detail::array<unsigned char, 16> bytes_type;
 196   asio::detail::in6_addr_type addr_;
 206 #include "asio/detail/pop_options.hpp"
 
 | 
| basic_resolver_iterator.hpp | 15 #include "asio/detail/config.hpp" 21 #include "asio/detail/shared_ptr.hpp"
 22 #include "asio/detail/socket_ops.hpp"
 23 #include "asio/detail/socket_types.hpp"
 27 #include "asio/detail/push_options.hpp"
 71       asio::detail::addrinfo_type* address_info,
 205   asio::detail::shared_ptr<values_type> values_;
 212 #include "asio/detail/pop_options.hpp"
 
 | 
| /external/parameter-framework/asio-1.10.6/include/asio/ip/impl/ | 
| address.ipp | 15 #include "asio/detail/config.hpp" 17 #include "asio/detail/throw_error.hpp"
 18 #include "asio/detail/throw_exception.hpp"
 23 #include "asio/detail/push_options.hpp"
 100     asio::detail::throw_exception(ex);
 110     asio::detail::throw_exception(ex);
 133   asio::detail::throw_error(ec);
 217 #include "asio/detail/pop_options.hpp"
 
 | 
| /external/vulkan-validation-layers/libs/glm/detail/ | 
| intrinsic_geometric.inl | 30 namespace detail{ 107 	__m128 mul0 = _mm_mul_ps(sgn0, glm::detail::minus_one);
 117 	__m128 mul1 = _mm_mul_ps(mul0, glm::detail::two);
 128 	__m128 sub0 = _mm_sub_ps(glm::detail::one, mul0);
 129 	__m128 sub1 = _mm_sub_ps(glm::detail::one, mul1);
 132 	if(_mm_movemask_ps(_mm_cmplt_ss(mul2, glm::detail::zero)) == 0)
 133 		return glm::detail::zero;
 145 }//namespace detail
 
 | 
| intrinsic_trigonometric.hpp | 39 namespace detail  namespace in namespace:glm 42 }//namespace detail
 
 | 
| intrinsic_vector_relational.hpp | 39 namespace detail  namespace in namespace:glm 42 }//namespace detail
 
 | 
| /external/vulkan-validation-layers/libs/glm/virtrev/ | 
| xstream.hpp | 51 namespace detail 54 	std::ostream & operator << (std::ostream & stream, glm::detail::tvec2<T, P> const & vec)
 65 	std::ostream & operator << (std::ostream & stream, glm::detail::tvec3<T, P> const & vec)
 77 	std::ostream & operator << (std::ostream & stream, glm::detail::tvec4<T, P> const & vec)
 90 	std::ostream & operator << (std::ostream & stream, glm::detail::tmat2x2<T, P> const & mat)
 107 	std::ostream & operator << (std::ostream & stream, glm::detail::tmat3x3<T, P> const & mat)
 131 	std::ostream & operator << (std::ostream & stream, glm::detail::tmat4x4<T, P> const & mat)
 163 }//namespace detail
 
 | 
| /packages/apps/Nfc/src/com/android/nfc/ | 
| LlcpException.java | 28      * specified detail message. 30      * @param s the detail message for this exception.
 
 | 
| /prebuilts/ndk/r16/sources/third_party/vulkan/src/libs/glm/detail/ | 
| intrinsic_geometric.inl | 30 namespace detail{ 107 	__m128 mul0 = _mm_mul_ps(sgn0, glm::detail::minus_one);
 117 	__m128 mul1 = _mm_mul_ps(mul0, glm::detail::two);
 128 	__m128 sub0 = _mm_sub_ps(glm::detail::one, mul0);
 129 	__m128 sub1 = _mm_sub_ps(glm::detail::one, mul1);
 132 	if(_mm_movemask_ps(_mm_cmplt_ss(mul2, glm::detail::zero)) == 0)
 133 		return glm::detail::zero;
 145 }//namespace detail
 
 | 
| intrinsic_trigonometric.hpp | 39 namespace detail  namespace in namespace:glm 42 }//namespace detail
 
 | 
| intrinsic_vector_relational.hpp | 39 namespace detail  namespace in namespace:glm 42 }//namespace detail
 
 | 
| /prebuilts/ndk/r16/sources/third_party/vulkan/src/libs/glm/virtrev/ | 
| xstream.hpp | 51 namespace detail 54 	std::ostream & operator << (std::ostream & stream, glm::detail::tvec2<T, P> const & vec)
 65 	std::ostream & operator << (std::ostream & stream, glm::detail::tvec3<T, P> const & vec)
 77 	std::ostream & operator << (std::ostream & stream, glm::detail::tvec4<T, P> const & vec)
 90 	std::ostream & operator << (std::ostream & stream, glm::detail::tmat2x2<T, P> const & mat)
 107 	std::ostream & operator << (std::ostream & stream, glm::detail::tmat3x3<T, P> const & mat)
 131 	std::ostream & operator << (std::ostream & stream, glm::detail::tmat4x4<T, P> const & mat)
 163 }//namespace detail
 
 | 
| /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/views/detail/ | 
| ICallDetailProvider.java | 17 package com.android.ide.eclipse.gltrace.views.detail; 27      * Update the detail view for given {@link GLCall} that is part of the given
 
 | 
| IDetailProvider.java | 17 package com.android.ide.eclipse.gltrace.views.detail; 32     /** Obtain the top level control used by this detail provider. */
 
 | 
| /external/parameter-framework/asio-1.10.6/include/asio/detail/impl/ | 
| task_io_service.ipp | 2 // detail/impl/task_io_service.ipp 15 #include "asio/detail/config.hpp"
 18 #include "asio/detail/event.hpp"
 19 #include "asio/detail/limits.hpp"
 20 #include "asio/detail/reactor.hpp"
 21 #include "asio/detail/task_io_service.hpp"
 22 #include "asio/detail/task_io_service_thread_info.hpp"
 24 #include "asio/detail/push_options.hpp"
 27 namespace detail {
 35       asio::detail::increment
 [all...]
 | 
| /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/ | 
| trie_policy.hpp | 46 #include <ext/pb_ds/detail/type_utils.hpp> 47 #include <ext/pb_ds/detail/trie_policy/trie_policy_base.hpp>
 70 	   typename String::value_type Min_E_Val = detail::__numeric_traits<typename String::value_type>::__min,
 71 	   typename String::value_type Max_E_Val = detail::__numeric_traits<typename String::value_type>::__max,
 88     typedef typename detail::__conditional_type<Reverse, \
 119     begin_imp(key_const_reference, detail::false_type);
 122     begin_imp(key_const_reference, detail::true_type);
 125     end_imp(key_const_reference, detail::false_type);
 128     end_imp(key_const_reference, detail::true_type);
 130     static detail::integral_constant<int, Reverse> s_rev_ind
 [all...]
 | 
| /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/ | 
| trie_policy.hpp | 46 #include <ext/pb_ds/detail/type_utils.hpp> 47 #include <ext/pb_ds/detail/trie_policy/trie_policy_base.hpp>
 70 	   typename String::value_type Min_E_Val = detail::__numeric_traits<typename String::value_type>::__min,
 71 	   typename String::value_type Max_E_Val = detail::__numeric_traits<typename String::value_type>::__max,
 88     typedef typename detail::__conditional_type<Reverse, \
 119     begin_imp(key_const_reference, detail::false_type);
 122     begin_imp(key_const_reference, detail::true_type);
 125     end_imp(key_const_reference, detail::false_type);
 128     end_imp(key_const_reference, detail::true_type);
 130     static detail::integral_constant<int, Reverse> s_rev_ind
 [all...]
 | 
| /external/apache-http/src/org/apache/http/ | 
| HttpException.java | 53      * Creates a new HttpException with a <tt>null</tt> detail message. 60      * Creates a new HttpException with the specified detail message.
 62      * @param message the exception detail message
 69      * Creates a new HttpException with the specified detail message and cause.
 71      * @param message the exception detail message
 
 | 
| ProtocolException.java | 52      * Creates a new ProtocolException with a <tt>null</tt> detail message. 59      * Creates a new ProtocolException with the specified detail message.
 61      * @param message The exception detail message
 68      * Creates a new ProtocolException with the specified detail message and cause.
 70      * @param message the exception detail message
 
 | 
| /external/apache-http/src/org/apache/http/client/ | 
| CircularRedirectException.java | 50      * Creates a new CircularRedirectException with a <tt>null</tt> detail message. 57      * Creates a new CircularRedirectException with the specified detail message.
 59      * @param message The exception detail message
 66      * Creates a new CircularRedirectException with the specified detail message and cause.
 68      * @param message the exception detail message
 
 | 
| RedirectException.java | 52      * Creates a new RedirectException with a <tt>null</tt> detail message. 59      * Creates a new RedirectException with the specified detail message.
 61      * @param message The exception detail message
 68      * Creates a new RedirectException with the specified detail message and cause.
 70      * @param message the exception detail message
 
 | 
| /external/llvm/include/llvm/ADT/ | 
| Sequence.h | 24 namespace detail {  namespace in namespace:llvm 68 } // End detail namespace.
 71 iterator_range<detail::value_sequence_iterator<ValueT>> seq(ValueT Begin,
 73   return make_range(detail::value_sequence_iterator<ValueT>(Begin),
 74                     detail::value_sequence_iterator<ValueT>(End));
 
 | 
| /external/parameter-framework/asio-1.10.6/include/asio/ | 
| basic_io_object.hpp | 15 #include "asio/detail/config.hpp" 18 #include "asio/detail/push_options.hpp"
 22 namespace detail  namespace in namespace:asio
 50     bool Movable = detail::service_has_move<IoObjectService>::value>
 206 #include "asio/detail/pop_options.hpp"
 
 | 
| /external/vulkan-validation-layers/libs/glm/gtx/ | 
| vector_angle.hpp | 71 		detail::tvec2<T, P> const & x, 72 		detail::tvec2<T, P> const & y);
 79 		detail::tvec3<T, P> const & x,
 80 		detail::tvec3<T, P> const & y,
 81 		detail::tvec3<T, P> const & ref);
 
 | 
| /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/ | 
| Sequence.h | 24 namespace detail {  namespace in namespace:llvm 68 } // End detail namespace.
 71 iterator_range<detail::value_sequence_iterator<ValueT>> seq(ValueT Begin,
 73   return make_range(detail::value_sequence_iterator<ValueT>(Begin),
 74                     detail::value_sequence_iterator<ValueT>(End));
 
 |