/external/llvm-project/llvm/test/tools/llvm-readobj/ELF/ |
D | reloc-types-elf-mips64.test | 73 Type3: R_MIPS_16 76 Type3: R_MIPS_32 79 Type3: R_MIPS_REL32 82 Type3: R_MIPS_26 85 Type3: R_MIPS_HI16 88 Type3: R_MIPS_LO16 91 Type3: R_MIPS_GPREL16 94 Type3: R_MIPS_LITERAL 97 Type3: R_MIPS_GOT16 100 Type3: R_MIPS_PC16 [all …]
|
/external/llvm-project/lldb/test/API/functionalities/data-formatter/data-formatter-cpp/ |
D | main.cpp | 19 typedef Type2 Type3; // should show as char typedef 20 typedef Type3 Type4; // should show as char 81 Type3 T3ILookChar = 13; in main()
|
/external/clang/test/Misc/ |
D | integer-literal-printing.cpp | 16 template <boolTy T, typename Type3Helper<T>::Ty U> struct Type3 {}; struct 71 …struct Type3<boolTy::b, "3"> t3; // expected-error{{value of type 'const char [2]' is not implicit… in Function()
|
/external/llvm-project/clang/test/Misc/ |
D | integer-literal-printing.cpp | 16 template <boolTy T, typename Type3Helper<T>::Ty U> struct Type3 {}; struct 71 …struct Type3<boolTy::b, "3"> t3; // expected-error{{value of type 'const char [2]' is not implicit… in Function()
|
/external/pdfium/testing/resources/pixel/ |
D | type3.in | 43 /Subtype /Type3
|
D | bug_591137.in | 27 /Subtype /Type3
|
/external/pdfium/testing/resources/ |
D | bug_642.in | 39 /Subtype /Type3
|
/external/llvm/lib/ObjectYAML/ |
D | ELFYAML.cpp | 780 Type3(ELFYAML::ELF_REL(ELF::R_MIPS_NONE)), in NormalizedMips64RelType() 784 Type3(Original >> 16 & 0xFF), SpecSym(Original >> 24 & 0xFF) {} in NormalizedMips64RelType() 787 ELFYAML::ELF_REL Res = Type | Type2 << 8 | Type3 << 16 | SpecSym << 24; in denormalize() 793 ELFYAML::ELF_REL Type3; member 812 IO.mapOptional("Type3", Key->Type3, ELFYAML::ELF_REL(ELF::R_MIPS_NONE)); in mapping()
|
/external/skia/site/docs/dev/design/ |
D | pdftheory.md | 326 #### _Type1/Type3 fonts_ 331 on Linux), it is encoded as a Type3 font. In this context, a Type3 font is an 333 hinting or kerning information is included in a Type3 font, just the shape of 335 get embedded as a Type3 font. From what I understand, shapes are not 340 PDF only supports an 8-bit encoding for Type1 or Type3 fonts. However, they can
|
/external/skqp/site/dev/design/ |
D | pdftheory.md | 367 #### *Type1/Type3 fonts* #### 372 any any platform (except for Type1 on Linux), it is encoded as a Type3 373 font. In this context, a Type3 font is an array of form x-objects 375 kerning information is included in a Type3 font, just the shape of 377 will also get embedded as a Type3 font. From what I understand, shapes 382 PDF only supports an 8-bit encoding for Type1 or Type3 fonts. However,
|
/external/llvm/include/llvm/Object/ |
D | ELF.h | 284 uint8_t Type3 = (Type >> 16) & 0xFF; in getRelocationTypeName() local 294 Name = getRelocationTypeName(Type3); in getRelocationTypeName()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
D | ELFYAML.cpp | 1470 Type3(ELFYAML::ELF_REL(ELF::R_MIPS_NONE)), in NormalizedMips64RelType() 1474 Type3(Original >> 16 & 0xFF), SpecSym(Original >> 24 & 0xFF) {} in NormalizedMips64RelType() 1477 ELFYAML::ELF_REL Res = Type | Type2 << 8 | Type3 << 16 | SpecSym << 24; in denormalize() 1483 ELFYAML::ELF_REL Type3; member 1565 IO.mapOptional("Type3", Key->Type3, ELFYAML::ELF_REL(ELF::R_MIPS_NONE)); in mapping()
|
/external/llvm-project/llvm/lib/ObjectYAML/ |
D | ELFYAML.cpp | 1514 Type3(ELFYAML::ELF_REL(ELF::R_MIPS_NONE)), in NormalizedMips64RelType() 1518 Type3(Original >> 16 & 0xFF), SpecSym(Original >> 24 & 0xFF) {} in NormalizedMips64RelType() 1521 ELFYAML::ELF_REL Res = Type | Type2 << 8 | Type3 << 16 | SpecSym << 24; in denormalize() 1527 ELFYAML::ELF_REL Type3; member 1624 IO.mapOptional("Type3", Key->Type3, ELFYAML::ELF_REL(ELF::R_MIPS_NONE)); in mapping()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/ |
D | ELF.h | 451 uint8_t Type3 = (Type >> 16) & 0xFF; in getRelocationTypeName() local 461 Name = getRelocationTypeName(Type3); in getRelocationTypeName()
|
/external/llvm-project/llvm/include/llvm/Object/ |
D | ELF.h | 489 uint8_t Type3 = (Type >> 16) & 0xFF; in getRelocationTypeName() local 499 Name = getRelocationTypeName(Type3); in getRelocationTypeName()
|