Home
last modified time | relevance | path

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

/external/lldb/test/functionalities/data-formatter/data-formatter-cpp/
Dmain.cpp26 typedef int Type1; // should show as char typedef
27 typedef Type1 Type2; // should show as hex
88 const Type1& T1ILookChar = 11; in main()
/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/pdfium/testing/resources/
Dhello_world.in27 /Subtype /Type1
33 /Subtype /Type1
Dweblinks.in27 /Subtype /Type1
33 /Subtype /Type1
Dbug_57.in26 /Subtype /Type1
Dbug_459580.in26 /Subtype /Type1
Dbug_481363.in34 /Subtype /Type1
Dnamed_dests.in77 /Subtype /Type1
Dbug_487928.in53 /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/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/test/eigen2/
Dmain.h197 template<typename Type1, typename Type2>
198 inline bool test_ei_isApprox(const Type1& a, const Type2& b) in test_ei_isApprox()
200 return a.isApprox(b, test_precision<typename Type1::Scalar>()); in test_ei_isApprox()
/external/pdfium/third_party/freetype/include/
Dftmoderr.h161 FT_MODERRDEF( Type1, 0x1300, "Type 1 module" )
/external/freetype/include/freetype/
Dftmoderr.h161 FT_MODERRDEF( Type1, 0x1300, "Type 1 module" )
/external/pdfium/testing/resources/pixel/
Dfont_size.in26 /Subtype /Type1
/external/eigen/test/
Dmain.h288 template<typename Type1, typename Type2>
289 inline bool test_isApprox(const Type1& a, const Type2& b) in test_isApprox()
291 return a.isApprox(b, test_precision<typename Type1::Scalar>()); in test_isApprox()
/external/clang/test/Parser/
Dcxx-decl.cpp113 typedef Class1<Class2> Type1; variable
/external/llvm/include/llvm/Object/
DELF.h564 uint8_t Type1 = (Type >> 0) & 0xFF; in getRelocationTypeName() local
569 StringRef Name = getRelocationTypeName(Type1); in getRelocationTypeName()
/external/skia/site/dev/design/
Dpdftheory.md415 #### *Type1/Type3 fonts* ####
417 Linux supports Type1 fonts, but Windows and Mac seem to lack the
420 any any platform (except for Type1 on Linux), it is encoded as a Type3
430 PDF only supports an 8-bit encoding for Type1 or Type3 fonts. However,
/external/lldb/test/unittest2/test/
Dtest_case.py103 (test1, (Type1, instance1, _)), (test2, (Type2, instance2, _)) = reversed(MockResult.errors)
104 self.assertEqual((test1, Type1, instance1), (test, Exception, exc1))
/external/v8/test/cctest/
Dtest-disasm-arm.cc331 TEST(Type1) { in TEST() argument
/external/doclava/src/com/google/doclava/parser/
DJava.g88 * new Type1<String, Integer>().new Type2<String>()