Home
last modified time | relevance | path

Searched refs:LOOKUP (Results 126 – 150 of 2412) sorted by relevance

12345678910>>...97

/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/java/lang/invoke/MethodHandles/
H A DTestCatchException.java38 final static MethodHandles.Lookup LOOKUP = MethodHandles.lookup(); field in TestCatchException
55 MethodHandle target = LOOKUP.findStatic(TestCatchException.class, "noThrow", M_TYPE); in testNoThrowPath()
56 …MethodHandle handler = LOOKUP.findStatic(TestCatchException.class, "handler", MethodType.methodTyp… in testNoThrowPath()
66 MethodHandle target = LOOKUP.findStatic(TestCatchException.class, "throwEx", M_TYPE); in testThrowPath()
67 …MethodHandle handler = LOOKUP.findStatic(TestCatchException.class, "handler", MethodType.methodTyp… in testThrowPath()
129 MethodHandle target = LOOKUP.findStatic(TestCatchException.class, "m1", t1) in testVarargsCollectorNoThrow()
131 MethodHandle catcher = LOOKUP.findStatic(TestCatchException.class, "m2", t2) in testVarargsCollectorNoThrow()
149 MethodHandle target = LOOKUP.findStatic(TestCatchException.class, "throwEx", t1) in testVarargsCollectorThrow()
151 MethodHandle catcher = LOOKUP.findStatic(TestCatchException.class, "m2", t2) in testVarargsCollectorThrow()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/java/lang/invoke/MethodHandles/
H A DTestCatchException.java38 final static MethodHandles.Lookup LOOKUP = MethodHandles.lookup(); field in TestCatchException
55 MethodHandle target = LOOKUP.findStatic(TestCatchException.class, "noThrow", M_TYPE); in testNoThrowPath()
56 …MethodHandle handler = LOOKUP.findStatic(TestCatchException.class, "handler", MethodType.methodTyp… in testNoThrowPath()
66 MethodHandle target = LOOKUP.findStatic(TestCatchException.class, "throwEx", M_TYPE); in testThrowPath()
67 …MethodHandle handler = LOOKUP.findStatic(TestCatchException.class, "handler", MethodType.methodTyp… in testThrowPath()
129 MethodHandle target = LOOKUP.findStatic(TestCatchException.class, "m1", t1) in testVarargsCollectorNoThrow()
131 MethodHandle catcher = LOOKUP.findStatic(TestCatchException.class, "m2", t2) in testVarargsCollectorNoThrow()
149 MethodHandle target = LOOKUP.findStatic(TestCatchException.class, "throwEx", t1) in testVarargsCollectorThrow()
151 MethodHandle catcher = LOOKUP.findStatic(TestCatchException.class, "m2", t2) in testVarargsCollectorThrow()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/lang/invoke/
H A DJavaDocExamplesTest.java80 private static final Lookup LOOKUP = lookup(); field in JavaDocExamplesTest
90 Class<?> THIS_CLASS = LOOKUP.lookupClass();
91 CONCAT_2 = LOOKUP.findVirtual(String.class,
93 HASHCODE_2 = LOOKUP.findVirtual(Object.class,
109 MethodHandle CONCAT_3 = LOOKUP.findVirtual(String.class, in testMisc()
111 MethodHandle HASHCODE_3 = LOOKUP.findVirtual(Object.class, in testMisc()
690 MH_one = LOOKUP.findStatic(THIS_CLASS, "one", methodType(I, I)); in testLoop()
713 MH_inc = LOOKUP.findStatic(THIS_CLASS, "inc", methodType(I, I)); in testSimplerLoop()
714 MH_mult = LOOKUP.findStatic(THIS_CLASS, "mult", methodType(I, I, I)); in testSimplerLoop()
748 MH_inc = LOOKUP.findVirtual(FacLoop.class, "inc", methodType(I, I)); in testFacLoop()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/lang/invoke/
H A DJavaDocExamplesTest.java80 private static final Lookup LOOKUP = lookup(); field in JavaDocExamplesTest
90 Class<?> THIS_CLASS = LOOKUP.lookupClass();
91 CONCAT_2 = LOOKUP.findVirtual(String.class,
93 HASHCODE_2 = LOOKUP.findVirtual(Object.class,
109 MethodHandle CONCAT_3 = LOOKUP.findVirtual(String.class, in testMisc()
111 MethodHandle HASHCODE_3 = LOOKUP.findVirtual(Object.class, in testMisc()
690 MH_one = LOOKUP.findStatic(THIS_CLASS, "one", methodType(I, I)); in testLoop()
713 MH_inc = LOOKUP.findStatic(THIS_CLASS, "inc", methodType(I, I)); in testSimplerLoop()
714 MH_mult = LOOKUP.findStatic(THIS_CLASS, "mult", methodType(I, I, I)); in testSimplerLoop()
748 MH_inc = LOOKUP.findVirtual(FacLoop.class, "inc", methodType(I, I)); in testFacLoop()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/java/lang/invoke/
H A DJavaDocExamplesTest.java80 private static final Lookup LOOKUP = lookup(); field in JavaDocExamplesTest
90 Class<?> THIS_CLASS = LOOKUP.lookupClass();
91 CONCAT_2 = LOOKUP.findVirtual(String.class,
93 HASHCODE_2 = LOOKUP.findVirtual(Object.class,
109 MethodHandle CONCAT_3 = LOOKUP.findVirtual(String.class, in testMisc()
111 MethodHandle HASHCODE_3 = LOOKUP.findVirtual(Object.class, in testMisc()
690 MH_one = LOOKUP.findStatic(THIS_CLASS, "one", methodType(I, I)); in testLoop()
713 MH_inc = LOOKUP.findStatic(THIS_CLASS, "inc", methodType(I, I)); in testSimplerLoop()
714 MH_mult = LOOKUP.findStatic(THIS_CLASS, "mult", methodType(I, I, I)); in testSimplerLoop()
748 MH_inc = LOOKUP.findVirtual(FacLoop.class, "inc", methodType(I, I)); in testFacLoop()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/lang/invoke/
H A DJavaDocExamplesTest.java80 private static final Lookup LOOKUP = lookup(); field in JavaDocExamplesTest
90 Class<?> THIS_CLASS = LOOKUP.lookupClass();
91 CONCAT_2 = LOOKUP.findVirtual(String.class,
93 HASHCODE_2 = LOOKUP.findVirtual(Object.class,
109 MethodHandle CONCAT_3 = LOOKUP.findVirtual(String.class, in testMisc()
111 MethodHandle HASHCODE_3 = LOOKUP.findVirtual(Object.class, in testMisc()
690 MH_one = LOOKUP.findStatic(THIS_CLASS, "one", methodType(I, I)); in testLoop()
713 MH_inc = LOOKUP.findStatic(THIS_CLASS, "inc", methodType(I, I)); in testSimplerLoop()
714 MH_mult = LOOKUP.findStatic(THIS_CLASS, "mult", methodType(I, I, I)); in testSimplerLoop()
748 MH_inc = LOOKUP.findVirtual(FacLoop.class, "inc", methodType(I, I)); in testFacLoop()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/java/lang/invoke/
H A DJavaDocExamplesTest.java80 private static final Lookup LOOKUP = lookup(); field in JavaDocExamplesTest
90 Class<?> THIS_CLASS = LOOKUP.lookupClass();
91 CONCAT_2 = LOOKUP.findVirtual(String.class,
93 HASHCODE_2 = LOOKUP.findVirtual(Object.class,
109 MethodHandle CONCAT_3 = LOOKUP.findVirtual(String.class, in testMisc()
111 MethodHandle HASHCODE_3 = LOOKUP.findVirtual(Object.class, in testMisc()
690 MH_one = LOOKUP.findStatic(THIS_CLASS, "one", methodType(I, I)); in testLoop()
713 MH_inc = LOOKUP.findStatic(THIS_CLASS, "inc", methodType(I, I)); in testSimplerLoop()
714 MH_mult = LOOKUP.findStatic(THIS_CLASS, "mult", methodType(I, I, I)); in testSimplerLoop()
748 MH_inc = LOOKUP.findVirtual(FacLoop.class, "inc", methodType(I, I)); in testFacLoop()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/java/lang/invoke/
H A DJavaDocExamplesTest.java80 private static final Lookup LOOKUP = lookup(); field in JavaDocExamplesTest
90 Class<?> THIS_CLASS = LOOKUP.lookupClass();
91 CONCAT_2 = LOOKUP.findVirtual(String.class,
93 HASHCODE_2 = LOOKUP.findVirtual(Object.class,
109 MethodHandle CONCAT_3 = LOOKUP.findVirtual(String.class, in testMisc()
111 MethodHandle HASHCODE_3 = LOOKUP.findVirtual(Object.class, in testMisc()
690 MH_one = LOOKUP.findStatic(THIS_CLASS, "one", methodType(I, I)); in testLoop()
713 MH_inc = LOOKUP.findStatic(THIS_CLASS, "inc", methodType(I, I)); in testSimplerLoop()
714 MH_mult = LOOKUP.findStatic(THIS_CLASS, "mult", methodType(I, I, I)); in testSimplerLoop()
748 MH_inc = LOOKUP.findVirtual(FacLoop.class, "inc", methodType(I, I)); in testFacLoop()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/lang/invoke/
H A DJavaDocExamplesTest.java80 private static final Lookup LOOKUP = lookup(); field in JavaDocExamplesTest
90 Class<?> THIS_CLASS = LOOKUP.lookupClass();
91 CONCAT_2 = LOOKUP.findVirtual(String.class,
93 HASHCODE_2 = LOOKUP.findVirtual(Object.class,
109 MethodHandle CONCAT_3 = LOOKUP.findVirtual(String.class, in testMisc()
111 MethodHandle HASHCODE_3 = LOOKUP.findVirtual(Object.class, in testMisc()
690 MH_one = LOOKUP.findStatic(THIS_CLASS, "one", methodType(I, I)); in testLoop()
713 MH_inc = LOOKUP.findStatic(THIS_CLASS, "inc", methodType(I, I)); in testSimplerLoop()
714 MH_mult = LOOKUP.findStatic(THIS_CLASS, "mult", methodType(I, I, I)); in testSimplerLoop()
748 MH_inc = LOOKUP.findVirtual(FacLoop.class, "inc", methodType(I, I)); in testFacLoop()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/lang/invoke/
H A DJavaDocExamplesTest.java80 private static final Lookup LOOKUP = lookup(); field in JavaDocExamplesTest
90 Class<?> THIS_CLASS = LOOKUP.lookupClass();
91 CONCAT_2 = LOOKUP.findVirtual(String.class,
93 HASHCODE_2 = LOOKUP.findVirtual(Object.class,
109 MethodHandle CONCAT_3 = LOOKUP.findVirtual(String.class, in testMisc()
111 MethodHandle HASHCODE_3 = LOOKUP.findVirtual(Object.class, in testMisc()
690 MH_one = LOOKUP.findStatic(THIS_CLASS, "one", methodType(I, I)); in testLoop()
713 MH_inc = LOOKUP.findStatic(THIS_CLASS, "inc", methodType(I, I)); in testSimplerLoop()
714 MH_mult = LOOKUP.findStatic(THIS_CLASS, "mult", methodType(I, I, I)); in testSimplerLoop()
748 MH_inc = LOOKUP.findVirtual(FacLoop.class, "inc", methodType(I, I)); in testFacLoop()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/java/lang/invoke/MethodHandles/classData/
H A DClassDataTest.java57 private static final Lookup LOOKUP = MethodHandles.lookup(); field in ClassDataTest
76 assertNull(MethodHandles.classData(LOOKUP, "_", Object.class)); in noClassData()
88 new Object[] { LOOKUP.in(hc), fullAccess & ~(PROTECTED|PRIVATE) }, in teleportedLookup()
133 Lookup lookup = LOOKUP.defineHiddenClassWithClassData(bytes, 100, true); in intClassData()
156 Lookup lookup = LOOKUP.defineHiddenClassWithClassData(bytes, hc, true); in classClassData()
185 Lookup lookup = LOOKUP.defineHiddenClassWithClassData(bytes, cd, true); in listClassData()
199 Lookup lookup = LOOKUP.defineHiddenClassWithClassData(bytes, cd, true); in arrayListClassData()
210 return LOOKUP.defineHiddenClassWithClassData(bytes, value, true); in hiddenClass()
219 return LOOKUP.defineHiddenClassWithClassData(bytes, list, true); in hiddenClass()
233 Lookup lookup = LOOKUP.defineHiddenClassWithClassData(bytes, hc, true); in condyInvokedFromVirtualMethod()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/lang/invoke/MethodHandles/classData/
H A DClassDataTest.java57 private static final Lookup LOOKUP = MethodHandles.lookup(); field in ClassDataTest
76 assertNull(MethodHandles.classData(LOOKUP, "_", Object.class)); in noClassData()
88 new Object[] { LOOKUP.in(hc), fullAccess & ~(PROTECTED|PRIVATE) }, in teleportedLookup()
133 Lookup lookup = LOOKUP.defineHiddenClassWithClassData(bytes, 100, true); in intClassData()
156 Lookup lookup = LOOKUP.defineHiddenClassWithClassData(bytes, hc, true); in classClassData()
185 Lookup lookup = LOOKUP.defineHiddenClassWithClassData(bytes, cd, true); in listClassData()
199 Lookup lookup = LOOKUP.defineHiddenClassWithClassData(bytes, cd, true); in arrayListClassData()
210 return LOOKUP.defineHiddenClassWithClassData(bytes, value, true); in hiddenClass()
219 return LOOKUP.defineHiddenClassWithClassData(bytes, list, true); in hiddenClass()
233 Lookup lookup = LOOKUP.defineHiddenClassWithClassData(bytes, hc, true); in condyInvokedFromVirtualMethod()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/shared/
H A DTestContext.java58 MethodHandles.Lookup LOOKUP = MethodHandles.lookup(); in invokeWithArguments() local
64 mh = LOOKUP.findVirtual(declaringClass, methodName, type); in invokeWithArguments()
67 mh = LOOKUP.findConstructor(declaringClass, type); in invokeWithArguments()
69 mh = LOOKUP.findSpecial(declaringClass, methodName, type, declaringClass); in invokeWithArguments()
72 mh = LOOKUP.findStatic(declaringClass, methodName, type); in invokeWithArguments()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/foreign/
H A DTestSymbolLookup.java50 static final SymbolLookup LOOKUP = SymbolLookup.loaderLookup(); field in TestSymbolLookup
54 assertFalse(LOOKUP.lookup("f").isEmpty()); in testSimpleLookup()
59 assertTrue(LOOKUP.lookup("nonExistent").isEmpty()); in testInvalidSymbolLookup()
64 …MemorySegment segment = LOOKUP.lookup("c").get().asSegment(MemoryLayouts.JAVA_INT.byteSize(), Reso… in testVariableSymbolLookup()
/dports/sysutils/busybox/busybox-1.26.2/examples/
H A Ddevfsd.conf31 LOOKUP .* MODLOAD
104 LOOKUP ^(sd/c[0-9]+b[0-9]+t[0-9]+u[0-9]+)p[0-9]+$ EXECUTE /bin/dd if=$mntpnt/\1 of=/dev/null count…
106 LOOKUP ^(sd[a-z]+)[0-9]+$ EXECUTE /bin/dd if=$mntpnt/\1 of=/dev/null count=1
108 LOOKUP ^(ide/hd/c[0-9]+b[0-9]+t[0-9]+u[0-9]+)p[0-9]+$ EXECUTE /bin/dd if=$mntpnt/\1 of=/dev/null c…
110 LOOKUP ^(hd[a-z])[0-9]+$ EXECUTE /bin/dd if=$mntpnt/\1 of=/dev/null count=1
114 LOOKUP ^(scd+)[0-9]+$ EXECUTE /bin/dd if=$mntpnt/\1 of=/dev/null count=1
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/
H A Ddrawgfx.c554 #undef LOOKUP
564 #undef LOOKUP
576 #undef LOOKUP
586 #undef LOOKUP
647 #undef LOOKUP
657 #undef LOOKUP
669 #undef LOOKUP
679 #undef LOOKUP
747 #undef LOOKUP
757 #undef LOOKUP
[all …]
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/
H A Ddrawgfx.c554 #undef LOOKUP
564 #undef LOOKUP
576 #undef LOOKUP
586 #undef LOOKUP
647 #undef LOOKUP
657 #undef LOOKUP
669 #undef LOOKUP
679 #undef LOOKUP
747 #undef LOOKUP
757 #undef LOOKUP
[all …]
/dports/devel/py-gevent/gevent-21.8.0/src/gevent/_generated_include/
H A DPyDictVersioning_proto_36f095b0bd887fb7db7a2fb45d0f46d110d1777f.h7 #define __PYX_PY_DICT_LOOKUP_IF_MODIFIED(VAR, DICT, LOOKUP) {\ argument
13 (VAR) = __pyx_dict_cached_value = (LOOKUP);\
23 #define __PYX_PY_DICT_LOOKUP_IF_MODIFIED(VAR, DICT, LOOKUP) (VAR) = (LOOKUP); argument
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/lang/invoke/findSpecial/m1/test/
H A DFindSpecial.java42 private static final Lookup LOOKUP = MethodHandles.lookup(); field in FindSpecial
54 MethodHandle mh = LOOKUP.findSpecial(Comparator.class, m.getName(), mt, Comparator.class); in findSpecialTest()
56 MethodHandle mh1 = LOOKUP.findSpecial(m.getDeclaringClass(), m.getName(), mt, in findSpecialTest()
67 MethodHandle mh = LOOKUP.unreflectSpecial(m, Comparator.class); in unreflectSpecialTest()
69 MethodHandle mh1 = LOOKUP.unreflectSpecial(m, MyComparator.class); in unreflectSpecialTest()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/java/lang/invoke/findSpecial/m1/test/
H A DFindSpecial.java42 private static final Lookup LOOKUP = MethodHandles.lookup();
54 MethodHandle mh = LOOKUP.findSpecial(Comparator.class, m.getName(), mt, Comparator.class);
56 MethodHandle mh1 = LOOKUP.findSpecial(m.getDeclaringClass(), m.getName(), mt,
67 MethodHandle mh = LOOKUP.unreflectSpecial(m, Comparator.class);
69 MethodHandle mh1 = LOOKUP.unreflectSpecial(m, MyComparator.class);
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/java/lang/invoke/findSpecial/m1/test/
H A DFindSpecial.java42 private static final Lookup LOOKUP = MethodHandles.lookup(); field in FindSpecial
54 MethodHandle mh = LOOKUP.findSpecial(Comparator.class, m.getName(), mt, Comparator.class); in findSpecialTest()
56 MethodHandle mh1 = LOOKUP.findSpecial(m.getDeclaringClass(), m.getName(), mt, in findSpecialTest()
67 MethodHandle mh = LOOKUP.unreflectSpecial(m, Comparator.class); in unreflectSpecialTest()
69 MethodHandle mh1 = LOOKUP.unreflectSpecial(m, MyComparator.class); in unreflectSpecialTest()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/lang/invoke/findSpecial/m1/test/
H A DFindSpecial.java42 private static final Lookup LOOKUP = MethodHandles.lookup(); field in FindSpecial
54 MethodHandle mh = LOOKUP.findSpecial(Comparator.class, m.getName(), mt, Comparator.class); in findSpecialTest()
56 MethodHandle mh1 = LOOKUP.findSpecial(m.getDeclaringClass(), m.getName(), mt, in findSpecialTest()
67 MethodHandle mh = LOOKUP.unreflectSpecial(m, Comparator.class); in unreflectSpecialTest()
69 MethodHandle mh1 = LOOKUP.unreflectSpecial(m, MyComparator.class); in unreflectSpecialTest()
/dports/astro/p5-Astro-FITS-Header/Astro-FITS-Header-3.08/lib/Astro/FITS/
H A DHeader.pm61 LOOKUP => {},
286 push @index, @{$self->{LOOKUP}{$_}}
288 defined $self->{LOOKUP}{$_} } keys %{$self->{LOOKUP}};
291 @index = @{${$self->{LOOKUP}}{$keyword}}
292 if ( exists ${$self->{LOOKUP}}{$keyword} &&
293 defined ${$self->{LOOKUP}}{$keyword} );
946 $self->{LOOKUP} = { };
955 unless ( exists ${$self->{LOOKUP}}{$key} &&
958 ${$self->{LOOKUP}}{$key} = [ $j ];
961 push( @{${$self->{LOOKUP}}{$key}}, $j );
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/lang/invoke/8147078/
H A DTest8147078.java54 static final MethodHandles.Lookup LOOKUP = MethodHandles.lookup(); field in Test8147078
59 MH_target = LOOKUP.findStatic(C, "target", methodType(int.class, int.class));
60 … MH_handler = LOOKUP.findStatic(C, "handler", methodType(int.class, String.class, int.class));
61 MH_catchException = LOOKUP.findStatic(MethodHandles.class, "catchException",
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/lang/invoke/8147078/
H A DTest8147078.java54 static final MethodHandles.Lookup LOOKUP = MethodHandles.lookup(); field in Test8147078
59 MH_target = LOOKUP.findStatic(C, "target", methodType(int.class, int.class));
60 … MH_handler = LOOKUP.findStatic(C, "handler", methodType(int.class, String.class, int.class));
61 MH_catchException = LOOKUP.findStatic(MethodHandles.class, "catchException",

12345678910>>...97