Home
last modified time | relevance | path

Searched defs:lookup (Results 1 – 25 of 33) sorted by relevance

12

/libcore/ojluni/src/test/java/lang/invoke/VarHandles/accessibility/
DTestFieldLookupAccessibility.java58 Object lookup(MethodHandles.Lookup l, Field f) throws Exception { in MH_GETTER() method
67 Object lookup(MethodHandles.Lookup l, Field f) throws Exception { in MH_SETTER() method
76 Object lookup(MethodHandles.Lookup l, Field f) throws Exception { in MH_STATIC_GETTER() method
85 Object lookup(MethodHandles.Lookup l, Field f) throws Exception { in MH_STATIC_SETTER() method
94 Object lookup(MethodHandles.Lookup l, Field f) throws Exception { in MH_UNREFLECT_GETTER() method
99 Object lookup(MethodHandles.Lookup l, Field f) throws Exception { in MH_UNREFLECT_GETTER_ACCESSIBLE() method
104 Object lookup(MethodHandles.Lookup l, Field f) throws Exception { in MH_UNREFLECT_SETTER() method
113 Object lookup(MethodHandles.Lookup l, Field f) throws Exception { in MH_UNREFLECT_SETTER_ACCESSIBLE() method
118 Object lookup(MethodHandles.Lookup l, Field f) throws Exception { in VH() method
127 Object lookup(MethodHandles.Lookup l, Field f) throws Exception { in VH_STATIC() method
[all …]
/libcore/ojluni/src/test/java/lang/invoke/VarHandles/accessibility/pkg/subpkg/
DC.java31 public static MethodHandles.Lookup lookup() { in lookup() method in C
DB_extends_A.java33 public static MethodHandles.Lookup lookup() { in lookup() method in B_extends_A
/libcore/ojluni/src/test/java/lang/invoke/VarHandles/accessibility/pkg/
DB_extends_A.java31 public static MethodHandles.Lookup lookup() { in lookup() method in B_extends_A
DC.java31 public static MethodHandles.Lookup lookup() { in lookup() method in C
DA.java53 public static MethodHandles.Lookup lookup() { in lookup() method in A
/libcore/luni/src/main/java/libcore/net/http/
DDns.java44 … @NonNull List<@NonNull InetAddress> lookup(@Nullable String hostname) throws UnknownHostException; in lookup() method
/libcore/ojluni/src/test/java/lang/invoke/remote/
DRemoteExample.java34 public static Lookup lookup() { return MethodHandles.lookup(); } in lookup() method in RemoteExample
/libcore/ojluni/src/main/java/java/util/
DListResourceBundle.java212 private volatile Map<String,Object> lookup = null; field in ListResourceBundle
DPropertyResourceBundle.java203 private final Map<String,Object> lookup; field in PropertyResourceBundle
/libcore/luni/src/test/java/libcore/java/lang/invoke/
DMethodHandleAccessorsTest.java538 MethodHandles.Lookup lookup = MethodHandles.lookup(); in testBooleanSettersAndGetters() local
558 MethodHandles.Lookup lookup = MethodHandles.lookup(); in testByteSettersAndGetters() local
578 MethodHandles.Lookup lookup = MethodHandles.lookup(); in testCharSettersAndGetters() local
598 MethodHandles.Lookup lookup = MethodHandles.lookup(); in testShortSettersAndGetters() local
618 MethodHandles.Lookup lookup = MethodHandles.lookup(); in testIntSettersAndGetters() local
638 MethodHandles.Lookup lookup = MethodHandles.lookup(); in testFloatSettersAndGetters() local
658 MethodHandles.Lookup lookup = MethodHandles.lookup(); in testDoubleSettersAndGetters() local
678 MethodHandles.Lookup lookup = MethodHandles.lookup(); in testLongSettersAndGetters() local
698 MethodHandles.Lookup lookup = MethodHandles.lookup(); in testStringSettersAndGetters() local
720 MethodHandles.Lookup lookup = MethodHandles.lookup(); in testLookup() local
[all …]
DMethodHandlesTest.java308 public static final Lookup lookup = MethodHandles.lookup(); field in MethodHandlesTest.A
318 public static final Lookup lookup = MethodHandles.lookup(); field in MethodHandlesTest.B
322 public static final Lookup lookup = MethodHandles.lookup(); field in MethodHandlesTest.C
332 public static final Lookup lookup = MethodHandles.lookup(); field in MethodHandlesTest.D
336 public static final Lookup lookup = MethodHandles.lookup(); field in MethodHandlesTest.E
550 static final MethodHandles.Lookup lookup = MethodHandles.lookup(); field in MethodHandlesTest.BarImpl
726 public static final Lookup lookup = MethodHandles.lookup(); field in MethodHandlesTest.UnreflectTester
1375 public static MethodHandles.Lookup lookup() { in lookup() method in MethodHandlesTest.VariableArityTester
2051 public static MethodHandles.Lookup lookup = MethodHandles.lookup(); field in MethodHandlesTest.Inner1
/libcore/ojluni/src/main/java/sun/util/resources/
DOpenListResourceBundle.java167 private volatile Map<String, Object> lookup = null; field in OpenListResourceBundle
/libcore/ojluni/src/main/java/java/lang/invoke/
DMethodHandleImpl.java160 public <T extends Member> T reflectAs(Class<T> expected, MethodHandles.Lookup lookup) { in reflectAs()
DMethodHandleInfo.java201 public <T extends Member> T reflectAs(Class<T> expected, Lookup lookup); in reflectAs()
/libcore/ojluni/annotations/hiddenapi/java/nio/charset/
DCharset.java58 private static java.nio.charset.Charset lookup(java.lang.String charsetName) { in lookup() method in Charset
/libcore/ojluni/src/test/java/lang/invoke/
DPermuteArgsTest.java145 Lookup lookup = lookup(); in test0() local
218 Lookup lookup = lookup(); in findTestMH() local
DJavaDocExamplesTest.java180 static Lookup lookup() { return MethodHandles.lookup(); } in lookup() method in JavaDocExamplesTest.Listie
374 MethodHandles.Lookup lookup = MethodHandles.lookup(); in testMethodHandlesSummary() local
652 Lookup lookup = publicLookup(); in testFoldArguments2() local
DMethodHandlesTest.java812 MethodHandles.Lookup lookup = IMPL_LOOKUP; in makeArrays() local
906 MethodHandles.Lookup lookup = IMPL_LOOKUP; in makeLists() local
945 static Lookup lookup() { in lookup() method in MethodHandlesTest.PackageSibling
/libcore/ojluni/src/main/java/sun/util/locale/
DLocaleMatcher.java180 public static Locale lookup(List<LanguageRange> priorityList, in lookup() method in LocaleMatcher
/libcore/ojluni/annotations/hiddenapi/java/io/
DObjectStreamClass.java41 public static java.io.ObjectStreamClass lookup(java.lang.Class<?> cl) { in lookup() method in ObjectStreamClass
73 static java.io.ObjectStreamClass lookup(java.lang.Class<?> cl, boolean all) { in lookup() method in ObjectStreamClass
/libcore/ojluni/src/lambda/java/java/lang/invoke/
DMethodHandles.java36 public static Lookup lookup() { return null; } in lookup() method in MethodHandles
/libcore/ojluni/src/test/java/time/tck/java/time/chrono/
DTCKChronology.java150 Chronology lookup = Chronology.of(chrono.getId()); in test_calendar_list() local
/libcore/ojluni/annotations/sdk/nullability/java/util/
DLocale.annotated.java139 @libcore.util.Nullable public static java.util.Locale lookup(@libcore.util.NonNull java.util.List<j… in lookup() method in Locale
/libcore/ojluni/src/main/java/java/io/
DObjectStreamClass.java220 public static ObjectStreamClass lookup(Class<?> cl) { in lookup() method in ObjectStreamClass
329 static ObjectStreamClass lookup(Class<?> cl, boolean all) { in lookup() method in ObjectStreamClass

12