Searched refs:DIRECT (Results 1 – 9 of 9) sorted by relevance
/libcore/ojluni/src/main/java/java/net/ |
D | Proxy.java | 49 DIRECT, enumConstant 76 type = Type.DIRECT; in Proxy() 94 if ((type == Type.DIRECT) || !(sa instanceof InetSocketAddress)) in Proxy() 129 if (type() == Type.DIRECT) in toString()
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/ |
D | ProxyTest.java | 44 assertEquals(Proxy.Type.DIRECT, proxy.type()); in test_ConstructorLjava_net_ProxyLjava_net_SocketAddress_Normal() 69 proxy = new Proxy(Proxy.Type.DIRECT, null); in test_ConstructorLjava_net_ProxyLjava_net_SocketAddress_IllegalAddress() 76 proxy = new Proxy(Proxy.Type.DIRECT, address); in test_ConstructorLjava_net_ProxyLjava_net_SocketAddress_IllegalAddress() 189 assertEquals(Proxy.Type.DIRECT, Proxy.Type.valueOf("DIRECT")); in test_Type_valueOfLjava_lang_String_Normal() 233 assertEquals(Proxy.Type.DIRECT, types[0]); in test_Type_values()
|
/libcore/benchmarks/src/benchmarks/regression/ |
D | ByteBufferBulkBenchmark.java | 38 DIRECT, HEAP, MAPPED enumConstant 49 case DIRECT: in newBuffer()
|
D | ByteBufferBenchmark.java | 47 DIRECT, HEAP, MAPPED; enumConstant 55 case DIRECT: in newBuffer()
|
/libcore/ojluni/annotations/hiddenapi/java/net/ |
D | Proxy.java | 74 DIRECT, enumConstant
|
/libcore/luni/src/test/java/libcore/java/net/ |
D | OldProxyTest.java | 68 assertEquals(Proxy.Type.DIRECT, proxy.type()); in test_type()
|
D | FtpURLConnectionTest.java | 145 assertEquals(Proxy.Type.DIRECT, proxy.type()); in testConnectOverProxy_noProxy()
|
/libcore/ojluni/src/main/java/sun/net/ |
D | NetworkClient.java | 161 } else if (proxy.type() == Proxy.Type.DIRECT) { in doConnect()
|
/libcore/support/src/test/java/tests/resources/x509/ |
D | default.cnf | 41 # ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|