Home
last modified time | relevance | path

Searched refs:url (Results 1 – 24 of 24) sorted by relevance

/device/google/cuttlefish/host/libs/web/http_client/
Dhttp_client.cc92 Result<std::string> CurlUrlGet(CURLU* url, CURLUPart what, unsigned int flags) { in CurlUrlGet() argument
94 CF_EXPECT(curl_url_get(url, what, &str_ptr, flags) == CURLUE_OK); in CurlUrlGet()
130 const std::string& url, in GetToString() argument
132 return DownloadToString(HttpMethod::kGet, url, headers); in GetToString()
136 const std::string& url, const std::string& data_to_write, in PostToString() argument
138 return DownloadToString(HttpMethod::kPost, url, headers, data_to_write); in PostToString()
142 const std::string& url, in DeleteToString() argument
144 return DownloadToString(HttpMethod::kDelete, url, headers); in DeleteToString()
148 const std::string& url, const std::string& data_to_write, in PostToJson() argument
150 return DownloadToJson(HttpMethod::kPost, url, headers, data_to_write); in PostToJson()
[all …]
Dhttp_client.h67 const std::string& url, const std::vector<std::string>& headers = {}) = 0;
69 const std::string& url, const std::string& data,
72 const std::string& url, const std::vector<std::string>& headers = {}) = 0;
83 const std::string& url, const std::string& data,
86 const std::string& url, const Json::Value& data,
89 const std::string& url, const std::vector<std::string>& headers = {}) = 0;
91 const std::string& url, const std::vector<std::string>& headers = {}) = 0;
94 const std::string& url, const std::string& path,
99 DataCallback callback, const std::string& url,
/device/google/atv/FrameworkPackageStubs/src/com/android/browser/provider/
DBrowserProvider2.java995 String url = c.getString(2); in deleteInTransaction() local
1001 new String[] { url }); in deleteInTransaction()
1112 String url = values.getAsString(Bookmarks.URL); in insertInTransaction() local
1113 ContentValues imageValues = extractImageValues(values, url); in insertInTransaction()
1116 && imageValues != null && !TextUtils.isEmpty(url)) { in insertInTransaction()
1118 new String[] { url }); in insertInTransaction()
1133 String url = values.getAsString(History.URL); in insertInTransaction() local
1134 url = filterSearchClient(url); in insertInTransaction()
1135 values.put(History.URL, url); in insertInTransaction()
1230 private String filterSearchClient(String url) { in filterSearchClient() argument
[all …]
/device/google/cuttlefish/host/frontend/webrtc_operator/assets/js/
Dindex.js20 #url; field in DeviceListApp
23 constructor({url, selectDeviceCb}) { property
24 this.#url = url;
39 const device_ids = await fetch(this.#url, {
98 let deviceListApp = new DeviceListApp({url: listDevicesUrl, selectDeviceCb}); property
Dserver_connector.js40 console.debug(`Connected to ${ws.url}`);
172 let url = websocketUrl('connect_client');
173 let ws = new WebSocket(url);
183 async function ajaxPostJson(url, data) { argument
184 const response = await fetch(url, {
/device/google/cuttlefish/host/commands/metrics/
Dutils.cc135 CURLUcode SetCurlUrlPart(CURLU* url, CURLUPart part, const char* value) { in SetCurlUrlPart() argument
136 CURLUcode urc = curl_url_set(url, part, value, 0); in SetCurlUrlPart()
165 std::unique_ptr<CURLU, void (*)(CURLU*)> url(curl_url(), curl_url_cleanup); in PostRequest() local
166 if (!url) { in PostRequest()
172 curl_url_set(url.get(), CURLUPART_URL, clearcut_url.c_str(), 0); in PostRequest()
174 LOG(ERROR) << "Failed to set url to " << url.get() << clearcut_url in PostRequest()
190 curl_easy_setopt(curl.get(), CURLOPT_CURLU, url.get()); in PostRequest()
/device/google/cuttlefish/host/frontend/webrtc/libcommon/
Dutils.cpp136 auto url = urls[url_idx]; in ParseIceServersMessage() local
137 CF_EXPECT(url.isString(), "Non string 'urls' field in ice server: " in ParseIceServersMessage()
138 << url.toStyledString()); in ParseIceServersMessage()
139 ice_server.urls.push_back(url.asString()); in ParseIceServersMessage()
161 [](const std::string& url) { return Json::Value(url); }); in GenerateIceServersMessage() argument
Dconnection_controller.cpp414 int port, const std::string& url, in OnIceCandidateError() argument
418 << ", port: " << port << ", url: " << url in OnIceCandidateError()
Dconnection_controller.h116 const std::string& url, int error_code,
/device/google/cuttlefish_vmm/qemu/scripts/
Dgenrepo.py184 def MatchProject(url): argument
191 if url.startswith(prefix):
192 return remote, url.removeprefix(prefix)
Drebuild_in_container.sh46 repo init --manifest-url "${GIT_ROOT}" \
/device/google/cuttlefish/tools/
Dcreate_base_image.go210 func packageSource(url string, branch string, subdir string) {
211 repository_dir := url[strings.LastIndex(url, "/")+1:]
217 mustShell("git clone " + url + " -b " + branch)
Dcreate_base_image_hostlib.sh63 local url="$1"
71 git clone "${url}" -b "${branch}"
/device/google/cuttlefish/host/commands/openwrt_control_server/
Dmain.cpp173 auto url = CF_EXPECT(LuciRpcAddress(subpath, auth_key_)); in RequestLuciRpc() local
175 auto reply = CF_EXPECT(http_client_.PostToJson(url, data, header_)); in RequestLuciRpc()
/device/linaro/dragonboard/
Dvendor-package-ver.mk3 VND_PKG_URL := $(shell $(HELPER_SCRIPT) url)
/device/linaro/hikey/
Dvendor-package-ver.mk3 VND_PKG_URL := $(shell $(HELPER_SCRIPT) url)
/device/generic/car/tools/
DREADME.md26 * You should edit the xml, e.g. ZIP_FILE_SIZE, SHASUM, zip url & etc. accordingly.
/device/google/cuttlefish_vmm/qemu/
DREADME.md30 repo init --manifest-url https://android.googlesource.com/device/google/cuttlefish_vmm \
/device/google/cuttlefish_vmm/qemu/third_party/rust/crates/pkg-config/
DCHANGELOG.md124 - Fix Travis CI badge url (#78)
/device/sample/apps/tv/SetupCustomizationSample/gradle/wrapper/
Dgradle-wrapper.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/ ...
/device/sample/apps/tv/SetupValidation/gradle/wrapper/
Dgradle-wrapper.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/ ...
/device/google/cuttlefish_vmm/x86_64-linux-gnu/
DCargo.lock1144 "url",
2779 name = "url"
/device/google/cuttlefish_vmm/aarch64-linux-gnu/
DCargo.lock1144 "url",
2779 name = "url"
/device/google/atv/products/lowram_boot_profiles/
Dboot-image-profile.txt48480 HSPLcom/android/okhttp/Address;->url()Lcom/android/okhttp/HttpUrl;
48598 HSPLcom/android/okhttp/HttpUrl;->url()Ljava/net/URL;
48667 HSPLcom/android/okhttp/Request$Builder;->url(Lcom/android/okhttp/HttpUrl;)Lcom/android/okhttp/Reque…
48682 HSPLcom/android/okhttp/Request;->url()Ljava/net/URL;