HomeSort by relevance Sort by last modified time
    Searched full:current_speed (Results 1 - 6 of 6) sorted by null

  /external/curl/lib/
speedcheck.c 39 if((data->progress.current_speed >= 0) &&
42 (data->progress.current_speed < data->set.low_speed_limit)) {
progress.c 352 data->progress.current_speed = (curl_off_t)
357 data->progress.current_speed = amount*CURL_OFF_T_C(1000)/span_ms;
362 data->progress.current_speed =
483 max5data(data->progress.current_speed, max5[5]) /* current speed */
easy.c 994 data->state.current_speed = -1; /* init to negative == impossible */
urldata.h 1115 curl_off_t current_speed; \/* uses the currently fastest transfer *\/ member in struct:Progress
1216 curl_off_t current_speed; \/* the ProgressShow() funcion sets this, member in struct:UrlState
    [all...]
url.c 671 data->state.current_speed = -1; /* init to negative == impossible */
    [all...]
  /frameworks/ml/bordeaux/service/src/android/bordeaux/services/
LocationStatsAggregator.java 47 public static final String CURRENT_SPEED = "Current Speed";

Completed in 1391 milliseconds