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

<<21222324252627282930

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_array.py 9 from weakref import proxy namespace
770 p = proxy(s)
    [all...]
test_file2k.py 10 from weakref import proxy namespace
33 p = proxy(self.f)
test_itertools.py 4 from weakref import proxy namespace
    [all...]
test_re.py 9 from weakref import proxy namespace
25 y = proxy(x)
    [all...]
  /frameworks/base/services/core/java/com/android/server/
BluetoothManagerService.java 523 IBluetoothProfileServiceConnection proxy) {
552 addProxyMsg.obj = proxy;
559 IBluetoothProfileServiceConnection proxy) {
565 psc.removeProxy(proxy);
614 private void addProxy(IBluetoothProfileServiceConnection proxy) {
615 mProxies.register(proxy);
618 proxy.onServiceConnected(mClassName, mService);
620 Log.e(TAG, "Unable to connect to proxy", e);
631 private void removeProxy(IBluetoothProfileServiceConnection proxy) {
632 if (proxy != null)
1016 IBluetoothProfileServiceConnection proxy = local
    [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.ecf.provider.filetransfer.httpclient4_1.0.300.v20130604-1622.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.ecf.provider.filetransfer.httpclient4_1.0.300.v20130604-1622.jar 
  /external/apache-http/src/org/apache/http/impl/client/
DefaultRequestDirector.java 146 /** The proxy authentication handler. */
218 ("Proxy authentication handler may not be null.");
398 HttpHost proxy = route.getProxyHost(); local
404 proxy);
646 // The most simple example for this case is a proxy chain
652 this.log.debug("Tunnel to proxy created.");
684 * The connection must be established to the (last) proxy.
685 * A CONNECT request for tunnelling through the proxy will
705 HttpHost proxy = route.getProxyHost(); local
735 this.log.error("Proxy authentication error: " + ex.getMessage())
915 HttpHost proxy = route.getProxyHost(); local
    [all...]
  /external/chromium_org/cc/trees/
layer_tree_host.cc 147 void LayerTreeHost::InitializeForTesting(scoped_ptr<Proxy> proxy_for_testing) {
151 void LayerTreeHost::InitializeProxy(scoped_ptr<Proxy> proxy) {
154 proxy_ = proxy.Pass();
722 SingleThreadProxy* proxy = static_cast<SingleThreadProxy*>(proxy_.get()); local
733 proxy->CompositeImmediately(frame_begin_time);
    [all...]
layer_tree_host_impl.h 65 // LayerTreeHost->Proxy callback interface.
120 Proxy* proxy,
384 Proxy* proxy() const { return proxy_; } function in class:cc::LayerTreeHostImpl
487 Proxy* proxy,
508 Proxy* proxy_;
  /external/chromium_org/chrome/third_party/mock4js/
mock4js.js 508 // setup proxy
527 proxy: function() {
  /external/chromium_org/ppapi/proxy/
ppb_instance_proxy.cc 5 #include "ppapi/proxy/ppb_instance_proxy.h"
18 #include "ppapi/proxy/broker_resource.h"
19 #include "ppapi/proxy/browser_font_singleton_resource.h"
20 #include "ppapi/proxy/content_decryptor_private_serializer.h"
21 #include "ppapi/proxy/enter_proxy.h"
22 #include "ppapi/proxy/file_mapping_resource.h"
23 #include "ppapi/proxy/flash_clipboard_resource.h"
24 #include "ppapi/proxy/flash_file_resource.h"
25 #include "ppapi/proxy/flash_fullscreen_resource.h"
26 #include "ppapi/proxy/flash_resource.h
63 namespace proxy { namespace in namespace:ppapi
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
port.h 259 const rtc::ProxyInfo& proxy) {
261 proxy_ = proxy;
264 const rtc::ProxyInfo& proxy() { return proxy_; } function in class:cricket::Port
391 // Information to use when going through a proxy.
  /external/chromium_org/third_party/libxml/src/
nanoftp.c 146 static char *proxy = NULL; /* the proxy name if any */ variable
147 static int proxyPort = 0; /* the proxy port if any */
148 static char *proxyUser = NULL; /* user for proxy authentication */
149 static char *proxyPasswd = NULL;/* passwd for proxy authentication */
182 * Currently it just checks for proxy informations,
228 * Cleanup the FTP protocol layer. This cleanup proxy informations.
233 if (proxy != NULL) {
234 xmlFree(proxy);
235 proxy = NULL
    [all...]
nanohttp.c 157 char *authHeader; /* contents of {WWW,Proxy}-Authenticate header */
167 static char *proxy = NULL; /* the proxy name if any */ variable
168 static int proxyPort; /* the proxy port if any */
214 * Currently it just checks for proxy informations
232 if (proxy == NULL) {
260 if (proxy != NULL) {
261 xmlFree(proxy);
262 proxy = NULL;
330 * @URL: The proxy URL used to initialize the proxy contex
    [all...]
  /external/chromium_org/third_party/webrtc/base/
proxydetect.cc 92 LPWSTR lpszProxy; // proxy server list
93 LPWSTR lpszProxyBypass; // proxy bypass list
280 bool ParseProxy(const std::string& saddress, ProxyInfo* proxy) {
305 LOG(LS_WARNING) << "Proxy address too long [" << start << "]";
315 LOG(LS_WARNING) << "Proxy address without port [" << buffer << "]";
323 LOG(LS_WARNING) << "Proxy address with invalid port [" << buffer << "]";
335 LOG(LS_WARNING) << "Proxy address with unknown protocol ["
344 if (Better(ptype, proxy->type)) {
345 proxy->type = ptype;
346 proxy->address.SetIP(host)
678 ParseProxy(ToUtf8(iecfg.lpszProxy), proxy); local
    [all...]
  /external/chromium_org/v8/src/
ast.cc 548 return proxy()->var()->IsStackAllocated();
574 VariableProxy* proxy = expression()->AsVariableProxy(); local
575 if (proxy != NULL) {
576 if (proxy->var()->is_possibly_eval(isolate)) {
578 } else if (proxy->var()->IsUnallocated()) {
580 } else if (proxy->var()->IsLookupSlot()) {
    [all...]
scopes.cc 418 if (function_ != NULL && function_->proxy()->raw_name() == name) {
419 return function_->proxy()->var();
428 VariableProxy* proxy = factory->NewVariableProxy(var); local
430 proxy, mode, this, RelocInfo::kNoPosition);
550 const AstRawString* name = decl->proxy()->raw_name();
874 PrintName(function_->proxy()->raw_name());
900 PrintVar(n1, function_->proxy()->var());
963 Variable* Scope::LookupRecursive(VariableProxy* proxy,
975 Variable* var = LookupLocal(proxy->raw_name());
989 var = LookupFunctionVar(proxy->raw_name(), factory)
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ecf.provider.filetransfer_3.1.0.v20100529-0735.jar 
  /external/ipsec-tools/src/racoon/
pfkey.c 846 int proxy = 0; local
850 proxy = iph2->ph1->rmconf->support_proxy;
854 proxy = 1;
858 if (proxy && iph2->src_id && iph2->dst_id &&
1031 int proxy = 0; local
1040 proxy = iph2->ph1->rmconf->support_proxy;
1042 proxy = 1;
1052 if (proxy && iph2->src_id && iph2->dst_id &&
1316 int proxy = 0; local
1327 proxy = iph2->ph1->rmconf->support_proxy
    [all...]
  /external/libxml2/
nanoftp.c 147 static char *proxy = NULL; /* the proxy name if any */ variable
148 static int proxyPort = 0; /* the proxy port if any */
149 static char *proxyUser = NULL; /* user for proxy authentication */
150 static char *proxyPasswd = NULL;/* passwd for proxy authentication */
183 * Currently it just checks for proxy informations,
229 * Cleanup the FTP protocol layer. This cleanup proxy informations.
234 if (proxy != NULL) {
235 xmlFree(proxy);
236 proxy = NULL
    [all...]
nanohttp.c 152 char *authHeader; /* contents of {WWW,Proxy}-Authenticate header */
162 static char *proxy = NULL; /* the proxy name if any */ variable
163 static int proxyPort; /* the proxy port if any */
209 * Currently it just checks for proxy informations
227 if (proxy == NULL) {
255 if (proxy != NULL) {
256 xmlFree(proxy);
257 proxy = NULL;
335 * @URL: The proxy URL used to initialize the proxy contex
    [all...]
  /external/qemu/proxy/
proxy_http_rewriter.c 18 /* this implements a transparent HTTP rewriting proxy
21 * any query made to a proxy uses an absolute URI as
36 * - send the rewritten header to the proxy
38 * proxy as well
47 * info when -debug-proxy is used. These are only needed
48 * when debugging the proxy code.
323 /* root->socket is connected to the proxy server. while
396 PROXY_LOG("%s: cannot connect to proxy: %s", root->name, errno_str);
410 /* immediate connection to the proxy. now create a socket
675 char* connection = http_request_find_header(r, "Proxy-Connection")
945 int proxy = root->socket; local
999 int proxy = root->socket; local
    [all...]
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/tester/org/apache/http/impl/client/
DefaultRequestDirector.java 144 /** The proxy authentication handler. */
223 ("Proxy authentication handler may not be null.");
422 HttpHost proxy = route.getProxyHost(); local
428 proxy);
670 // The most simple example for this case is a proxy chain
676 this.log.debug("Tunnel to proxy created.");
708 * The connection must be established to the (last) proxy.
709 * A CONNECT request for tunnelling through the proxy will
729 HttpHost proxy = route.getProxyHost(); local
749 proxy);
1031 HttpHost proxy = route.getProxyHost(); local
    [all...]
  /frameworks/av/media/libmedia/
AudioTrack.cpp 704 // FIXME use Proxy return channel to update the rate from server and avoid polling here
1307 sp<AudioTrackClientProxy> proxy; local
1623 sp<AudioTrackClientProxy> proxy = mProxy; local
    [all...]

Completed in 939 milliseconds

<<21222324252627282930