Home
last modified time | relevance | path

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

12345678910>>...14

/external/ow2-asm/asm-analysis/src/main/java/org/objectweb/asm/tree/analysis/
DSimpleVerifier.java235 Type type2 = value2.getType(); in merge() local
238 && type2 != null in merge()
239 && (type2.getSort() == Type.OBJECT || type2.getSort() == Type.ARRAY)) { in merge()
243 if (type2.equals(NULL_TYPE)) { in merge()
246 if (isAssignableFrom(type1, type2)) { in merge()
249 if (isAssignableFrom(type2, type1)) { in merge()
254 && type2.getSort() == Type.ARRAY in merge()
255 && type1.getDimensions() == type2.getDimensions() in merge()
257 && type2.getElementType().getSort() == Type.OBJECT) { in merge()
260 type2 = type2.getElementType(); in merge()
[all …]
/external/robolectric/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/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/armnn/python/pyarmnn/src/pyarmnn/swig/typemaps/
Dtensor_shape.i5 %define %tensor_shape_typemap(TYPE1, TYPE2)
6 %typemap(in) (TYPE1, TYPE2) {
43 %typemap(freearg) (TYPE1, TYPE2) {
48 %define %clear_tensor_shape_typemap(TYPE1, TYPE2)
49 %typemap(in) (TYPE1, TYPE2);
50 %typemap(freearg) (TYPE1, TYPE2);
Dpermutation_vector.i5 %define %permutation_vector_typemap(TYPE1, TYPE2)
6 %typemap(in) (TYPE1, TYPE2) {
44 %typemap(freearg) (TYPE1, TYPE2) {
49 %define %clear_permutation_vector_typemap(TYPE1, TYPE2)
50 %typemap(in) (TYPE1, TYPE2);
51 %typemap(freearg) (TYPE1, TYPE2);
/external/OpenCL-CTS/test_conformance/math_brute_force/
Dcommon.cpp83 ParameterType type1, ParameterType type2, in GetTernaryKernel() argument
90 EmitDefineType(kernel, "TYPE2", type2, vector_size_index); in GetTernaryKernel()
93 EmitDefineUndef(kernel, "UNDEF2", type2); in GetTernaryKernel()
101 __global TYPE2* in2, in GetTernaryKernel()
120 TYPE2 b = vload3(0, in2 + 3 * i); in GetTernaryKernel()
132 TYPE2 b = (TYPE2)(UNDEF2, UNDEF2, UNDEF2); in GetTernaryKernel()
/external/skia/tests/graphite/
DUniformManagerTest.cpp207 for (SkSLType type2 : kTypes) { in DEF_TEST() local
208 const int vecLength2 = SkSLTypeVecLength(type2); in DEF_TEST()
214 const Uniform expectations[] = {{"a", type1}, {"b", type2}}; in DEF_TEST()
217 mgr.write(type2, kFloats); in DEF_TEST()
222 const size_t elementSize2 = element_size(layout, type2); in DEF_TEST()
241 (int)layout, (int)type1, (int)type2); in DEF_TEST()
259 (int)layout, (int)type1, (int)type2); in DEF_TEST()
285 (int)layout, (int)type1, (int)type2); in DEF_TEST()
306 for (SkSLType type2 : kTypes) { in DEF_TEST() local
307 const int matSize2 = SkSLTypeMatrixSize(type2); in DEF_TEST()
[all …]
/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/cronet/third_party/lss/
Dlinux_syscall_support.h2195 #define _syscall2(type,name,type1,arg1,type2,arg2) \ argument
2196 type LSS_NAME(name)(type1 arg1,type2 arg2) { \
2202 #define _syscall3(type,name,type1,arg1,type2,arg2,type3,arg3) \ argument
2203 type LSS_NAME(name)(type1 arg1,type2 arg2,type3 arg3) { \
2210 #define _syscall4(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4) \ argument
2211 type LSS_NAME(name)(type1 arg1, type2 arg2, type3 arg3, type4 arg4) { \
2218 #define _syscall5(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4, \ argument
2220 type LSS_NAME(name)(type1 arg1, type2 arg2, type3 arg3, type4 arg4, \
2236 #define _syscall6(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4, \ argument
2238 type LSS_NAME(name)(type1 arg1, type2 arg2, type3 arg3, type4 arg4, \
[all …]
/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/skia/tests/sksl/errors/
DFunctionParamBadType.glsl4 void func(Type1 param1, Type2 param2, Type3 param3) {}
6 error: 1: no type named 'Type2'
7 void func(Type1 param1, Type2 param2, Type3 param3) {}
10 void func(Type1 param1, Type2 param2, Type3 param3) {}
/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/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)
/external/OpenCL-CTS/test_conformance/api/
Dtest_kernel_arg_multi_setup.cpp207 int type1, type2, type3; in test_kernel_arg_multi_setup_exhaustive() local
215 for( type2 = 0; types[ type2 ] != kNumExplicitTypes; type2++ ) in test_kernel_arg_multi_setup_exhaustive()
219 … get_explicit_type_name( types[ type1 ] ), get_explicit_type_name( types[ type2 ] ), get_explicit_… in test_kernel_arg_multi_setup_exhaustive()
232 types[ type2 ], size2, in test_kernel_arg_multi_setup_exhaustive()
249 int type1, type2, type3; in test_kernel_arg_multi_setup_random() local
267 type2 = (int)get_random_float(0,4, seed); in test_kernel_arg_multi_setup_random()
273 get_explicit_type_name( types[ type2 ] ), size2, in test_kernel_arg_multi_setup_random()
278 types[ type2 ], size2, in test_kernel_arg_multi_setup_random()
/external/google-breakpad/src/third_party/lss/
Dlinux_syscall_support.h1985 #define _syscall2(type,name,type1,arg1,type2,arg2) \ argument
1986 type LSS_NAME(name)(type1 arg1,type2 arg2) { \
1992 #define _syscall3(type,name,type1,arg1,type2,arg2,type3,arg3) \ argument
1993 type LSS_NAME(name)(type1 arg1,type2 arg2,type3 arg3) { \
2000 #define _syscall4(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4) \ argument
2001 type LSS_NAME(name)(type1 arg1, type2 arg2, type3 arg3, type4 arg4) { \
2008 #define _syscall5(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4, \ argument
2010 type LSS_NAME(name)(type1 arg1, type2 arg2, type3 arg3, type4 arg4, \
2026 #define _syscall6(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4, \ argument
2028 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/jackson-databind/src/main/java/com/fasterxml/jackson/databind/introspect/
DMemberKey.java71 Class<?> type2 = _argTypes[i]; in equals() local
72 if (type1 == type2) { in equals()
88 if (type1.isAssignableFrom(type2) || type2.isAssignableFrom(type1)) { in equals()
/external/curl/lib/vauth/
Dntlm_sspi.c196 * type2 [in] - The type-2 message.
202 const struct bufref *type2, in Curl_auth_decode_ntlm_type2_message() argument
210 if(!Curl_bufref_len(type2)) { in Curl_auth_decode_ntlm_type2_message()
216 ntlm->input_token = malloc(Curl_bufref_len(type2) + 1); in Curl_auth_decode_ntlm_type2_message()
219 memcpy(ntlm->input_token, Curl_bufref_ptr(type2), Curl_bufref_len(type2)); in Curl_auth_decode_ntlm_type2_message()
220 ntlm->input_token[Curl_bufref_len(type2)] = '\0'; in Curl_auth_decode_ntlm_type2_message()
221 ntlm->input_token_len = Curl_bufref_len(type2); in Curl_auth_decode_ntlm_type2_message()
/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/chromium-trace/catapult/third_party/polymer/components/iron-meta/demo/
Dindex.html39 <iron-meta type="type2" key="a" value="wonderful"></iron-meta>
40 <iron-meta type="type2" key="b" value="<3"></iron-meta>
42 …/type-one></code>.<br><br>The <code>value(s)</code> stored at <code>type="type2"</code> are:<br><c…
68 var resultList = new Polymer.IronMetaQuery({type: "type2"}).list;
/external/arm-optimized-routines/math/
Dv_math.h49 /* reinterpret as type1 from type2. */
199 /* convert to type1 from type2. */
210 /* reinterpret as type1 from type2. */
324 /* convert to type1 from type2. */
335 /* reinterpret as type1 from type2. */
478 /* convert to type1 from type2. */
489 /* reinterpret as type1 from type2. */
607 /* convert to type1 from type2. */
618 /* reinterpret as type1 from type2. */
/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/protobuf/build_defs/
Dcpp_opts.bzl6 "/wd4244", # 'conversion' conversion from 'type1' to 'type2', possible loss of data
7 …, # 'identifier' : class 'type' needs to have dll-interface to be used by clients of class 'type2'
9 "/wd4305", # 'identifier' : truncation from 'type1' to 'type2'
/external/openscreen/tools/cddl/
Dsema.cc152 CddlType* AnalyzeType2(CddlSymbolTable* table, const AstNode& type2) { in AnalyzeType2() argument
153 const AstNode* node = type2.children; in AnalyzeType2()
161 if (type2.text[0] == '~') { in AnalyzeType2()
169 if (type2.text[0] == '#' && type2.text[1] == '6' && type2.text[2] == '.') { in AnalyzeType2()
172 atoll(type2.text.substr(3 /* #6. */).data()); in AnalyzeType2()
176 dprintf(STDERR_FILENO, "Unknown type2 value, expected #6.[uint]\n"); in AnalyzeType2()
178 if (type2.text[0] == '{') { in AnalyzeType2()
182 } else if (type2.text[0] == '[') { in AnalyzeType2()
186 } else if (type2.text[0] == '&') { in AnalyzeType2()
195 if (type2.text[0] == '&') { in AnalyzeType2()
[all …]

12345678910>>...14