Home
last modified time | relevance | path

Searched defs:u (Results 1 – 25 of 47) sorted by relevance

12

/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/net/
DURLConnectionTest.java77 MockURLConnection u = new MockURLConnection(new URL( in test_addRequestProperty() local
106 MockURLConnection u = new MockURLConnection(new URL( in test_setRequestProperty() local
139 MockURLConnection u = new MockURLConnection(new URL( in test_setUseCachesZ() local
157 MockURLConnection u = new MockURLConnection(new URL( in test_setAllowUserInteractionZ() local
181 protected URLConnection openConnection(URL u) throws IOException { in openConnection()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
DJarURLConnectionTest.java57 URL u = copyAndOpenResourceStream("lf.jar", "swt.dll"); in test_getAttributes() local
70 URL u = copyAndOpenResourceStream("lf.jar", "plus.bmp"); in test_getEntryName() local
86 URL u = copyAndOpenResourceStream("lf.jar", "plus.bmp"); in test_getJarEntry() local
198 URL u = copyAndOpenResourceStream("lf.jar", "swt.dll"); in test_getMainAttributes() local
231 URL u = copyAndOpenResourceStream("lf.jar", "plus.bmp"); in test_getManifest() local
246 URL u = copyAndOpenResourceStream("lf.jar", "plus.bmp"); in test_getCertificates() local
273 URL u = copyAndOpenResourceStream("lf.jar", ""); in test_getContentLength() local
289 URL u = copyAndOpenResourceStream("lf.jar", ""); in test_getContentType() local
/libcore/ojluni/src/main/java/sun/net/www/protocol/file/
DHandler.java53 protected void parseURL(URL u, String spec, int start, int limit) { in parseURL()
70 public synchronized URLConnection openConnection(URL u) in openConnection()
75 public synchronized URLConnection openConnection(URL u, Proxy p) in openConnection()
110 protected URLConnection createFileURLConnection(URL u, File file) in createFileURLConnection()
/libcore/ojluni/src/main/java/java/net/
DURLStreamHandler.java69 abstract protected URLConnection openConnection(URL u) throws IOException; in openConnection()
93 protected URLConnection openConnection(URL u, Proxy p) throws IOException { in openConnection()
122 protected void parseURL(URL u, String spec, int start, int limit) { in parseURL()
410 protected int hashCode(URL u) { in hashCode()
468 protected synchronized InetAddress getHostAddress(URL u) { in getHostAddress()
510 protected String toExternalForm(URL u) { in toExternalForm()
566 protected void setURL(URL u, String protocol, String host, int port, in setURL()
594 protected void setURL(URL u, String protocol, String host, int port, in setURL()
/libcore/ojluni/src/main/java/sun/net/www/protocol/ftp/
DHandler.java50 protected java.net.URLConnection openConnection(URL u) in openConnection()
55 protected java.net.URLConnection openConnection(URL u, Proxy p) in openConnection()
/libcore/luni/src/test/java/libcore/java/net/
DOldJarURLConnectionTest.java58 URL u = createContent("lf.jar", "swt.dll"); in test_getAttributes() local
75 URL u = createContent("TestCodeSigners.jar", "Test.class"); in test_getCertificates() local
100 URL u = createContent("lf.jar", "swt.dll"); in test_getManifest() local
120 URL u = createContent("lf.jar", "plus.bmp"); in test_getEntryName() local
137 URL u = createContent("lf.jar", "plus.bmp"); in test_getJarEntry() local
253 URL u = createContent("lf.jar", "plus.bmp"); in test_getJarFileURL() local
268 URL u = createContent("lf.jar", "swt.dll"); in test_getMainAttributes() local
DOldURLStreamHandlerTest.java188 @Override public InetAddress getHostAddress(URL u) { in getHostAddress()
192 @Override public int hashCode(URL u) { in hashCode()
200 @Override public URLConnection openConnection(URL u, Proxy p) throws IOException { in openConnection()
212 @Override public void setURL(URL u, in setURL()
221 @Override public void setURL(URL u, in setURL()
234 @Override public String toExternalForm(URL u) { in toExternalForm()
DOldURLClassLoaderTest.java47 URL[] u = new URL[0]; in test_Constructor$Ljava_net_URL() local
118 URL[] u = new URL[0]; in test_addURLLjava_net_URL() local
165 URL[] u = new URL[0]; in test_definePackage() local
/libcore/ojluni/src/main/native/
DDouble.c46 } u; in Double_longBitsToDouble() local
61 } u; in Double_doubleToRawLongBits() local
DFloat.c44 } u; in Float_intBitsToFloat() local
58 } u; in Float_floatToRawIntBits() local
DObjectInputStream.c59 } u; in Java_java_io_ObjectInputStream_bytesToFloats() local
127 } u; in Java_java_io_ObjectInputStream_bytesToDoubles() local
DObjectOutputStream.c58 } u; in Java_java_io_ObjectOutputStream_floatsToBytes() local
130 } u; in Java_java_io_ObjectOutputStream_doublesToBytes() local
/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/net/test_protocol/
DHandler.java26 protected URLConnection openConnection(URL u) throws IOException { in openConnection()
/libcore/ojluni/src/main/java/java/util/function/
DToDoubleBiFunction.java51 double applyAsDouble(T t, U u); in applyAsDouble()
DToLongBiFunction.java51 long applyAsLong(T t, U u); in applyAsLong()
DToIntBiFunction.java51 int applyAsInt(T t, U u); in applyAsInt()
DBiConsumer.java53 void accept(T t, U u); in accept()
DBiFunction.java53 R apply(T t, U u); in apply()
DBiPredicate.java53 boolean test(T t, U u); in test()
/libcore/ojluni/src/main/java/java/util/concurrent/
DTimeUnit.java85 public long convert(long d, TimeUnit u) { return u.toNanos(d); } in convert()
100 public long convert(long d, TimeUnit u) { return u.toMicros(d); } in convert()
115 public long convert(long d, TimeUnit u) { return u.toMillis(d); } in convert()
130 public long convert(long d, TimeUnit u) { return u.toSeconds(d); } in convert()
146 public long convert(long d, TimeUnit u) { return u.toMinutes(d); } in convert()
162 public long convert(long d, TimeUnit u) { return u.toHours(d); } in convert()
178 public long convert(long d, TimeUnit u) { return u.toDays(d); } in convert()
/libcore/ojluni/src/main/java/java/util/
DServiceLoader.java243 private static void fail(Class<?> service, URL u, int line, String msg) in fail()
252 private int parseLine(Class<?> service, URL u, BufferedReader r, int lc, in parseLine()
298 private Iterator<String> parse(Class<?> service, URL u) in parse()
DBitSet.java716 int u = wordIndex(fromIndex); in nextSetBit() local
748 int u = wordIndex(fromIndex); in nextClearBit() local
794 int u = wordIndex(fromIndex); in previousSetBit() local
832 int u = wordIndex(fromIndex); in previousClearBit() local
/libcore/ojluni/src/main/java/sun/net/www/protocol/jar/
DHandler.java39 protected java.net.URLConnection openConnection(URL u) in openConnection()
96 protected int hashCode(URL u) { in hashCode()
DJarFileFactory.java60 URL u; in getConnection() local
/libcore/ojluni/src/main/java/sun/nio/ch/
DNativeThreadSet.java88 int u = used; in signalAndWait() local

12