Home
last modified time | relevance | path

Searched refs:_url (Results 1 – 21 of 21) sorted by relevance

/external/autotest/server/cros/ap_configurators/
Dfetch_prebuilt_pyauto.py57 self._url = self._GetLastestDownloadURL(self._options.platform)
62 self._url = self._args[0]
68 if 'index.html?path=' in self._url:
69 self._url = self._url.replace('index.html?path=', '')
70 self._url = self._url.rstrip('/')
85 if pyauto_utils.DoesUrlExist('%s/%s.zip' % (self._url, zip_name)):
89 raise RuntimeError('Could not find chrome zip at ' + self._url)
92 self._chrome_zip_url = '%s/%s.zip' % (self._url, self._chrome_zip_name)
93 self._remoting_zip_url = self._url + '/' + 'remoting-webapp.zip'
94 chrome_test_url = '%s/%s.test' % (self._url, self._chrome_zip_name)
/external/pigweed/pw_package/py/pw_package/
Dgit_repo.py46 self._url = url
66 return remote == self._url and commit == self._commit and not status
81 git('clone', '--filter=blob:none', self._url, path)
/external/chromium-trace/catapult/systrace/profile_chrome/
Dchrome_startup_tracing_agent.py30 self._url = url
63 data=self._url)
64 elif self._url == '':
73 data=self._url,
/external/webrtc/examples/objc/AppRTCMobile/
DARDTURNClient.m22 NSURL *_url;
28 _url = url;
36 NSMutableURLRequest *request = [NSMutableURLRequest requestWithURL:_url];
DARDWebSocketChannel.m27 NSURL *_url;
41 _url = url;
/external/skqp/tools/skp/
Dwebpages_playback.py446 self._url = data_store_url.rstrip('/')
449 return self._url
457 'gsutil', 'ls', '/'.join((self._url, name))])
465 subprocess.check_call(['gsutil', 'rm', '-r', '/'.join((self._url, path))])
469 'gsutil', 'cp', '/'.join((self._url, name)), local_path])
473 'gsutil', 'cp', '-r', source_dir, '/'.join((self._url, dest_dir))])
/external/skia/tools/skp/
Dwebpages_playback.py499 self._url = data_store_url.rstrip('/')
502 return self._url
510 'gsutil', 'ls', '/'.join((self._url, name))])
518 subprocess.check_call(['gsutil', 'rm', '-r', '/'.join((self._url, path))])
522 'gsutil', 'cp', '/'.join((self._url, name)), local_path])
526 'gsutil', 'cp', '-r', source_dir, '/'.join((self._url, dest_dir))])
/external/python/apitools/apitools/base/py/testing/
Dmock.py371 self._url = client._url
389 del self._url
/external/ImageMagick/Magick++/lib/
DDrawable.cpp711 : _url(url_) in DrawableFillPatternUrl()
718 _url(original_._url) in DrawableFillPatternUrl()
729 DrawSetFillPatternURL(context_, _url.c_str()); in operator ()()
734 _url = url_; in url()
739 return(_url); in url()
1328 : _url(url_) in DrawableStrokePatternUrl()
1335 _url(original_._url) in DrawableStrokePatternUrl()
1346 DrawSetStrokePatternURL(context_, _url.c_str()); in operator ()()
1351 _url = url_; in url()
1356 return(_url); in url()
/external/webrtc/examples/objc/AppRTCMobile/third_party/SocketRocket/
DSRWebSocket.m272 @synthesize url = _url;
288 _url = request.URL;
318 NSString *scheme = _url.scheme.lowercaseString;
394 assert(_url);
501 …quest = CFHTTPMessageCreateRequest(NULL, CFSTR("GET"), (__bridge CFURLRef)_url, kCFHTTPVersion1_1);
504 …CFSTR("Host"), (__bridge CFStringRef)(_url.port ? [NSString stringWithFormat:@"%@:%@", _url.host,
523 … CFHTTPMessageSetHeaderFieldValue(request, CFSTR("Origin"), (__bridge CFStringRef)_url.SR_origin);
543 assert(_url.port.unsignedIntValue <= UINT32_MAX);
544 uint32_t port = _url.port.unsignedIntValue;
552 NSString *host = _url.host;
/external/python/asn1crypto/asn1crypto/
Dx509.py1544 _url = False variable in DistributionPoint
1553 if self._url is False:
1554 self._url = None
1568 self._url = url
1571 return self._url
/external/libwebsockets/plugins/acme-client/
Dprotocol_lws_acme_client.c587 char path[200], _url[256]; in lws_acme_client_connect() local
592 lws_strncpy(_url, url, sizeof(_url)); in lws_acme_client_connect()
593 if (lws_parse_uri(_url, &prot, &i->address, &i->port, &p)) { in lws_acme_client_connect()
/external/python/cpython2/Lib/plat-mac/
Dpimp.py367 self._url = ""
374 def url(self): return self._url
409 self._url = url
/external/python/apitools/apitools/base/py/
Dbase_api.py262 self._url = NormalizeApiEndpoint(url)
330 return self._url
/external/flac/src/plugin_xmms/
Dhttp.c713 int flac_http_open(const gchar * _url, guint64 _offset) in flac_http_open() argument
717 url = g_strdup(_url); in flac_http_open()
/external/ImageMagick/Magick++/lib/Magick++/
DDrawable.h986 std::string _url;
1877 std::string _url;
/external/chromium-trace/catapult/third_party/polymer/components/webcomponentsjs/
Dwebcomponents-lite.min.js11_url=e,s.call(this);var n=e.replace(/^[ \t\r\n\f]+|[ \t\r\n\f]+$/g,"");a.call(this,n,null,t)}var d…
Dwebcomponents-lite.js468 this._url = url;
478 if (this._isInvalid) return this._url;
Dwebcomponents.js5361 this._url = url;
5371 if (this._isInvalid) return this._url;
/external/python/cpython2/Lib/test/
Dtest_cookielib.py243 self._url = url
/external/python/cpython3/Lib/test/
Dtest_http_cookiejar.py307 self._url = url