Home
last modified time | relevance | path

Searched defs:ref (Results 1 – 25 of 28) sorted by relevance

12

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/ref/
DReferenceTest.java148 Reference ref = new SoftReference(obj, rq); in test_enqueue() local
185 Reference ref = queue.remove(); in test_get_WeakReference() local
243 Reference ref; in test_subclass() local
272 WeakReference ref = newWeakReference(null); in test_get() local
290 WeakReference<Object> ref = new WeakReference<Object>(o, queue); in newWeakReference() local
301 Reference ref = new SoftReference(obj, rq); in test_isEnqueued() local
DSoftReferenceTest.java102 Reference ref; in test_get_SoftReference() local
/libcore/ojluni/src/main/java/sun/nio/ch/
DFileLockTable.java184 FileLockReference ref = list.get(index); in remove() local
205 FileLockReference ref = list.get(index); in removeAll() local
236 FileLockReference ref = list.get(index); in replace() local
261 FileLockReference ref; in removeStaleEntries() local
/libcore/ojluni/src/test/java/time/tck/java/time/chrono/serial/
DTCKChronoZonedDateTimeSerialization.java98 … ZonedDateTime ref = LocalDate.of(2013, 1, 5).atTime(12, 1, 2, 3).atZone(ZoneId.of("GMT+01:23")); in test_ChronoZonedDateTimeSerialization() local
DTCKChronoLocalDateTimeSerialization.java98 LocalDateTime ref = LocalDate.of(2013, 1, 5).atTime(12, 1, 2, 3); in test_ChronoLocalDateTimeSerialization() local
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
DSortedMapTestBase.java44 SortedMap<Integer, Integer> ref; field in SortedMapTestBase
291 private void checkSubMap(SortedMap<Integer, Integer> ref, in checkSubMap() argument
324 private void testViews(SortedMap<Integer, Integer> ref, SortedMap<Integer, Integer> map) { in testViews() argument
336 private void compareIterators(Collection ref, Collection map) { in compareIterators()
/libcore/ojluni/src/main/java/java/net/
DURLStreamHandler.java133 String ref = u.getRef(); in parseURL() local
568 String query, String ref) { in setURL()
574 u.set(u.getProtocol(), host, port, authority, userInfo, path, query, ref); in setURL() local
595 String file, String ref) { in setURL()
DURL.java215 private String ref; field in URL
680 String file, String ref) { in set()
718 String query, String ref) { in set()
1368 String ref = (String)gf.get("ref", null); in readObject() local
1414 String ref = tempState.getRef(); in setDeserializedFields() local
1514 String path, query, ref; field in Parts
/libcore/luni/src/test/java9language/java/libcore/libcore/internal/
DJava9LanguageFeaturesTest.java52 AtomicReference<String> ref = new Java9LanguageFeatures().createReference("Hello, world"); in testDiamondOnAnonymousClasses() local
/libcore/ojluni/annotations/hiddenapi/java/net/
DURL.java80 java.lang.String ref) { in set()
92 java.lang.String ref) { in set()
267 private java.lang.String ref; field in URL
/libcore/ojluni/annotations/hiddenapi/java/lang/ref/
DReference.java63 public static void reachabilityFence(java.lang.Object ref) { in reachabilityFence()
/libcore/ojluni/src/main/java/java/lang/ref/
DReference.java330 public static void reachabilityFence(Object ref) { in reachabilityFence()
/libcore/luni/src/test/java/libcore/java/net/
DOldURLStreamHandlerTest.java217 String ref) { in setURL()
229 String ref) { in setURL()
DOldURLTest.java785 String ref = "?y"; in test_toExternalForm_Relative() local
/libcore/ojluni/src/main/java/java/util/logging/
DLogManager.java672 LoggerWeakRef ref = namedLoggers.get(name); in findLogger() local
760 LoggerWeakRef ref = namedLoggers.get(name); in addLocalLogger() local
818 synchronized void removeLoggerRef(String name, LoggerWeakRef ref) { in removeLoggerRef()
1111 LoggerWeakRef ref = (LoggerWeakRef) loggerRefQueue.poll(); in drainLoggerRefQueueBounded() local
1629 LoggerWeakRef ref = node.loggerRef; in walkAndSetParent() local
/libcore/ojluni/src/main/java/sun/net/www/protocol/jar/
DHandler.java130 String ref = null; in parseURL() local
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
DURLTest.java1076 String ref = "?y"; in test_toExternalForm_Relative() local
1094 String ref) { in setURL()
/libcore/ojluni/src/main/java/java/text/
DDateFormatSymbols.java432 SoftReference<DateFormatSymbols> ref = cachedInstances.get(cacheKey); in getCachedInstance() local
825 SoftReference<DateFormatSymbols> ref = cachedInstances.get(cacheKey); in initializeData() local
/libcore/ojluni/src/main/java/sun/util/logging/
DPlatformLogger.java195 WeakReference<PlatformLogger> ref = loggers.get(name); in getLogger() local
215 WeakReference<PlatformLogger> ref = entry.getValue(); in redirectPlatformLoggers() local
/libcore/ojluni/src/main/java/java/io/
DObjectStreamClass.java335 Reference<?> ref = Caches.localDescs.get(key); in lookup() local
2246 Reference<?> ref = Caches.reflectors.get(key); in getReflector() local
2445 Reference<? extends Class<?>> ref; in processQueue() local
/libcore/ojluni/src/main/java/sun/nio/fs/
DUnixPath.java120 SoftReference<CharsetEncoder> ref = encoder.get(); in encode() local
/libcore/ojluni/src/main/java/sun/net/www/
DParseUtil.java280 String ref = url.getRef(); in toURI() local
/libcore/ojluni/annotations/hiddenapi/java/util/logging/
DLogManager.java421 java.lang.String name, java.util.logging.LogManager.LoggerWeakRef ref) { in removeLoggerRef()
/libcore/ojluni/src/main/java/java/lang/invoke/
DTransformers.java2066 private static void unboxNonNull(final Object ref, final Class<?> from, in unboxNonNull()
2241 private static void unbox(final Object ref, final Class<?> from, in unbox()
2292 Object ref = reader.nextReference(from); in explicitCast() local
/libcore/ojluni/src/main/java/java/lang/
DThread.java2248 Reference<? extends Class<?>> ref; in processQueue() local

12