/external/chromium/sdch/open-vcdiff/src/ |
D | testing.h | 65 start_time_.tv_sec = 0; in Reset() 66 start_time_.tv_usec = 0; in Reset() 72 gettimeofday(&start_time_, NULL); in Start() 85 (1000000 * (end_time.tv_sec - start_time_.tv_sec)) in Stop() 86 + end_time.tv_usec - start_time_.tv_usec; in Stop() 87 start_time_.tv_sec = 0; in Stop() 88 start_time_.tv_usec = 0; in Stop() 97 return (start_time_.tv_usec > 0) || (start_time_.tv_sec > 0); in IsStarted() 100 struct timeval start_time_; variable 114 start_time_.QuadPart = 0; [all …]
|
/external/v8/src/ |
D | counters.cc | 53 start_time_ = OS::Ticks(); in Start() 63 int milliseconds = static_cast<int>(stop_time_ - start_time_) / 1000; in Stop() 71 start_time_ = OS::Ticks(); in Start() 81 int milliseconds = static_cast<int>(stop_time_ - start_time_) / 1000; in Stop()
|
D | counters.h | 187 int64_t start_time_; member 198 return counter_.Enabled() && start_time_ != 0 && stop_time_ == 0; in Running() 209 int64_t start_time_; member 220 return (histogram_ != NULL) && (start_time_ != 0) && (stop_time_ == 0); in Running()
|
/external/chromium/base/threading/ |
D | watchdog.cc | 56 start_time_ = start_time; in ArmAtStartTime() 90 (TimeTicks::Now() - watchdog_->start_time_); in ThreadMain() 100 if (last_debugged_alarm_time_ > watchdog_->start_time_) { in ThreadMain() 103 watchdog_->start_time_ += last_debugged_alarm_delay_; in ThreadMain() 104 if (last_debugged_alarm_time_ > watchdog_->start_time_) in ThreadMain()
|
D | watchdog.h | 80 TimeTicks start_time_; // Start of epoch, and alarm after duration_. variable
|
/external/gtest/samples/ |
D | sample5_unittest.cc | 68 start_time_ = time(NULL); in SetUp() 80 EXPECT_TRUE(end_time - start_time_ <= 5) << "The test took too long."; in TearDown() 84 time_t start_time_; member in QuickTest
|
/external/protobuf/gtest/samples/ |
D | sample5_unittest.cc | 68 start_time_ = time(NULL); in SetUp() 80 EXPECT_TRUE(end_time - start_time_ <= 5) << "The test took too long."; in TearDown() 84 time_t start_time_; member in QuickTest
|
/external/chromium/testing/gtest/samples/ |
D | sample5_unittest.cc | 68 start_time_ = time(NULL); in SetUp() 80 EXPECT_TRUE(end_time - start_time_ <= 5) << "The test took too long."; in TearDown() 84 time_t start_time_; member in QuickTest
|
/external/chromium/base/metrics/ |
D | stats_counters.cc | 82 start_time_ = TimeTicks::Now(); in Start() 96 return Enabled() && !start_time_.is_null() && stop_time_.is_null(); in Running() 105 AddTime(stop_time_ - start_time_); in Record()
|
D | stats_counters.h | 154 TimeTicks start_time_; variable
|
/external/chromium/chrome/browser/download/ |
D | download_safe_browsing_client.cc | 48 start_time_ = base::TimeTicks::Now(); in CheckDownloadUrl() 64 start_time_ = base::TimeTicks::Now(); in CheckDownloadHash() 132 base::TimeTicks::Now() - start_time_); in SafeBrowsingCheckUrlDone() 151 base::TimeTicks::Now() - start_time_); in SafeBrowsingCheckHashDone()
|
D | download_item.h | 257 base::Time start_time() const { return start_time_; } in start_time() 355 base::Time start_time_; variable
|
D | download_safe_browsing_client.h | 105 base::TimeTicks start_time_; variable
|
D | download_item.cc | 129 start_time_(info.start_time), in DownloadItem() 170 start_time_(info.start_time), in DownloadItem() 210 start_time_(base::Time::Now()), in DownloadItem()
|
/external/chromium/third_party/libjingle/source/talk/p2p/base/ |
D | stunport.cc | 49 start_time_ = talk_base::Time(); in StunPortBindingRequest() 96 && (talk_base::TimeSince(start_time_) <= RETRY_TIMEOUT)) { in OnErrorResponse() 111 && (talk_base::TimeSince(start_time_) <= RETRY_TIMEOUT)) { in OnTimeout() 122 uint32 start_time_; member in cricket::StunPortBindingRequest
|
D | relayport.cc | 183 uint32 start_time_; member in cricket::AllocateRequest 728 start_time_ = talk_base::Time(); in AllocateRequest() 784 if (talk_base::TimeSince(start_time_) <= kRetryTimeout) in OnErrorResponse()
|
/external/chromium/third_party/libjingle/source/talk/base/ |
D | task.cc | 44 start_time_(0), in Task() 73 return CurrentTime() - start_time_; in ElapsedTime() 82 start_time_ = CurrentTime(); in Start()
|
D | task.h | 183 int64 start_time_; variable
|
/external/chromium/chrome/common/net/ |
D | url_fetcher_unittest.cc | 189 Time start_time_; member in __anon449829280211::URLFetcherProtectTest 205 Time start_time_; member in __anon449829280211::URLFetcherProtectTestPassedThrough 350 start_time_ = Time::Now(); in CreateFetcher() 366 EXPECT_TRUE(Time::Now() - start_time_ >= one_second); in OnURLFetchComplete() 380 EXPECT_TRUE(Time::Now() - start_time_ >= one_second); in OnURLFetchComplete() 392 start_time_ = Time::Now(); in CreateFetcher() 409 EXPECT_TRUE(Time::Now() - start_time_ < one_minute); in OnURLFetchComplete()
|
/external/chromium/net/socket/ |
D | transport_client_socket_pool.cc | 267 DCHECK(start_time_ != base::TimeTicks()); in DoTransportConnectComplete() 269 base::TimeDelta total_duration = now - start_time_; in DoTransportConnectComplete() 363 DCHECK(start_time_ != base::TimeTicks()); in DoIPv6FallbackTransportConnectComplete() 365 base::TimeDelta total_duration = now - start_time_; in DoIPv6FallbackTransportConnectComplete() 398 start_time_ = base::TimeTicks::Now(); in ConnectInternal()
|
D | tcp_client_socket_pool.cc | 200 DCHECK(start_time_ != base::TimeTicks()); in DoTCPConnectComplete() 202 base::TimeDelta total_duration = now - start_time_; in DoTCPConnectComplete() 226 start_time_ = base::TimeTicks::Now(); in ConnectInternal()
|
D | tcp_client_socket_pool.h | 113 base::TimeTicks start_time_; variable
|
/external/chromium/chrome/browser/profiles/ |
D | profile.cc | 167 start_time_(Time::Now()) { in OffTheRecordProfileImpl() 535 return start_time_; in GetStartTime() 721 Time start_time_; member in OffTheRecordProfileImpl
|
/external/chromium/chrome/browser/prerender/ |
D | prerender_manager.cc | 93 base::Time start_time_; member 96 start_time_(start_time) { in PrerenderContentsData() 251 if (IsPrerenderElementFresh(data.start_time_)) in DeleteOldEntries()
|
/external/chromium/chrome/browser/chromeos/login/ |
D | screen_locker.h | 242 base::Time start_time_; variable
|