Home
last modified time | relevance | path

Searched refs:IsInstanceOf (Results 1 – 25 of 774) sorted by relevance

12345678910>>...31

/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/libjava/jni/classpath/
H A Dprimlib.c236 if((*env)->IsInstanceOf(env, obj, PRIMLIB_GetNativeWrapClass(env, PRIMLIB_INT))) { in PRIMLIB_UnwrapInt()
314 if((*env)->IsInstanceOf(env, obj, typeClass)) { in PRIMLIB_GetReflectiveWrapperType()
318 if((*env)->IsInstanceOf(env, obj, typeClass)) { in PRIMLIB_GetReflectiveWrapperType()
322 if((*env)->IsInstanceOf(env, obj, typeClass)) { in PRIMLIB_GetReflectiveWrapperType()
326 if((*env)->IsInstanceOf(env, obj, typeClass)) { in PRIMLIB_GetReflectiveWrapperType()
330 if((*env)->IsInstanceOf(env, obj, typeClass)) { in PRIMLIB_GetReflectiveWrapperType()
334 if((*env)->IsInstanceOf(env, obj, typeClass)) { in PRIMLIB_GetReflectiveWrapperType()
338 if((*env)->IsInstanceOf(env, obj, typeClass)) { in PRIMLIB_GetReflectiveWrapperType()
342 if((*env)->IsInstanceOf(env, obj, typeClass)) { in PRIMLIB_GetReflectiveWrapperType()
346 if((*env)->IsInstanceOf(env, obj, typeClass)) { in PRIMLIB_GetReflectiveWrapperType()
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/libjava/jni/classpath/
H A Dprimlib.c236 if((*env)->IsInstanceOf(env, obj, PRIMLIB_GetNativeWrapClass(env, PRIMLIB_INT))) { in PRIMLIB_UnwrapInt()
314 if((*env)->IsInstanceOf(env, obj, typeClass)) { in PRIMLIB_GetReflectiveWrapperType()
318 if((*env)->IsInstanceOf(env, obj, typeClass)) { in PRIMLIB_GetReflectiveWrapperType()
322 if((*env)->IsInstanceOf(env, obj, typeClass)) { in PRIMLIB_GetReflectiveWrapperType()
326 if((*env)->IsInstanceOf(env, obj, typeClass)) { in PRIMLIB_GetReflectiveWrapperType()
330 if((*env)->IsInstanceOf(env, obj, typeClass)) { in PRIMLIB_GetReflectiveWrapperType()
334 if((*env)->IsInstanceOf(env, obj, typeClass)) { in PRIMLIB_GetReflectiveWrapperType()
338 if((*env)->IsInstanceOf(env, obj, typeClass)) { in PRIMLIB_GetReflectiveWrapperType()
342 if((*env)->IsInstanceOf(env, obj, typeClass)) { in PRIMLIB_GetReflectiveWrapperType()
346 if((*env)->IsInstanceOf(env, obj, typeClass)) { in PRIMLIB_GetReflectiveWrapperType()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/linker/cecil/rocks/Test/Mono.Cecil.Tests/
H A DTypeReferenceRocksTests.cs20 Assert.IsInstanceOf (typeof (ArrayType), string_array); in MakeArrayType()
31 Assert.IsInstanceOf (typeof (ArrayType), string_array); in MakeArrayTypeRank()
42 Assert.IsInstanceOf (typeof (PointerType), string_ptr); in MakePointerType()
52 Assert.IsInstanceOf (typeof (ByReferenceType), string_byref); in MakeByReferenceType()
65 Assert.IsInstanceOf (typeof (OptionalModifierType), string_modopt); in MakeOptionalModifierType()
79 Assert.IsInstanceOf (typeof (RequiredModifierType), string_modreq); in MakeRequiredModifierType()
90 Assert.IsInstanceOf (typeof (PinnedType), pinned_byte_array); in MakePinnedType()
100 Assert.IsInstanceOf (typeof (SentinelType), string_sentinel); in MakeSentinelType()
114 Assert.IsInstanceOf (typeof (GenericInstanceType), foo_string_int); in MakeGenericInstanceType()
/dports/lang/mono/mono-5.10.1.57/external/cecil/rocks/Test/Mono.Cecil.Tests/
H A DTypeReferenceRocksTests.cs20 Assert.IsInstanceOf (typeof (ArrayType), string_array); in MakeArrayType()
31 Assert.IsInstanceOf (typeof (ArrayType), string_array); in MakeArrayTypeRank()
42 Assert.IsInstanceOf (typeof (PointerType), string_ptr); in MakePointerType()
52 Assert.IsInstanceOf (typeof (ByReferenceType), string_byref); in MakeByReferenceType()
65 Assert.IsInstanceOf (typeof (OptionalModifierType), string_modopt); in MakeOptionalModifierType()
79 Assert.IsInstanceOf (typeof (RequiredModifierType), string_modreq); in MakeRequiredModifierType()
90 Assert.IsInstanceOf (typeof (PinnedType), pinned_byte_array); in MakePinnedType()
100 Assert.IsInstanceOf (typeof (SentinelType), string_sentinel); in MakeSentinelType()
114 Assert.IsInstanceOf (typeof (GenericInstanceType), foo_string_int); in MakeGenericInstanceType()
/dports/lang/mono/mono-5.10.1.57/external/cecil-legacy/rocks/Test/Mono.Cecil.Tests/
H A DTypeReferenceRocksTests.cs19 Assert.IsInstanceOf (typeof (ArrayType), string_array); in MakeArrayType()
30 Assert.IsInstanceOf (typeof (ArrayType), string_array); in MakeArrayTypeRank()
41 Assert.IsInstanceOf (typeof (PointerType), string_ptr); in MakePointerType()
51 Assert.IsInstanceOf (typeof (ByReferenceType), string_byref); in MakeByReferenceType()
64 Assert.IsInstanceOf (typeof (OptionalModifierType), string_modopt); in MakeOptionalModifierType()
78 Assert.IsInstanceOf (typeof (RequiredModifierType), string_modreq); in MakeRequiredModifierType()
89 Assert.IsInstanceOf (typeof (PinnedType), pinned_byte_array); in MakePinnedType()
99 Assert.IsInstanceOf (typeof (SentinelType), string_sentinel); in MakeSentinelType()
113 Assert.IsInstanceOf (typeof (GenericInstanceType), foo_string_int); in MakeGenericInstanceType()
/dports/lang/mono/mono-5.10.1.57/external/cecil-legacy/Test/Mono.Cecil.Tests/
H A DTypeParserTests.cs27 Assert.IsInstanceOf (typeof (TypeReference), type); in SimpleStringReference()
46 Assert.IsInstanceOf (typeof (TypeReference), type); in SimpleInt32Reference()
62 Assert.IsInstanceOf (typeof (TypeDefinition), type); in SimpleTypeDefinition()
75 Assert.IsInstanceOf (typeof (ByReferenceType), type); in ByRefTypeReference()
84 Assert.IsInstanceOf (typeof (TypeReference), type); in ByRefTypeReference()
101 Assert.IsInstanceOf (typeof (TypeReference), type); in FullyQualifiedTypeReference()
118 Assert.IsInstanceOf (typeof (TypeReference), type); in OpenGenericType()
159 Assert.IsInstanceOf (typeof (TypeReference), type); in TripleNestedTypeWithScope()
169 Assert.IsInstanceOf (typeof (TypeReference), type); in TripleNestedTypeWithScope()
179 Assert.IsInstanceOf (typeof (TypeReference), type); in TripleNestedTypeWithScope()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/linker/cecil/Test/Mono.Cecil.Tests/
H A DTypeParserTests.cs27 Assert.IsInstanceOf (typeof (TypeReference), type); in SimpleStringReference()
46 Assert.IsInstanceOf (typeof (TypeReference), type); in SimpleInt32Reference()
62 Assert.IsInstanceOf (typeof (TypeDefinition), type); in SimpleTypeDefinition()
75 Assert.IsInstanceOf (typeof (ByReferenceType), type); in ByRefTypeReference()
84 Assert.IsInstanceOf (typeof (TypeReference), type); in ByRefTypeReference()
101 Assert.IsInstanceOf (typeof (TypeReference), type); in FullyQualifiedTypeReference()
118 Assert.IsInstanceOf (typeof (TypeReference), type); in OpenGenericType()
159 Assert.IsInstanceOf (typeof (TypeReference), type); in TripleNestedTypeWithScope()
169 Assert.IsInstanceOf (typeof (TypeReference), type); in TripleNestedTypeWithScope()
179 Assert.IsInstanceOf (typeof (TypeReference), type); in TripleNestedTypeWithScope()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/cecil/Test/Mono.Cecil.Tests/
H A DTypeParserTests.cs27 Assert.IsInstanceOf (typeof (TypeReference), type); in SimpleStringReference()
46 Assert.IsInstanceOf (typeof (TypeReference), type); in SimpleInt32Reference()
62 Assert.IsInstanceOf (typeof (TypeDefinition), type); in SimpleTypeDefinition()
75 Assert.IsInstanceOf (typeof (ByReferenceType), type); in ByRefTypeReference()
84 Assert.IsInstanceOf (typeof (TypeReference), type); in ByRefTypeReference()
101 Assert.IsInstanceOf (typeof (TypeReference), type); in FullyQualifiedTypeReference()
118 Assert.IsInstanceOf (typeof (TypeReference), type); in OpenGenericType()
159 Assert.IsInstanceOf (typeof (TypeReference), type); in TripleNestedTypeWithScope()
169 Assert.IsInstanceOf (typeof (TypeReference), type); in TripleNestedTypeWithScope()
179 Assert.IsInstanceOf (typeof (TypeReference), type); in TripleNestedTypeWithScope()
[all …]
/dports/www/firefox/firefox-99.0/widget/android/jni/
H A DConversions.cpp39 MOZ_ASSERT(aData.IsInstanceOf<jni::Boolean>()); in Java2Native()
58 MOZ_ASSERT(aData.IsInstanceOf<jni::Integer>()); in Java2Native()
76 MOZ_ASSERT(aData.IsInstanceOf<jni::Double>()); in Java2Native()
100 if (aData != NULL && aData.IsInstanceOf<jni::String>()) { in Java2Native()
108 MOZ_ASSERT(aData.IsInstanceOf<jni::Throwable>()); in Java2Native()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/cpp0x/
H A Dvariadic-crash4.C10 template <template <ValueType> class, class> struct IsInstanceOf;
12 struct IsInstanceOf<TemplateA, TemplateA<TypesA...>> : std::true_type {};
14 bool foo = ValueTemplate<int>::IsInstanceOf<VsA, VsA<0>>::value;
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/g++.dg/cpp0x/
H A Dvariadic-crash4.C10 template <template <ValueType> class, class> struct IsInstanceOf;
12 struct IsInstanceOf<TemplateA, TemplateA<TypesA...>> : std::true_type {};
14 bool foo = ValueTemplate<int>::IsInstanceOf<VsA, VsA<0>>::value;
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/g++.dg/cpp0x/
H A Dvariadic-crash4.C10 template <template <ValueType> class, class> struct IsInstanceOf;
12 struct IsInstanceOf<TemplateA, TemplateA<TypesA...>> : std::true_type {};
14 bool foo = ValueTemplate<int>::IsInstanceOf<VsA, VsA<0>>::value;
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/g++.dg/cpp0x/
H A Dvariadic-crash4.C10 template <template <ValueType> class, class> struct IsInstanceOf;
12 struct IsInstanceOf<TemplateA, TemplateA<TypesA...>> : std::true_type {};
14 bool foo = ValueTemplate<int>::IsInstanceOf<VsA, VsA<0>>::value;
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/g++.dg/cpp0x/
H A Dvariadic-crash4.C10 template <template <ValueType> class, class> struct IsInstanceOf;
12 struct IsInstanceOf<TemplateA, TemplateA<TypesA...>> : std::true_type {};
14 bool foo = ValueTemplate<int>::IsInstanceOf<VsA, VsA<0>>::value;
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/cpp0x/
H A Dvariadic-crash4.C10 template <template <ValueType> class, class> struct IsInstanceOf;
12 struct IsInstanceOf<TemplateA, TemplateA<TypesA...>> : std::true_type {};
14 bool foo = ValueTemplate<int>::IsInstanceOf<VsA, VsA<0>>::value;
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/cpp0x/
H A Dvariadic-crash4.C10 template <template <ValueType> class, class> struct IsInstanceOf;
12 struct IsInstanceOf<TemplateA, TemplateA<TypesA...>> : std::true_type {};
14 bool foo = ValueTemplate<int>::IsInstanceOf<VsA, VsA<0>>::value;
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/g++.dg/cpp0x/
H A Dvariadic-crash4.C10 template <template <ValueType> class, class> struct IsInstanceOf;
12 struct IsInstanceOf<TemplateA, TemplateA<TypesA...>> : std::true_type {};
14 bool foo = ValueTemplate<int>::IsInstanceOf<VsA, VsA<0>>::value;
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/g++.dg/cpp0x/
H A Dvariadic-crash4.C10 template <template <ValueType> class, class> struct IsInstanceOf;
12 struct IsInstanceOf<TemplateA, TemplateA<TypesA...>> : std::true_type {};
14 bool foo = ValueTemplate<int>::IsInstanceOf<VsA, VsA<0>>::value;
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/cpp0x/
H A Dvariadic-crash4.C10 template <template <ValueType> class, class> struct IsInstanceOf;
12 struct IsInstanceOf<TemplateA, TemplateA<TypesA...>> : std::true_type {};
14 bool foo = ValueTemplate<int>::IsInstanceOf<VsA, VsA<0>>::value;
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/g++.dg/cpp0x/
H A Dvariadic-crash4.C10 template <template <ValueType> class, class> struct IsInstanceOf;
12 struct IsInstanceOf<TemplateA, TemplateA<TypesA...>> : std::true_type {};
14 bool foo = ValueTemplate<int>::IsInstanceOf<VsA, VsA<0>>::value;
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/g++.dg/cpp0x/
H A Dvariadic-crash4.C10 template <template <ValueType> class, class> struct IsInstanceOf;
12 struct IsInstanceOf<TemplateA, TemplateA<TypesA...>> : std::true_type {};
14 bool foo = ValueTemplate<int>::IsInstanceOf<VsA, VsA<0>>::value;
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/g++.dg/cpp0x/
H A Dvariadic-crash4.C10 template <template <ValueType> class, class> struct IsInstanceOf;
12 struct IsInstanceOf<TemplateA, TemplateA<TypesA...>> : std::true_type {};
14 bool foo = ValueTemplate<int>::IsInstanceOf<VsA, VsA<0>>::value;
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/g++.dg/cpp0x/
H A Dvariadic-crash4.C10 template <template <ValueType> class, class> struct IsInstanceOf;
12 struct IsInstanceOf<TemplateA, TemplateA<TypesA...>> : std::true_type {};
14 bool foo = ValueTemplate<int>::IsInstanceOf<VsA, VsA<0>>::value;
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/g++.dg/cpp0x/
H A Dvariadic-crash4.C10 template <template <ValueType> class, class> struct IsInstanceOf;
12 struct IsInstanceOf<TemplateA, TemplateA<TypesA...>> : std::true_type {};
14 bool foo = ValueTemplate<int>::IsInstanceOf<VsA, VsA<0>>::value;
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/g++.dg/cpp0x/
H A Dvariadic-crash4.C10 template <template <ValueType> class, class> struct IsInstanceOf;
12 struct IsInstanceOf<TemplateA, TemplateA<TypesA...>> : std::true_type {};
14 bool foo = ValueTemplate<int>::IsInstanceOf<VsA, VsA<0>>::value;

12345678910>>...31