HomeSort by relevance Sort by last modified time
    Searched refs:time_total (Results 1 - 5 of 5) sorted by null

  /external/curl/tests/libtest/
lib500.c 102 double time_total; local
109 curl_easy_getinfo(curl, CURLINFO_TOTAL_TIME, &time_total);
125 if(time_starttransfer > time_total) {
127 time_starttransfer, time_total);
  /external/tremolo/Tremolo/
vorbisfile.c 1434 ogg_int64_t time_total=ov_time_total(vf,-1); local
1464 ogg_int64_t time_total=ov_time_total(vf,-1); local
1504 ogg_int64_t time_total=0; local
    [all...]
  /external/curl/lib/
progress.c 354 char time_total[10]; local
522 time2str(time_total, total_estimate);
555 time_total, /* 8 letters */ /* total time */
  /external/libvorbis/lib/
vorbisfile.c 1672 double time_total=0.; local
1702 double time_total=0.; local
1742 double time_total=0.f; local
    [all...]
  /bootable/recovery/
install.cpp 641 int time_total = static_cast<int>(duration.count()); local
665 "time_total: " + std::to_string(time_total),

Completed in 117 milliseconds