OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_tunnel_host
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/native_client_sdk/src/build_tools/sdk_tools/third_party/fancy_urllib/
__init__.py
66
self.
_tunnel_host
= tunnel_host
83
self._set_hostport(self.
_tunnel_host
, None)
140
if self.
_tunnel_host
:
207
self.
_tunnel_host
= None
215
if self.get_type() == "https" and not self.
_tunnel_host
:
216
self.
_tunnel_host
= self.get_host()
338
_create_fancy_connection(req.
_tunnel_host
,
371
# to an https request, because an http request does not set
_tunnel_host
.
379
# does not have
_tunnel_host
set, and thus you will not set the proxy
382
if hasattr(req, "
_tunnel_host
") and isinstance(new_req, urllib2.Request)
[
all
...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
httplib.py
700
self.
_tunnel_host
= None
714
self.
_tunnel_host
= host
745
self._set_hostport(self.
_tunnel_host
, self._tunnel_port)
774
if self.
_tunnel_host
:
[
all
...]
urllib2.py
208
self.
_tunnel_host
= None
272
if self.type == 'https' and not self.
_tunnel_host
:
273
self.
_tunnel_host
= self.host
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
httplib.py
700
self.
_tunnel_host
= None
714
self.
_tunnel_host
= host
745
self._set_hostport(self.
_tunnel_host
, self._tunnel_port)
774
if self.
_tunnel_host
:
[
all
...]
urllib2.py
208
self.
_tunnel_host
= None
272
if self.type == 'https' and not self.
_tunnel_host
:
273
self.
_tunnel_host
= self.host
[
all
...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_urllib2.py
290
self.
_tunnel_host
= host
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_urllib2.py
290
self.
_tunnel_host
= host
[
all
...]
Completed in 96 milliseconds