Home
last modified time | relevance | path

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

12345678910>>...16

/external/sdv/vsomeip/third_party/boost/multi_index/test/
Dtest_set_ops.cpp24 struct type2 struct
38 bool operator()(type1,type2)const{return false;} in operator ()() argument
39 bool operator()(type2,type1)const{return false;} in operator ()()
47 std::size_t operator()(type2)const{return 0;} in operator ()()
53 bool operator()(type1,type2)const{return true;} in operator ()()
54 bool operator()(type2,type1)const{return true;} in operator ()()
105 BOOST_TEST(c.find(type2())==c.begin()); in test_set_ops()
106 BOOST_TEST(c.count(type2())==1); in test_set_ops()
107 BOOST_TEST(c.lower_bound(type2())==c.begin()); in test_set_ops()
108 BOOST_TEST(c.upper_bound(type2())==c.end()); in test_set_ops()
[all …]
/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/OpenCL-CTS/test_conformance/math_brute_force/
Dcommon.cpp282 ParameterType type2, int vector_size_index) in GetBinaryKernel() argument
288 EmitDefineType(kernel, "TYPE2", type2, vector_size_index); in GetBinaryKernel()
290 EmitDefineUndef(kernel, "UNDEF2", type2); in GetBinaryKernel()
291 EmitEnableExtension(kernel, { retType, type1, type2 }); in GetBinaryKernel()
314 __global TYPE2* in2) in GetBinaryKernel()
331 TYPE2 b = vload3(0, in2 + 3 * i); in GetBinaryKernel()
342 TYPE2 b = (TYPE2)(UNDEF2, UNDEF2, UNDEF2); in GetBinaryKernel()
381 ParameterType type1, ParameterType type2, in GetBinaryKernel() argument
389 EmitDefineType(kernel, "TYPE2", type2, vector_size_index); in GetBinaryKernel()
391 EmitDefineUndef(kernel, "UNDEF2", type2); in GetBinaryKernel()
[all …]
/external/sdv/vsomeip/third_party/boost/utility/test/
Dcompressed_pair_final_test.cpp19 struct type2 final { struct
29 struct is_final<type2> argument
45 test<type1, type2>(); in main()
46 test<type2, type1>(); in main()
47 test<type2, type2>(); in main()
/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/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/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/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/google-breakpad/src/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/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/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/kotlinx.serialization/formats/json-tests/commonTest/src/kotlinx/serialization/modules/
DSerialNameCollisionTest.kt22 data class Derived(val type: String, val type2: String) : Base() constant in kotlinx.serialization.modules.SerialNameCollisionTest.Derived
26 @SerialName("type") val t: String, @SerialName("type2") val t2: String, val t3: String
31 data class DerivedRenamed(val type: String, val type2: String) : Base() constant in kotlinx.serialization.modules.SerialNameCollisionTest.DerivedRenamed
49 assertFailsWith<IllegalArgumentException> { Json("type2", module) } in testCollisionWithDiscriminator()
72 assertFailsWith<IllegalArgumentException> { Json("type2", module) } in testCollisionWithDiscriminatorViaSerialNames()
/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/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_quad.c179 struct lp_type type2 = lp_dst_type; in lp_bld_quad_twiddle() local
180 type2.width = (lp_dst_type.width * lp_dst_type.length) / 2; in lp_bld_quad_twiddle()
181 type2.length = 2; in lp_bld_quad_twiddle()
182 type2.floating = 0; in lp_bld_quad_twiddle()
184 LLVMTypeRef type2_ref = lp_build_vec_type(gallivm, type2); in lp_bld_quad_twiddle()
194 dst[i + 0] = lp_build_interleave2(gallivm, type2, src0, src1, 0); in lp_bld_quad_twiddle()
195 dst[i + 1] = lp_build_interleave2(gallivm, type2, src0, src1, 1); in lp_bld_quad_twiddle()
/external/sdv/vsomeip/third_party/boost/fusion/include/boost/fusion/sequence/
Dconvert.hpp14 #define BOOST_FUSION_WA_GCC34(type1, type2) \ argument
15 boost::lazy_disable_if<boost::is_const<Sequence>, type1, type2>
17 #define BOOST_FUSION_WA_GCC34(type1, type2) type1, type2 argument
/external/skia/tests/graphite/
DUniformManagerTest.cpp213 for (SkSLType type2 : kTypes) { in DEF_GRAPHITE_TEST() local
214 const int vecLength2 = SkSLTypeVecLength(type2); in DEF_GRAPHITE_TEST()
220 const Uniform expectations[] = {{"a", type1}, {"b", type2}}; in DEF_GRAPHITE_TEST()
228 const size_t elementSize2 = element_size(layout, type2); in DEF_GRAPHITE_TEST()
256 SkSLTypeString(type1), SkSLTypeString(type2)); in DEF_GRAPHITE_TEST()
275 SkSLTypeString(type1), SkSLTypeString(type2)); in DEF_GRAPHITE_TEST()
302 SkSLTypeString(type1), SkSLTypeString(type2)); in DEF_GRAPHITE_TEST()
323 for (SkSLType type2 : kTypes) { in DEF_GRAPHITE_TEST() local
324 const int matSize2 = SkSLTypeMatrixSize(type2); in DEF_GRAPHITE_TEST()
330 const Uniform expectations[] = {{"a", type1}, {"b", type2}}; in DEF_GRAPHITE_TEST()
[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/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/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/deqp/modules/gles3/performance/
Des3pStateChangeCallTests.cpp101 #define ADD_ARG_CASE3(NAME, DESCRIPTION, FUNCNAME, TYPE0, ARGS0, TYPE1, ARGS1, TYPE2, ARGS2) … argument
116 …const TYPE2 args2[] = ARGS2; \
122 … const TYPE2 arg2 = args2[baseNdx % DE_LENGTH_OF_ARRAY(args2)]; \
130 #define ADD_ARG_CASE4(NAME, DESCRIPTION, FUNCNAME, TYPE0, ARGS0, TYPE1, ARGS1, TYPE2, ARGS2, TYPE3,… argument
145 …const TYPE2 args2[] = ARGS2; \
152 … const TYPE2 arg2 = args2[baseNdx % DE_LENGTH_OF_ARRAY(args2)]; \
161 #define ADD_ARG_CASE5(NAME, DESCRIPTION, FUNCNAME, TYPE0, ARGS0, TYPE1, ARGS1, TYPE2, ARGS2, TYPE3,… argument
177 …const TYPE2 args2[] = ARGS2; \
185 … const TYPE2 arg2 = args2[baseNdx % DE_LENGTH_OF_ARRAY(args2)]; \
195 #define ADD_ARG_CASE6(NAME, DESCRIPTION, FUNCNAME, TYPE0, ARGS0, TYPE1, ARGS1, TYPE2, ARGS2, TYPE3,… argument
[all …]
/external/sdv/vsomeip/third_party/boost/numeric/odeint/include/boost/numeric/odeint/algebra/detail/
Dmacros.hpp27 #define BOOST_ODEINT_CHECK_CONTAINER_TYPE( Type1 , Type2 ) \ argument
28 …BOOST_STATIC_ASSERT(( boost::is_same< typename boost::remove_const< Type1 >::type , Type2 >::value…
32 #define BOOST_ODEINT_CHECK_CONTAINER_TYPE( Type1 , Type2 ) argument
/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/sdv/vsomeip/third_party/boost/serialization/test/
Dtest_unregistered.cpp64 struct type2 { struct
72 BOOST_CLASS_VERSION(type2, 2); argument
253 oa.register_type(static_cast<type2 *>(NULL)); in save_unregistered_pointer()
256 type2 *pointer2 = new type2; in save_unregistered_pointer()
276 type2 *pointer2(NULL); in load_unregistered_pointer()

12345678910>>...16