Home
last modified time | relevance | path

Searched refs:ProgressCallback (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/platform/cloud/
Dcurl_http_request.h163 static int ProgressCallback(void* this_object, curl_off_t dltotal,
Dcurl_http_request.cc145 &CurlHttpRequest::ProgressCallback)); in CurlHttpRequest()
564 int CurlHttpRequest::ProgressCallback(void* this_object, curl_off_t dltotal, in ProgressCallback() function in tensorflow::CurlHttpRequest
/external/cldr/tools/java/org/unicode/cldr/util/
DVettingViewer.java1401 public static class ProgressCallback { class in VettingViewer
1416 private ProgressCallback progressCallback = new ProgressCallback(); // null
1428 public VettingViewer<T> setProgressCallback(ProgressCallback newCallback) { in setProgressCallback()