Home
last modified time | relevance | path

Searched full:type2 (Results 1 – 25 of 190) sorted by relevance

12345678

/external/robolectric-shadows/sandbox/src/main/java/org/robolectric/internal/bytecode/
DInstrumentingClassWriter.java34 protected String getCommonSuperClass(final String type1, final String type2) { in getCommonSuperClass() argument
37 ClassNode info2 = typeInfo(type2); in getCommonSuperClass()
39 if (typeImplements(type2, info2, type1)) { in getCommonSuperClass()
43 if (typeImplements(type1, info1, type2)) { in getCommonSuperClass()
44 return type2; in getCommonSuperClass()
50 if (typeImplements(type1, info1, type2)) { in getCommonSuperClass()
51 return type2; in getCommonSuperClass()
57 String b2 = typeAncestors(type2, info2); in getCommonSuperClass()
/external/llvm/test/Object/Mips/
Delf-mips64-rel.yaml20 # YAML-NEXT: Type2: R_MIPS_SUB
26 # YAML-NEXT: Type2: R_MIPS_SUB
41 # YAML-NEXT: Type2: R_MIPS_LO16
67 Type2: R_MIPS_SUB
73 Type2: R_MIPS_SUB
91 Type2: R_MIPS_LO16
/external/swiftshader/third_party/llvm-7.0/llvm/test/Object/Mips/
Delf-mips64-rel.yaml20 # YAML-NEXT: Type2: R_MIPS_SUB
26 # YAML-NEXT: Type2: R_MIPS_SUB
41 # YAML-NEXT: Type2: R_MIPS_LO16
67 Type2: R_MIPS_SUB
73 Type2: R_MIPS_SUB
91 Type2: R_MIPS_LO16
/external/clang/test/SemaCXX/
Dconstexpr-many-arguments.cpp10 struct type2 struct
13 constexpr type2(T a00, T a01, T a02, T a03, T a04, T a05, T a06, T a07, T a08, T a09, in type2() argument
25 constexpr type3(type2 a0, type2 a1) : my_data{a0, a1} {} in type3() argument
26 type2 my_data[2];
/external/v8/src/compiler/
Dtypes.cc629 Type Type::Intersect(Type type1, Type type2, Zone* zone) { in Intersect() argument
631 if (type1.IsBitset() && type2.IsBitset()) { in Intersect()
632 return NewBitset(type1.AsBitset() & type2.AsBitset()); in Intersect()
636 if (type1.IsNone() || type2.IsAny()) return type1; // Shortcut. in Intersect()
637 if (type2.IsNone() || type1.IsAny()) return type2; // Shortcut. in Intersect()
640 if (type1.Is(type2)) return type1; in Intersect()
641 if (type2.Is(type1)) return type2; in Intersect()
647 if (type1.Is(type2)) { in Intersect()
648 type2 = Any(); in Intersect()
649 } else if (type2.Is(type1)) { in Intersect()
[all …]
/external/libvpx/libvpx/vpx_dsp/arm/
Dvpx_convolve8_neon_asm.h22 DECLARE_FILTER(horiz, type2);
23 DECLARE_FILTER(avg_horiz, type2);
26 DECLARE_FILTER(vert, type2);
27 DECLARE_FILTER(avg_vert, type2);
Dvpx_convolve8_neon_asm.c15 /* Type1 and Type2 functions are called depending on the position of the
18 * coefficients are negative. In type2, the negative coefficients are 0, 2, 5 &
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_quad.c180 struct lp_type type2; in lp_bld_quad_twiddle() local
186 type2 = lp_dst_type; in lp_bld_quad_twiddle()
187 type2.width = (lp_dst_type.width * lp_dst_type.length) / 2; in lp_bld_quad_twiddle()
188 type2.length = 2; in lp_bld_quad_twiddle()
189 type2.floating = 0; in lp_bld_quad_twiddle()
191 type2_ref = lp_build_vec_type(gallivm, type2); in lp_bld_quad_twiddle()
200 dst[i + 0] = lp_build_interleave2(gallivm, type2, src0, src1, 0); in lp_bld_quad_twiddle()
201 dst[i + 1] = lp_build_interleave2(gallivm, type2, src0, src1, 1); in lp_bld_quad_twiddle()
/external/google-breakpad/src/third_party/lss/
Dlinux_syscall_support.h1683 #define _syscall2(type,name,type1,arg1,type2,arg2) \ argument
1684 type LSS_NAME(name)(type1 arg1,type2 arg2) { \
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, \
[all …]
/external/oj-libjdwp/src/share/classes/com/sun/jdi/
DValue.java115 * <TH id="type2" align="left">{@link Type} of value<br>{@link #type() Value.type()}</TH>
120 * <TD headers="objref type2"> {@link ClassType}</TD>
125 * <TD headers="objref type2"> {@link ArrayType}</TD>
130 * <TD headers="objref type2"> {@link ClassType}</TD>
135 * <TD headers="objref type2"> {@link ClassType}</TD>
140 * <TD headers="objref type2"> {@link ClassType}</TD>
145 * <TD headers="objref type2"> {@link ClassType}</TD>
150 * <TD headers="objref type2"> {@link ClassType}</TD>
/external/deqp/modules/gles3/performance/
Des3pStateChangeCallTests.cpp97 #define ADD_ARG_CASE3(NAME, DESCRIPTION, FUNCNAME, TYPE0, ARGS0, TYPE1, ARGS1, TYPE2, ARGS2)\ argument
110 const TYPE2 args2[] = ARGS2;\
116 const TYPE2 arg2 = args2[baseNdx%DE_LENGTH_OF_ARRAY(args2)];\
124 #define ADD_ARG_CASE4(NAME, DESCRIPTION, FUNCNAME, TYPE0, ARGS0, TYPE1, ARGS1, TYPE2, ARGS2, TYPE3,… argument
137 const TYPE2 args2[] = ARGS2;\
144 const TYPE2 arg2 = args2[baseNdx%DE_LENGTH_OF_ARRAY(args2)];\
153 #define ADD_ARG_CASE5(NAME, DESCRIPTION, FUNCNAME, TYPE0, ARGS0, TYPE1, ARGS1, TYPE2, ARGS2, TYPE3,… argument
166 const TYPE2 args2[] = ARGS2;\
174 const TYPE2 arg2 = args2[baseNdx%DE_LENGTH_OF_ARRAY(args2)];\
184 #define ADD_ARG_CASE6(NAME, DESCRIPTION, FUNCNAME, TYPE0, ARGS0, TYPE1, ARGS1, TYPE2, ARGS2, TYPE3,… argument
[all …]
/external/clang/test/Sema/
Dc11-typedef-redef.c8 typedef int type2; in f() typedef
9 typedef type type2; in f() typedef
10 typedef int type2; in f() typedef
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/
Dldst-zero.ll20 %type2 = getelementptr inbounds %struct.tree_common, %struct.tree_common* %t, i64 0, i32 1
21 store i8* %type, i8** %type2, align 8
53 %type2 = getelementptr inbounds %struct.tree_common, %struct.tree_common* %t, i64 0, i32 1
54 store i8* %type, i8** %type2, align 8
/external/deqp/modules/gles2/performance/
Des2pStateChangeCallTests.cpp97 #define ADD_ARG_CASE3(NAME, DESCRIPTION, FUNCNAME, TYPE0, ARGS0, TYPE1, ARGS1, TYPE2, ARGS2)\ argument
110 const TYPE2 args2[] = ARGS2;\
116 const TYPE2 arg2 = args2[baseNdx%DE_LENGTH_OF_ARRAY(args2)];\
124 #define ADD_ARG_CASE4(NAME, DESCRIPTION, FUNCNAME, TYPE0, ARGS0, TYPE1, ARGS1, TYPE2, ARGS2, TYPE3,… argument
137 const TYPE2 args2[] = ARGS2;\
144 const TYPE2 arg2 = args2[baseNdx%DE_LENGTH_OF_ARRAY(args2)];\
153 #define ADD_ARG_CASE6(NAME, DESCRIPTION, FUNCNAME, TYPE0, ARGS0, TYPE1, ARGS1, TYPE2, ARGS2, TYPE3,… argument
166 const TYPE2 args2[] = ARGS2;\
175 const TYPE2 arg2 = args2[baseNdx%DE_LENGTH_OF_ARRAY(args2)];\
/external/clang/test/SemaTemplate/
Dms-if-exists.cpp14 typedef Nontemplate::value type2; in __if_exists() typedef
27 X<int>::type2 i2; // expected-error{{no type named 'type2' in 'X<int>'}}
Dinstantiate-exception-spec-cxx11.cpp86 base(const typename T::type2 &);
95 struct type2 { struct
102 typedef type2<types> type2; typedef
/external/libchrome/base/
Dhash.h60 template <typename Type1, typename Type2>
61 struct IntPairHash<std::pair<Type1, Type2>> {
62 size_t operator()(std::pair<Type1, Type2> value) const {
/external/libchrome/base/containers/
Dhash_tables.h32 template <typename Type1, typename Type2>
33 struct hash<std::pair<Type1, Type2>> {
34 std::size_t operator()(std::pair<Type1, Type2> value) const {
/external/clang/test/Index/
Dannotate-nested-name-specifier.cpp108 typedef typename outer_alias::inner::vector<type>::template rebind<type>::other type2; typedef
389 // CHECK: Keyword: "typedef" [108:3 - 108:10] TypedefDecl=type2:108:83 (Definition)
390 // CHECK: Keyword: "typename" [108:11 - 108:19] TypedefDecl=type2:108:83 (Definition)
392 // CHECK: Punctuation: "::" [108:31 - 108:33] TypedefDecl=type2:108:83 (Definition)
394 // CHECK: Punctuation: "::" [108:38 - 108:40] TypedefDecl=type2:108:83 (Definition)
396 // CHECK: Punctuation: "<" [108:46 - 108:47] TypedefDecl=type2:108:83 (Definition)
398 // CHECK: Punctuation: ">" [108:51 - 108:52] TypedefDecl=type2:108:83 (Definition)
399 // CHECK: Punctuation: "::" [108:52 - 108:54] TypedefDecl=type2:108:83 (Definition)
400 // CHECK: Keyword: "template" [108:54 - 108:62] TypedefDecl=type2:108:83 (Definition)
401 // CHECK: Identifier: "rebind" [108:63 - 108:69] TypedefDecl=type2:108:83 (Definition)
[all …]
/external/curl/lib/vauth/
Dntlm.c275 unsigned char *type2 = NULL; in Curl_auth_decode_ntlm_type2_message() local
289 result = Curl_base64_decode(type2msg, &type2, &type2_len); in Curl_auth_decode_ntlm_type2_message()
295 if(!type2) { in Curl_auth_decode_ntlm_type2_message()
303 (memcmp(type2, NTLMSSP_SIGNATURE, 8) != 0) || in Curl_auth_decode_ntlm_type2_message()
304 (memcmp(type2 + 8, type2_marker, sizeof(type2_marker)) != 0)) { in Curl_auth_decode_ntlm_type2_message()
306 free(type2); in Curl_auth_decode_ntlm_type2_message()
311 ntlm->flags = Curl_read32_le(&type2[20]); in Curl_auth_decode_ntlm_type2_message()
312 memcpy(ntlm->nonce, &type2[24], 8); in Curl_auth_decode_ntlm_type2_message()
315 result = ntlm_decode_type2_target(data, type2, type2_len, ntlm); in Curl_auth_decode_ntlm_type2_message()
317 free(type2); in Curl_auth_decode_ntlm_type2_message()
[all …]
/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidate_memory.cpp58 const Instruction* type2) { in AreLayoutCompatibleStructs() argument
62 if (type2->opcode() != SpvOpTypeStruct) { in AreLayoutCompatibleStructs()
66 if (!HaveLayoutCompatibleMembers(_, type1, type2)) return false; in AreLayoutCompatibleStructs()
68 return HaveSameLayoutDecorations(_, type1, type2); in AreLayoutCompatibleStructs()
72 // types are the same or are layout compatible types. |type1| and |type2| must
75 const Instruction* type2) { in HaveLayoutCompatibleMembers() argument
78 assert(type2->opcode() == SpvOpTypeStruct && in HaveLayoutCompatibleMembers()
79 "type2 must be an OpTypeStruct instruction."); in HaveLayoutCompatibleMembers()
81 const auto& type2_operands = type2->operands(); in HaveLayoutCompatibleMembers()
87 if (type1->word(operand) != type2->word(operand)) { in HaveLayoutCompatibleMembers()
[all …]
/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_memory.cpp58 const Instruction* type2) { in AreLayoutCompatibleStructs() argument
62 if (type2->opcode() != SpvOpTypeStruct) { in AreLayoutCompatibleStructs()
66 if (!HaveLayoutCompatibleMembers(_, type1, type2)) return false; in AreLayoutCompatibleStructs()
68 return HaveSameLayoutDecorations(_, type1, type2); in AreLayoutCompatibleStructs()
72 // types are the same or are layout compatible types. |type1| and |type2| must
75 const Instruction* type2) { in HaveLayoutCompatibleMembers() argument
78 assert(type2->opcode() == SpvOpTypeStruct && in HaveLayoutCompatibleMembers()
79 "type2 must be an OpTypeStruct instruction."); in HaveLayoutCompatibleMembers()
81 const auto& type2_operands = type2->operands(); in HaveLayoutCompatibleMembers()
87 if (type1->word(operand) != type2->word(operand)) { in HaveLayoutCompatibleMembers()
[all …]
/external/libxml2/
Dxmlregexp.c2246 * @type2: an atom type
2254 xmlFACompareAtomTypes(xmlRegAtomType type1, xmlRegAtomType type2) { in xmlFACompareAtomTypes() argument
2262 if ((type2 == XML_REGEXP_EPSILON) || in xmlFACompareAtomTypes()
2263 (type2 == XML_REGEXP_CHARVAL) || in xmlFACompareAtomTypes()
2264 (type2 == XML_REGEXP_RANGES) || in xmlFACompareAtomTypes()
2265 (type2 == XML_REGEXP_SUBREG) || in xmlFACompareAtomTypes()
2266 (type2 == XML_REGEXP_STRING) || in xmlFACompareAtomTypes()
2267 (type2 == XML_REGEXP_ANYCHAR)) in xmlFACompareAtomTypes()
2270 if (type1 == type2) return(1); in xmlFACompareAtomTypes()
2272 /* simplify subsequent compares by making sure type1 < type2 */ in xmlFACompareAtomTypes()
[all …]
/external/clang/test/Misc/
Dinteger-literal-printing.cpp7 template <unsigned short T> class Type2 {}; class
8 template <unsigned short T> void Function2(Type2<T>& x) {} // expected-note{{candidate function [wi… in Function2()
69 Function2(Type2<42>()); // expected-error{{no matching function for call to 'Function2'}} in Function()
/external/smali/dexlib2/src/test/java/org/jf/dexlib2/analysis/
DCommonSuperclassTest.java102 String type1, String type2) { in superclassTest() argument
105 TypeProto type2Proto = classPath.getClass(type2); in superclassTest()
111 public void superclassTest(String commonSuperclass, String type1, String type2) { in superclassTest() argument
112 superclassTest(oldClassPath, commonSuperclass, type1, type2); in superclassTest()
113 superclassTest(newClassPath, commonSuperclass, type1, type2); in superclassTest()

12345678