Searched refs:Type1 (Results 1 – 25 of 70) sorted by relevance
123
/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 | 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/clang/test/SemaObjC/ |
D | ovl-check.m | 6 struct Type1 { int a; }; argument 11 - (void) test:(struct Type1 *)arg; argument 50 - (void) testCFTypeRef:(struct Type1 *)arg; argument
|
/external/pdfium/testing/resources/ |
D | hello_world.in | 28 /Subtype /Type1 34 /Subtype /Type1
|
D | control_characters.in | 28 /Subtype /Type1 34 /Subtype /Type1
|
D | use_outlines.in | 29 /Subtype /Type1 35 /Subtype /Type1
|
D | zero_length_stream.in | 27 /Subtype /Type1 33 /Subtype /Type1
|
D | weblinks_across_lines.in | 28 /Subtype /Type1 34 /Subtype /Type1
|
D | weblinks.in | 28 /Subtype /Type1 34 /Subtype /Type1
|
/external/pdfium/testing/resources/pixel/ |
D | bug_491_invisible.in | 38 /Subtype /Type1 44 /Subtype /Type1
|
D | bug_491_unspecified.in | 38 /Subtype /Type1 44 /Subtype /Type1
|
D | bug_491_visible.in | 38 /Subtype /Type1 44 /Subtype /Type1
|
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_6.in | 27 /Subtype /Type1 33 /Subtype /Type1
|
D | bug_551258_1.in | 27 /Subtype /Type1 33 /Subtype /Type1
|
D | bug_524043_4.in | 27 /Subtype /Type1 33 /Subtype /Type1
|
D | bug_524043_5.in | 27 /Subtype /Type1 33 /Subtype /Type1
|
D | bug_524043_2.in | 27 /Subtype /Type1 33 /Subtype /Type1
|
D | bug_543018_2.in | 27 /Subtype /Type1 33 /Subtype /Type1
|
D | bug_524043_7.in | 27 /Subtype /Type1 33 /Subtype /Type1
|
/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/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()
|
123