/external/libchrome/base/ |
D | hash.h | 60 template <typename Type1, typename Type2> 61 struct IntPairHash<std::pair<Type1, Type2>> { 62 size_t operator()(std::pair<Type1, Type2> value) const {
|
/external/libchrome/base/containers/ |
D | hash_tables.h | 32 template <typename Type1, typename Type2> 33 struct hash<std::pair<Type1, Type2>> { 34 std::size_t operator()(std::pair<Type1, Type2> value) const {
|
/external/clang/test/Misc/ |
D | integer-literal-printing.cpp | 7 template <unsigned short T> class Type2 {}; class 8 template <unsigned short T> void Function2(Type2<T>& x) {} // expected-note{{candidate function [wi… in Function2() 69 Function2(Type2<42>()); // expected-error{{no matching function for call to 'Function2'}} in Function()
|
/external/libaom/libaom/test/ |
D | av1_txfm_test.h | 56 template <typename Type1, typename Type2> 57 static double compute_avg_abs_error(const Type1 *a, const Type2 *b, in compute_avg_abs_error()
|
/external/clang/test/SemaObjCXX/ |
D | arc-type-traits.mm | 13 #define TRAIT_IS_TRUE_2(Trait, Type1, Type2) char JOIN2(Trait,__LINE__)[Trait(Type1, Type2)? 1 : -1] 14 #define TRAIT_IS_FALSE_2(Trait, Type1, Type2) char JOIN2(Trait,__LINE__)[Trait(Type1, Type2)? -1 : …
|
/external/eigen/unsupported/test/ |
D | matrix_function.cpp | 17 template<typename Type1, typename Type2> 18 inline bool test_isApprox_abs(const Type1& a, const Type2& b) in test_isApprox_abs()
|
/external/python/cpython2/Lib/unittest/test/ |
D | test_runner.py | 68 (test1, (Type1, instance1, _)), (test2, (Type2, instance2, _)) = reversed(MockResult.errors) 70 self.assertEqual((test2, Type2, instance2), (test, Exception, exc2))
|
/external/llvm/lib/ObjectYAML/ |
D | ELFYAML.cpp | 779 Type2(ELFYAML::ELF_REL(ELF::R_MIPS_NONE)), in NormalizedMips64RelType() 783 : Type(Original & 0xFF), Type2(Original >> 8 & 0xFF), in NormalizedMips64RelType() 787 ELFYAML::ELF_REL Res = Type | Type2 << 8 | Type3 << 16 | SpecSym << 24; in denormalize() 792 ELFYAML::ELF_REL Type2; member 811 IO.mapOptional("Type2", Key->Type2, ELFYAML::ELF_REL(ELF::R_MIPS_NONE)); in mapping()
|
/external/eigen/test/ |
D | main.h | 468 template<typename Type1, typename Type2> 469 inline bool test_isApprox(const Type1& a, const Type2& b, typename Type1::Scalar* = 0) // Enabled f… 488 template<typename Type1, typename Type2> 489 inline bool verifyIsApprox(const Type1& a, const Type2& b) in verifyIsApprox()
|
/external/python/cpython3/Lib/unittest/test/ |
D | test_runner.py | 65 (_, (Type2, instance2, _))) = reversed(outcome.errors) 67 self.assertEqual((Type2, instance2), (Exception, exc2))
|
/external/clang/test/CodeGenCXX/ |
D | mangle-ms-templates.cpp | 215 struct Type2 {}; struct
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/ |
D | ELFYAML.cpp | 923 Type2(ELFYAML::ELF_REL(ELF::R_MIPS_NONE)), in NormalizedMips64RelType() 927 : Type(Original & 0xFF), Type2(Original >> 8 & 0xFF), in NormalizedMips64RelType() 931 ELFYAML::ELF_REL Res = Type | Type2 << 8 | Type3 << 16 | SpecSym << 24; in denormalize() 936 ELFYAML::ELF_REL Type2; member 956 IO.mapOptional("Type2", Key->Type2, ELFYAML::ELF_REL(ELF::R_MIPS_NONE)); in mapping()
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/ |
D | RISCVCompressInstEmitter.cpp | 278 DefInit *Type2 = dyn_cast<DefInit>(Arg2); in validateArgsTypes() local 280 assert(Type2 && ("Arg2 type not found\n")); in validateArgsTypes() 281 return Type1->getDef() == Type2->getDef(); in validateArgsTypes()
|
/external/harfbuzz_ng/src/ |
D | hb-open-type.hh | 71 template <typename Type2> 72 int cmp (Type2 a) const in cmp() 75 if (sizeof (Type) < sizeof (int) && sizeof (Type2) < sizeof (int)) in cmp()
|
/external/llvm/include/llvm/Object/ |
D | ELF.h | 287 uint8_t Type2 = (Type >> 8) & 0xFF; in getRelocationTypeName() local 294 Name = getRelocationTypeName(Type2); in getRelocationTypeName()
|
/external/swiftshader/third_party/SPIRV-Tools/test/opt/ |
D | pass_remove_duplicates_test.cpp | 227 OpName %2 "Type2" in TEST_F()
|
/external/deqp-deps/SPIRV-Tools/test/opt/ |
D | pass_remove_duplicates_test.cpp | 227 OpName %2 "Type2" in TEST_F()
|
/external/swiftshader/third_party/subzero/src/ |
D | PNaClTranslator.cpp | 1829 static bool simplifyOutCommonVectorType(Ice::Type &Type1, Ice::Type &Type2) { in simplifyOutCommonVectorType() argument 1831 bool IsType2Vector = isVectorType(Type2); in simplifyOutCommonVectorType() 1836 if (typeNumElements(Type1) != typeNumElements(Type2)) in simplifyOutCommonVectorType() 1839 Type2 = typeElementType(Type2); in simplifyOutCommonVectorType() 2222 Ice::Type Type2 = Op2->getType(); in ProcessRecord() local 2223 if (Type1 != Type2) { in ProcessRecord() 2226 StrBuf << "Binop argument types differ: " << Type1 << " and " << Type2; in ProcessRecord()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/ |
D | ELF.h | 400 uint8_t Type2 = (Type >> 8) & 0xFF; in getRelocationTypeName() local 407 Name = getRelocationTypeName(Type2); in getRelocationTypeName()
|
/external/doclava/src/com/google/doclava/parser/ |
D | Java.g | 88 * new Type1<String, Integer>().new Type2<String>()
|
/external/fonttools/ |
D | NEWS.rst | 694 - [t2CharStringPen] Initial support for specialized Type2 path operators:
|
D | PKG-INFO | 1111 - [t2CharStringPen] Initial support for specialized Type2 path operators:
|
/external/freetype/docs/ |
D | CHANGES | 1591 - A stack overflow in CFF Type2 CharStrings interpreter is fixed. 4720 - add a CFF/Type2 driver 4735 later by the CFF/Type2 driver..
|
/external/fonttools/Lib/fonttools.egg-info/ |
D | PKG-INFO | 1111 - [t2CharStringPen] Initial support for specialized Type2 path operators:
|