Home
last modified time | relevance | path

Searched full:get_url (Results 1 – 25 of 73) sorted by relevance

123

/aosp_15_r20/external/cronet/android/tools/license/
H A Dmetadata.py14 def get_url(self) -> str: member in Metadata
28 if "git" in self.get_url() or "googlesource" in self.get_url():
30 elif "hg" in self.get_url():
36 identifier_dictionary["value"] = f"\"{self.get_url()}\""
66 third_party_dict["homepage"] = f"\"{self.get_url()}\""
/aosp_15_r20/external/rust/android-crates-io/crates/rusqlite/src/types/
Durl.rs39 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()
/aosp_15_r20/external/cronet/net/cert/internal/
H A Drevocation_checker.cc120 GURL get_url(get_url_str.value()); in CheckCertRevocation() local
121 if (!get_url.is_valid()) { in CheckCertRevocation()
132 net_fetcher->FetchOcsp(get_url, CertNetFetcher::DEFAULT, in CheckCertRevocation()
/aosp_15_r20/external/crosvm/prebuilts/src/
H A Dlib.rs65 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()
/aosp_15_r20/external/autotest/server/cros/ap_configurators/
H A Dasus_ap_configurator.py92 self.get_url('%s/Advanced_Wireless2g_Content.asp' % admin_url,
95 self.get_url('%s/Advanced_Wireless_Content.asp' % admin_url,
H A Dasus_qis_ap_configurator.py31 self.get_url('%s/Advanced_Wireless_Content.asp' %
/aosp_15_r20/external/cronet/android/tools/license/tests/
H A Dlicense_converter_test.py41 self.assertEqual(metadata.get_url(), "some_site")
60 self.assertEqual(metadata.get_url(), "some_site")
/aosp_15_r20/external/python/cpython2/Lib/distutils/command/
Dbdist_rpm.py471 if self.distribution.get_url() != 'UNKNOWN':
472 spec_file.append('Url: ' + self.distribution.get_url())
/aosp_15_r20/external/python/cpython3/Lib/distutils/command/
Dbdist_rpm.py467 if self.distribution.get_url() != 'UNKNOWN':
468 spec_file.append('Url: ' + self.distribution.get_url())
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/setuptools/_distutils/command/
Dbdist_rpm.py495 if self.distribution.get_url():
496 spec_file.append('Url: ' + self.distribution.get_url())
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/setuptools/_distutils/command/
Dbdist_rpm.py495 if self.distribution.get_url():
496 spec_file.append('Url: ' + self.distribution.get_url())
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/setuptools/_distutils/command/
Dbdist_rpm.py495 if self.distribution.get_url():
496 spec_file.append('Url: ' + self.distribution.get_url())
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/distutils/command/
H A Dbdist_rpm.py467 if self.distribution.get_url() != 'UNKNOWN':
468 spec_file.append('Url: ' + self.distribution.get_url())
/aosp_15_r20/external/python/setuptools/setuptools/_distutils/command/
Dbdist_rpm.py467 if self.distribution.get_url() != 'UNKNOWN':
468 spec_file.append('Url: ' + self.distribution.get_url())
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/distutils/command/
Dbdist_rpm.py467 if self.distribution.get_url() != 'UNKNOWN':
468 spec_file.append('Url: ' + self.distribution.get_url())
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/setuptools/_distutils/command/
Dbdist_rpm.py495 if self.distribution.get_url():
496 spec_file.append('Url: ' + self.distribution.get_url())
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/distutils/command/
Dbdist_rpm.py467 if self.distribution.get_url() != 'UNKNOWN':
468 spec_file.append('Url: ' + self.distribution.get_url())
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/distutils/command/
Dbdist_rpm.py467 if self.distribution.get_url() != 'UNKNOWN':
468 spec_file.append('Url: ' + self.distribution.get_url())
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/distutils/command/
Dbdist_rpm.py467 if self.distribution.get_url() != 'UNKNOWN':
468 spec_file.append('Url: ' + self.distribution.get_url())
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Drend.h154 virtual HRESULT WINAPI get_Url(BSTR *ppUrl) = 0;
180 HRESULT (WINAPI *get_Url)(ITDirectoryObjectConference *This,BSTR *ppUrl);
208 #define ITDirectoryObjectConference_get_Url(This,ppUrl) (This)->lpVtbl->get_Url(This,ppUrl)
Dmsxml.h636 virtual HRESULT WINAPI get_url(BSTR *urlString) = 0;
716 HRESULT (WINAPI *get_url)(IXMLDOMDocument *This,BSTR *urlString);
798 #define IXMLDOMDocument_get_url(This,urlString) (This)->lpVtbl->get_url(This,urlString)
2406 virtual HRESULT WINAPI get_url(BSTR *urlString) = 0;
2424 HRESULT (WINAPI *get_url)(IXMLDOMParseError *This,BSTR *urlString);
2444 #define IXMLDOMParseError_get_url(This,urlString) (This)->lpVtbl->get_url(This,urlString)
2898 virtual HRESULT WINAPI get_URL(BSTR *p) = 0;
2923 HRESULT (WINAPI *get_URL)(IXMLDocument *This,BSTR *p);
2950 #define IXMLDocument_get_URL(This,p) (This)->lpVtbl->get_URL(This,p)
3002 virtual HRESULT WINAPI get_URL(BSTR *p) = 0;
[all …]
Dsdpblb.h564 virtual HRESULT WINAPI get_Url(BSTR *ppUrl) = 0;
596 HRESULT (WINAPI *get_Url)(ITSdp *This,BSTR *ppUrl);
630 #define ITSdp_get_Url(This,ppUrl) (This)->lpVtbl->get_Url(This,ppUrl)
/aosp_15_r20/external/cldr/tools/scripts/ansible/
H A Dccc-playbook.yml42 get_url:
/aosp_15_r20/external/angle/build/3pp_common/
H A Dfetch_github_release.py86 parser.add_argument('action', choices=('latest', 'get_url'))
/aosp_15_r20/external/cronet/build/3pp_common/
H A Dfetch_github_release.py92 parser.add_argument('action', choices=('latest', 'get_url'))

123