| /external/rust/crates/rusqlite/src/types/ |
| D | url.rs | 39 fn get_url(db: &Connection, id: i64) -> Result<Url> { in get_url() function 58 assert_eq!(get_url(db, 0)?, url0); in test_sql_url() 60 assert_eq!(get_url(db, 1)?, url1); in test_sql_url() 64 let out_url2: Url = get_url(db, 2)?; in test_sql_url() 68 let err = get_url(db, 3).unwrap_err(); in test_sql_url()
|
| /external/crosvm/prebuilts/src/ |
| D | lib.rs | 65 fn get_url(library: &str, filename: &str, version: u32) -> String { in get_url() function 120 let url = get_url(library, filename, version); in download_prebuilt()
|
| /external/cronet/net/cert/internal/ |
| D | revocation_checker.cc | 113 GURL get_url = CreateOCSPGetURL(cert, issuer_cert, ocsp_uri); in CheckCertRevocation() local 114 if (!get_url.is_valid()) { in CheckCertRevocation() 126 net_fetcher->FetchOcsp(get_url, CertNetFetcher::DEFAULT, in CheckCertRevocation()
|
| /external/autotest/server/cros/ap_configurators/ |
| D | asus_ap_configurator.py | 92 self.get_url('%s/Advanced_Wireless2g_Content.asp' % admin_url, 95 self.get_url('%s/Advanced_Wireless_Content.asp' % admin_url,
|
| D | asus_qis_ap_configurator.py | 31 self.get_url('%s/Advanced_Wireless_Content.asp' %
|
| D | asus_rtac68u_ap_configurator.py | 87 self.get_url(self.admin_interface_url)
|
| D | web_driver_core_helpers.py | 166 def get_url(self, page_url, page_title=None, element_xpath=None): member in WebDriverCoreHelpers
|
| /external/cldr/tools/scripts/ansible/ |
| D | ccc-playbook.yml | 42 get_url:
|
| /external/angle/build/3pp/ |
| D | fetch_github_release.py | 80 parser.add_argument('action', choices=('latest', 'get_url'))
|
| /external/python/cpython2/Lib/distutils/command/ |
| D | upload.py | 108 'home_page': meta.get_url(),
|
| D | bdist_rpm.py | 471 if self.distribution.get_url() != 'UNKNOWN': 472 spec_file.append('Url: ' + self.distribution.get_url())
|
| D | register.py | 233 'home_page': meta.get_url(),
|
| /external/python/cpython3/Lib/distutils/command/ |
| D | upload.py | 120 'home_page': meta.get_url(),
|
| D | bdist_rpm.py | 467 if self.distribution.get_url() != 'UNKNOWN': 468 spec_file.append('Url: ' + self.distribution.get_url())
|
| D | register.py | 231 'home_page': meta.get_url(),
|
| /external/python/setuptools/setuptools/_distutils/command/ |
| D | upload.py | 119 'home_page': meta.get_url(),
|
| D | bdist_rpm.py | 467 if self.distribution.get_url() != 'UNKNOWN': 468 spec_file.append('Url: ' + self.distribution.get_url())
|
| D | register.py | 231 'home_page': meta.get_url(),
|
| /external/pdfium/fxjs/ |
| D | cjs_document.h | 214 CJS_Result get_URL(CJS_Runtime* pRuntime);
|
| D | cjs_document.cpp | 888 CJS_Result CJS_Document::get_URL(CJS_Runtime* pRuntime) { in get_URL() function in CJS_Document
|
| /external/python/cpython2/Lib/distutils/ |
| D | dist.py | 1122 self._write_field(file, 'Home-page', self.get_url()) 1188 def get_url(self): member in DistributionMetadata
|
| /external/python/cpython3/Lib/distutils/ |
| D | dist.py | 1131 file.write('Home-page: %s\n' % self.get_url()) 1186 def get_url(self): member in DistributionMetadata
|
| /external/python/setuptools/setuptools/_distutils/ |
| D | dist.py | 1132 file.write('Home-page: %s\n' % self.get_url()) 1187 def get_url(self): member in DistributionMetadata
|
| /external/scapy/scapy/tools/ |
| D | UTscapy.py | 50 def get_URL(self): member in File
|
| /external/curl/tests/libtest/ |
| D | lib1560.c | 1062 static int get_url(void) in get_url() function 1501 if(get_url()) in test()
|