HomeSort by relevance Sort by last modified time
    Searched full:time_left (Results 1 - 25 of 108) sorted by null

1 2 3 4 5

  /external/chromium_org/remoting/host/installer/linux/debian/
chrome-remote-desktop.init 36 local time_left=10
37 while [ $time_left -gt 0 ]; do
40 time_left=$((time_left - 1))
  /external/qemu/distrib/sdl-1.2.15/docs/html/
guidetimeexamples.html 96 Uint32 time_left(void)
113 SDL_Delay(time_left());
  /external/chromium_org/chrome/browser/chromeos/login/screens/
update_screen.cc 418 double time_left = work_left / download_average_speed_; local
419 // |time_left| may be large enough or even +infinity. So we must
421 time_left = std::min(time_left, kMaxTimeLeft);
425 base::TimeDelta::FromSeconds(static_cast<int64>(time_left)));
  /external/chromium_org/third_party/webrtc/modules/video_coding/main/test/
rtp_player.cc 413 int64_t time_left = (next_rtp_time_ - first_packet_rtp_time_) - local
415 if (time_left < 0) {
418 return static_cast<uint32_t>(time_left);
  /external/chromium_org/third_party/webrtc/video/
video_send_stream_tests.cc 1061 int64_t time_left = stop_time - now; local
    [all...]
  /external/chromium_org/ash/strings/
ash_strings_am.xtb 126 <translation id="1621499497873603021">??? ?? ????? ??? ???? ??? <ph name="TIME_LEFT"/></translation>
ash_strings_zh-CN.xtb 126 <translation id="1621499497873603021">?????? <ph name="TIME_LEFT"/>???</translation>
ash_strings_zh-TW.xtb 126 <translation id="1621499497873603021">?????????<ph name="TIME_LEFT"/></translation>
ash_strings_ar.xtb 126 <translation id="1621499497873603021">????? ??????? ??? ???? ???????? ????? <ph name="TIME_LEFT"/></translation>
ash_strings_bg.xtb 126 <translation id="1621499497873603021">???????? ????? ?? ?????????????? ?? ?????????: <ph name="TIME_LEFT"/></translation>
ash_strings_bn.xtb 126 <translation id="1621499497873603021">???????? ??? ??? <ph name="TIME_LEFT"/> ??? ???? ???</translation>
ash_strings_el.xtb 126 <translation id="1621499497873603021">?????? ??? ???????? ????? ?? ???????? ? ????????, <ph name="TIME_LEFT"/></translation>
ash_strings_fa.xtb 124 <translation id="1621499497873603021">???? ????????? ?? ???????? ???? ?????? <ph name="TIME_LEFT"/></translation>
ash_strings_gu.xtb 126 <translation id="1621499497873603021">????? ???? ?????? ???? ???, <ph name="TIME_LEFT"/></translation>
ash_strings_hi.xtb 126 <translation id="1621499497873603021">????? ?? ???? ???? ??? ??? ???, <ph name="TIME_LEFT"/></translation>
ash_strings_iw.xtb 126 <translation id="1621499497873603021">???? ????? ?? ????????? ??????, <ph name="TIME_LEFT"/></translation>
ash_strings_ja.xtb 126 <translation id="1621499497873603021">??????????????: <ph name="TIME_LEFT"/></translation>
ash_strings_kn.xtb 126 <translation id="1621499497873603021">??????? ???? ????????? ???????? ???, <ph name="TIME_LEFT"/></translation>
ash_strings_ko.xtb 126 <translation id="1621499497873603021">?? ??? ?? ??? <ph name="TIME_LEFT"/>???.</translation>
ash_strings_ml.xtb 125 <translation id="1621499497873603021">??????? ???????????????? ??????????? ????, <ph name="TIME_LEFT"/></translation>
ash_strings_mr.xtb 126 <translation id="1621499497873603021">????? ????? ????????? ?????? ???, <ph name="TIME_LEFT"/></translation>
ash_strings_ru.xtb 126 <translation id="1621499497873603021">?????????? ????? ?????? ?? ???????: <ph name="TIME_LEFT"/>.</translation>
ash_strings_sr.xtb 126 <translation id="1621499497873603021">????? ???? ?? ????????? ??? ?? ???????? ?? ????????, <ph name="TIME_LEFT"/></translation>
ash_strings_ta.xtb 126 <translation id="1621499497873603021">??????? <ph name="TIME_LEFT"/> ??? ??????? ??????????????</translation>
ash_strings_te.xtb 126 <translation id="1621499497873603021">??????? ???? ????????? ?????? ???? ????, <ph name="TIME_LEFT"/></translation>

Completed in 1023 milliseconds

1 2 3 4 5