| /prebuilts/ndk/r16/sources/third_party/vulkan/src/libs/glm/ | 
| mat2x3.hpp | 32 #include "detail/type_mat2x3.hpp" 41 	typedef detail::tmat2x3<float, lowp>		lowp_mat2x3;
 48 	typedef detail::tmat2x3<float, mediump>		mediump_mat2x3;
 55 	typedef detail::tmat2x3<float, highp>		highp_mat2x3;
 
 | 
| mat2x4.hpp | 32 #include "detail/type_mat2x4.hpp" 41 	typedef detail::tmat2x4<float, lowp>		lowp_mat2x4;
 48 	typedef detail::tmat2x4<float, mediump>		mediump_mat2x4;
 55 	typedef detail::tmat2x4<float, highp>		highp_mat2x4;
 
 | 
| mat3x2.hpp | 32 #include "detail/type_mat3x2.hpp" 41 	typedef detail::tmat3x2<float, lowp>		lowp_mat3x2;
 48 	typedef detail::tmat3x2<float, mediump>		mediump_mat3x2;
 55 	typedef detail::tmat3x2<float, highp>		highp_mat3x2;
 
 | 
| mat3x4.hpp | 32 #include "detail/type_mat3x4.hpp" 41 	typedef detail::tmat3x4<float, lowp>		lowp_mat3x4;
 48 	typedef detail::tmat3x4<float, mediump>		mediump_mat3x4;
 55 	typedef detail::tmat3x4<float, highp>		highp_mat3x4;
 
 | 
| mat4x2.hpp | 32 #include "detail/type_mat4x2.hpp" 41 	typedef detail::tmat4x2<float, lowp>		lowp_mat4x2;
 48 	typedef detail::tmat4x2<float, mediump>		mediump_mat4x2;
 55 	typedef detail::tmat4x2<float, highp>		highp_mat4x2;
 
 | 
| mat4x3.hpp | 32 #include "detail/type_mat4x3.hpp" 41 	typedef detail::tmat4x3<float, lowp>		lowp_mat4x3;
 48 	typedef detail::tmat4x3<float, mediump>		mediump_mat4x3;
 55 	typedef detail::tmat4x3<float, highp>		highp_mat4x3;
 
 | 
| /sdk/eclipse/plugins/com.android.ide.eclipse.adt.overlay/ | 
| README.txt | 8    http://code.google.com/p/android/issues/detail?id=20450 
 | 
| /external/vulkan-validation-layers/libs/glm/gtc/ | 
| ulp.inl | 36 #include "../detail/type_int.hpp" 58 		glm::detail::int32 lsw;
 59 		glm::detail::int32 msw;
 94 namespace detail
 99 		glm::detail::int32 hx, hy, ix, iy;
 144 		glm::detail::int32 hx, hy, ix, iy;
 145 		glm::detail::uint32 lx, ly;
 190 }//namespace detail
 205 			return detail::nextafterf(x, FLT_MAX);
 217 			return detail::nextafter(x, std::numeric_limits<double>::max())
 [all...]
 | 
| /prebuilts/ndk/r16/sources/third_party/vulkan/src/libs/glm/gtc/ | 
| ulp.inl | 36 #include "../detail/type_int.hpp" 58 		glm::detail::int32 lsw;
 59 		glm::detail::int32 msw;
 94 namespace detail
 99 		glm::detail::int32 hx, hy, ix, iy;
 144 		glm::detail::int32 hx, hy, ix, iy;
 145 		glm::detail::uint32 lx, ly;
 190 }//namespace detail
 205 			return detail::nextafterf(x, FLT_MAX);
 217 			return detail::nextafter(x, std::numeric_limits<double>::max())
 [all...]
 | 
| /external/apache-commons-math/src/main/java/org/apache/commons/math/ | 
| FunctionEvaluationException.java | 64      * Constructs an exception with specified formatted detail message. 77      * Constructs an exception with specified formatted detail message.
 91      * Constructs an exception with specified formatted detail message.
 104      * Constructs an exception with specified formatted detail message.
 142      * Constructs an exception with specified formatted detail message and root cause.
 157      * Constructs an exception with specified formatted detail message and root cause.
 173      * Constructs an exception with specified formatted detail message and root cause.
 188      * Constructs an exception with specified formatted detail message and root cause.
 
 | 
