Home
last modified time | relevance | path

Searched refs:holderClass (Results 1 – 24 of 24) sorted by relevance

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/lang/annotation/
H A DAnnotationVerifier.java348 private static void testGetAnnotation(Class<?> holderClass, in testGetAnnotation() argument
354 result = holderClass.getAnnotation(annType); in testGetAnnotation()
366 holderClass.getSimpleName() + in testGetAnnotation()
374 private static void testGetAnnotations(Class<?> holderClass, in testGetAnnotations() argument
379 Annotation[] anns = holderClass.getAnnotations(); in testGetAnnotations()
401 holderClass.getSimpleName() + in testGetAnnotations()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/lang/annotation/
H A DAnnotationVerifier.java348 private static void testGetAnnotation(Class<?> holderClass, in testGetAnnotation() argument
354 result = holderClass.getAnnotation(annType); in testGetAnnotation()
366 holderClass.getSimpleName() + in testGetAnnotation()
374 private static void testGetAnnotations(Class<?> holderClass, in testGetAnnotations() argument
379 Annotation[] anns = holderClass.getAnnotations(); in testGetAnnotations()
401 holderClass.getSimpleName() + in testGetAnnotations()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/lang/annotation/
H A DAnnotationVerifier.java348 private static void testGetAnnotation(Class<?> holderClass, in testGetAnnotation() argument
354 result = holderClass.getAnnotation(annType); in testGetAnnotation()
366 holderClass.getSimpleName() + in testGetAnnotation()
374 private static void testGetAnnotations(Class<?> holderClass, in testGetAnnotations() argument
379 Annotation[] anns = holderClass.getAnnotations(); in testGetAnnotations()
401 holderClass.getSimpleName() + in testGetAnnotations()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/java/lang/annotation/
H A DAnnotationVerifier.java348 private static void testGetAnnotation(Class<?> holderClass, in testGetAnnotation() argument
354 result = holderClass.getAnnotation(annType); in testGetAnnotation()
366 holderClass.getSimpleName() + in testGetAnnotation()
374 private static void testGetAnnotations(Class<?> holderClass, in testGetAnnotations() argument
379 Annotation[] anns = holderClass.getAnnotations(); in testGetAnnotations()
401 holderClass.getSimpleName() + in testGetAnnotations()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/lang/annotation/
H A DAnnotationVerifier.java348 private static void testGetAnnotation(Class<?> holderClass, in testGetAnnotation() argument
354 result = holderClass.getAnnotation(annType); in testGetAnnotation()
366 holderClass.getSimpleName() + in testGetAnnotation()
374 private static void testGetAnnotations(Class<?> holderClass, in testGetAnnotations() argument
379 Annotation[] anns = holderClass.getAnnotations(); in testGetAnnotations()
401 holderClass.getSimpleName() + in testGetAnnotations()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/java/lang/annotation/
H A DAnnotationVerifier.java348 private static void testGetAnnotation(Class<?> holderClass,
354 result = holderClass.getAnnotation(annType);
366 holderClass.getSimpleName() +
374 private static void testGetAnnotations(Class<?> holderClass,
379 Annotation[] anns = holderClass.getAnnotations();
401 holderClass.getSimpleName() +
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/lang/annotation/
H A DAnnotationVerifier.java348 private static void testGetAnnotation(Class<?> holderClass, in testGetAnnotation() argument
354 result = holderClass.getAnnotation(annType); in testGetAnnotation()
366 holderClass.getSimpleName() + in testGetAnnotation()
374 private static void testGetAnnotations(Class<?> holderClass, in testGetAnnotations() argument
379 Annotation[] anns = holderClass.getAnnotations(); in testGetAnnotations()
401 holderClass.getSimpleName() + in testGetAnnotations()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/java/lang/annotation/
H A DAnnotationVerifier.java348 private static void testGetAnnotation(Class<?> holderClass, in testGetAnnotation() argument
354 result = holderClass.getAnnotation(annType); in testGetAnnotation()
366 holderClass.getSimpleName() + in testGetAnnotation()
374 private static void testGetAnnotations(Class<?> holderClass, in testGetAnnotations() argument
379 Annotation[] anns = holderClass.getAnnotations(); in testGetAnnotations()
401 holderClass.getSimpleName() + in testGetAnnotations()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/corba/src/share/classes/com/sun/tools/corba/se/idl/toJavaPortable/
H A DHolder.java96 holderClass = entry.name () + "Holder"; in init()
127 …stream.println ("public final class " + holderClass + " implements org.omg.CORBA.portable.Streamab… in writeHeading()
168 stream.println (" public " + holderClass + " ()"); in writeCtors()
172 stream.println (" public " + holderClass + " (" + holderType + " initialValue)"); in writeCtors()
252 protected String holderClass; field in Holder
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/corba/src/share/classes/com/sun/tools/corba/se/idl/toJavaPortable/
H A DHolder.java96 holderClass = entry.name () + "Holder"; in init()
127 …stream.println ("public final class " + holderClass + " implements org.omg.CORBA.portable.Streamab… in writeHeading()
168 stream.println (" public " + holderClass + " ()"); in writeCtors()
172 stream.println (" public " + holderClass + " (" + holderType + " initialValue)"); in writeCtors()
252 protected String holderClass; field in Holder
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/gnu/CORBA/DynAn/
H A DgnuDynArray.java292 Class holderClass = null; in from_any() local
296 if (holderClass == null) in from_any()
301 holderClass = holder.getClass(); in from_any()
304 holder = (Streamable) holderClass.newInstance(); in from_any()
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/gnu/CORBA/DynAn/
H A DgnuDynArray.java292 Class holderClass = null; in from_any() local
296 if (holderClass == null) in from_any()
301 holderClass = holder.getClass(); in from_any()
304 holder = (Streamable) holderClass.newInstance(); in from_any()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/gnu/CORBA/DynAn/
H A DgnuDynArray.java292 Class holderClass = null; in from_any() local
296 if (holderClass == null) in from_any()
301 holderClass = holder.getClass(); in from_any()
304 holder = (Streamable) holderClass.newInstance(); in from_any()
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/gnu/CORBA/DynAn/
H A DgnuDynArray.java292 Class holderClass = null; in from_any() local
296 if (holderClass == null) in from_any()
301 holderClass = holder.getClass(); in from_any()
304 holder = (Streamable) holderClass.newInstance(); in from_any()
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/classpath/gnu/CORBA/DynAn/
H A DgnuDynArray.java292 Class holderClass = null; in from_any() local
296 if (holderClass == null) in from_any()
301 holderClass = holder.getClass(); in from_any()
304 holder = (Streamable) holderClass.newInstance(); in from_any()
/dports/java/sablevm-classpath/sablevm-classpath-1.13/gnu/CORBA/DynAn/
H A DgnuDynArray.java293 Class holderClass = null; in from_any() local
297 if (holderClass == null) in from_any()
302 holderClass = holder.getClass(); in from_any()
305 holder = (Streamable) holderClass.newInstance(); in from_any()
/dports/devel/spark/spark-2.1.1/sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/codegen/
H A DGenerateUnsafeProjection.scala315 val holderClass = classOf[BufferHolder].getName constant
316 ctx.addMutableState(holderClass, holder,
317 s"this.$holder = new $holderClass($result, ${numVarLenFields * 32});")
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/script/dom/bindings/codegen/
H A DCodegenRust.py2970 holderClass = "ptr::null()"
2973 holderClass = "&Class.base as *const JSClass"
2980 """ % {'holderClass': holderClass, 'holderProto': holderProto}))
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/bindings/
H A DCodegen.py3002 holderClass = "nullptr"
3005 holderClass = "sClass.ToJSClass()"
3019 holderClass=holderClass,
/dports/lang/spidermonkey60/firefox-60.9.0/dom/bindings/
H A DCodegen.py3312 holderClass = "nullptr"
3315 holderClass = "sClass.ToJSClass()"
3329 holderClass=holderClass,
/dports/www/firefox-esr/firefox-91.8.0/dom/bindings/
H A DCodegen.py3834 holderClass = "nullptr"
3837 holderClass = "sClass.ToJSClass()"
3852 holderClass=holderClass,
/dports/lang/spidermonkey78/firefox-78.9.0/dom/bindings/
H A DCodegen.py3350 holderClass = "nullptr"
3353 holderClass = "sClass.ToJSClass()"
3367 holderClass=holderClass,
/dports/www/firefox/firefox-99.0/dom/bindings/
H A DCodegen.py3833 holderClass = "nullptr"
3836 holderClass = "sClass.ToJSClass()"
3851 holderClass=holderClass,
/dports/mail/thunderbird/thunderbird-91.8.0/dom/bindings/
H A DCodegen.py3834 holderClass = "nullptr"
3837 holderClass = "sClass.ToJSClass()"
3852 holderClass=holderClass,