| /prebuilts/clang/host/linux-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/linux-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/linux-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/linux-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/linux-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/linux-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/linux-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/linux-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...] |
| /external/vulkan-validation-layers/libs/glm/detail/ |
| _noise.hpp | 24 /// @file glm/detail/_noise.hpp 33 namespace detail namespace in namespace:glm 78 GLM_FUNC_QUALIFIER detail::tvec2<T, P> taylorInvSqrt(detail::tvec2<T, P> const & r) 84 GLM_FUNC_QUALIFIER detail::tvec3<T, P> taylorInvSqrt(detail::tvec3<T, P> const & r) 90 GLM_FUNC_QUALIFIER detail::tvec4<T, P> taylorInvSqrt(detail::tvec4<T, P> const & r) 103 GLM_FUNC_QUALIFIER detail::tvec2<T, P> fade(detail::tvec2<T, P> const & t [all...] |
| /external/vulkan-validation-layers/libs/glm/gtc/ |
| random.inl | 36 namespace detail 67 }//namespace detail 76 return detail::compute_linearRand()(Min, Max); 104 GLM_FUNC_QUALIFIER detail::tvec2<T, defaultp> diskRand 109 detail::tvec2<T, defaultp> Result(T(0)); 115 detail::tvec2<T, defaultp>(-Radius), 116 detail::tvec2<T, defaultp>(Radius)); 125 GLM_FUNC_QUALIFIER detail::tvec3<T, defaultp> ballRand 130 detail::tvec3<T, defaultp> Result(T(0)); 136 detail::tvec3<T, defaultp>(-Radius) [all...] |
| /external/vulkan-validation-layers/libs/glm/gtx/ |
| rotate_normalized_axis.inl | 32 GLM_FUNC_QUALIFIER detail::tmat4x4<T, P> rotateNormalizedAxis 34 detail::tmat4x4<T, P> const & m, 36 detail::tvec3<T, P> const & v 48 detail::tvec3<T, P> axis = v; 50 detail::tvec3<T, P> temp = (T(1) - c) * axis; 52 detail::tmat4x4<T, P> Rotate(detail::tmat4x4<T, P>::_null); 65 detail::tmat4x4<T, P> Result(detail::tmat4x4<T, P>::_null); 74 GLM_FUNC_QUALIFIER detail::tquat<T, P> rotateNormalizedAxi [all...] |
| matrix_interpolation.hpp | 57 detail::tmat4x4<T, P> const & mat, 58 detail::tvec3<T, P> & axis, 64 GLM_FUNC_DECL detail::tmat4x4<T, P> axisAngleMatrix( 65 detail::tvec3<T, P> const & axis, 71 GLM_FUNC_DECL detail::tmat4x4<T, P> extractMatrixRotation( 72 detail::tmat4x4<T, P> const & mat); 78 GLM_FUNC_DECL detail::tmat4x4<T, P> interpolate( 79 detail::tmat4x4<T, P> const & m1, 80 detail::tmat4x4<T, P> const & m2,
|
| norm.hpp | 85 detail::tvec3<T, P> const & x, 86 detail::tvec3<T, P> const & y); 92 detail::tvec3<T, P> const & v); 98 detail::tvec3<T, P> const & x, 99 detail::tvec3<T, P> const & y); 105 detail::tvec3<T, P> const & x); 111 detail::tvec3<T, P> const & x, 112 detail::tvec3<T, P> const & y, 119 detail::tvec3<T, P> const & x,
|
| /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/left_child_next_sibling_heap_/ |
| left_child_next_sibling_heap_.hpp | 49 #include <ext/pb_ds/detail/cond_dealtor.hpp> 50 #include <ext/pb_ds/detail/type_utils.hpp> 51 #include <ext/pb_ds/detail/left_child_next_sibling_heap_/node.hpp> 52 #include <ext/pb_ds/detail/left_child_next_sibling_heap_/point_const_iterator.hpp> 53 #include <ext/pb_ds/detail/left_child_next_sibling_heap_/const_iterator.hpp> 61 namespace detail namespace in namespace:__gnu_pbds 271 #include <ext/pb_ds/detail/left_child_next_sibling_heap_/constructors_destructor_fn_imps.hpp> 272 #include <ext/pb_ds/detail/left_child_next_sibling_heap_/iterators_fn_imps.hpp> 273 #include <ext/pb_ds/detail/left_child_next_sibling_heap_/debug_fn_imps.hpp> 274 #include <ext/pb_ds/detail/left_child_next_sibling_heap_/trace_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/left_child_next_sibling_heap_/ |
| left_child_next_sibling_heap_.hpp | 49 #include <ext/pb_ds/detail/cond_dealtor.hpp> 50 #include <ext/pb_ds/detail/type_utils.hpp> 51 #include <ext/pb_ds/detail/left_child_next_sibling_heap_/node.hpp> 52 #include <ext/pb_ds/detail/left_child_next_sibling_heap_/point_const_iterator.hpp> 53 #include <ext/pb_ds/detail/left_child_next_sibling_heap_/const_iterator.hpp> 61 namespace detail namespace in namespace:__gnu_pbds 271 #include <ext/pb_ds/detail/left_child_next_sibling_heap_/constructors_destructor_fn_imps.hpp> 272 #include <ext/pb_ds/detail/left_child_next_sibling_heap_/iterators_fn_imps.hpp> 273 #include <ext/pb_ds/detail/left_child_next_sibling_heap_/debug_fn_imps.hpp> 274 #include <ext/pb_ds/detail/left_child_next_sibling_heap_/trace_fn_imps.hpp [all...] |
| /prebuilts/ndk/r16/sources/third_party/vulkan/src/libs/glm/detail/ |
| _noise.hpp | 24 /// @file glm/detail/_noise.hpp 33 namespace detail namespace in namespace:glm 78 GLM_FUNC_QUALIFIER detail::tvec2<T, P> taylorInvSqrt(detail::tvec2<T, P> const & r) 84 GLM_FUNC_QUALIFIER detail::tvec3<T, P> taylorInvSqrt(detail::tvec3<T, P> const & r) 90 GLM_FUNC_QUALIFIER detail::tvec4<T, P> taylorInvSqrt(detail::tvec4<T, P> const & r) 103 GLM_FUNC_QUALIFIER detail::tvec2<T, P> fade(detail::tvec2<T, P> const & t [all...] |
| /prebuilts/ndk/r16/sources/third_party/vulkan/src/libs/glm/gtc/ |
| random.inl | 36 namespace detail 67 }//namespace detail 76 return detail::compute_linearRand()(Min, Max); 104 GLM_FUNC_QUALIFIER detail::tvec2<T, defaultp> diskRand 109 detail::tvec2<T, defaultp> Result(T(0)); 115 detail::tvec2<T, defaultp>(-Radius), 116 detail::tvec2<T, defaultp>(Radius)); 125 GLM_FUNC_QUALIFIER detail::tvec3<T, defaultp> ballRand 130 detail::tvec3<T, defaultp> Result(T(0)); 136 detail::tvec3<T, defaultp>(-Radius) [all...] |
| /prebuilts/ndk/r16/sources/third_party/vulkan/src/libs/glm/gtx/ |
| rotate_normalized_axis.inl | 32 GLM_FUNC_QUALIFIER detail::tmat4x4<T, P> rotateNormalizedAxis 34 detail::tmat4x4<T, P> const & m, 36 detail::tvec3<T, P> const & v 48 detail::tvec3<T, P> axis = v; 50 detail::tvec3<T, P> temp = (T(1) - c) * axis; 52 detail::tmat4x4<T, P> Rotate(detail::tmat4x4<T, P>::_null); 65 detail::tmat4x4<T, P> Result(detail::tmat4x4<T, P>::_null); 74 GLM_FUNC_QUALIFIER detail::tquat<T, P> rotateNormalizedAxi [all...] |
| /libcore/dalvik/src/main/java/dalvik/bytecode/ |
| Opcodes.java | 348 * Implementation detail. 349 * @deprecated Implementation detail. 354 * Implementation detail. 355 * @deprecated Implementation detail. 360 * Implementation detail. 361 * @deprecated Implementation detail. 366 * Implementation detail. 367 * @deprecated Implementation detail. 372 * Implementation detail. 373 * @deprecated Implementation detail [all...] |
| /external/capstone/arch/Mips/ |
| MipsInstPrinter.c | 92 if (MI->csh->detail != CS_OPT_ON) 96 MI->flat_insn->detail->mips.operands[MI->flat_insn->detail->mips.op_count].type = MIPS_OP_MEM; 97 MI->flat_insn->detail->mips.operands[MI->flat_insn->detail->mips.op_count].mem.base = MIPS_REG_INVALID; 98 MI->flat_insn->detail->mips.operands[MI->flat_insn->detail->mips.op_count].mem.disp = 0; 101 MI->flat_insn->detail->mips.op_count++; 196 if (MI->csh->detail) { 198 MI->flat_insn->detail->mips.operands[MI->flat_insn->detail->mips.op_count].mem.base = reg [all...] |
| /external/parameter-framework/asio-1.10.6/include/asio/ip/ |
| resolver_service.hpp | 15 #include "asio/detail/config.hpp" 22 # include "asio/detail/resolver_service.hpp" 24 #include "asio/detail/push_options.hpp" 32 : public asio::detail::service_base< 51 typedef asio::detail::resolver_service<InternetProtocol> 60 : asio::detail::service_base< 98 asio::detail::async_result_init< 121 asio::detail::async_result_init< 150 #include "asio/detail/pop_options.hpp"
|
| /external/sl4a/Common/src/org/apache/commons/codec/ |
| DecoderException.java | 35 * Constructs a new exception with <code>null</code> as its detail message. The cause is not initialized, and may 45 * Constructs a new exception with the specified detail message. The cause is not initialized, and may subsequently 49 * The detail message which is saved for later retrieval by the {@link #getMessage()} method. 56 * Constructsa new exception with the specified detail message and cause. 59 * Note that the detail message associated with <code>cause</code> is not automatically incorporated into this 60 * exception's detail message. 64 * The detail message which is saved for later retrieval by the {@link #getMessage()} method. 75 * Constructs a new exception with the specified cause and a detail message of <code>(cause==null ? 76 * null : cause.toString())</code> (which typically contains the class and detail message of <code>cause</code>).
|
| /libcore/ojluni/src/main/java/java/io/ |
| IOException.java | 44 * as its error detail message. 51 * Constructs an {@code IOException} with the specified detail message. 54 * The detail message (which is saved for later retrieval 62 * Constructs an {@code IOException} with the specified detail message 65 * <p> Note that the detail message associated with {@code cause} is 66 * <i>not</i> automatically incorporated into this exception's detail 70 * The detail message (which is saved for later retrieval 86 * detail message of {@code (cause==null ? null : cause.toString())} 87 * (which typically contains the class and detail message of {@code cause}).
|
| /libcore/ojluni/src/main/java/java/lang/ |
| IllegalArgumentException.java | 39 * detail message. 47 * specified detail message. 49 * @param s the detail message. 56 * Constructs a new exception with the specified detail message and 59 * <p>Note that the detail message associated with <code>cause</code> is 60 * <i>not</i> automatically incorporated in this exception's detail 63 * @param message the detail message (which is saved for later retrieval 76 * Constructs a new exception with the specified cause and a detail 78 * typically contains the class and detail message of <tt>cause</tt>).
|
| InternalError.java | 39 * Constructs an <code>InternalError</code> with no detail message. 47 * detail message. 49 * @param message the detail message. 57 * Constructs an {@code InternalError} with the specified detail 58 * message and cause. <p>Note that the detail message associated 60 * this error's detail message. 62 * @param message the detail message (which is saved for later retrieval 76 * and a detail message of {@code (cause==null ? null : 78 * detail message of {@code cause}).
|