HomeSort by relevance Sort by last modified time
    Searched full:current_time (Results 76 - 100 of 264) sorted by null

1 2 34 5 6 7 8 91011

  /external/chromium_org/media/cast/net/rtcp/
rtcp.h 65 // |current_time| is the current time reported by a tick clock.
70 base::TimeTicks current_time,
rtcp.cc 239 void Rtcp::SendRtcpFromRtpSender(base::TimeTicks current_time,
245 ConvertTimeTicksToNtp(current_time, &current_ntp_seconds,
247 SaveLastSentNtpTime(current_time, current_ntp_seconds,
  /external/chromium_org/third_party/libjingle/source/talk/xmpp/
presenceouttask.cc 146 struct tm* current_time = gmtime(&current_time_seconds); local
148 strftime(output, ARRAY_SIZE(output), "%Y%m%dT%H:%M:%S", current_time);
  /hardware/invensense/60xx/libsensors_iio/software/core/mllite/
data_builder.c 1051 inv_time_t current_time = 0; local
    [all...]
  /external/chromium_org/net/cookies/
canonical_cookie_unittest.cc 47 base::Time current_time = base::Time::Now(); local
50 current_time, base::Time(), current_time, false, false,
64 current_time,
66 current_time,
  /external/chromium_org/media/tools/layout_tests/
layouttest_analyzer_helpers.py 155 def ConvertToCSVText(self, current_time):
161 current_time: a string depicting a time in year-month-day-hour
167 (current_time, the number of tests, the number of skipped tests,
178 stats = ','.join([current_time, str(len(self.result_map['whole'].keys())),
369 def GetRevisionString(prev_time, current_time, diff_map):
375 current_time: the current time as a floating point number expressed
398 current_time,
  /external/chromium_org/content/browser/renderer_host/
render_widget_resize_helper.cc 209 base::TimeTicks current_time = base::TimeTicks::Now(); local
225 if (potential_task->can_run_time() > current_time) {
247 base::TimeDelta max_sleep_time = next_task_time - current_time;
  /external/chromium_org/content/test/gpu/gpu_tests/
context_lost.py 124 current_time = time.time()
125 while current_time - start_time < 20:
132 current_time = time.time()
  /external/chromium_org/media/base/
seekable_buffer_unittest.cc 330 // current_time() must initially return kNoTimestamp().
332 buffer_.current_time().ToInternalValue());
344 int64 actual = buffer_.current_time().ToInternalValue();
  /external/chromium_org/media/cast/net/
cast_transport_sender_impl.cc 230 base::TimeTicks current_time,
234 current_time, current_time_as_rtp_timestamp,
238 current_time, current_time_as_rtp_timestamp,
  /external/chromium_org/net/http/
transport_security_persister.cc 204 const base::Time current_time(base::Time::Now());
293 if (domain_state.sts.expiry <= current_time &&
294 domain_state.pkp.expiry <= current_time) {
  /external/chromium_org/storage/browser/quota/
storage_monitor.cc 61 base::TimeTicks current_time = base::TimeTicks::Now(); local
62 base::TimeDelta delta = current_time - it->second.last_notification_time;
66 it->second.last_notification_time = current_time;
  /external/chromium_org/ui/events/gesture_detection/
scale_gesture_detector.cc 291 const base::TimeTicks current_time = ev.GetEventTime(); local
292 DCHECK(!current_time.is_null());
295 (current_time - touch_history_last_accepted_time_) >=
  /external/chromium_org/chrome/common/
cast_messages.h 128 base::TimeTicks /* current_time */,
  /external/qemu/include/hw/i386/
pc.h 71 int pit_get_out(PITState *pit, int channel, int64_t current_time);
  /frameworks/base/core/java/android/app/job/
JobInfo.java 53 * retry_time(current_time, num_failures) =
54 * current_time + initial_backoff_millis * num_failures, num_failures >= 1
62 * retry_time(current_time, num_failures) =
63 * current_time + initial_backoff_millis * 2 ^ (num_failures - 1), num_failures >= 1
  /external/chromium_org/components/precache/core/
precache_database.cc 62 const base::Time& current_time) {
69 base::Time delete_end = current_time - base::TimeDelta::FromDays(
  /external/chromium_org/content/renderer/media/android/
renderer_media_player_manager.cc 165 const base::TimeDelta& current_time) {
168 player->OnSeekComplete(current_time);
  /external/chromium_org/gpu/command_buffer/client/
cmd_buffer_helper.cc 164 base::TimeTicks current_time = base::TimeTicks::Now(); local
165 if (current_time - last_flush_time_ >
  /hardware/invensense/6515/libsensors_iio/software/core/mllite/
data_builder.c 1403 inv_time_t current_time = 0; local
    [all...]
  /hardware/invensense/65xx/libsensors_iio/software/core/mllite/
data_builder.c 1176 inv_time_t current_time = 0; local
    [all...]
  /external/chromium_org/chrome/browser/android/thumbnail/
thumbnail_store.cc 248 base::Time current_time = base::Time::Now(); local
253 (current_time - meta_data_iter->second.capture_time()) <
258 thumbnail_meta_data_[tab_id] = ThumbnailMetaData(current_time, url);
901 const base::Time& current_time,
903 : capture_time_(current_time), url_(url) {
  /external/chromium_org/chrome/browser/
memory_details.cc 126 const base::TimeTicks current_time = base::TimeTicks::Now(); local
133 if (last_time < (current_time - base::TimeDelta::FromMinutes(30))) {
138 (current_time - last_time).InMinutes());
140 found_time->second = current_time;
146 times_[pid] = current_time;
  /external/chromium_org/ash/wm/maximize_mode/
maximize_mode_controller.cc 441 base::Time current_time = base::Time::Now(); local
442 base::TimeDelta delta = current_time - last_touchview_transition_time_;
450 last_touchview_transition_time_ = current_time;
  /external/chromium_org/chrome/browser/devtools/
devtools_file_system_indexer.cc 422 TimeTicks current_time = TimeTicks::Now(); local
425 TimeDelta delta = current_time - last_worked_notification_time_;
431 last_worked_notification_time_ = current_time;

Completed in 2238 milliseconds

1 2 34 5 6 7 8 91011