Searched refs:Type1 (Results 1 – 25 of 50) sorted by relevance
12
/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 | 4 template <short T> class Type1 {}; class 5 template <short T> void Function1(Type1<T>& x) {} // expected-note{{candidate function [with T = -4… in Function1() 68 Function1(Type1<-42>()); // expected-error{{no matching function for call to 'Function1'}} in Function()
|
/external/libchrome/base/ |
D | hash.h | 109 template <typename Type1, typename Type2> 110 struct IntPairHash<std::pair<Type1, Type2>> { 111 size_t operator()(std::pair<Type1, Type2> value) const {
|
/external/clang/test/SemaObjC/ |
D | ovl-check.m | 6 struct Type1 { int a; }; struct 11 - (void) test:(struct Type1 *)arg; argument 50 - (void) testCFTypeRef:(struct Type1 *)arg; argument
|
/external/pdfium/testing/resources/ |
D | hello_world.in | 27 /Subtype /Type1 33 /Subtype /Type1
|
D | use_outlines.in | 28 /Subtype /Type1 34 /Subtype /Type1
|
D | weblinks.in | 27 /Subtype /Type1 33 /Subtype /Type1
|
D | bug_459580.in | 26 /Subtype /Type1
|
D | bug_57.in | 26 /Subtype /Type1
|
D | bug_481363.in | 34 /Subtype /Type1
|
D | viewer_ref.in | 36 /Subtype /Type1
|
/external/pdfium/testing/resources/pixel/ |
D | bug_524043_3.in | 27 /Subtype /Type1 33 /Subtype /Type1
|
D | bug_543018_1.in | 27 /Subtype /Type1 33 /Subtype /Type1
|
D | bug_524043_1.in | 27 /Subtype /Type1 33 /Subtype /Type1
|
D | bug_524043_4.in | 27 /Subtype /Type1 33 /Subtype /Type1
|
D | bug_524043_6.in | 27 /Subtype /Type1 33 /Subtype /Type1
|
D | bug_524043_2.in | 27 /Subtype /Type1 33 /Subtype /Type1
|
D | bug_524043_5.in | 27 /Subtype /Type1 33 /Subtype /Type1
|
D | bug_551258_1.in | 27 /Subtype /Type1 33 /Subtype /Type1
|
D | bug_524043_7.in | 27 /Subtype /Type1 33 /Subtype /Type1
|
D | bug_543018_2.in | 27 /Subtype /Type1 33 /Subtype /Type1
|
/external/syslinux/gnu-efi/gnu-efi-3.0/lib/ |
D | smbios.c | 52 CopyMem (SystemGuid, &Smbios.Type1->Uuid, sizeof(EFI_GUID)); in LibGetSmbiosSystemGuidAndSerialNumber() 53 *SystemSerialNumber = LibGetSmbiosString(&Smbios, Smbios.Type1->SerialNumber); in LibGetSmbiosSystemGuidAndSerialNumber()
|
/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() 20 return ((a-b).array().abs() < test_precision<typename Type1::RealScalar>()).all(); in test_isApprox_abs()
|
/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/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… 471 return a.isApprox(b, test_precision<typename Type1::Scalar>()); 488 template<typename Type1, typename Type2> 489 inline bool verifyIsApprox(const Type1& a, const Type2& b) in verifyIsApprox()
|
12