Home
last modified time | relevance | path

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

/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
DLocale.java3747 public static Locale lookup(List<LanguageRange> priorityList, in lookup() method in Locale
/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.java271 public static final Lookup lookup = MethodHandles.lookup(); field in MethodHandlesTest.A
281 public static final Lookup lookup = MethodHandles.lookup(); field in MethodHandlesTest.B
285 public static final Lookup lookup = MethodHandles.lookup(); field in MethodHandlesTest.C
295 public static final Lookup lookup = MethodHandles.lookup(); field in MethodHandlesTest.D
299 public static final Lookup lookup = MethodHandles.lookup(); field in MethodHandlesTest.E
466 static final MethodHandles.Lookup lookup = MethodHandles.lookup(); field in MethodHandlesTest.BarImpl
642 public static final Lookup lookup = MethodHandles.lookup(); field in MethodHandlesTest.UnreflectTester
1291 public static MethodHandles.Lookup lookup() { in lookup() method in MethodHandlesTest.VariableArityTester
1967 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()
DMethodHandles.java88 public static Lookup lookup() { in lookup() method in MethodHandles
/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/main/java/sun/util/locale/
DLocaleMatcher.java180 public static Locale lookup(List<LanguageRange> priorityList, in lookup() method in LocaleMatcher
/libcore/ojluni/src/test/java/time/tck/java/time/chrono/
DTCKChronology.java137 Chronology lookup = Chronology.of(chrono.getId()); in test_calendar_list() local
/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
DObjectOutputStream.java562 int lookup(java.lang.Object obj) { in lookup() method in ObjectOutputStream.HandleTable
721 java.lang.Object lookup(java.lang.Object obj) { in lookup() method in ObjectOutputStream.ReplaceTable
/libcore/ojluni/src/lambda/java/java/lang/invoke/
DMethodHandles.java36 public static Lookup lookup() { return null; } in lookup() method in MethodHandles
/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/annotations/mmodule/java/util/
DLocale.annotated.java144 public static java.util.Locale lookup(java.util.List<java.util.Locale.LanguageRange> priorityList, … 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
DObjectOutputStream.java2389 int lookup(Object obj) { in lookup() method in ObjectOutputStream.HandleTable
2498 Object lookup(Object obj) { in lookup() method in ObjectOutputStream.ReplaceTable
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
DMulticastSocketTest.java44 private static InetAddress lookup(String s) { in lookup() method in MulticastSocketTest
/libcore/ojluni/annotations/hiddenapi/java/util/
DLocale.java355 public static java.util.Locale lookup( in lookup() method in Locale
/libcore/luni/src/test/java/libcore/java/nio/channels/
DDatagramChannelMulticastTest.java50 private static InetAddress lookup(String s) { in lookup() method in DatagramChannelMulticastTest
/libcore/ojluni/annotations/hiddenapi/java/lang/invoke/
DMethodHandles.java37 public static java.lang.invoke.MethodHandles.Lookup lookup() { in lookup() method in MethodHandles