Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/java/util/concurrent/atomic/
DFences.java485 public static <T> T orderReads(T ref) { in orderReads()
500 public static <T> T orderWrites(T ref) { in orderWrites()
514 public static <T> T orderAccesses(T ref) { in orderAccesses()
534 public static void reachabilityFence(Object ref) { in reachabilityFence()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/ref/
DReferenceTest.java114 Reference ref = new SoftReference(obj, rq); in test_enqueue() local
151 Reference ref = queue.remove(); in test_get_WeakReference() local
209 Reference ref; in test_subclass() local
237 WeakReference ref = newWeakReference(null); in test_get() local
255 WeakReference<Object> ref = new WeakReference<Object>(o, queue); in newWeakReference() local
266 Reference ref = new SoftReference(obj, rq); in test_isEnqueued() local
DSoftReferenceTest.java102 Reference ref; in test_get_SoftReference() local
/libcore/luni/src/main/java/java/net/
DURLStreamHandler.java100 String ref; in parseURL() local
232 String file, String ref) { in setURL()
245 String ref) { in setURL()
289 String ref = url.getRef(); in toExternalForm() local
DURL.java89 private String ref; field in URL
305 protected void set(String protocol, String host, int port, String file, String ref) { in set()
664 String path, String query, String ref) { in set()
/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/luni/src/main/java/libcore/net/url/
DJarHandler.java101 String ref = url.getRef(); in toExternalForm() local
/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/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()