| /prebuilts/ndk/r16/sources/third_party/vulkan/src/libs/glm/gtx/ |
| vector_angle.inl | 54 detail::tvec2<T, P> const & x, 55 detail::tvec2<T, P> const & y 68 detail::tvec2<T, P> const TransformedVector(glm::rotate(x, Angle)); 78 detail::tvec3<T, P> const & x, 79 detail::tvec3<T, P> const & y, 80 detail::tvec3<T, P> const & ref
|
| simd_mat4.hpp | 42 #include "../detail/setup.hpp" 47 # include "../detail/intrinsic_matrix.hpp" 58 namespace detail namespace in namespace:glm 156 }//namespace detail 158 typedef detail::fmat4x4SIMD simdMat4; 166 detail::fmat4x4SIMD const & x); 171 detail::fmat4x4SIMD matrixCompMult( 172 detail::fmat4x4SIMD const & x, 173 detail::fmat4x4SIMD const & y); 179 detail::fmat4x4SIMD outerProduct [all...] |
| color_space_YCoCg.hpp | 56 GLM_FUNC_DECL detail::tvec3<T, P> rgb2YCoCg( 57 detail::tvec3<T, P> const & rgbColor); 62 GLM_FUNC_DECL detail::tvec3<T, P> YCoCg2rgb( 63 detail::tvec3<T, P> const & YCoCgColor); 69 GLM_FUNC_DECL detail::tvec3<T, P> rgb2YCoCgR( 70 detail::tvec3<T, P> const & rgbColor); 76 GLM_FUNC_DECL detail::tvec3<T, P> YCoCgR2rgb( 77 detail::tvec3<T, P> const & YCoCgColor);
|
| rotate_normalized_axis.hpp | 66 /// @see - rotate(detail::tmat4x4<T, P> const & m, T angle, T x, T y, T z) 67 /// @see - rotate(T angle, detail::tvec3<T, P> const & v) 69 GLM_FUNC_DECL detail::tmat4x4<T, P> rotateNormalizedAxis( 70 detail::tmat4x4<T, P> const & m, 72 detail::tvec3<T, P> const & axis); 82 GLM_FUNC_DECL detail::tquat<T, P> rotateNormalizedAxis( 83 detail::tquat<T, P> const & q, 85 detail::tvec3<T, P> const & axis);
|
| /external/vulkan-validation-layers/libs/glm/gtx/ |
| simd_mat4.hpp | 42 #include "../detail/setup.hpp" 47 # include "../detail/intrinsic_matrix.hpp" 58 namespace detail namespace in namespace:glm 156 }//namespace detail 158 typedef detail::fmat4x4SIMD simdMat4; 166 detail::fmat4x4SIMD const & x); 171 detail::fmat4x4SIMD matrixCompMult( 172 detail::fmat4x4SIMD const & x, 173 detail::fmat4x4SIMD const & y); 179 detail::fmat4x4SIMD outerProduct [all...] |
| color_space_YCoCg.hpp | 56 GLM_FUNC_DECL detail::tvec3<T, P> rgb2YCoCg( 57 detail::tvec3<T, P> const & rgbColor); 62 GLM_FUNC_DECL detail::tvec3<T, P> YCoCg2rgb( 63 detail::tvec3<T, P> const & YCoCgColor); 69 GLM_FUNC_DECL detail::tvec3<T, P> rgb2YCoCgR( 70 detail::tvec3<T, P> const & rgbColor); 76 GLM_FUNC_DECL detail::tvec3<T, P> YCoCgR2rgb( 77 detail::tvec3<T, P> const & YCoCgColor);
|
| rotate_normalized_axis.hpp | 66 /// @see - rotate(detail::tmat4x4<T, P> const & m, T angle, T x, T y, T z) 67 /// @see - rotate(T angle, detail::tvec3<T, P> const & v) 69 GLM_FUNC_DECL detail::tmat4x4<T, P> rotateNormalizedAxis( 70 detail::tmat4x4<T, P> const & m, 72 detail::tvec3<T, P> const & axis); 82 GLM_FUNC_DECL detail::tquat<T, P> rotateNormalizedAxis( 83 detail::tquat<T, P> const & q, 85 detail::tvec3<T, P> const & axis);
|
| /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/thin_heap_/ |
| thin_heap_.hpp | 45 #include <ext/pb_ds/detail/cond_dealtor.hpp> 46 #include <ext/pb_ds/detail/type_utils.hpp> 47 #include <ext/pb_ds/detail/left_child_next_sibling_heap_/left_child_next_sibling_heap_.hpp> 52 namespace detail namespace in namespace:__gnu_pbds 72 * @ingroup heap-detail 307 #include <ext/pb_ds/detail/thin_heap_/constructors_destructor_fn_imps.hpp> 308 #include <ext/pb_ds/detail/thin_heap_/debug_fn_imps.hpp> 309 #include <ext/pb_ds/detail/thin_heap_/trace_fn_imps.hpp> 310 #include <ext/pb_ds/detail/thin_heap_/find_fn_imps.hpp> 311 #include <ext/pb_ds/detail/thin_heap_/insert_fn_imps.hpp [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/thin_heap_/ |
| thin_heap_.hpp | 45 #include <ext/pb_ds/detail/cond_dealtor.hpp> 46 #include <ext/pb_ds/detail/type_utils.hpp> 47 #include <ext/pb_ds/detail/left_child_next_sibling_heap_/left_child_next_sibling_heap_.hpp> 52 namespace detail namespace in namespace:__gnu_pbds 72 * @ingroup heap-detail 307 #include <ext/pb_ds/detail/thin_heap_/constructors_destructor_fn_imps.hpp> 308 #include <ext/pb_ds/detail/thin_heap_/debug_fn_imps.hpp> 309 #include <ext/pb_ds/detail/thin_heap_/trace_fn_imps.hpp> 310 #include <ext/pb_ds/detail/thin_heap_/find_fn_imps.hpp> 311 #include <ext/pb_ds/detail/thin_heap_/insert_fn_imps.hpp [all...] |
| /external/vulkan-validation-layers/libs/glm/gtc/ |
| matrix_inverse.inl | 36 GLM_FUNC_QUALIFIER detail::tmat3x3<T, P> affineInverse 38 detail::tmat3x3<T, P> const & m 41 detail::tmat3x3<T, P> Result(m); 42 Result[2] = detail::tvec3<T, P>(0, 0, 1); 44 detail::tvec3<T, P> Translation = Result * detail::tvec3<T, P>(-detail::tvec2<T, P>(m[2]), m[2][2]); 50 GLM_FUNC_QUALIFIER detail::tmat4x4<T, P> affineInverse 52 detail::tmat4x4<T, P> const & m 55 detail::tmat4x4<T, P> Result(m) [all...] |
| /prebuilts/ndk/r16/sources/third_party/vulkan/src/libs/glm/gtc/ |
| matrix_inverse.inl | 36 GLM_FUNC_QUALIFIER detail::tmat3x3<T, P> affineInverse 38 detail::tmat3x3<T, P> const & m 41 detail::tmat3x3<T, P> Result(m); 42 Result[2] = detail::tvec3<T, P>(0, 0, 1); 44 detail::tvec3<T, P> Translation = Result * detail::tvec3<T, P>(-detail::tvec2<T, P>(m[2]), m[2][2]); 50 GLM_FUNC_QUALIFIER detail::tmat4x4<T, P> affineInverse 52 detail::tmat4x4<T, P> const & m 55 detail::tmat4x4<T, P> Result(m) [all...] |
| /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/ |
| SmbiosView.h | 35 @param[in] Option Display option: none,outline,normal,detail.
55 @param[in] Option Display option: none,outline,normal,detail.
92 @param[in] Option ECHO, NORMAL, or DETAIL control the amount of detail displayed.
104 @param[in] Option ECHO, NORMAL, or DETAIL control the amount of detail displayed.
114 function to return a string of the detail level.
116 @param[in] ShowType The detail level whose name is desired in clear text.
|
| /external/clang/test/SemaCXX/ |
| discrim-union.cpp | 13 namespace detail { namespace 69 detail::either_impl<T...> impl; 75 elem(impl_t::index(detail::type<U>())), 76 impl(detail::select<impl_t::index(detail::type<U>())>(), move(t.value)) {} 85 decltype(static_cast<const impl_t&>(impl).get(detail::select<N>{})); 92 : impl.get(detail::select<N>{})); 97 return get<impl_t::index(detail::type<U>())>();
|
| /external/clang/test/SemaTemplate/ |
| qualified-id.cpp | 37 namespace detail namespace in namespace:PR6063 45 detail::f(a, b);
|
| /external/compiler-rt/test/asan/TestCases/Linux/ |
| shmctl.cc | 1 // FIXME: https://code.google.com/p/address-sanitizer/issues/detail?id=316 6 // https://code.google.com/p/address-sanitizer/issues/detail?id=250
|
| /external/linux-kselftest/tools/testing/selftests/powerpc/include/ |
| subunit.h | 14 static inline void test_failure_detail(char *name, char *detail) 16 printf("failure: %s [%s]\n", name, detail);
|
| /external/skia/gm/ |
| smallarc.cpp | 12 // see https://code.google.com/p/chromium/issues/detail?id=102411 13 // and https://code.google.com/p/skia/issues/detail?id=2769
|
| /external/skqp/gm/ |
| smallarc.cpp | 12 // see https://code.google.com/p/chromium/issues/detail?id=102411 13 // and https://code.google.com/p/skia/issues/detail?id=2769
|
| /external/sl4a/Common/src/org/apache/commons/codec/ |
| EncoderException.java | 37 * Constructs a new exception with <code>null</code> as its detail message. The cause is not initialized, and may 47 * Constructs a new exception with the specified detail message. The cause is not initialized, and may subsequently 58 * Constructs a new exception with the specified detail message and cause. 61 * Note that the detail message associated with <code>cause</code> is not automatically incorporated into this 62 * exception's detail message. 66 * The detail message which is saved for later retrieval by the {@link #getMessage()} method. 77 * Constructs a new exception with the specified cause and a detail message of <code>(cause==null ? 78 * null : cause.toString())</code> (which typically contains the class and detail message of <code>cause</code>).
|
| /libcore/ojluni/src/main/java/java/security/ |
| GeneralSecurityException.java | 41 * Constructs a GeneralSecurityException with no detail message. 48 * Constructs a GeneralSecurityException with the specified detail 50 * A detail message is a String that describes this particular 53 * @param msg the detail message. 61 * detail message and cause. 63 * @param message the detail message (which is saved for later retrieval 76 * and a detail message of {@code (cause==null ? null : cause.toString())} 77 * (which typically contains the class and detail message of
|
| /libcore/ojluni/src/main/java/java/security/cert/ |
| CertStoreException.java | 57 * its detail message. 64 * Creates a {@code CertStoreException} with the given detail 65 * message. A detail message is a {@code String} that describes this 68 * @param msg the detail message 78 * cause, which may be useful for debugging. The detail message is 80 * typically contains the class and detail message of cause). 91 * Creates a {@code CertStoreException} with the specified detail 94 * @param msg 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/binomial_heap_/ |
| binomial_heap_.hpp | 48 #include <ext/pb_ds/detail/cond_dealtor.hpp> 49 #include <ext/pb_ds/detail/type_utils.hpp> 50 #include <ext/pb_ds/detail/binomial_heap_base_/binomial_heap_base_.hpp> 54 namespace detail namespace in namespace:__gnu_pbds 65 * @ingroup heap-detail 106 #include <ext/pb_ds/detail/binomial_heap_/constructors_destructor_fn_imps.hpp> 107 #include <ext/pb_ds/detail/binomial_heap_/debug_fn_imps.hpp> 111 } // namespace detail
|
| /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/ |
| priority_queue_base_dispatch.hpp | 37 * @file detail/priority_queue_base_dispatch.hpp 53 #include <ext/pb_ds/detail/pairing_heap_/pairing_heap_.hpp> 54 #include <ext/pb_ds/detail/binomial_heap_/binomial_heap_.hpp> 55 #include <ext/pb_ds/detail/rc_binomial_heap_/rc_binomial_heap_.hpp> 56 #include <ext/pb_ds/detail/binary_heap_/binary_heap_.hpp> 57 #include <ext/pb_ds/detail/thin_heap_/thin_heap_.hpp> 64 namespace detail namespace in namespace:__gnu_pbds 111 } // namespace detail
|
| /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/binomial_heap_/ |
| binomial_heap_.hpp | 48 #include <ext/pb_ds/detail/cond_dealtor.hpp> 49 #include <ext/pb_ds/detail/type_utils.hpp> 50 #include <ext/pb_ds/detail/binomial_heap_base_/binomial_heap_base_.hpp> 54 namespace detail namespace in namespace:__gnu_pbds 65 * @ingroup heap-detail 106 #include <ext/pb_ds/detail/binomial_heap_/constructors_destructor_fn_imps.hpp> 107 #include <ext/pb_ds/detail/binomial_heap_/debug_fn_imps.hpp> 111 } // namespace detail
|
| /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/ |
| priority_queue_base_dispatch.hpp | 37 * @file detail/priority_queue_base_dispatch.hpp 53 #include <ext/pb_ds/detail/pairing_heap_/pairing_heap_.hpp> 54 #include <ext/pb_ds/detail/binomial_heap_/binomial_heap_.hpp> 55 #include <ext/pb_ds/detail/rc_binomial_heap_/rc_binomial_heap_.hpp> 56 #include <ext/pb_ds/detail/binary_heap_/binary_heap_.hpp> 57 #include <ext/pb_ds/detail/thin_heap_/thin_heap_.hpp> 64 namespace detail namespace in namespace:__gnu_pbds 111 } // namespace detail
|