/external/v8/test/cctest/ |
D | test-types.cc | 656 TypeHandle type3 = T.Random(); in Function() local 658 TypeHandle function1 = T.Function1(type1, type2, type3); in Function() 659 TypeHandle function2 = T.Function2(type1, type2, type3); in Function() 673 TypeHandle type3 = T.Random(); in Function() local 675 TypeHandle function1 = T.Function1(type1, type2, type3); in Function() 676 TypeHandle function2 = T.Function2(type1, type2, type3); in Function() 686 CheckEqual(type3, function1->AsFunction()->Parameter(0)); in Function() 688 CheckEqual(type3, function2->AsFunction()->Parameter(1)); in Function() 699 TypeHandle type3 = T.Random(); in Function() local 701 TypeHandle function02 = T.Function0(type1, type3); in Function() [all …]
|
/external/llvm/test/Object/Mips/ |
D | elf-mips64-rel.yaml | 21 # YAML-NEXT: Type3: R_MIPS_HI16 27 # YAML-NEXT: Type3: R_MIPS_LO16 67 Type3: R_MIPS_HI16 73 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/libnfc-nxp/src/ |
D | phFriNfc_MapTools.h | 46 typ1/type2/type3/type4 tags. 65 /* Macros to find major and minor TAG : Ex:Type1/Type2/Type3/Type4 version numbers*/ 78 /* Macros to find major and minor TAG : Ex:Type1/Type2/Type3/Type4 version numbers*/
|
D | phFriNfc_IntNdefMap.h | 48 typ1/type2/type3/type4 tags. 64 /* Macros to find major and minor TAG : Ex:Type1/Type2/Type3/Type4 version numbers*/
|
D | phFriNfc_MapTools.c | 56 * typ1/type2/type3/type4 tags.
|
D | phFriNfc_IntNdefMap.c | 56 * typ1/type2/type3/type4 tags.
|
/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/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/lldb/test/functionalities/data-formatter/data-formatter-cpp/ |
D | main.cpp | 28 typedef Type2 Type3; // should show as char typedef 29 typedef Type3 Type4; // should show as char 90 Type3 T3ILookChar = 13; in main()
|
/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/llvm/lib/Object/ |
D | ELFYAML.cpp | 574 Type3(ELFYAML::ELF_REL(ELF::R_MIPS_NONE)), in NormalizedMips64RelType() 578 Type3(Original >> 16 & 0xFF), SpecSym(Original >> 24 & 0xFF) {} in NormalizedMips64RelType() 581 ELFYAML::ELF_REL Res = Type | Type2 << 8 | Type3 << 16 | SpecSym << 24; in denormalize() 587 ELFYAML::ELF_REL Type3; member 606 IO.mapOptional("Type3", Key->Type3, ELFYAML::ELF_REL(ELF::R_MIPS_NONE)); in mapping()
|
/external/clang/test/CodeGenObjC/ |
D | objc-fixed-enum.m | 78 // CHECK-SAME: type: ![[TYPE3:[0-9]+]] 79 // CHECK: ![[TYPE3]] = !MDDerivedType(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/skia/site/dev/design/ |
D | pdftheory.md | 415 #### *Type1/Type3 fonts* #### 420 any any platform (except for Type1 on Linux), it is encoded as a Type3 421 font. In this context, a Type3 font is an array of form x-objects 423 kerning information is included in a Type3 font, just the shape of 425 will also get embedded as a Type3 font. From what I understand, shapes 430 PDF only supports an 8-bit encoding for Type1 or Type3 fonts. However,
|
/external/elfutils/src/libelf/ |
D | gelf_xlate.c | 148 #define TYPE2(Name, Bits) TYPE3 (Name##Bits) 149 #define TYPE3(Name) Name (cvt_) macro
|
/external/dexmaker/src/dx/java/com/android/dx/rop/type/ |
D | StdTypeList.java | 212 * @param type3 {@code non-null;} the fourth element 216 Type type3) { in make() argument 221 result.set(3, type3); in make()
|
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/sampleentry/ |
D | VisualSampleEntry.java | 53 public static final String TYPE3 = "avc1"; field in VisualSampleEntry
|
D | AudioSampleEntry.java | 35 public static final String TYPE3 = "mp4a"; field in AudioSampleEntry
|
/external/clang/test/CodeGenCXX/ |
D | type_visibility.cpp | 155 namespace type3 { namespace
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_tgsi_insn.c | 475 SVGA3dShaderRegType type0, type1, type2, type3; in submit_op4() local 482 type3 = SVGA3dShaderGetRegType( src2.base.value ); in submit_op4() 491 ((type3 == SVGA3DREG_CONST && src0.base.num != src3.base.num) || in submit_op4() 495 if (type3 == SVGA3DREG_CONST && in submit_op4() 500 ((type3 == SVGA3DREG_INPUT && src0.base.num != src3.base.num) || in submit_op4() 504 if (type3 == SVGA3DREG_INPUT && in submit_op4()
|