HomeSort by relevance Sort by last modified time
    Searched defs:proxy (Results 426 - 450 of 733) sorted by null

<<11121314151617181920>>

  /frameworks/base/core/java/android/net/
Proxy.java 35 * A convenience class for accessing the user and default proxy
38 public final class Proxy {
42 private static final String TAG = "Proxy";
47 * Used to notify an app that's caching the default connection proxy
48 * that either the default connection or its proxy has changed.
51 * <li><em>EXTRA_PROXY_INFO</em> - The ProxyProperties for the proxy. Non-null,
52 * though if the proxy is undefined the host string
62 * It describes the new proxy being used (as a {@link ProxyInfo} object).
104 * Return the proxy object to be used for the URL given as parameter.
105 * @param ctx A Context used to get the settings for the proxy host
138 java.net.Proxy proxy = getProxy(ctx, null); local
155 java.net.Proxy proxy = getProxy(ctx, null); local
    [all...]
  /frameworks/base/core/jni/
android_view_Surface.cpp 391 RenderProxy* proxy = new RenderProxy(false, rootNode, &factory); local
392 proxy->loadSystemProperties();
393 proxy->setSwapBehavior(kSwap_discardBuffer);
394 proxy->initialize(surface);
397 proxy->setup(0, 0, (Vector3){0, 0, 0}, 0, 0, 0);
398 return (jlong) proxy;
402 RenderProxy* proxy = reinterpret_cast<RenderProxy*>(rendererPtr); local
404 proxy->updateSurface(surface);
408 RenderProxy* proxy = reinterpret_cast<RenderProxy*>(rendererPtr); local
410 proxy->syncAndDrawFrame(frameTimeNs, 0, 1.0f)
414 RenderProxy* proxy = reinterpret_cast<RenderProxy*>(rendererPtr); local
    [all...]
  /frameworks/base/services/core/java/com/android/server/location/
GpsXtraDownloader.java 20 import android.net.Proxy;
93 String proxyHost = Proxy.getHost(mContext);
94 int proxyPort = Proxy.getPort(mContext);
130 HttpHost proxy = new HttpHost(proxyHost, proxyPort); local
131 ConnRouteParams.setDefaultProxy(req.getParams(), proxy); local
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 38 public final String proxy; field in class:ApnSetting
89 String proxy, String port,
99 this.proxy = proxy;
135 * <carrier>, <apn>, <proxy>, <port>, <user>, <password>, <server>,
140 * [ApnSettingV2] <carrier>, <apn>, <proxy>, <port>, <user>, <password>, <server>,
145 * [ApnSettingV3] <carrier>, <apn>, <proxy>, <port>, <user>, <password>, <server>,
273 .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;
72 mView = inflater.inflate(R.layout.proxy, container, false);
86 // Disable UI if the Global Proxy is being controlled by a Device Admin
152 ProxyInfo proxy = cm.getGlobalProxy(); local
153 if (proxy != null) {
154 hostname = proxy.getHost();
155 port = proxy.getPort();
156 exclList = proxy.getExclusionListAsString();
188 switch (Proxy.validate(hostname, port, exclList)) {
189 case Proxy.PROXY_VALID
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
atmlec.h 86 } proxy; /* member in union:atmlec_msg::__anon46575
  /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::__anon48311
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/linux/
atmlec.h 92 } proxy; member in union:atmlec_msg::__anon75951
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/linux/
atmlec.h 92 } proxy; member in union:atmlec_msg::__anon76718
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/linux/
atmlec.h 92 } proxy; member in union:atmlec_msg::__anon77497
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/linux/
atmlec.h 92 } proxy; member in union:atmlec_msg::__anon78275
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/linux/
atmlec.h 92 } proxy; member in union:atmlec_msg::__anon79051
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/linux/
atmlec.h 92 } proxy; member in union:atmlec_msg::__anon79828
  /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...]
  /prebuilts/tools/common/cglib/
cglib-2.2.3.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-swing.jar 
  /external/chromium_org/cc/test/
layer_tree_test.h 163 bool HasImplThread() { return proxy() ? proxy()->HasImplThread() : false; }
165 DCHECK(proxy());
166 return proxy()->ImplThreadTaskRunner() ? proxy()->ImplThreadTaskRunner()
172 Proxy* proxy() const { function in class:cc::LayerTreeTest
173 return layer_tree_host_ ? layer_tree_host_->proxy() : NULL;
  /external/chromium_org/cc/trees/
tree_synchronizer_unittest.cc 20 #include "cc/trees/proxy.h"
561 FakeProxy proxy; local
562 DebugScopedSetImplThread impl(&proxy);
569 &proxy,
600 FakeProxy proxy; local
601 DebugScopedSetImplThread impl(&proxy);
608 &proxy,
673 FakeProxy proxy; local
674 DebugScopedSetImplThread impl(&proxy);
681 &proxy,
    [all...]

Completed in 2935 milliseconds

<<11121314151617181920>>