/external/llvm/include/llvm/Support/ |
D | Casting.h | 53 template <typename To, typename From, typename Enabler = void> 56 return To::classof(&Val); 61 template <typename To, typename From> 63 To, From, typename std::enable_if<std::is_base_of<To, From>::value>::type> { 67 template <typename To, typename From> struct isa_impl_cl { 69 return isa_impl<To, From>::doit(Val); 73 template <typename To, typename From> struct isa_impl_cl<To, const From> { 75 return isa_impl<To, From>::doit(Val); 79 template <typename To, typename From> struct isa_impl_cl<To, From*> { 82 return isa_impl<To, From>::doit(*Val); [all …]
|
/external/ceres-solver/internal/ceres/ |
D | casts.h | 59 template<typename To> 60 inline To implicit_cast(typename identity_<To>::type to) { in implicit_cast() 66 template<typename To, typename From> 67 inline To implicit_cast(typename identity_<From>::type const &f) { in implicit_cast() 89 template<typename To, typename From> // use like this: down_cast<T*>(foo); 90 inline To down_cast(From* f) { // so we only accept pointers in down_cast() 98 implicit_cast<From*, To>(NULL); in down_cast() 102 assert(f == NULL || dynamic_cast<To>(f) != NULL); // NOLINT in down_cast() 103 return static_cast<To>(f); in down_cast()
|
/external/google-breakpad/src/testing/include/gmock/internal/ |
D | gmock-internal-utils.h | 184 template <TypeKind kFromKind, typename From, TypeKind kToKind, typename To> 193 template <typename To> 194 struct LosslessArithmeticConvertibleImpl<kBool, bool, kInteger, To> 198 template <typename To> 199 struct LosslessArithmeticConvertibleImpl<kBool, bool, kFloatingPoint, To> 209 template <typename From, typename To> 210 struct LosslessArithmeticConvertibleImpl<kInteger, From, kInteger, To> 214 ((sizeof(From) < sizeof(To)) && 215 (!GMOCK_IS_SIGNED_(From) || GMOCK_IS_SIGNED_(To))) || 217 ((sizeof(From) == sizeof(To)) && [all …]
|
/external/gmock/include/gmock/internal/ |
D | gmock-internal-utils.h | 184 template <TypeKind kFromKind, typename From, TypeKind kToKind, typename To> 193 template <typename To> 194 struct LosslessArithmeticConvertibleImpl<kBool, bool, kInteger, To> 198 template <typename To> 199 struct LosslessArithmeticConvertibleImpl<kBool, bool, kFloatingPoint, To> 209 template <typename From, typename To> 210 struct LosslessArithmeticConvertibleImpl<kInteger, From, kInteger, To> 214 ((sizeof(From) < sizeof(To)) && 215 (!GMOCK_IS_SIGNED_(From) || GMOCK_IS_SIGNED_(To))) || 217 ((sizeof(From) == sizeof(To)) && [all …]
|
/external/libcxx/test/std/utilities/function.objects/func.require/ |
D | invoke_helpers.h | 101 template <class To> 103 To object; 110 To& operator*() const volatile { return const_cast<To&>(object); } 117 template <class To> 119 To object; 127 To& operator*() { return object; } 128 To const& operator*() const { return object; } 129 To volatile& operator*() volatile { return object; } 130 To const volatile& operator*() const volatile { return object; } 132 To& operator*() & { return object; } [all …]
|
/external/sfntly/cpp/src/sfntly/port/ |
D | type.h | 68 template<typename To, typename From> 69 inline To implicit_cast(From const &f) { in implicit_cast() 73 template<typename To, typename From> // use like this: down_cast<T*>(foo); 74 inline To down_cast(From* f) { // so we only accept pointers in down_cast() 84 implicit_cast<From*, To>(0); in down_cast() 93 assert(f == NULL || dynamic_cast<To>(f) != NULL); in down_cast() 95 return static_cast<To>(f); in down_cast()
|
/external/chromium-trace/catapult/docs/ |
D | style-guide.md | 182 … | To be discussed … 183 …#enhanced-object-literals) | To be discussed … 184 …e-strings) | To be discussed … 185 …ing) | To be discussed … 186 …s#default--rest--spread) | To be discussed … 187 …onst) | To be discussed … 188 …#iterators--forof) | To be discussed … 189 … | To be discussed … 190 … | To be discussed … 191 … | To be discussed … [all …]
|
/external/libcxx/test/libcxx/type_traits/ |
D | convert_to_integral.pass.cpp | 19 template <class From, class To> 30 static_assert(std::is_same<decltype(ret), To>::value, ""); in check_integral_types() 39 static_assert(std::is_same<decltype(ret), To>::value, ""); in check_integral_types() 49 static_assert(std::is_same<decltype(ret), To>::value, ""); in check_integral_types() 54 template <class From, class To> 59 static_assert(std::is_same<decltype(ret), To>::value, ""); in check_enum_types()
|
/external/libxml2/result/XPath/xptr/ |
D | strrange2 | 9 To index 13 in node 17 To index 13 in node 25 To index 10 in node 37 To index 12 in node 45 To index 12 in node 53 To index 9 in node
|
D | strrange | 9 To index 8 in node 21 To index 13 in node 29 To index 13 in node 37 To index 10 in node 49 To index 4 in node 61 To index 3 in node 73 To index 5 in node
|
D | chaptersrange | 11 To node 27 To node 39 To node 59 To node
|
/external/clang/lib/Sema/ |
D | SemaFixItUtils.cpp | 24 CanQualType To, in compareTypesSimple() argument 28 if (!To.isAtLeastAsQualifiedAs(From)) in compareTypesSimple() 32 To = To.getNonReferenceType(); in compareTypesSimple() 35 if (isa<PointerType>(From) && isa<PointerType>(To)) { in compareTypesSimple() 38 To = S.Context.getCanonicalType( in compareTypesSimple() 39 (cast<PointerType>(To))->getPointeeType()); in compareTypesSimple() 43 const CanQualType ToUnq = To.getUnqualifiedType(); in compareTypesSimple() 46 To.isAtLeastAsQualifiedAs(From)) in compareTypesSimple()
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_rss/ |
D | _README.txt | 5 To build the feedTools.jar, use buildFeedToolsJar.sh (or .xml). 6 To create a zip of all the RSS-related code, use buildFeedToolsZip.sh (or .xml). 10 To do feed manipulation, like creating a feed, adding a entry to a feed, querying 16 To publish a feed, use a script similar to feedPublish.sh (and .xml). 20 To validate a feed against the latest schema, you can use one of two EMF-based ant tasks. 28 To build the feedValidator.jar, use buildFeedValidatorJar.xml. 32 To watch a feed for changes or the appearance of specific attribute values (like
|
/external/libbrillo/brillo/ |
D | any_internal_impl.h | 24 template <typename From, typename To> 28 std::is_convertible<From, To>::value || 29 (std::is_enum<From>::value && std::is_integral<To>::value)> {}; 35 template <typename From, typename To> 36 inline typename std::enable_if<IsConvertible<From, To>::value, bool>::type 37 TryConvert(const From& in, To* out) { in TryConvert() 38 *out = static_cast<To>(in); in TryConvert() 41 template <typename From, typename To> 42 inline typename std::enable_if<!IsConvertible<From, To>::value, bool>::type 43 TryConvert(const From& /* in */, To* /* out */) { in TryConvert() argument
|
/external/autotest/site_utils/docgen/ |
D | README.txt | 23 - To be added 29 - To be added 35 - To be added 41 - To be added
|
/external/webrtc/webrtc/base/ |
D | template_util.h | 84 template <typename To> 85 static YesType Test(To); 87 template <typename To> 110 template <typename From, typename To> 113 sizeof(internal::ConvertHelper::Test<To>(
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
D | ANTLRBufferedTokenStream.h | 84 - (AMutableArray *)getFrom:(NSInteger)startIndex To:(NSInteger) stopIndex; 93 - (AMutableArray *)getTokensFrom:(NSInteger)startIndex To:(NSInteger)stopIndex; 94 - (AMutableArray *)getTokensFrom:(NSInteger)startIndex To:(NSInteger)stopIndex With:(ANTLRBitSet *)… 95 - (AMutableArray *)getTokensFrom:(NSInteger)startIndex To:(NSInteger)stopIndex WithList:(AMutableAr… 96 - (AMutableArray *)getTokensFrom:(NSInteger)startIndex To:(NSInteger)stopIndex WithType:(NSInteger)…
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/ |
D | ANTLRBufferedTokenStream.h | 81 - (NSMutableArray *)getFrom:(NSInteger)startIndex To:(NSInteger) stopIndex; 90 - (NSMutableArray *)getTokensFrom:(NSInteger)startIndex To:(NSInteger)stopIndex; 91 - (NSMutableArray *)getTokensFrom:(NSInteger)startIndex To:(NSInteger)stopIndex With:(ANTLRBitSet *… 92 - (NSMutableArray *)getTokensFrom:(NSInteger)startIndex To:(NSInteger)stopIndex WithList:(NSMutable… 93 - (NSMutableArray *)getTokensFrom:(NSInteger)startIndex To:(NSInteger)stopIndex WithType:(NSInteger…
|
/external/libchrome/base/ |
D | template_util.h | 79 template <typename To> 80 static YesType Test(To); 82 template <typename To> 105 template <typename From, typename To> 108 sizeof(internal::ConvertHelper::Test<To>(
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/ |
D | ANTLRBufferedTokenStream.h | 81 - (NSMutableArray *)getFrom:(NSInteger)startIndex To:(NSInteger) stopIndex; 90 - (NSMutableArray *)getTokensFrom:(NSInteger)startIndex To:(NSInteger)stopIndex; 91 - (NSMutableArray *)getTokensFrom:(NSInteger)startIndex To:(NSInteger)stopIndex With:(ANTLRBitSet *… 92 - (NSMutableArray *)getTokensFrom:(NSInteger)startIndex To:(NSInteger)stopIndex WithList:(NSMutable… 93 - (NSMutableArray *)getTokensFrom:(NSInteger)startIndex To:(NSInteger)stopIndex WithType:(NSInteger…
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/ |
D | ANTLRBufferedTokenStream.h | 81 - (NSMutableArray *)getFrom:(NSInteger)startIndex To:(NSInteger) stopIndex; 90 - (NSMutableArray *)getTokensFrom:(NSInteger)startIndex To:(NSInteger)stopIndex; 91 - (NSMutableArray *)getTokensFrom:(NSInteger)startIndex To:(NSInteger)stopIndex With:(ANTLRBitSet *… 92 - (NSMutableArray *)getTokensFrom:(NSInteger)startIndex To:(NSInteger)stopIndex WithList:(NSMutable… 93 - (NSMutableArray *)getTokensFrom:(NSInteger)startIndex To:(NSInteger)stopIndex WithType:(NSInteger…
|
/external/mesa3d/src/mapi/mapi/ |
D | sources.mak | 5 # - In default mode, mapi implements the interface defined by mapi.h. To use 8 # - In util mode, mapi provides utility functions for use with glapi. To use 11 # - In glapi mode, mapi implements the interface defined by glapi.h. To use 14 # - In bridge mode, mapi provides entry points calling into glapi. To use
|
/external/clang/include/clang/Lex/ |
D | PreprocessorOptions.h | 154 void addRemappedFile(StringRef From, StringRef To) { in addRemappedFile() argument 155 RemappedFiles.emplace_back(From, To); in addRemappedFile() 158 void addRemappedFile(StringRef From, llvm::MemoryBuffer *To) { in addRemappedFile() argument 159 RemappedFileBuffers.emplace_back(From, To); in addRemappedFile()
|
/external/libxml2/ |
D | README | 9 To build on an Unixised setup: 11 To build on Windows: 14 To assert build quality: 24 To report bugs, follow the instructions at:
|
/external/libunwind/android/ |
D | README | 4 To configure a libunwind install for arm: 12 To configure a libunwind install for mips: 20 To configure a libunwind install for x86:
|