/external/snakeyaml/src/test/java/examples/staticstate/ |
D | StaticFieldsWrapperTest.java | 38 JavaBeanWithStaticState.setType("Type3"); in testWrapper() 44 … "!!examples.staticstate.Wrapper {age: -47, color: Violet, name: Bahrack, type: Type3}\n", in testWrapper() 60 JavaBeanWithStaticState.setType("Type3"); in testLocalTag() 67 assertEquals("!mybean {age: -47, color: Violet, name: Bahrack, type: Type3}\n", output); in testLocalTag() 86 JavaBeanWithStaticState.setType("Type3"); in testRootBean() 91 assertEquals("age: -47\ncolor: Violet\nname: Bahrack\ntype: Type3\n", output); in testRootBean()
|
/external/llvm/test/Object/Mips/ |
D | elf-mips64-rel.yaml | 21 # YAML-NEXT: Type3: R_MIPS_HI16 27 # YAML-NEXT: Type3: R_MIPS_LO16 68 Type3: R_MIPS_HI16 74 Type3: R_MIPS_LO16
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Object/Mips/ |
D | elf-mips64-rel.yaml | 21 # YAML-NEXT: Type3: R_MIPS_HI16 27 # YAML-NEXT: Type3: R_MIPS_LO16 68 Type3: R_MIPS_HI16 74 Type3: R_MIPS_LO16
|
/external/google-breakpad/src/third_party/lss/ |
D | linux_syscall_support.h | 1690 #define _syscall3(type,name,type1,arg1,type2,arg2,type3,arg3) \ argument 1691 type LSS_NAME(name)(type1 arg1,type2 arg2,type3 arg3) { \ 1698 #define _syscall4(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4) \ argument 1699 type LSS_NAME(name)(type1 arg1, type2 arg2, type3 arg3, type4 arg4) { \ 1706 #define _syscall5(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4, \ argument 1708 type LSS_NAME(name)(type1 arg1, type2 arg2, type3 arg3, type4 arg4, \ 1724 #define _syscall6(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4, \ argument 1726 type LSS_NAME(name)(type1 arg1, type2 arg2, type3 arg3, type4 arg4, \ 2037 #define _syscall3(type,name,type1,arg1,type2,arg2,type3,arg3) \ argument 2038 type LSS_NAME(name)(type1 arg1, type2 arg2, type3 arg3) { \ [all …]
|
/external/clang/test/SemaCXX/ |
D | constexpr-many-arguments.cpp | 23 struct type3 struct 25 constexpr type3(type2 a0, type2 a1) : my_data{a0, a1} {} in type3() function 29 constexpr type3 g argument
|
/external/deqp/modules/gles3/performance/ |
D | es3pStateChangeCallTests.cpp | 124 #define ADD_ARG_CASE4(NAME, DESCRIPTION, FUNCNAME, TYPE0, ARGS0, TYPE1, ARGS1, TYPE2, ARGS2, TYPE3,… argument 138 const TYPE3 args3[] = ARGS3;\ 145 const TYPE3 arg3 = args3[baseNdx%DE_LENGTH_OF_ARRAY(args3)];\ 153 #define ADD_ARG_CASE5(NAME, DESCRIPTION, FUNCNAME, TYPE0, ARGS0, TYPE1, ARGS1, TYPE2, ARGS2, TYPE3,… argument 167 const TYPE3 args3[] = ARGS3;\ 175 const TYPE3 arg3 = args3[baseNdx%DE_LENGTH_OF_ARRAY(args3)];\ 184 #define ADD_ARG_CASE6(NAME, DESCRIPTION, FUNCNAME, TYPE0, ARGS0, TYPE1, ARGS1, TYPE2, ARGS2, TYPE3,… argument 198 const TYPE3 args3[] = ARGS3;\ 207 const TYPE3 arg3 = args3[baseNdx%DE_LENGTH_OF_ARRAY(args3)];\
|
/external/apache-http/src/org/apache/http/impl/auth/ |
D | NTLMEngine.java | 35 * generate Type1 messages and Type3 messages in response to a 63 * Generates a Type3 message given the user credentials and the 71 * @return Type3 response.
|
/external/clang/test/Index/ |
D | annotate-nested-name-specifier.cpp | 109 typedef class outer_alias::inner::vector<type>::template rebind<type> type3; typedef 409 // CHECK: Keyword: "typedef" [109:3 - 109:10] TypedefDecl=type3:109:73 (Definition) 410 // CHECK: Keyword: "class" [109:11 - 109:16] TypedefDecl=type3:109:73 (Definition) 412 // CHECK: Punctuation: "::" [109:28 - 109:30] TypedefDecl=type3:109:73 (Definition) 414 // CHECK: Punctuation: "::" [109:35 - 109:37] TypedefDecl=type3:109:73 (Definition) 416 // CHECK: Punctuation: "<" [109:43 - 109:44] TypedefDecl=type3:109:73 (Definition) 418 // CHECK: Punctuation: ">" [109:48 - 109:49] TypedefDecl=type3:109:73 (Definition) 419 // CHECK: Punctuation: "::" [109:49 - 109:51] TypedefDecl=type3:109:73 (Definition) 420 // CHECK: Keyword: "template" [109:51 - 109:59] TypedefDecl=type3:109:73 (Definition) 421 // CHECK: Identifier: "rebind" [109:60 - 109:66] TypedefDecl=type3:109:73 (Definition) [all …]
|
/external/deqp/modules/gles2/performance/ |
D | es2pStateChangeCallTests.cpp | 124 #define ADD_ARG_CASE4(NAME, DESCRIPTION, FUNCNAME, TYPE0, ARGS0, TYPE1, ARGS1, TYPE2, ARGS2, TYPE3,… argument 138 const TYPE3 args3[] = ARGS3;\ 145 const TYPE3 arg3 = args3[baseNdx%DE_LENGTH_OF_ARRAY(args3)];\ 153 #define ADD_ARG_CASE6(NAME, DESCRIPTION, FUNCNAME, TYPE0, ARGS0, TYPE1, ARGS1, TYPE2, ARGS2, TYPE3,… argument 167 const TYPE3 args3[] = ARGS3;\ 176 const TYPE3 arg3 = args3[baseNdx%DE_LENGTH_OF_ARRAY(args3)];\
|
/external/clang/test/SemaTemplate/ |
D | ms-if-exists.cpp | 18 typedef int type3; in __if_not_exists() typedef 28 X<int>::type3 i3;
|
D | canonical-expr-type.cpp | 44 typedef T __attribute__((ext_vector_type(N))) type3; typedef 48 void f0(type3); // expected-error{{redeclared}}
|
/external/clang/test/CodeGenObjC/ |
D | objc-fixed-enum.m | 78 // CHECK-SAME: type: ![[TYPE3:[0-9]+]] 79 // CHECK: ![[TYPE3]] = !DIDerivedType(tag: DW_TAG_typedef, name: "Enum3"
|
/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/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/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/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/syzkaller/pkg/compiler/testdata/ |
D | all.txt | 139 type type3 templ2["a"] 196 …empl7(a ptr[in, templ_struct5], b ptr[in, templ_struct6], c ptr[in, templ_union], d ptr[in, type3])
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/ |
D | ELFYAML.cpp | 924 Type3(ELFYAML::ELF_REL(ELF::R_MIPS_NONE)), in NormalizedMips64RelType() 928 Type3(Original >> 16 & 0xFF), SpecSym(Original >> 24 & 0xFF) {} in NormalizedMips64RelType() 931 ELFYAML::ELF_REL Res = Type | Type2 << 8 | Type3 << 16 | SpecSym << 24; in denormalize() 937 ELFYAML::ELF_REL Type3; member 957 IO.mapOptional("Type3", Key->Type3, ELFYAML::ELF_REL(ELF::R_MIPS_NONE)); in mapping()
|
/external/elfutils/libelf/ |
D | gelf_xlate.c | 149 #define TYPE2(Name, Bits) TYPE3 (Name##Bits) 150 #define TYPE3(Name) Name (cvt_) macro
|
/external/pdfium/testing/resources/pixel/ |
D | bug_591137.in | 27 /Subtype /Type3
|
/external/oj-libjdwp/src/share/classes/com/sun/jdi/ |
D | Value.java | 157 * <TH id="type3" align="left">{@link Type} of value</TD> 162 * <TD headers="other type3"> n/a</TD>
|
/external/libdivsufsort/CMakeModules/ |
D | CheckLFS.cmake | 81 # LFS type3: 8 <= sizeof(__int64), _fseeki64, _ftelli64
|
/external/u-boot/board/gdsys/common/ |
D | ioep-fpga.c | 170 printf(" compression type1(delta), type2(inline), type3(intempo)"); in ioep_fpga_print_info()
|
/external/u-boot/drivers/nvme/ |
D | nvme_show.c | 88 printf("\tSupport Type3: %s\n", in print_data_protect_cap()
|
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/sampleentry/ |
D | VisualSampleEntry.java | 53 public static final String TYPE3 = "avc1"; field in VisualSampleEntry
|