| /libcore/ojluni/src/main/java/java/lang/ |
| IllegalStateException.java | 40 * Constructs an IllegalStateException with no detail message. 41 * A detail message is a String that describes this particular exception. 48 * Constructs an IllegalStateException with the specified detail 49 * message. A detail message is a String that describes this particular 59 * Constructs a new exception with the specified detail message and 62 * <p>Note that the detail message associated with <code>cause</code> is 63 * <i>not</i> automatically incorporated in this exception's detail 66 * @param message the detail message (which is saved for later retrieval 79 * Constructs a new exception with the specified cause and a detail 81 * typically contains the class and detail message of <tt>cause</tt>) [all...] |
| ReflectiveOperationException.java | 39 * Constructs a new exception with {@code null} as its detail 48 * Constructs a new exception with the specified detail message. 52 * @param message the detail message. The detail message is saved for 60 * Constructs a new exception with the specified detail message 63 * <p>Note that the detail message associated with 65 * this exception's detail message. 67 * @param message the detail message (which is saved for later retrieval 79 * Constructs a new exception with the specified cause and a detail 81 * typically contains the class and detail message of {@code cause}) [all...] |
| /prebuilts/ndk/r16/sources/third_party/vulkan/src/libs/glm/gtc/ |
| matrix_transform.hpp | 82 /// @see - translate(detail::tmat4x4<T, P> const & m, T x, T y, T z) 83 /// @see - translate(detail::tvec3<T, P> const & v) 85 GLM_FUNC_DECL detail::tmat4x4<T, P> translate( 86 detail::tmat4x4<T, P> const & m, 87 detail::tvec3<T, P> const & v); 98 /// @see - rotate(detail::tmat4x4<T, P> const & m, T angle, T x, T y, T z) 99 /// @see - rotate(T angle, detail::tvec3<T, P> const & v) 101 GLM_FUNC_DECL detail::tmat4x4<T, P> rotate( 102 detail::tmat4x4<T, P> const & m, 104 detail::tvec3<T, P> const & axis) [all...] |
| /prebuilts/ndk/r16/sources/third_party/vulkan/src/libs/glm/gtx/ |
| color_space.hpp | 56 GLM_FUNC_DECL detail::tvec3<T, P> rgbColor( 57 detail::tvec3<T, P> const & hsvValue); 62 GLM_FUNC_DECL detail::tvec3<T, P> hsvColor( 63 detail::tvec3<T, P> const & rgbValue); 68 GLM_FUNC_DECL detail::tmat4x4<T, P> saturation( 74 GLM_FUNC_DECL detail::tvec3<T, P> saturation( 76 detail::tvec3<T, P> const & color); 81 GLM_FUNC_DECL detail::tvec4<T, P> saturation( 83 detail::tvec4<T, P> const & color); 89 detail::tvec3<T, P> const & color) [all...] |
| inertia.hpp | 58 detail::tmat3x3<T, P> boxInertia3( 60 detail::tvec3<T, P> const & Scale); 65 detail::tmat4x4<T, P> boxInertia4( 67 detail::tvec3<T, P> const & Scale); 72 detail::tmat3x3<T, P> diskInertia3( 79 detail::tmat4x4<T, P> diskInertia4( 86 detail::tmat3x3<T, P> ballInertia3( 93 detail::tmat4x4<T, P> ballInertia4( 100 detail::tmat3x3<T, P> sphereInertia3( 107 detail::tmat4x4<T, P> sphereInertia4 [all...] |
| /external/parameter-framework/asio-1.10.6/include/asio/ |
| async_result.hpp | 15 #include "asio/detail/config.hpp" 18 #include "asio/detail/push_options.hpp" 49 namespace detail { namespace in namespace:asio 74 } // namespace detail 77 #include "asio/detail/pop_options.hpp"
|
| /hardware/interfaces/graphics/composer/2.2/utils/hal/include/composer-hal/2.2/ |
| Composer.h | 34 namespace detail { namespace in namespace:android::hardware::graphics::composer::V2_2::hal 38 class ComposerImpl : public V2_1::hal::detail::ComposerImpl<Interface, Hal> { 60 using BaseType2_1 = V2_1::hal::detail::ComposerImpl<Interface, Hal>; 65 } // namespace detail 67 using Composer = detail::ComposerImpl<IComposer, ComposerHal>;
|
| /hardware/interfaces/graphics/mapper/2.1/utils/passthrough/include/mapper-passthrough/2.1/ |
| Gralloc0Hal.h | 28 namespace detail { namespace in namespace:android::hardware::graphics::mapper::V2_1::passthrough 35 class Gralloc0HalImpl : public V2_0::passthrough::detail::Gralloc0HalImpl<Hal> { 63 using BaseType2_0 = V2_0::passthrough::detail::Gralloc0HalImpl<Hal>; 67 } // namespace detail 69 using Gralloc0Hal = detail::Gralloc0HalImpl<hal::MapperHal>;
|
| /libcore/ojluni/src/main/java/java/security/ |
| InvalidParameterException.java | 41 * Constructs an InvalidParameterException with no detail message. 42 * A detail message is a String that describes this particular 51 * detail message. A detail message is a String that describes 54 * @param msg the detail message.
|
| NoSuchProviderException.java | 40 * Constructs a NoSuchProviderException with no detail message. A 41 * detail message is a String that describes this particular 49 * Constructs a NoSuchProviderException with the specified detail 50 * message. A detail message is a String that describes this 53 * @param msg the detail message.
|
| /libcore/ojluni/src/main/java/java/security/cert/ |
| CertificateExpiredException.java | 41 * Constructs a CertificateExpiredException with no detail message. A 42 * detail message is a String that describes this particular 50 * Constructs a CertificateExpiredException with the specified detail 51 * message. A detail message is a String that describes this 54 * @param message the detail message.
|
| CertificateNotYetValidException.java | 41 * Constructs a CertificateNotYetValidException with no detail message. A 42 * detail message is a String that describes this particular 50 * Constructs a CertificateNotYetValidException with the specified detail 51 * message. A detail message is a String that describes this 54 * @param message the detail message.
|
| /libcore/ojluni/src/main/java/java/security/spec/ |
| InvalidParameterSpecException.java | 48 * Constructs an InvalidParameterSpecException with no detail message. A 49 * detail message is a String that describes this particular 57 * Constructs an InvalidParameterSpecException with the specified detail 58 * message. A detail message is a String that describes this 61 * @param msg the detail message.
|
| /libcore/ojluni/src/main/java/javax/security/auth/ |
| DestroyFailedException.java | 41 * Constructs a DestroyFailedException with no detail message. A detail 49 * Constructs a DestroyFailedException with the specified detail 50 * message. A detail message is a String that describes this particular 55 * @param msg the detail message.
|
| /libcore/ojluni/src/main/java/javax/security/auth/login/ |
| LoginException.java | 39 * Constructs a LoginException with no detail message. A detail 47 * Constructs a LoginException with the specified detail message. 48 * A detail message is a String that describes this particular 53 * @param msg the detail message.
|
| /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/ |
| DenseSet.h | 22 namespace detail { namespace in namespace:llvm 41 /// DenseMap<ValueT, detail::DenseSetEmpty, ValueInfoT, 42 /// detail::DenseSetPair<ValueT>> 182 detail::DenseSetEmpty Empty; 187 detail::DenseSetEmpty Empty; 196 return TheMap.insert_as({V, detail::DenseSetEmpty()}, LookupKey); 200 return TheMap.insert_as({std::move(V), detail::DenseSetEmpty()}, LookupKey); 211 } // namespace detail 215 class DenseSet : public detail::DenseSetImpl< 216 ValueT, DenseMap<ValueT, detail::DenseSetEmpty, ValueInfoT [all...] |
| /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ADT/ |
| DenseSet.h | 28 namespace detail { namespace in namespace:llvm 48 /// DenseMap<ValueT, detail::DenseSetEmpty, ValueInfoT, 49 /// detail::DenseSetPair<ValueT>> 188 detail::DenseSetEmpty Empty; 193 detail::DenseSetEmpty Empty; 202 return TheMap.insert_as({V, detail::DenseSetEmpty()}, LookupKey); 206 return TheMap.insert_as({std::move(V), detail::DenseSetEmpty()}, LookupKey); 217 } // end namespace detail 221 class DenseSet : public detail::DenseSetImpl< 222 ValueT, DenseMap<ValueT, detail::DenseSetEmpty, ValueInfoT [all...] |
| /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/DebugInfo/CodeView/ |
| Formatters.h | 22 namespace detail { namespace in namespace:llvm::codeview 33 inline detail::GuidAdapter fmt_guid(StringRef Item) { 34 return detail::GuidAdapter(Item); 37 inline detail::GuidAdapter fmt_guid(ArrayRef<uint8_t> Item) { 38 return detail::GuidAdapter(Item);
|
| /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ADT/ |
| DenseSet.h | 28 namespace detail { namespace in namespace:llvm 48 /// DenseMap<ValueT, detail::DenseSetEmpty, ValueInfoT, 49 /// detail::DenseSetPair<ValueT>> 188 detail::DenseSetEmpty Empty; 193 detail::DenseSetEmpty Empty; 202 return TheMap.insert_as({V, detail::DenseSetEmpty()}, LookupKey); 206 return TheMap.insert_as({std::move(V), detail::DenseSetEmpty()}, LookupKey); 217 } // end namespace detail 221 class DenseSet : public detail::DenseSetImpl< 222 ValueT, DenseMap<ValueT, detail::DenseSetEmpty, ValueInfoT [all...] |
| /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/DebugInfo/CodeView/ |
| Formatters.h | 22 namespace detail { namespace in namespace:llvm::codeview 33 inline detail::GuidAdapter fmt_guid(StringRef Item) { 34 return detail::GuidAdapter(Item); 37 inline detail::GuidAdapter fmt_guid(ArrayRef<uint8_t> Item) { 38 return detail::GuidAdapter(Item);
|
| /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ADT/ |
| DenseSet.h | 28 namespace detail { namespace in namespace:llvm 48 /// DenseMap<ValueT, detail::DenseSetEmpty, ValueInfoT, 49 /// detail::DenseSetPair<ValueT>> 188 detail::DenseSetEmpty Empty; 193 detail::DenseSetEmpty Empty; 202 return TheMap.insert_as({V, detail::DenseSetEmpty()}, LookupKey); 206 return TheMap.insert_as({std::move(V), detail::DenseSetEmpty()}, LookupKey); 217 } // end namespace detail 221 class DenseSet : public detail::DenseSetImpl< 222 ValueT, DenseMap<ValueT, detail::DenseSetEmpty, ValueInfoT [all...] |
| /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ADT/ |
| DenseSet.h | 28 namespace detail { namespace in namespace:llvm 48 /// DenseMap<ValueT, detail::DenseSetEmpty, ValueInfoT, 49 /// detail::DenseSetPair<ValueT>> 188 detail::DenseSetEmpty Empty; 193 detail::DenseSetEmpty Empty; 202 return TheMap.insert_as({V, detail::DenseSetEmpty()}, LookupKey); 206 return TheMap.insert_as({std::move(V), detail::DenseSetEmpty()}, LookupKey); 217 } // end namespace detail 221 class DenseSet : public detail::DenseSetImpl< 222 ValueT, DenseMap<ValueT, detail::DenseSetEmpty, ValueInfoT [all...] |
| /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ADT/ |
| DenseSet.h | 28 namespace detail { namespace in namespace:llvm 48 /// DenseMap<ValueT, detail::DenseSetEmpty, ValueInfoT, 49 /// detail::DenseSetPair<ValueT>> 188 detail::DenseSetEmpty Empty; 193 detail::DenseSetEmpty Empty; 202 return TheMap.insert_as({V, detail::DenseSetEmpty()}, LookupKey); 206 return TheMap.insert_as({std::move(V), detail::DenseSetEmpty()}, LookupKey); 217 } // end namespace detail 221 class DenseSet : public detail::DenseSetImpl< 222 ValueT, DenseMap<ValueT, detail::DenseSetEmpty, ValueInfoT [all...] |
| /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ADT/ |
| DenseSet.h | 28 namespace detail { namespace in namespace:llvm 48 /// DenseMap<ValueT, detail::DenseSetEmpty, ValueInfoT, 49 /// detail::DenseSetPair<ValueT>> 188 detail::DenseSetEmpty Empty; 193 detail::DenseSetEmpty Empty; 202 return TheMap.insert_as({V, detail::DenseSetEmpty()}, LookupKey); 206 return TheMap.insert_as({std::move(V), detail::DenseSetEmpty()}, LookupKey); 217 } // end namespace detail 221 class DenseSet : public detail::DenseSetImpl< 222 ValueT, DenseMap<ValueT, detail::DenseSetEmpty, ValueInfoT [all...] |
| /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/ |
| DenseSet.h | 22 namespace detail { namespace in namespace:llvm 41 /// DenseMap<ValueT, detail::DenseSetEmpty, ValueInfoT, 42 /// detail::DenseSetPair<ValueT>> 182 detail::DenseSetEmpty Empty; 187 detail::DenseSetEmpty Empty; 196 return TheMap.insert_as({V, detail::DenseSetEmpty()}, LookupKey); 200 return TheMap.insert_as({std::move(V), detail::DenseSetEmpty()}, LookupKey); 211 } // namespace detail 215 class DenseSet : public detail::DenseSetImpl< 216 ValueT, DenseMap<ValueT, detail::DenseSetEmpty, ValueInfoT [all...] |