Searched refs:Type1 (Results 1 - 11 of 11) sorted by relevance

/external/lldb/test/functionalities/data-formatter/data-formatter-cpp/
H A Dmain.cpp26 typedef int Type1; // should show as char typedef
27 typedef Type1 Type2; // should show as hex
88 const Type1& T1ILookChar = 11;
/external/clang/test/Misc/
H A 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 = -42] not viable: expects an l-value for 1st argument}}
68 Function1(Type1<-42>()); // expected-error{{no matching function for call to 'Function1'}}
/external/freetype/include/
H A Dftmoderr.h161 FT_MODERRDEF( Type1, 0x1300, "Type 1 module" )
/external/pdfium/third_party/freetype/include/
H A Dftmoderr.h161 FT_MODERRDEF( Type1, 0x1300, "Type 1 module" )
/external/eigen/unsupported/test/
H A Dmatrix_function.cpp17 template<typename Type1, typename Type2>
18 inline bool test_isApprox_abs(const Type1& a, const Type2& b)
20 return ((a-b).array().abs() < test_precision<typename Type1::RealScalar>()).all();
/external/clang/test/Parser/
H A Dcxx-decl.cpp113 typedef Class1<Class2> Type1; typedef
/external/eigen/test/eigen2/
H A Dmain.h197 template<typename Type1, typename Type2>
198 inline bool test_ei_isApprox(const Type1& a, const Type2& b)
200 return a.isApprox(b, test_precision<typename Type1::Scalar>());
/external/eigen/test/
H A Dmain.h288 template<typename Type1, typename Type2>
289 inline bool test_isApprox(const Type1& a, const Type2& b)
291 return a.isApprox(b, test_precision<typename Type1::Scalar>());
/external/lldb/test/unittest2/test/
H A Dtest_case.py103 (test1, (Type1, instance1, _)), (test2, (Type2, instance2, _)) = reversed(MockResult.errors)
104 self.assertEqual((test1, Type1, instance1), (test, Exception, exc1))
/external/llvm/include/llvm/Object/
H A DELF.h564 uint8_t Type1 = (Type >> 0) & 0xFF; local
569 StringRef Name = getRelocationTypeName(Type1);
/external/v8/test/cctest/
H A Dtest-disasm-arm.cc331 TEST(Type1) {

Completed in 1015 milliseconds