| /external/apache-commons-math/src/main/java/org/apache/commons/math/fraction/ | 
| FractionConversionException.java | 36      * Constructs an exception with specified formatted detail message. 46      * Constructs an exception with specified formatted detail message.
 
 | 
| /external/apache-commons-math/src/main/java/org/apache/commons/math/linear/ | 
| MatrixIndexException.java | 35      * Constructs a new instance with specified formatted detail message. 46      * Constructs a new instance with specified formatted detail message.
 
 | 
| MatrixVisitorException.java | 34      * Constructs a new instance with specified formatted detail message. 43      * Constructs a new instance with specified formatted detail message.
 
 | 
| /external/libcxx/test/support/ | 
| test_convertible.hpp | 26 namespace detail {  namespace 40 { return detail::test_convertible_imp<Tp, Args...>(0); }
 
 | 
| /external/llvm/lib/Analysis/ | 
| PtrUseVisitor.cpp | 18 void detail::PtrUseVisitorBase::enqueueUsers(Instruction &I) { 30 bool detail::PtrUseVisitorBase::adjustOffsetForGEP(GetElementPtrInst &GEPI) {
 
 | 
| /external/llvm/lib/Support/ | 
| Allocator.cpp | 19 namespace detail {  namespace in namespace:llvm 30 } // End namespace detail.
 
 | 
| /external/llvm/test/Instrumentation/MemorySanitizer/ | 
| missing_origin.ll | 8 ; https://code.google.com/p/memory-sanitizer/issues/detail?id=56 23 ; https://code.google.com/p/memory-sanitizer/issues/detail?id=78
 
 | 
| /external/parameter-framework/asio-1.10.6/include/asio/detail/ | 
| hash_map.hpp | 2 // detail/hash_map.hpp 15 #include "asio/detail/config.hpp"
 18 #include "asio/detail/assert.hpp"
 19 #include "asio/detail/noncopyable.hpp"
 22 #include "asio/detail/push_options.hpp"
 25 namespace detail {  namespace in namespace:asio
 314 } // namespace detail
 317 #include "asio/detail/pop_options.hpp"
 
 | 
| /external/python/cpython2/Doc/library/ | 
| __builtin__.rst | 38 .. impl-detail:: 43    this is an implementation detail, it may not be used by alternate
 
 | 
| /external/python/cpython3/Doc/library/ | 
| builtins.rst | 38 As an implementation detail, most modules have the name ``__builtins__`` made 41 Since this is an implementation detail, it may not be used by alternate
 
 | 
| /external/vulkan-validation-layers/libs/glm/detail/ | 
| _literals.hpp | 37 	GLM_FUNC_QUALIFIER detail::half operator "" _h(long double const s) 39 		return detail::half(s);
 
 | 
| intrinsic_geometric.hpp | 41 namespace detail  namespace in namespace:glm 70 }//namespace detail
 
 | 
| intrinsic_integer.hpp | 39 namespace detail  namespace in namespace:glm 44 }//namespace detail
 
 | 
| /external/webrtc/webrtc/base/ | 
| bind.h.pump | 69 namespace detail { 84   // This is a complex implementation detail done with SFINAE.
 128 }  // namespace detail
 147   typename detail::PointerType<ObjectT>::type object_;$for j [[
 177      typename detail::identity<P$j>::type p$j]]) {
 189      typename detail::identity<P$j>::type p$j]]) {
 201      typename detail::identity<P$j>::type p$j]]) {
 213      typename detail::identity<P$j>::type p$j]]) {
 
 | 
| /external/wpa_supplicant_8/hostapd/logwatch/ | 
| hostapd | 12 my $detail = $ENV{'LOGWATCH_DETAIL_LEVEL'} || 0; 30 		unless ($detail == 10) {
 
 |