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

  /external/chromium_org/tools/telemetry/telemetry/core/backends/chrome/
inspector_page.py 56 remaining_time = timeout
59 self._EnablePageNotifications(remaining_time)
63 while self._navigation_pending and remaining_time > 0:
64 remaining_time = max(timeout - (time.time() - start_time), 0.0)
65 self._inspector_backend.DispatchNotifications(remaining_time)
67 self._DisablePageNotifications(remaining_time)
69 # Since we pass remaining_time as timeout to all of the calls in this,
  /external/chromium/net/test/
test_server_posix.cc 58 // if the read was successful. |remaining_time| is used as a timeout.
60 base::TimeDelta* remaining_time) {
71 remaining_time->InMilliseconds()));
80 *remaining_time -= elapsed_time_cycle;
139 base::TimeDelta remaining_time = base::TimeDelta::FromMilliseconds( local
145 &remaining_time)) {
152 &remaining_time)) {
  /external/chromium_org/net/test/spawned_test_server/
local_test_server_posix.cc 61 // if the read was successful. |remaining_time| is used as a timeout.
63 base::TimeDelta* remaining_time) {
74 remaining_time->InMilliseconds()));
87 *remaining_time -= elapsed_time_cycle;
153 base::TimeDelta remaining_time = TestTimeouts::action_timeout(); local
158 &remaining_time)) {
165 &remaining_time)) {
  /external/kernel-headers/original/linux/
idle_stats_device.h 63 ktime_t remaining_time; member in struct:msm_idle_stats_device
  /external/chromium_org/media/filters/
video_renderer_impl.cc 276 base::TimeDelta remaining_time = local
281 if (remaining_time.InMicroseconds() > 0) {
282 remaining_time = std::min(remaining_time, kIdleTimeDelta);
283 UpdateStatsAndWait_Locked(remaining_time);
  /external/chromium_org/ash/system/session_length_limit/
tray_session_length_limit.cc 78 // |remaining_time|. |state_changed| is true when its internal state has been
81 const base::TimeDelta& remaining_time,
98 FormatRemainingSessionTimeNotification(remaining_time),
  /external/dnsmasq/src/
helper.c 40 unsigned int remaining_time; member in struct:script_data
249 sprintf(daemon->dhcp_buff2, "%u ", data.remaining_time);
368 buf->remaining_time = (unsigned int)difftime(lease->expires, now);
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/formatting/
EclipseXmlPrettyPrinterTest.java 415 "<item quantity=\"zero\"><xliff:g id=\"remaining_time\">%2$s</xliff:g></item>\n" +
416 "<item quantity=\"one\"><xliff:g id=\"number_of_days\">%1$s</xliff:g> day, <xliff:g id=\"remaining_time\">%2$s</xliff:g></item>\n" +
417 "<item quantity=\"other\"><xliff:g id=\"number_of_days\">%1$s</xliff:g> days, <xliff:g id=\"remaining_time\">%2$s</xliff:g></item>\n" +
426 " <item quantity=\"zero\"><xliff:g id=\"remaining_time\">%2$s</xliff:g></item>\n" +
427 " <item quantity=\"one\"><xliff:g id=\"number_of_days\">%1$s</xliff:g> day, <xliff:g id=\"remaining_time\">%2$s</xliff:g></item>\n" +
428 " <item quantity=\"other\"><xliff:g id=\"number_of_days\">%1$s</xliff:g> days, <xliff:g id=\"remaining_time\">%2$s</xliff:g></item>\n" +
    [all...]
  /external/iputils/
rdisc.c 1303 int remaining_time; member in struct:table
1350 tp->remaining_time -= time;
1351 if (tp->remaining_time <= 0) {
1418 tp->remaining_time = ttl;
    [all...]
  /external/chromium/net/socket/
client_socket_pool_base.cc 114 void ConnectJob::ResetTimer(base::TimeDelta remaining_time) {
116 timer_.Start(remaining_time, this, &ConnectJob::OnTimeout);
    [all...]
  /external/chromium_org/net/socket/
client_socket_pool_base.cc 104 void ConnectJob::ResetTimer(base::TimeDelta remaining_time) {
106 timer_.Start(FROM_HERE, remaining_time, this, &ConnectJob::OnTimeout);
    [all...]
  /external/chromium/chrome/browser/chromeos/cros/
network_library.cc 1518 base::TimeDelta CellularDataPlan::remaining_time() const { function in class:chromeos::CellularDataPlan
    [all...]
network_library.h 799 base::TimeDelta remaining_time() const;
    [all...]
  /external/chromium_org/chrome/test/functional/
perf_endure.py 491 remaining_time = self._test_length_sec - (time.time() -
494 (self._iteration_num, remaining_time))
    [all...]

Completed in 830 milliseconds