| /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/ |
| D | ProxyTest.java | 33 Proxy proxy = new Proxy(Proxy.Type.HTTP, address); in test_ConstructorLjava_net_ProxyLjava_net_SocketAddress_Normal() local 52 Proxy proxy = null; in test_ConstructorLjava_net_ProxyLjava_net_SocketAddress_IllegalAddress() local 111 Proxy proxy = new Proxy(Proxy.Type.HTTP, address); in test_toString() local 170 Proxy proxy[] = { new Proxy(Proxy.Type.HTTP, address1), in test_equalsLjava_lang_Object_NotEquals() local
|
| D | ProxySelectorTest.java | 513 private void assertProxyEquals(List selectedProxyList, Proxy proxy) { in assertProxyEquals() 527 Proxy proxy = new Proxy(type, sa); in assertProxyEquals() local
|
| D | URLTest.java | 995 public URLConnection openConnection(URL arg0, Proxy proxy) in openConnection()
|
| /libcore/luni/src/test/java/libcore/java/net/ |
| D | OldProxyTest.java | 28 Proxy proxy = new Proxy(Proxy.Type.SOCKS, address); in test_address() local 61 Proxy proxy = new Proxy(Proxy.Type.HTTP, address); in test_type() local
|
| /libcore/luni/src/test/java/org/apache/harmony/luni/tests/internal/net/www/protocol/http/ |
| D | HttpURLConnectionTest.java | 141 Proxy proxy = Proxy.NO_PROXY; in select() local 189 MockServer proxy = new MockServer("proxy"); in testUsingProxy() local 229 MockServer proxy = new MockServer("proxy"); in testUsingProxySelector() local 283 MockProxyServer proxy = new MockProxyServer("ProxyServer"); in testProxyAuthorization() local
|
| /libcore/luni/src/main/java/java/lang/reflect/ |
| D | InvocationHandler.java | 59 public Object invoke(Object proxy, Method method, Object[] args) throws Throwable; in invoke()
|
| /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/reflect/ |
| D | ProxyTest.java | 55 public Object invoke(Object proxy, Method method, Object[] args) in invoke() 72 Class proxy = Proxy.getProxyClass(Support_Proxy_I1.class in test_getProxyClassLjava_lang_ClassLoader$Ljava_lang_Class() local 142 Support_Proxy_I1 proxy = (Support_Proxy_I1) p; in test_newProxyInstanceLjava_lang_ClassLoader$Ljava_lang_ClassLjava_lang_reflect_InvocationHandler() local 186 Class proxy = Proxy.getProxyClass(Support_Proxy_I1.class in test_isProxyClassLjava_lang_Class() local
|
| /libcore/luni/src/main/java/libcore/net/url/ |
| D | FtpHandler.java | 55 protected URLConnection openConnection(URL url, Proxy proxy) throws IOException { in openConnection()
|
| D | FileHandler.java | 64 public URLConnection openConnection(URL url, Proxy proxy) throws IOException { in openConnection()
|
| D | FtpURLConnection.java | 95 private Proxy proxy; field in FtpURLConnection 133 protected FtpURLConnection(URL url, Proxy proxy) { in FtpURLConnection()
|
| /libcore/libart/src/main/java/java/lang/reflect/ |
| D | Proxy.java | 138 Class<?> proxy = loader.proxyCache.get(interfaceList); in getProxyClass() local 273 public static InvocationHandler getInvocationHandler(Object proxy) in getInvocationHandler() 395 static Object invoke(Proxy proxy, ArtMethod method, Object[] args) throws Throwable { in invoke()
|
| /libcore/luni/src/test/java/libcore/java/lang/reflect/ |
| D | ProxyTest.java | 64 Object proxy = Proxy.newProxyInstance(loaderA, interfacesA, invocationHandlerB); in testClassLoaderDoesNotNeedToSeeInvocationHandlerLoader() local 395 public Object invoke(Object proxy, Method method, Object[] args) throws Throwable { in invoke() 404 Object proxy = Proxy.newProxyInstance(cl, interfaces, new InvocationHandler() { in test24846() local
|
| D | AnnotationsTest.java | 206 Object proxy = Proxy.newProxyInstance(getClass().getClassLoader(), in testProxyMethodGetExceptions() local
|
| /libcore/luni/src/test/java/libcore/javax/net/ssl/ |
| D | PSKKeyManagerProxy.java | 77 public final Object invoke(Object proxy, Method method, Object[] args) throws Throwable { in invoke()
|
| /libcore/luni/src/main/java/java/net/ |
| D | ProxySelectorImpl.java | 45 Proxy proxy = null; in selectOneProxy() local
|
| D | PlainSocketImpl.java | 49 private Proxy proxy; field in PlainSocketImpl 60 public PlainSocketImpl(Proxy proxy) { in PlainSocketImpl()
|
| D | Socket.java | 35 private final Proxy proxy; field in Socket 80 public Socket(Proxy proxy) { in Socket()
|
| D | URLStreamHandler.java | 61 protected URLConnection openConnection(URL u, Proxy proxy) throws IOException { in openConnection()
|
| D | URL.java | 492 public URLConnection openConnection(Proxy proxy) throws IOException { in openConnection()
|
| /libcore/luni/src/main/java/java/beans/ |
| D | PropertyChangeSupport.java | 325 PropertyChangeListenerProxy proxy = (PropertyChangeListenerProxy) p; in writeObject() local 390 PropertyChangeListenerProxy proxy = (PropertyChangeListenerProxy) p; in firePropertyChange() local
|
| /libcore/luni/src/test/java/libcore/java/io/ |
| D | SerializationTest.java | 374 public Object invoke(Object proxy, Method method, Object[] args) { in invoke() 406 public Object invoke(Object proxy, Method method, Object[] args) { in invoke()
|
| /libcore/luni/src/test/java/libcore/java/util/beans/ |
| D | PropertyChangeSupportTest.java | 202 PropertyChangeListenerProxy proxy = new PropertyChangeListenerProxy("a", listener); in testAddingAProxy() local 269 PropertyChangeListenerProxy proxy = (PropertyChangeListenerProxy) listener; in describe() local
|
| /libcore/luni/src/main/java/libcore/reflect/ |
| D | AnnotationFactory.java | 276 public Object invoke(Object proxy, Method method, Object[] args) throws Throwable { in invoke()
|
| /libcore/luni/src/main/java/java/util/ |
| D | EnumSet.java | 338 SerializationProxy proxy = new SerializationProxy(); in writeReplace() local
|
| /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/ |
| D | HashMapTest.java | 76 public Object invoke(Object proxy, Method m, Object[] args) in invoke()
|