Searched defs:now (Results 76 - 100 of 760) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/extensions/token_cache/
H A Dtoken_cache_service.cc54 Time now = Time::Now(); local
56 now < it->second.expiration_time) {
H A Dtoken_cache_service_unittest.cc35 Time now = Time::Now(); local
37 Time yesterday = now - one_day;
/external/chromium_org/chrome/common/
H A Dmulti_process_lock_unittest.cc47 base::Time now = base::Time::NowFromSystemTime(); local
49 now.ToDoubleT(), base::RandDouble());
/external/chromium_org/components/domain_reliability/
H A Dconfig_unittest.cc134 base::Time now = base::Time::Now(); local
138 unexpired_config.valid_until = (now + one_day).ToDoubleT();
139 EXPECT_FALSE(unexpired_config.IsExpired(now));
142 expired_config.valid_until = (now - one_day).ToDoubleT();
143 EXPECT_TRUE(expired_config.IsExpired(now));
/external/chromium_org/content/browser/download/
H A Dbase_file_win.cc341 base::TimeTicks now = base::TimeTicks::Now(); local
/external/chromium_org/content/browser/frame_host/
H A Dnavigation_entry_impl_unittest.cc220 const base::Time now = base::Time::Now(); local
221 entry1_->SetTimestamp(now);
222 EXPECT_EQ(now, entry1_->GetTimestamp());
/external/chromium_org/media/base/
H A Daudio_renderer_mixer.cc81 const base::TimeTicks now = base::TimeTicks::Now(); local
83 last_play_time_ = now;
84 } else if (now - last_play_time_ >= pause_delay_ && playing_) {
/external/chromium_org/net/base/
H A Dbackoff_entry_unittest.cc32 void set_now(const TimeTicks& now) { argument
33 now_ = now;
134 // With zero errors, should return "now".
172 // With previous requests, should return "now".
/external/chromium_org/net/quic/test_tools/
H A Ddelayed_verify_strike_register_client.cc29 QuicWallTime now,
32 pending_verifications_.push_back(VerifyArgs(nonce, now, cb));
34 LocalStrikeRegisterClient::VerifyNonceIsValidAndUnique(nonce, now, cb);
48 it->nonce, it->now, it->cb);
27 VerifyNonceIsValidAndUnique( StringPiece nonce, QuicWallTime now, ResultCallback* cb) argument
/external/chromium_org/net/third_party/mozilla_security_manager/
H A DnsNSSCertificateDB.cpp105 PRTime now = PR_Now(); local
136 PR_TRUE, certUsageVerifyCA, now, NULL, NULL) != SECSuccess) {
/external/chromium_org/net/url_request/
H A Durl_request_throttler_test_support.cc22 void MockBackoffEntry::set_fake_now(const base::TimeTicks& now) { argument
23 fake_now_ = now;
/external/chromium_org/third_party/webrtc/system_wrappers/source/
H A Dtick_util.cc47 DWORD now = timeGetTime(); local
49 DWORD old = InterlockedExchange(last_time_get_time_ptr, now);
50 if (now < old) {
51 // If now is earlier than old, there may have been a race between
55 if (old > 0xf0000000 && now < 0x0fffffff) {
59 result.ticks_ = now + (num_wrap_time_get_time << 32);
/external/chromium_org/third_party/webrtc/video_engine/
H A Dvie_remb.cc114 int64_t now = TickTime::MillisecondTimestamp(); local
116 if (now - last_remb_time_ < kRembSendIntervalMs) {
120 last_remb_time_ = now;
/external/chromium_org/v8/src/base/platform/
H A Delapsed-timer.h84 TimeTicks now = TimeTicks::HighResolutionNow(); local
85 DCHECK(!now.IsNull());
86 return now;
/external/jmdns/src/javax/jmdns/impl/tasks/
H A DDNSTask.java137 * @param now
141 public DNSOutgoing addAnswer(DNSOutgoing out, DNSRecord rec, long now) throws IOException { argument
144 newOut.addAnswer(rec, now);
156 newOut.addAnswer(rec, now);
/external/libcxx/test/thread/thread.condition/thread.condition.condvar/
H A Dwait_until.pass.cpp33 static time_point now() function in struct:Clock
37 steady_clock::now().time_since_epoch()
56 Clock::time_point t0 = Clock::now();
60 Clock::time_point t1 = Clock::now();
/external/libcxx/test/thread/thread.condition/thread.condition.condvarany/
H A Dwait_until.pass.cpp32 static time_point now() function in struct:Clock
36 steady_clock::now().time_since_epoch()
59 Clock::time_point t0 = Clock::now();
63 Clock::time_point t1 = Clock::now();
/external/qemu/distrib/sdl-1.2.15/src/timer/riscos/
H A DSDL_systimer.c86 Uint32 now,then,elapsed; local
115 now = SDL_GetTicks();
116 elapsed = (now-then);
117 then = now;
/external/qemu/distrib/sdl-1.2.15/src/timer/unix/
H A DSDL_systimer.c75 struct timespec now; local
76 clock_gettime(CLOCK_MONOTONIC,&now);
77 ticks=(now.tv_sec-start.tv_sec)*1000+(now.tv_nsec-start.tv_nsec)/1000000;
81 struct timeval now;
82 gettimeofday(&now, NULL);
83 ticks=(now.tv_sec-start.tv_sec)*1000+(now.tv_usec-start.tv_usec)/1000;
102 Uint32 then, now, elapsed;
121 now
[all...]
/external/qemu/hw/mips/
H A Dcputimer.c35 uint64_t now, next; local
38 now = qemu_clock_get_ns(QEMU_CLOCK_VIRTUAL);
40 (uint32_t)muldiv64(now, TIMER_FREQ, get_ticks_per_sec());
41 next = now + muldiv64(wait, get_ticks_per_sec(), TIMER_FREQ);
/external/webrtc/src/system_wrappers/source/
H A Dcpu_mac.cc84 WebRtc_Word64 now = TickTime::MillisecondTimestamp(); local
85 WebRtc_Word64 timeDiffMS = now - _lastTime;
92 _lastTime = now;
/external/apache-http/src/org/apache/http/impl/conn/
H A DIdleConnectionHandler.java152 long now = System.currentTimeMillis();
154 log.debug("Checking for expired connections, now: " + now);
163 if(times.timeExpires <= now) {
182 * @param now The current time in milliseconds
186 TimeValues(long now, long validDuration, TimeUnit validUnit) { argument
187 this.timeAdded = now;
189 this.timeExpires = now + validUnit.toMillis(validDuration);
/external/chromium_org/ash/wm/
H A Dvideo_detector.cc32 base::TimeTicks now) {
42 update_times_[(buffer_start_ + buffer_size_) % kMinFramesPerSecond] = now;
46 (now - update_times_[buffer_start_]).InSecondsF() <= 1.0;
96 base::TimeTicks now = local
98 if (info->RecordUpdateAndCheckForVideo(damage_rect_in_dip, now))
99 MaybeNotifyObservers(window, now);
114 base::TimeTicks now) {
116 (now - last_observer_notification_time_).InSecondsF() <
152 last_observer_notification_time_ = now;
31 RecordUpdateAndCheckForVideo(const gfx::Rect& region, base::TimeTicks now) argument
113 MaybeNotifyObservers(aura::Window* window, base::TimeTicks now) argument
H A Dvideo_detector.h63 void set_now_for_test(base::TimeTicks now) { now_for_test_ = now; } argument
86 void MaybeNotifyObservers(aura::Window* window, base::TimeTicks now);
/external/chromium_org/base/
H A Drand_util_unittest.cc137 const base::TimeTicks now = base::TimeTicks::HighResNow(); local
143 << (end - now).InMicroseconds() << "µs";

Completed in 7132 milliseconds

1234567891011>>