/external/lldb/test/functionalities/data-formatter/data-formatter-cpp/ |
D | main.cpp | 26 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/ |
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/pdfium/testing/resources/ |
D | hello_world.in | 27 /Subtype /Type1 33 /Subtype /Type1
|
D | weblinks.in | 27 /Subtype /Type1 33 /Subtype /Type1
|
D | bug_57.in | 26 /Subtype /Type1
|
D | bug_459580.in | 26 /Subtype /Type1
|
D | bug_481363.in | 34 /Subtype /Type1
|
D | named_dests.in | 77 /Subtype /Type1
|
D | bug_487928.in | 53 /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/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/eigen2/ |
D | main.h | 197 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/ |
D | ftmoderr.h | 161 FT_MODERRDEF( Type1, 0x1300, "Type 1 module" )
|
/external/freetype/include/freetype/ |
D | ftmoderr.h | 161 FT_MODERRDEF( Type1, 0x1300, "Type 1 module" )
|
/external/pdfium/testing/resources/pixel/ |
D | font_size.in | 26 /Subtype /Type1
|
/external/eigen/test/ |
D | main.h | 288 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/ |
D | cxx-decl.cpp | 113 typedef Class1<Class2> Type1; variable
|
/external/llvm/include/llvm/Object/ |
D | ELF.h | 564 uint8_t Type1 = (Type >> 0) & 0xFF; in getRelocationTypeName() local 569 StringRef Name = getRelocationTypeName(Type1); in getRelocationTypeName()
|
/external/skia/site/dev/design/ |
D | pdftheory.md | 415 #### *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/ |
D | test_case.py | 103 (test1, (Type1, instance1, _)), (test2, (Type2, instance2, _)) = reversed(MockResult.errors) 104 self.assertEqual((test1, Type1, instance1), (test, Exception, exc1))
|
/external/v8/test/cctest/ |
D | test-disasm-arm.cc | 331 TEST(Type1) { in TEST() argument
|
/external/doclava/src/com/google/doclava/parser/ |
D | Java.g | 88 * new Type1<String, Integer>().new Type2<String>()
|