/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/ |
none_t.hpp | 17 namespace detail { struct none_helper{}; } namespace in namespace:boost 19 typedef int detail::none_helper::*none_t ;
|
/external/vulkan-validation-layers/libs/glm/gtx/ |
simd_vec4.hpp | 47 # include "../detail/intrinsic_common.hpp" 48 # include "../detail/intrinsic_geometric.hpp" 49 # include "../detail/intrinsic_integer.hpp" 86 namespace detail namespace in namespace:glm 174 }//namespace detail 176 typedef glm::detail::fvec4SIMD simdVec4; 184 detail::fvec4SIMD const & x); 188 detail::fvec4SIMD abs(detail::fvec4SIMD const & x); 192 detail::fvec4SIMD sign(detail::fvec4SIMD const & x) [all...] |
raw_data.hpp | 42 #include "../detail/setup.hpp" 43 #include "../detail/type_int.hpp" 56 typedef detail::uint8 byte; 60 typedef detail::uint16 word; 64 typedef detail::uint32 dword; 68 typedef detail::uint64 qword;
|
simd_quat.hpp | 67 namespace detail namespace in namespace:glm 126 detail::fquatSIMD operator- ( 127 detail::fquatSIMD const & q); 129 detail::fquatSIMD operator+ ( 130 detail::fquatSIMD const & q, 131 detail::fquatSIMD const & p); 133 detail::fquatSIMD operator* ( 134 detail::fquatSIMD const & q, 135 detail::fquatSIMD const & p); 137 detail::fvec4SIMD operator* [all...] |
compatibility.hpp | 65 template <typename T, precision P> GLM_FUNC_QUALIFIER detail::tvec2<T, P> lerp(const detail::tvec2<T, P>& x, const detail::tvec2<T, P>& y, T a){return mix(x, y, a);} //!< \brief Returns x * (1.0 - a) + y * a, i.e., the linear blend of x and y using the floating-point value a. The value for a is not restricted to the range [0, 1]. (From GLM_GTX_compatibility) 67 template <typename T, precision P> GLM_FUNC_QUALIFIER detail::tvec3<T, P> lerp(const detail::tvec3<T, P>& x, const detail::tvec3<T, P>& y, T a){return mix(x, y, a);} //!< \brief Returns x * (1.0 - a) + y * a, i.e., the linear blend of x and y using the floating-point value a. The value for a is not restricted to the range [0, 1]. (From GLM_GTX_compatibility) 68 template <typename T, precision P> GLM_FUNC_QUALIFIER detail::tvec4<T, P> lerp(const detail::tvec4<T, P>& x, const detail::tvec4<T, P>& y, T a){return mix(x, y, a);} //!< \brief Returns x * (1.0 - a) + y * a, i.e., the linear blend of x and y using the floating-point value a. The value for a is not restricted to the range [0, 1]. (From GLM_GTX_compatibility) 69 template <typename T, precision P> GLM_FUNC_QUALIFIER detail::tvec2<T, P> lerp(const detail::tvec2<T, P>& x, const detail::tvec2<T, P>& y, const detail::tvec2< (…) [all...] |
/external/vulkan-validation-layers/libs/glm/gtc/ |
type_precision.hpp | 75 typedef detail::int8 lowp_int8; 79 typedef detail::int16 lowp_int16; 83 typedef detail::int32 lowp_int32; 87 typedef detail::int64 lowp_int64; 91 typedef detail::int8 lowp_int8_t; 95 typedef detail::int16 lowp_int16_t; 99 typedef detail::int32 lowp_int32_t; 103 typedef detail::int64 lowp_int64_t; 107 typedef detail::int8 lowp_i8; 111 typedef detail::int16 lowp_i16 [all...] |
matrix_integer.hpp | 62 typedef detail::tmat2x2<int, highp> highp_imat2; 66 typedef detail::tmat3x3<int, highp> highp_imat3; 70 typedef detail::tmat4x4<int, highp> highp_imat4; 74 typedef detail::tmat2x2<int, highp> highp_imat2x2; 78 typedef detail::tmat2x3<int, highp> highp_imat2x3; 82 typedef detail::tmat2x4<int, highp> highp_imat2x4; 86 typedef detail::tmat3x2<int, highp> highp_imat3x2; 90 typedef detail::tmat3x3<int, highp> highp_imat3x3; 94 typedef detail::tmat3x4<int, highp> highp_imat3x4; 98 typedef detail::tmat4x2<int, highp> highp_imat4x2 [all...] |
/external/vulkan-validation-layers/libs/glm/ |
mat2x2.hpp | 32 #include "detail/type_mat2x2.hpp" 41 typedef detail::tmat2x2<float, lowp> lowp_mat2; 48 typedef detail::tmat2x2<float, mediump> mediump_mat2; 55 typedef detail::tmat2x2<float, highp> highp_mat2; 62 typedef detail::tmat2x2<float, lowp> lowp_mat2x2; 69 typedef detail::tmat2x2<float, mediump> mediump_mat2x2; 76 typedef detail::tmat2x2<float, highp> highp_mat2x2;
|
mat3x3.hpp | 32 #include "detail/type_mat3x3.hpp" 41 typedef detail::tmat3x3<float, lowp> lowp_mat3; 48 typedef detail::tmat3x3<float, mediump> mediump_mat3; 55 typedef detail::tmat3x3<float, highp> highp_mat3; 62 typedef detail::tmat3x3<float, lowp> lowp_mat3x3; 69 typedef detail::tmat3x3<float, mediump> mediump_mat3x3; 76 typedef detail::tmat3x3<float, highp> highp_mat3x3;
|
mat4x4.hpp | 32 #include "detail/type_mat4x4.hpp" 41 typedef detail::tmat4x4<float, lowp> lowp_mat4; 48 typedef detail::tmat4x4<float, mediump> mediump_mat4; 55 typedef detail::tmat4x4<float, highp> highp_mat4; 62 typedef detail::tmat4x4<float, lowp> lowp_mat4x4; 69 typedef detail::tmat4x4<float, mediump> mediump_mat4x4; 76 typedef detail::tmat4x4<float, highp> highp_mat4x4;
|
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;
|
fwd.hpp | 32 #include "detail/type_int.hpp" 33 #include "detail/type_float.hpp" 34 #include "detail/type_vec.hpp" 35 #include "detail/type_mat.hpp" 40 namespace detail namespace in namespace:glm 43 }//namespace detail 49 typedef detail::tquat<float, lowp> lowp_quat; 54 typedef detail::tquat<float, mediump> mediump_quat; 59 typedef detail::tquat<float, highp> highp_quat; 96 typedef detail::tquat<double, lowp> lowp_dquat [all...] |
/libcore/ojluni/src/main/java/java/io/ |
WriteAbortedException.java | 32 * exception that terminated the write can be found in the detail 39 * accessed via the public {@link #detail} field is now known as the 58 public Exception detail; field in class:WriteAbortedException 69 detail = ex; 77 if (detail == null) 80 return super.getMessage() + "; " + detail.toString(); 91 return detail;
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/ |
ice.hpp | 14 #include <boost/type_traits/detail/yes_no_type.hpp> 15 #include <boost/type_traits/detail/ice_or.hpp> 16 #include <boost/type_traits/detail/ice_and.hpp> 17 #include <boost/type_traits/detail/ice_not.hpp> 18 #include <boost/type_traits/detail/ice_eq.hpp>
|
/external/vulkan-validation-layers/libs/glm/detail/ |
type_mat.hpp | 35 namespace detail namespace in namespace:glm 55 }//namespace detail 65 typedef detail::tmat2x2<float, lowp> lowp_mat2; 72 typedef detail::tmat2x2<float, mediump> mediump_mat2; 79 typedef detail::tmat2x2<float, highp> highp_mat2; 86 typedef detail::tmat2x2<float, lowp> lowp_mat2x2; 93 typedef detail::tmat2x2<float, mediump> mediump_mat2x2; 100 typedef detail::tmat2x2<float, highp> highp_mat2x2; 112 typedef detail::tmat2x3<float, lowp> lowp_mat2x3; 119 typedef detail::tmat2x3<float, mediump> mediump_mat2x3 [all...] |
/external/llvm/lib/Support/ |
Hashing.cpp | 23 size_t llvm::hashing::detail::fixed_seed_override = 0; 28 hashing::detail::fixed_seed_override = fixed_value;
|
/external/parameter-framework/asio-1.10.6/include/asio/detail/ |
noncopyable.hpp | 2 // detail/noncopyable.hpp 15 #include "asio/detail/config.hpp" 17 #include "asio/detail/push_options.hpp" 20 namespace detail { namespace in namespace:asio 32 } // namespace detail 34 using asio::detail::noncopyable; 38 #include "asio/detail/pop_options.hpp"
|
addressof.hpp | 2 // detail/addressof.hpp 15 #include "asio/detail/config.hpp" 20 namespace detail { namespace in namespace:asio 24 } // namespace detail
|
/external/slf4j/slf4j-migrator/src/main/java/org/slf4j/migrator/ |
ConversionException.java | 34 private String detail; field in class:ConversionException 44 public ConversionException(String message, String detail) { 46 this.detail = detail; 50 return detail; 53 public void setDetail(String detail) { 54 this.detail = detail;
|
/external/opencv3/modules/stitching/include/opencv2/stitching/ |
warpers.hpp | 46 #include "opencv2/stitching/detail/warpers.hpp" 59 virtual Ptr<detail::RotationWarper> create(float scale) const = 0; 63 @sa detail::PlaneWarper 68 Ptr<detail::RotationWarper> create(float scale) const { return makePtr<detail::PlaneWarper>(scale); } 72 @sa detail::CylindricalWarper 77 Ptr<detail::RotationWarper> create(float scale) const { return makePtr<detail::CylindricalWarper>(scale); } 84 Ptr<detail::RotationWarper> create(float scale) const { return makePtr<detail::SphericalWarper>(scale); [all...] |