/external/chromium_org/net/ftp/ |
ftp_util.cc | 229 const base::Time& current_time, 273 current_time.LocalExplode(¤t_exploded);
|
/external/libhevc/test/decoder/ |
main.c | 1524 UWORD32 current_time; local [all...] |
/external/chromium_org/chrome/browser/net/ |
network_stats.cc | 417 base::TimeTicks current_time = base::TimeTicks::Now(); local 418 last_arrival_time_ = current_time; 420 first_arrival_time_ = current_time; 432 current_time - probe_request_time_ - [all...] |
/external/chromium_org/content/common/media/ |
media_player_messages_android.h | 147 base::TimeDelta /* current_time */)
|
/external/chromium_org/media/base/ |
seekable_buffer.h | 129 base::TimeDelta current_time() const { return current_time_; } function in class:media::SeekableBuffer
|
/external/chromium_org/net/quic/crypto/ |
strike_register.h | 140 InsertStatus Insert(const uint8 nonce[32], uint32 current_time);
|
/external/chromium_org/third_party/tcmalloc/chromium/src/ |
heap-profiler.cc | 338 int64 current_time = time(NULL); local 360 current_time - last_dump_time >= 363 current_time - last_dump_time); 365 last_dump_time = current_time;
|
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/ |
PlaybackControlsPresenter.java | 69 mCurrentTime = (TextView) rootView.findViewById(R.id.current_time);
|
/external/chromium_org/base/synchronization/ |
waitable_event_posix.cc | 187 const TimeTicks current_time(TimeTicks::Now()); 189 if (sw.fired() || (finite_time && current_time >= end_time)) { 213 const TimeDelta max_wait(end_time - current_time);
|
/external/chromium_org/components/component_updater/ |
background_downloader_win.cc | 368 const base::Time current_time(base::Time::Now()); 369 if (last_sweep + time_delta > current_time) 372 last_sweep = current_time;
|
/external/chromium_org/media/base/android/ |
media_source_player.cc | 338 base::TimeDelta current_time = GetCurrentTime(); local 343 preroll_timestamp_ = current_time; 351 manager()->OnSeekComplete(player_id(), current_time); local
|
media_source_player_unittest.cc | 60 base::TimeDelta current_time, 77 const base::TimeDelta& current_time) OVERRIDE {} 355 base::TimeDelta current_time = player_.GetCurrentTime(); local 356 base::TimeDelta start_timestamp = current_time; 363 EXPECT_LE(current_time.InMilliseconds(), 365 current_time = new_current_time; [all...] |
/external/chromium_org/net/base/ |
network_change_notifier.cc | 335 base::TimeTicks current_time = base::TimeTicks::Now(); local 336 base::TimeDelta delta = current_time - *last_time; 337 *last_time = current_time;
|
/external/chromium_org/net/http/ |
http_response_headers.h | 205 // result is relative to the current_time parameter, which is a parameter to 211 const base::Time& current_time) const; 222 const base::Time& current_time) const;
|
transport_security_state.cc | 826 base::Time current_time(base::Time::Now()); 836 if (current_time > j->second.sts.expiry && 837 current_time > j->second.pkp.expiry) {
|
http_response_headers.cc | 961 const Time& current_time) const { 967 return lifetime <= GetCurrentAge(request_time, response_time, current_time); [all...] |
/external/chromium_org/third_party/libjingle/source/talk/session/media/ |
srtpfilter.cc | 872 uint32 current_time = rtc::Time(); local 874 rtc::TimeDiff(current_time, stat->last_signal_time) > 877 stat->last_signal_time = current_time;
|
/hardware/ti/omap4-aah/test/CameraHal/ |
camera_test_menu.cpp | 545 timeval current_time; local 547 gettimeofday(¤t_time, 0); 550 end = current_time.tv_sec * 1000000 + current_time.tv_usec; 4243 timeval current_time; local [all...] |
/external/chromium_org/net/cookies/ |
cookie_monster.cc | [all...] |
/external/chromium_org/content/browser/gpu/ |
gpu_process_host.cc | 992 base::Time current_time = base::Time::Now(); local [all...] |
/external/fonttools/Lib/fontTools/ |
merge.py | 48 def current_time(lst): function 189 'created': current_time, 190 'modified': current_time,
|
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/talking_alarm_clock/ |
popup.js | 150 $('current_time').innerText = str;
|
/external/chromium_org/third_party/sqlite/src/test/ |
alter3.test | 156 alter table t1 add column d DEFAULT CURRENT_TIME;
|
alter4.test | 143 alter table t1 add column d DEFAULT CURRENT_TIME;
|
/external/chromium_org/chrome/browser/prerender/ |
prerender_contents.cc | 782 base::TimeTicks current_time = base::TimeTicks::Now(); local 783 base::TimeDelta duration = current_time - load_start_time_; [all...] |