Home
last modified time | relevance | path

Searched full:type3 (Results 1 – 25 of 39) sorted by relevance

12

/external/v8/test/cctest/
Dtest-types.cc656 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/
Delf-mips64-rel.yaml21 # 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/
Dlinux_syscall_support.h1690 #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/
Dconstexpr-many-arguments.cpp23 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/
Des3pStateChangeCallTests.cpp124 #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/
DphFriNfc_MapTools.h46 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*/
DphFriNfc_IntNdefMap.h48 typ1/type2/type3/type4 tags.
64 /* Macros to find major and minor TAG : Ex:Type1/Type2/Type3/Type4 version numbers*/
DphFriNfc_MapTools.c56 * typ1/type2/type3/type4 tags.
DphFriNfc_IntNdefMap.c56 * typ1/type2/type3/type4 tags.
/external/clang/test/Index/
Dannotate-nested-name-specifier.cpp109 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/
DNTLMEngine.java35 * 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/
Dmain.cpp28 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/
Des2pStateChangeCallTests.cpp124 #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/
Dms-if-exists.cpp18 typedef int type3; in __if_not_exists() typedef
28 X<int>::type3 i3;
Dcanonical-expr-type.cpp44 typedef T __attribute__((ext_vector_type(N))) type3; typedef
48 void f0(type3); // expected-error{{redeclared}}
/external/llvm/lib/Object/
DELFYAML.cpp574 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/
Dobjc-fixed-enum.m78 // CHECK-SAME: type: ![[TYPE3:[0-9]+]]
79 // CHECK: ![[TYPE3]] = !MDDerivedType(tag: DW_TAG_typedef, name: "Enum3"
/external/clang/test/Misc/
Dinteger-literal-printing.cpp16 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/
Dpdftheory.md415 #### *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/
Dgelf_xlate.c148 #define TYPE2(Name, Bits) TYPE3 (Name##Bits)
149 #define TYPE3(Name) Name (cvt_) macro
/external/dexmaker/src/dx/java/com/android/dx/rop/type/
DStdTypeList.java212 * @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/
DVisualSampleEntry.java53 public static final String TYPE3 = "avc1"; field in VisualSampleEntry
DAudioSampleEntry.java35 public static final String TYPE3 = "mp4a"; field in AudioSampleEntry
/external/clang/test/CodeGenCXX/
Dtype_visibility.cpp155 namespace type3 { namespace
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_insn.c475 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()

12