Home
last modified time | relevance | path

Searched refs:Type2 (Results 1 – 24 of 24) sorted by relevance

/external/libchrome/base/
Dhash.h60 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/
Dhash_tables.h32 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/
Dinteger-literal-printing.cpp7 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/
Dav1_txfm_test.h56 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/
Darc-type-traits.mm13 #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/
Dmatrix_function.cpp17 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/
Dtest_runner.py68 (test1, (Type1, instance1, _)), (test2, (Type2, instance2, _)) = reversed(MockResult.errors)
70 self.assertEqual((test2, Type2, instance2), (test, Exception, exc2))
/external/llvm/lib/ObjectYAML/
DELFYAML.cpp779 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/
Dmain.h468 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/
Dtest_runner.py65 (_, (Type2, instance2, _))) = reversed(outcome.errors)
67 self.assertEqual((Type2, instance2), (Exception, exc2))
/external/clang/test/CodeGenCXX/
Dmangle-ms-templates.cpp215 struct Type2 {}; struct
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DELFYAML.cpp923 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/
DRISCVCompressInstEmitter.cpp278 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/
Dhb-open-type.hh71 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/
DELF.h287 uint8_t Type2 = (Type >> 8) & 0xFF; in getRelocationTypeName() local
294 Name = getRelocationTypeName(Type2); in getRelocationTypeName()
/external/swiftshader/third_party/SPIRV-Tools/test/opt/
Dpass_remove_duplicates_test.cpp227 OpName %2 "Type2" in TEST_F()
/external/deqp-deps/SPIRV-Tools/test/opt/
Dpass_remove_duplicates_test.cpp227 OpName %2 "Type2" in TEST_F()
/external/swiftshader/third_party/subzero/src/
DPNaClTranslator.cpp1829 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/
DELF.h400 uint8_t Type2 = (Type >> 8) & 0xFF; in getRelocationTypeName() local
407 Name = getRelocationTypeName(Type2); in getRelocationTypeName()
/external/doclava/src/com/google/doclava/parser/
DJava.g88 * new Type1<String, Integer>().new Type2<String>()
/external/fonttools/
DNEWS.rst694 - [t2CharStringPen] Initial support for specialized Type2 path operators:
DPKG-INFO1111 - [t2CharStringPen] Initial support for specialized Type2 path operators:
/external/freetype/docs/
DCHANGES1591 - 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/
DPKG-INFO1111 - [t2CharStringPen] Initial support for specialized Type2 path operators: