OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:new_req
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/native_client_sdk/src/build_tools/sdk_tools/third_party/fancy_urllib/
__init__.py
364
new_req
= urllib2.HTTPRedirectHandler.redirect_request(
382
if hasattr(req, "_tunnel_host") and isinstance(
new_req
, urllib2.Request):
383
if
new_req
.get_type() == "https":
386
new_req
._tunnel_host =
new_req
.get_host()
387
new_req
.set_proxy(req.host, "https")
390
new_req
._tunnel_host = None
391
new_req
.type = "https"
392
if hasattr(req, "_key_file") and isinstance(
new_req
, urllib2.Request):
394
new_req
._key_file = req._key_fil
[
all
...]
/external/bluetooth/bluedroid/btif/src/
btif_core.c
1106
btif_storage_req_t *
new_req
= (btif_storage_req_t*)p_new_buf;
local
[
all
...]
Completed in 44 milliseconds