/libcore/ojluni/src/main/java/java/net/ |
URLStreamHandler.java | 73 * made through the specified proxy; Protocol handlers that do not 74 * support proxying will ignore the proxy parameter and make a 81 * @param p the proxy through which the connection will be made. 82 * If direct connection is desired, Proxy.NO_PROXY 93 protected URLConnection openConnection(URL u, Proxy p) throws IOException {
|
/prebuilts/misc/common/robolectric/lib/ |
maven-settings-2.2.1.jar | |
android-all-4.3_r2-robolectric-0.jar | |
android-all-4.2.2_r1.2-robolectric-0.jar | |
/prebuilts/tools/common/m2/repository/org/apache/maven/maven-artifact/3.2.1/ |
maven-artifact-3.2.1.jar | |
/prebuilts/tools/common/m2/repository/org/apache/maven/maven-artifact/3.3.9/ |
maven-artifact-3.3.9.jar | |
/prebuilts/tools/common/m2/repository/org/apache/maven/maven-settings/2.0.9/ |
maven-settings-2.0.9.jar | |
/prebuilts/tools/common/m2/repository/org/apache/maven/maven-settings/2.2.1/ |
maven-settings-2.2.1.jar | |
/external/guice/extensions/assistedinject/src/com/google/inject/assistedinject/ |
FactoryProvider2.java | 65 import java.lang.reflect.Proxy; 322 factory = factoryRawType.cast(Proxy.newProxyInstance( 430 + "Due to limitations with java.lang.reflect.Proxy, this is not allowed. " 739 public Object invoke(Object proxy, final Method method, final Object[] args) throws Throwable { 749 return proxy == args[0]; 751 return System.identityHashCode(proxy); [all...] |
/frameworks/av/media/libaudioclient/ |
AudioRecord.cpp | 771 // update proxy 836 Proxy::Buffer buffer; 845 sp<AudioRecordClientProxy> proxy; local 869 proxy = mProxy; 882 status = proxy->obtainBuffer(&buffer, requested, elapsed); 904 Proxy::Buffer buffer; [all...] |
/libcore/luni/src/test/java/libcore/java/lang/reflect/ |
ReflectionTest.java | 29 import java.lang.reflect.Proxy; 542 @Override public Object invoke(Object proxy, Method method, Object[] args) { 547 Object proxy = Proxy.newProxyInstance(getClass().getClassLoader(), local 549 assertSetEquals(proxy.getClass().getMethod("foo").getExceptionTypes(), 551 assertSetEquals(proxy.getClass().getMethod("foo", Void.class).getExceptionTypes());
|
/prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/ |
org.eclipse.ecf_3.2.0.v20130604-1622.jar | |
/prebuilts/go/darwin-x86/src/net/http/ |
transport.go | 40 Proxy: ProxyFromEnvironment, 88 // Proxy specifies a function to return a proxy for a given 91 // If Proxy is nil or returns a nil *URL, no proxy is used. 92 Proxy func(*Request) (*url.URL, error) 244 // ProxyFromEnvironment returns the URL of the proxy to use for a 254 // A nil URL and nil error are returned if no proxy is defined in the 255 // environment, or a proxy should not be used for the given request, 261 var proxy strin [all...] |
/prebuilts/go/linux-x86/src/net/http/ |
transport.go | 40 Proxy: ProxyFromEnvironment, 88 // Proxy specifies a function to return a proxy for a given 91 // If Proxy is nil or returns a nil *URL, no proxy is used. 92 Proxy func(*Request) (*url.URL, error) 244 // ProxyFromEnvironment returns the URL of the proxy to use for a 254 // A nil URL and nil error are returned if no proxy is defined in the 255 // environment, or a proxy should not be used for the given request, 261 var proxy strin [all...] |
/external/robolectric/v3/runtime/ |
android-all-4.3_r2-robolectric-0.jar | |
android-all-4.2.2_r1.2-robolectric-0.jar | |
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/ |
URLConnectionTest.java | 41 import java.net.Proxy; 305 // Use a misconfigured proxy to guarantee that the request is retried. 693 MockResponse mockResponse = new MockResponse().setBody("this response comes via a proxy"); 698 assertContent("this response comes via a proxy", connection); 806 // https should not use http proxy 830 * We weren't honoring all of the appropriate proxy system properties when 843 * through a proxy. http://b/3097277 [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
test_descr.py | [all...] |
/external/python/cpython2/Lib/test/ |
test_descr.py | [all...] |
/libcore/ojluni/src/main/java/java/io/ |
ObjectInputStream.java | 33 import java.lang.reflect.Proxy; 641 * Returns a proxy class that implements the interfaces named in a proxy 643 * data from the stream along with the descriptors for dynamic proxy 645 * interfaces and the proxy class. 647 * <p>This method is called exactly once for each unique proxy class 659 * <code>Proxy.getProxyClass</code> with the list of <code>Class</code> 672 * <code>Proxy.getProxyClass</code>; if non-public interfaces are present, 676 * If <code>Proxy.getProxyClass</code> throws an 682 * deserialized in the proxy class descripto [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_descr.py | [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_descr.py | [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_descr.py | [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_descr.py | [all...] |
/external/v8/src/compiler/ |
types.h | 38 // Receiver = Object \/ Proxy 166 V(Proxy, kCallableProxy | kOtherProxy) \
|