Home
last modified time | relevance | path

Searched defs:ProgressCallback (Results 1 – 9 of 9) sorted by relevance

/external/cronet/tot/components/nacl/renderer/
Dfile_downloader.h39 typedef base::RepeatingCallback<void(int64_t, int64_t)> ProgressCallback; typedef
/external/cronet/stable/components/nacl/renderer/
Dfile_downloader.h39 typedef base::RepeatingCallback<void(int64_t, int64_t)> ProgressCallback; typedef
/external/pigweed/pw_transfer/ts/
Dtransfer.ts45 export type ProgressCallback = (stats: ProgressStats) => void; alias
/external/zlib/google/
Dzip.h85 using ProgressCallback = base::RepeatingCallback<bool(const Progress&)>; variable
Dzip_reader.h87 using ProgressCallback = base::RepeatingCallback<void(int64_t)>; variable
/external/federated-compute/fcp/client/http/curl/
Dcurl_http_request_handle.cc125 size_t CurlHttpRequestHandle::ProgressCallback(void* user_data, in ProgressCallback() function in fcp::client::http::curl::CurlHttpRequestHandle
/external/pigweed/pw_transfer/py/pw_transfer/
Dtransfer.py53 ProgressCallback = Callable[[ProgressStats], Any] variable
/external/tensorflow/tensorflow/core/platform/cloud/
Dcurl_http_request.cc582 int CurlHttpRequest::ProgressCallback(void* this_object, curl_off_t dltotal, in ProgressCallback() function in tensorflow::CurlHttpRequest
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
DVettingViewer.java1550 public static class ProgressCallback { class in VettingViewer