Home
last modified time | relevance | path

Searched refs:Type1 (Results 1 – 25 of 70) sorted by relevance

123

/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.cpp4 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/
Dovl-check.m6 struct Type1 { int a; }; argument
11 - (void) test:(struct Type1 *)arg; argument
50 - (void) testCFTypeRef:(struct Type1 *)arg; argument
/external/pdfium/testing/resources/
Dhello_world.in28 /Subtype /Type1
34 /Subtype /Type1
Dcontrol_characters.in28 /Subtype /Type1
34 /Subtype /Type1
Duse_outlines.in29 /Subtype /Type1
35 /Subtype /Type1
Dzero_length_stream.in27 /Subtype /Type1
33 /Subtype /Type1
Dweblinks_across_lines.in28 /Subtype /Type1
34 /Subtype /Type1
Dweblinks.in28 /Subtype /Type1
34 /Subtype /Type1
/external/pdfium/testing/resources/pixel/
Dbug_491_invisible.in38 /Subtype /Type1
44 /Subtype /Type1
Dbug_491_unspecified.in38 /Subtype /Type1
44 /Subtype /Type1
Dbug_491_visible.in38 /Subtype /Type1
44 /Subtype /Type1
Dbug_524043_3.in27 /Subtype /Type1
33 /Subtype /Type1
Dbug_543018_1.in27 /Subtype /Type1
33 /Subtype /Type1
Dbug_524043_1.in27 /Subtype /Type1
33 /Subtype /Type1
Dbug_524043_6.in27 /Subtype /Type1
33 /Subtype /Type1
Dbug_551258_1.in27 /Subtype /Type1
33 /Subtype /Type1
Dbug_524043_4.in27 /Subtype /Type1
33 /Subtype /Type1
Dbug_524043_5.in27 /Subtype /Type1
33 /Subtype /Type1
Dbug_524043_2.in27 /Subtype /Type1
33 /Subtype /Type1
Dbug_543018_2.in27 /Subtype /Type1
33 /Subtype /Type1
Dbug_524043_7.in27 /Subtype /Type1
33 /Subtype /Type1
/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()
20 return ((a-b).array().abs() < test_precision<typename Type1::RealScalar>()).all(); in test_isApprox_abs()
/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()

123