Home
last modified time | relevance | path

Searched refs:SendGetRequest (Results 1 – 25 of 70) sorted by relevance

123

/dports/www/chromium-legacy/chromium-88.0.4324.182/chromeos/components/bloom/server/
H A Dbloom_server_proxy_impl_unittest.cc90 ON_CALL(*this, SendGetRequest) in BloomURLLoaderMock()
105 SendGetRequest,
150 EXPECT_CALL(url_loader_mock(), SendGetRequest).Times(AnyNumber()); in ExpectServerCalls()
204 SendGetRequest(GetUrlWithPath(kBloomOcrImagePath + image_id), in TEST_F()
220 EXPECT_CALL(url_loader_mock(), SendGetRequest); in TEST_F()
225 SendGetRequest(GetUrlWithPath(kBloomSearchProblemPath + metadata_blob), in TEST_F()
H A Dbloom_server_proxy_impl.cc103 SendGetRequest(GetOcrImageURL(image_id), in SendOcrImageRequest()
110 SendGetRequest(GetSearchProblemURL(metadata_blob), in SendSearchProblemRequest()
206 void SendGetRequest(const GURL& url, ServerCallback callback) { in SendGetRequest() function in chromeos::bloom::BloomServerProxyImpl::Worker
207 url_loader()->SendGetRequest(url, access_token_, std::move(callback)); in SendGetRequest()
H A Dbloom_url_loader.h31 virtual void SendGetRequest(const GURL& url,
H A Dbloom_url_loader_impl.h34 void SendGetRequest(const GURL& url,
/dports/biology/bamtools/bamtools-2.5.2/src/api/internal/io/
H A DBamHttp_p.cpp256 if (!SendGetRequest(remaining)) { in Read()
293 if (!SendGetRequest(remaining)) { in Read()
314 if (!SendGetRequest()) { in Read()
414 bool BamHttp::SendGetRequest(const std::size_t numBytes) in SendGetRequest() function in BamHttp
H A DBamHttp_p.h64 bool SendGetRequest(const std::size_t numBytes = 0x10000);
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/command_lib/compute/url_maps/
H A Durl_maps_utils.py63 def SendGetRequest(client, url_map_ref): function
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/command_lib/compute/target_http_proxies/
H A Dtarget_http_proxies_utils.py63 def SendGetRequest(client, target_http_proxy_ref): function
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/crashreporter/google-breakpad/src/common/windows/
H A Dhttp_upload.h74 static bool SendGetRequest(
/dports/www/firefox/firefox-99.0/toolkit/crashreporter/google-breakpad/src/common/windows/
H A Dhttp_upload.h74 static bool SendGetRequest(
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/crashreporter/google-breakpad/src/common/windows/
H A Dhttp_upload.h74 static bool SendGetRequest(
/dports/www/firefox-esr/firefox-91.8.0/toolkit/crashreporter/google-breakpad/src/common/windows/
H A Dhttp_upload.h74 static bool SendGetRequest(
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/breakpad/breakpad/src/common/windows/
H A Dhttp_upload.h74 static bool SendGetRequest(
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/breakpad/breakpad/src/common/windows/
H A Dhttp_upload.h74 static bool SendGetRequest(
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/command_lib/compute/target_https_proxies/
H A Dtarget_https_proxies_utils.py96 def SendGetRequest(client, target_https_proxy_ref): function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/breakpad/breakpad/src/common/linux/
H A Dlibcurl_wrapper.h57 bool SendGetRequest(const string& url,
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/crashreporter/google-breakpad/src/common/linux/
H A Dlibcurl_wrapper.h57 bool SendGetRequest(const string& url,
/dports/www/firefox/firefox-99.0/toolkit/crashreporter/google-breakpad/src/common/linux/
H A Dlibcurl_wrapper.h57 bool SendGetRequest(const string& url,
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/crashreporter/google-breakpad/src/common/linux/
H A Dlibcurl_wrapper.h57 bool SendGetRequest(const string& url,
/dports/www/firefox-esr/firefox-91.8.0/toolkit/crashreporter/google-breakpad/src/common/linux/
H A Dlibcurl_wrapper.h57 bool SendGetRequest(const string& url,
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/surface/compute/backend_services/
H A Dexport.py90 backend_service = backend_services_utils.SendGetRequest(
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/surface/compute/forwarding_rules/
H A Dexport.py86 forwarding_rule = utils.SendGetRequest(client, forwarding_rule_ref)
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/surface/compute/target_http_proxies/
H A Dexport.py78 target_http_proxy = target_http_proxies_utils.SendGetRequest(
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/surface/compute/target_https_proxies/
H A Dexport.py78 target_https_proxy = target_https_proxies_utils.SendGetRequest(
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/surface/compute/url_maps/
H A Dexport.py75 url_map = url_maps_utils.SendGetRequest(client, url_map_ref)

123