Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/net/
DURLConnectionTest.java82 MockURLConnection u = new MockURLConnection(new URL( in test_addRequestProperty() local
111 MockURLConnection u = new MockURLConnection(new URL( in test_setRequestProperty() local
144 MockURLConnection u = new MockURLConnection(new URL( in test_setUseCachesZ() local
162 MockURLConnection u = new MockURLConnection(new URL( in test_setAllowUserInteractionZ() local
186 protected URLConnection openConnection(URL u) throws IOException { in openConnection()
DContentHandlerFactoryTest.java134 public Object getContent(URLConnection u) { in getContent()
/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.java59 URL[] u = new URL[0]; in test_Constructor$Ljava_net_URL() local
131 URL[] u = new URL[0]; in test_addURLLjava_net_URL() local
154 URL[] u = new URL[0]; in test_definePackage() local
DOldURLTest.java338 URL u = new URL("https://a.xy.com/index.html"); in testOpenConnection() local
553 protected URLConnection openConnection(URL u) in openConnection()
559 URL u; field in OldURLTest
/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/luni/src/main/java/libcore/net/http/
DHttpHandler.java28 @Override protected URLConnection openConnection(URL u) throws IOException { in openConnection()
/libcore/luni/src/main/java/libcore/net/url/
DFtpHandler.java31 protected URLConnection openConnection(URL u) throws IOException { in openConnection()
DJarHandler.java41 protected URLConnection openConnection(URL u) throws IOException { in openConnection()
/libcore/luni/src/main/java/java/util/concurrent/atomic/
DAtomicBoolean.java71 int u = update ? 1 : 0; in compareAndSet() local
89 int u = update ? 1 : 0; in weakCompareAndSet() local
/libcore/luni/src/main/java/java/net/
DURLStreamHandler.java41 protected abstract URLConnection openConnection(URL u) throws IOException; in openConnection()
61 protected URLConnection openConnection(URL u, Proxy proxy) throws IOException { in openConnection()
229 protected void setURL(URL u, String protocol, String host, int port, in setURL()
241 protected void setURL(URL u, String protocol, String host, int port, in setURL()
DURLConnection.java1017 public Object getContent(URLConnection u) throws IOException { in getContent()
DURLClassLoader.java613 URL u = codesource.getLocation(); in getPermissions() local
/libcore/luni/src/main/java/java/util/concurrent/
DTimeUnit.java51 public long convert(long d, TimeUnit u) { return u.toNanos(d); } in convert()
62 public long convert(long d, TimeUnit u) { return u.toMicros(d); } in convert()
73 public long convert(long d, TimeUnit u) { return u.toMillis(d); } in convert()
84 public long convert(long d, TimeUnit u) { return u.toSeconds(d); } in convert()
95 public long convert(long d, TimeUnit u) { return u.toMinutes(d); } in convert()
106 public long convert(long d, TimeUnit u) { return u.toHours(d); } in convert()
117 public long convert(long d, TimeUnit u) { return u.toDays(d); } in convert()
DForkJoinWorkerThread.java435 long u = (((s = queueTop) & (m = q.length - 1)) << ASHIFT) + ABASE; in pushTask() local
463 long u = ((b & oldMask) << ASHIFT) + ABASE; in growQueue() local
525 long u = (i << ASHIFT) + ABASE; // raw offset in popTask() local
774 long u = (i << ASHIFT) + ABASE; in helpJoinTask() local
822 long u = (i << ASHIFT) + ABASE; in tryDeqAndExec() local
DForkJoinPool.java644 long c; int e, u; in signalWork() local
730 long u = (i << ASHIFT) + ABASE; in scan() local
755 long u = (i << ASHIFT) + ABASE; in scan() local
815 ForkJoinWorkerThread u = ws[i]; in tryAwaitWork() local
900 long u = (((s = queueTop) & (m = q.length-1)) << ASHIFT)+ABASE; in addSubmission() local
931 long u = ((b & oldMask) << ASHIFT) + ABASE; in growSubmissionQueue() local
958 int u = (int)(c >>> 32); in tryPreBlock() local
1778 long u = (i << ASHIFT) + ABASE; in pollSubmission() local
DConcurrentHashMap.java626 long u = (j << SSHIFT) + SBASE; in segmentAt() local
641 long u = (k << SSHIFT) + SBASE; // raw offset in ensureSegment() local
669 long u = (((h >>> segmentShift) & segmentMask) << SSHIFT) + SBASE; in segmentForHash() local
884 long u = (((h >>> segmentShift) & segmentMask) << SSHIFT) + SBASE; in get() local
912 long u = (((h >>> segmentShift) & segmentMask) << SSHIFT) + SBASE; in containsKey() local
DLinkedTransferQueue.java633 Node n, u; // temps for reads of next & tail in tryAppend() local
/libcore/luni/src/test/java/org/apache/harmony/xnet/provider/jsse/
DTrustedCertificateStoreTest.java280 Set<String> u = store.userAliases(); in assertEmpty() local
/libcore/luni/src/test/java/tests/api/java/util/
DEnumSetTest.java44 …a, b,c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u, v, w, x, y, z, A, B, C, D, E, F, G, … enumConstant
52 … f{}, g{}, h{}, i{}, j{}, k{}, l{}, m{}, n{}, o{}, p{}, q{}, r{}, s{}, t{}, u{}, v{}, w{}, x{}, y{… enumConstant
56 …a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u, v, w, x, y, z, A, B, C, D, E, F, G,… enumConstant
/libcore/luni/src/main/java/java/lang/
DString.java333 int u = (val >> 16) & 0x1f; in String() local
/libcore/luni/src/main/native/
Dlibcore_io_Posix.cpp281 static jobject makeStructUcred(JNIEnv* env, const struct ucred& u) { in makeStructUcred()
796 struct ucred u; in Posix_getsockoptUcred() local