Searched defs:proxy (Results 1 - 25 of 644) sorted by path

1234567891011>>

/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
H A DFlexAntTasks.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/adobe/ com/adobe/ac/ com/adobe/ac/ant/ ...
/external/apache-harmony/beans/src/test/java/org/apache/harmony/beans/tests/java/beans/
H A DPropertyChangeListenerProxyTest.java31 PropertyChangeListenerProxy proxy; field in class:PropertyChangeListenerProxyTest
42 proxy = new PropertyChangeListenerProxy(name, listener);
46 proxy = new PropertyChangeListenerProxy(null, listener);
47 assertSame(listener, proxy.getListener());
48 assertNull(proxy.getPropertyName());
51 proxy.propertyChange(newevent);
53 proxy = new PropertyChangeListenerProxy(name, null);
54 assertSame(name, proxy.getPropertyName());
55 assertNull(proxy.getListener());
57 proxy
[all...]
/external/apache-harmony/support/src/test/java/tests/support/
H A DSupport_HttpServer.java72 private boolean proxy = false; field in class:Support_HttpServer
282 // redirection to a proxy passes an absolute URI to the
283 // proxy server
395 if (!proxy) {
514 * Sets the proxy.
516 * @param proxy The proxy to set
518 public void setProxy(boolean proxy) { argument
519 this.proxy = proxy;
[all...]
/external/apache-http/src/org/apache/http/conn/params/
H A DConnRouteParams.java89 * @return the default proxy set in the argument parameters, or
96 HttpHost proxy = (HttpHost)
98 if ((proxy != null) && NO_HOST.equals(proxy)) {
100 proxy = null;
102 return proxy;
111 * @param proxy the value to set, may be <code>null</code>.
117 HttpHost proxy) {
121 params.setParameter(DEFAULT_PROXY, proxy);
116 setDefaultProxy(HttpParams params, HttpHost proxy) argument
/external/apache-http/src/org/apache/http/conn/routing/
H A DHttpRoute.java67 /** The proxy servers, if any. */
70 /** Whether the the route is tunnelled through the proxy. */
82 * This constructor does <i>not</i> clone the proxy chain array,
91 * @param proxies the proxy chain to use, or
134 * @param proxies the proxy chain to use, or
148 * Creates a new route with at most one proxy.
153 * @param proxy the proxy to use, or
158 * via the proxy,
164 public HttpRoute(HttpHost target, InetAddress local, HttpHost proxy, argument
208 HttpRoute(HttpHost target, InetAddress local, HttpHost proxy, boolean secure) argument
227 toChain(HttpHost proxy) argument
[all...]
H A DRouteTracker.java72 /** The proxy chain, if any. */
132 * Tracks connecting to the first proxy.
134 * @param proxy the proxy connected to
138 public final void connectProxy(HttpHost proxy, boolean secure) { argument
139 if (proxy == null) {
146 this.proxyChain = new HttpHost[]{ proxy };
162 throw new IllegalStateException("No tunnel without proxy.");
170 * Tracks tunnelling to a proxy in a proxy chai
178 tunnelProxy(HttpHost proxy, boolean secure) argument
[all...]
/external/apache-http/src/org/apache/http/impl/auth/
H A DAuthSchemeBase.java58 * Flag whether authenticating against a proxy.
60 private boolean proxy; field in class:AuthSchemeBase
82 this.proxy = false;
84 this.proxy = true;
123 * Returns <code>true</code> if authenticating against a proxy, <code>false</code>
126 * @return <code>true</code> if authenticating against a proxy, <code>false</code>
130 return this.proxy;
H A DBasicScheme.java162 boolean proxy) {
179 if (proxy) {
159 authenticate( final Credentials credentials, final String charset, boolean proxy) argument
/external/chromium_org/ash/
H A Droot_window_controller_unittest.cc698 proxy()->GetKeyboardWindow();
751 aura::Window* keyboard_window = controller->proxy()->GetKeyboardWindow();
762 controller->proxy()->GetKeyboardWindow()->bounds());
784 proxy()->GetKeyboardWindow();
821 keyboard::KeyboardControllerProxy* proxy = keyboard_controller->proxy(); local
824 ui::InputMethod* input_method = proxy->GetInputMethod();
840 aura::Window* keyboard_window =proxy->GetKeyboardWindow();
846 proxy->EnsureCaretInWorkArea();
867 keyboard::KeyboardControllerProxy* proxy local
[all...]
H A Dshell.cc1076 keyboard::KeyboardControllerProxy* proxy = local
1079 new keyboard::KeyboardController(proxy));
/external/chromium_org/athena/content/
H A Dapp_activity_registry.cc55 // When the last window gets destroyed and there is no proxy to restart, we
80 // Create an activity proxy which can be used to re-activate the app. Insert
81 // the proxy then into the activity stream at the location of the (newest)
95 void AppActivityRegistry::ProxyDestroyed(AppActivityProxy* proxy) { argument
96 DCHECK_EQ(unloaded_activity_proxy_, proxy);
104 void AppActivityRegistry::RestartApplication(AppActivityProxy* proxy) { argument
105 DCHECK_EQ(unloaded_activity_proxy_, proxy);
107 // sure that the proxy gets deleted - after - the new activity got moved
/external/chromium_org/base/files/
H A Dfile_path_watcher_kqueue.cc359 base::MessageLoopProxy* proxy = io_message_loop_.get(); local
360 if (!proxy) {
364 if (!proxy->BelongsToCurrentThread()) {
365 proxy->PostTask(FROM_HERE,
H A Dfile_proxy.cc27 FileHelper(FileProxy* proxy, File file) argument
30 task_runner_(proxy->task_runner()),
31 proxy_(AsWeakPtr(proxy)) {
55 GenericFileHelper(FileProxy* proxy, File file) argument
56 : FileHelper(proxy, file.Pass()) {
91 CreateOrOpenHelper(FileProxy* proxy, File file) argument
92 : FileHelper(proxy, file.Pass()) {
112 CreateTemporaryHelper(FileProxy* proxy, File file) argument
113 : FileHelper(proxy, file.Pass()) {
154 GetInfoHelper(FileProxy* proxy, Fil argument
176 ReadHelper(FileProxy* proxy, File file, int bytes_to_read) argument
203 WriteHelper(FileProxy* proxy, File file, const char* buffer, int bytes_to_write) argument
[all...]
H A Dfile_proxy_unittest.cc73 void CreateProxy(uint32 flags, FileProxy* proxy) { argument
74 proxy->CreateOrOpen(
78 EXPECT_TRUE(proxy->IsValid());
100 FileProxy proxy(file_task_runner());
101 proxy.CreateOrOpen(
108 EXPECT_TRUE(proxy.IsValid());
109 EXPECT_TRUE(proxy.created());
119 FileProxy proxy(file_task_runner());
120 proxy.CreateOrOpen(
127 EXPECT_TRUE(proxy
[all...]
/external/chromium_org/base/memory/
H A Dref_counted_delete_on_message_loop.h37 const scoped_refptr<MessageLoopProxy>& proxy) : proxy_(proxy) {
36 RefCountedDeleteOnMessageLoop( const scoped_refptr<MessageLoopProxy>& proxy) argument
/external/chromium_org/cc/layers/
H A Dheads_up_display_layer_impl_unittest.cc35 FakeImplProxy proxy; local
37 FakeLayerTreeHostImpl host_impl(&proxy, &shared_bitmap_manager);
H A Dlayer_impl_unittest.cc87 FakeImplProxy proxy; local
89 FakeLayerTreeHostImpl host_impl(&proxy, &shared_bitmap_manager);
248 FakeImplProxy proxy; local
250 FakeLayerTreeHostImpl host_impl(&proxy, &shared_bitmap_manager);
358 FakeImplProxy proxy; local
360 FakeLayerTreeHostImpl host_impl(&proxy, &shared_bitmap_manager);
390 FakeImplProxy proxy; local
392 FakeLayerTreeHostImpl host_impl(&proxy, &shared_bitmap_manager);
H A Dnine_patch_layer_impl_unittest.cc46 FakeImplProxy proxy; local
48 FakeUIResourceLayerTreeHostImpl host_impl(&proxy, &shared_bitmap_manager);
H A Dpicture_layer_unittest.cc53 FakeProxy proxy; local
55 DebugScopedSetImplThread impl_thread(&proxy);
59 ImplSidePaintingSettings(), &proxy, &shared_bitmap_manager); local
H A Drender_surface_unittest.cc39 FakeImplProxy proxy; local
41 FakeLayerTreeHostImpl host_impl(&proxy, &shared_bitmap_manager);
84 FakeImplProxy proxy; local
86 FakeLayerTreeHostImpl host_impl(&proxy, &shared_bitmap_manager);
150 FakeImplProxy proxy; local
152 FakeLayerTreeHostImpl host_impl(&proxy, &shared_bitmap_manager);
H A Dsolid_color_layer_impl_unittest.cc30 FakeImplProxy proxy; local
32 FakeLayerTreeHostImpl host_impl(&proxy, &shared_bitmap_manager);
57 FakeImplProxy proxy; local
59 FakeLayerTreeHostImpl host_impl(&proxy, &shared_bitmap_manager);
87 FakeImplProxy proxy; local
89 FakeLayerTreeHostImpl host_impl(&proxy, &shared_bitmap_manager);
H A Dui_resource_layer_impl_unittest.cc60 FakeImplProxy proxy; local
62 FakeUIResourceLayerTreeHostImpl host_impl(&proxy, &shared_bitmap_manager);
103 FakeImplProxy proxy; local
105 FakeUIResourceLayerTreeHostImpl host_impl(&proxy, &shared_bitmap_manager);
130 FakeImplProxy proxy; local
132 FakeUIResourceLayerTreeHostImpl host_impl(&proxy, &shared_bitmap_manager);
/external/chromium_org/cc/resources/
H A Dprioritized_resource.cc12 #include "cc/trees/proxy.h"
144 DCHECK(!proxy() || proxy()->IsImplThread());
156 DCHECK(!proxy() || proxy()->IsImplThread());
161 DCHECK(!proxy() || proxy()->IsImplThread());
167 DCHECK(!proxy() ||
168 (proxy()->IsImplThread() && proxy()
197 const Proxy* PrioritizedResource::Backing::proxy() const { function in class:cc::PrioritizedResource::Backing
[all...]
H A Dprioritized_resource_manager.cc13 #include "cc/trees/proxy.h"
17 PrioritizedResourceManager::PrioritizedResourceManager(const Proxy* proxy) argument
24 proxy_(proxy),
H A Dprioritized_resource_manager.h19 #include "cc/trees/proxy.h"
39 static scoped_ptr<PrioritizedResourceManager> Create(const Proxy* proxy) { argument
40 return make_scoped_ptr(new PrioritizedResourceManager(proxy));
184 explicit PrioritizedResourceManager(const Proxy* proxy);

Completed in 3914 milliseconds

1234567891011>>