Searched defs:set_url (Results 1 – 5 of 5) sorted by relevance
| /external/python/cpython3/Lib/urllib/ | ||
| D | robotparser.py | 54 def set_url(self, url): member in RobotFileParser |
| /external/python/cpython2/Lib/ | ||
| D | robotparser.py | 50 def set_url(self, url): member in RobotFileParser |
| /external/webrtc/api/ | ||
| D | candidate.h | 161 void set_url(absl::string_view url) { Assign(url_, url); } in set_url() function |
| /external/curl/tests/libtest/ | ||
| D | lib1560.c | 1223 static int set_url(void) in set_url() function |
| /external/cronet/net/http/ | ||
| D | http_stream_parser_unittest.cc | 1234 void set_url(const GURL& url) { url_ = url; } in set_url() function in net::__anonde49d7ce0111::SimpleGetRunner |