HomeSort by relevance Sort by last modified time
    Searched defs:proxy (Results 101 - 125 of 420) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
SocketConnector.java 34 import java.net.Proxy;
151 Proxy proxy = route.getProxy(); local
154 if (proxy.type() == Proxy.Type.DIRECT || proxy.type() == Proxy.Type.HTTP) {
157 socket = new Socket(proxy);
169 * To make an HTTPS connection over an HTTP proxy, send an unencrypted
170 * CONNECT request to create the proxy connection. This may need to b
    [all...]
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
SocksProxy.java 24 import java.net.Proxy;
79 public Proxy proxy() { method in class:SocksProxy
80 return new Proxy(Proxy.Type.SOCKS, InetSocketAddress.createUnresolved(
  /frameworks/av/media/libstagefright/omx/
GraphicBufferSource.cpp 178 sp<IConsumerListener> proxy; local
180 proxy = new BufferQueue::ProxyConsumerListener(listener);
182 proxy = new PersistentProxyListener(mConsumer, listener);
185 mInitCheck = mConsumer->consumerConnect(proxy, false);
    [all...]
  /frameworks/base/core/java/android/net/
Network.java 251 // TODO: Should this be optimized to avoid fetching the global proxy for every request?
253 java.net.Proxy proxy = null; local
255 proxy = proxyInfo.makeProxy();
257 proxy = java.net.Proxy.NO_PROXY;
259 return openConnection(url, proxy);
266 * @param proxy the proxy through which the connection will be established.
269 * @throws IllegalArgumentException if the argument proxy is null
    [all...]
Proxy.java 33 * A convenience class for accessing the user and default proxy
36 public final class Proxy {
38 private static final String TAG = "Proxy";
43 * Used to notify an app that's caching the proxy that either the default
44 * connection has changed or any connection's proxy has changed. The new
45 * proxy should be queried using {@link ConnectivityManager#getDefaultProxy()}.
53 * It describes the new proxy being used (as a {@link ProxyInfo} object).
54 * @deprecated Because {@code PROXY_CHANGE_ACTION} is sent whenever the proxy
58 * to get the proxy for the Network(s) they are using.
100 * Return the proxy object to be used for the URL given as parameter
134 java.net.Proxy proxy = getProxy(ctx, null); local
151 java.net.Proxy proxy = getProxy(ctx, null); local
    [all...]
  /frameworks/base/core/jni/
android_view_Surface.cpp 480 RenderProxy* proxy = new RenderProxy(false, rootNode, &factory); local
481 proxy->loadSystemProperties();
482 proxy->setSwapBehavior(kSwap_discardBuffer);
483 proxy->initialize(surface);
486 proxy->setup(0, 0, 0, 0, 0);
487 proxy->setLightCenter((Vector3){0, 0, 0});
488 return (jlong) proxy;
492 RenderProxy* proxy = reinterpret_cast<RenderProxy*>(rendererPtr); local
494 proxy->updateSurface(surface);
498 RenderProxy* proxy = reinterpret_cast<RenderProxy*>(rendererPtr) local
507 RenderProxy* proxy = reinterpret_cast<RenderProxy*>(rendererPtr); local
    [all...]
  /frameworks/base/services/core/java/com/android/server/location/
LocationProviderProxy.java 37 * Proxy for ILocationProvider implementations.
59 LocationProviderProxy proxy = new LocationProviderProxy(context, name, action, local
62 if (proxy.bind()) {
63 return proxy;
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
ApnSetting.java 40 public final String proxy; field in class:ApnSetting
99 String proxy, String port,
109 this.proxy = proxy;
146 * <carrier>, <apn>, <proxy>, <port>, <user>, <password>, <server>,
151 * [ApnSettingV2] <carrier>, <apn>, <proxy>, <port>, <user>, <password>, <server>,
156 * [ApnSettingV3] <carrier>, <apn>, <proxy>, <port>, <user>, <password>, <server>,
280 .append(", ").append(proxy)
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/reflect/
ProxyTest.java 27 import java.lang.reflect.Proxy;
55 public Object invoke(Object proxy, Method method, Object[] args)
61 class ProxyCoonstructorTest extends Proxy {
68 * java.lang.reflect.Proxy#getProxyClass(java.lang.ClassLoader,
72 Class proxy = Proxy.getProxyClass(Support_Proxy_I1.class local
75 assertTrue("Did not create a Proxy subclass ",
76 proxy.getSuperclass() == Proxy.class);
77 assertTrue("Does not believe its a Proxy class ", Prox
142 Support_Proxy_I1 proxy = (Support_Proxy_I1) p; local
186 Class proxy = Proxy.getProxyClass(Support_Proxy_I1.class local
    [all...]
  /libcore/libart/src/main/java/java/lang/reflect/
Proxy.java 31 * {@code Proxy} defines methods for creating dynamic proxy classes and instances.
32 * A proxy class implements a declared set of interfaces and delegates method
38 public class Proxy implements Serializable {
73 private Proxy() {
77 * Constructs a new {@code Proxy} instance with the specified invocation
81 * the invocation handler for the newly created proxy
83 protected Proxy(InvocationHandler h) {
96 * the class loader that will define the proxy class
99 * interface that will be implemented by the returned proxy
138 Class<?> proxy = loader.proxyCache.get(interfaceList); local
    [all...]
  /packages/apps/Settings/src/com/android/settings/
ProxySelector.java 30 import android.net.Proxy;
69 mView = inflater.inflate(R.layout.proxy, container, false);
83 // Disable UI if the Global Proxy is being controlled by a Device Admin
149 ProxyInfo proxy = cm.getGlobalProxy(); local
150 if (proxy != null) {
151 hostname = proxy.getHost();
152 port = proxy.getPort();
153 exclList = proxy.getExclusionListAsString();
185 switch (Proxy.validate(hostname, port, exclList)) {
186 case Proxy.PROXY_VALID
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
atmlec.h 86 } proxy; /* member in union:atmlec_msg::__anon30742
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
atmlec.h 86 } proxy; /* member in union:atmlec_msg::__anon32644
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/linux/
atmlec.h 92 } proxy; member in union:atmlec_msg::__anon60310
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/linux/
atmlec.h 92 } proxy; member in union:atmlec_msg::__anon61077
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/linux/
atmlec.h 92 } proxy; member in union:atmlec_msg::__anon61856
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/linux/
atmlec.h 92 } proxy; member in union:atmlec_msg::__anon62634
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/linux/
atmlec.h 92 } proxy; member in union:atmlec_msg::__anon63410
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/linux/
atmlec.h 92 } proxy; member in union:atmlec_msg::__anon64187
  /prebuilts/python/darwin-x86/2.7.5/bin/
smtpd.py 2 """An RFC 2821 smtp proxy.
20 Use `classname' as the concrete SMTP proxy class. Uses `PureProxy' by
84 __version__ = 'Python SMTP proxy version 0.2'
393 # Otherwise we'll forward it to the local proxy for disposition.
535 proxy = class_((options.localhost, options.localport), variable
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
smtpd.py 2 """An RFC 2821 smtp proxy.
20 Use `classname' as the concrete SMTP proxy class. Uses `PureProxy' by
84 __version__ = 'Python SMTP proxy version 0.2'
393 # Otherwise we'll forward it to the local proxy for disposition.
535 proxy = class_((options.localhost, options.localport), variable
  /prebuilts/python/linux-x86/2.7.5/bin/
smtpd.py 2 """An RFC 2821 smtp proxy.
20 Use `classname' as the concrete SMTP proxy class. Uses `PureProxy' by
84 __version__ = 'Python SMTP proxy version 0.2'
393 # Otherwise we'll forward it to the local proxy for disposition.
535 proxy = class_((options.localhost, options.localport), variable
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
smtpd.py 2 """An RFC 2821 smtp proxy.
20 Use `classname' as the concrete SMTP proxy class. Uses `PureProxy' by
84 __version__ = 'Python SMTP proxy version 0.2'
393 # Otherwise we'll forward it to the local proxy for disposition.
535 proxy = class_((options.localhost, options.localport), variable
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/gre/
NodeFactoryTest.java 54 NodeProxy proxy = m.create(cvi); local
57 assertNotNull(proxy);
58 assertSame(uiv, proxy.getNode());
61 INode inode = proxy;
75 NodeProxy proxy = m.create(uiv); local
78 assertNotNull(proxy);
79 assertSame(uiv, proxy.getNode());
82 INode inode = proxy;
100 // NodeProxies are cached. Creating the same one twice returns the same proxy.
112 // NodeProxies are cached. Creating the same one twice returns the same proxy
    [all...]
  /system/core/gatekeeperd/
gatekeeperd.cpp 337 android::sp<android::GateKeeperProxy> proxy = new android::GateKeeperProxy(); local
339 android::String16("android.service.gatekeeper.IGateKeeperService"), proxy);

Completed in 406 milliseconds

1 2 3 45 6 7 8 91011>>