OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:start_time_
(Results
1 - 25
of
39
) sorted by null
1
2
/external/chromium/sdch/open-vcdiff/src/
testing.h
65
start_time_
.tv_sec = 0;
66
start_time_
.tv_usec = 0;
72
gettimeofday(&
start_time_
, NULL);
85
(1000000 * (end_time.tv_sec -
start_time_
.tv_sec))
86
+ end_time.tv_usec -
start_time_
.tv_usec;
87
start_time_
.tv_sec = 0;
88
start_time_
.tv_usec = 0;
97
return (
start_time_
.tv_usec > 0) || (
start_time_
.tv_sec > 0);
100
struct timeval
start_time_
;
member in class:open_vcdiff::CycleTimer
[
all
...]
/external/v8/src/
counters.cc
53
start_time_
= OS::Ticks();
63
int milliseconds = static_cast<int>(stop_time_ -
start_time_
) / 1000;
71
start_time_
= OS::Ticks();
81
int milliseconds = static_cast<int>(stop_time_ -
start_time_
) / 1000;
counters.h
187
int64_t
start_time_
;
member in struct:v8::internal::StatsCounterTimer
198
return counter_.Enabled() &&
start_time_
!= 0 && stop_time_ == 0;
209
int64_t
start_time_
;
member in struct:v8::internal::HistogramTimer
220
return (histogram_ != NULL) && (
start_time_
!= 0) && (stop_time_ == 0);
/external/chromium/testing/gtest/samples/
sample5_unittest.cc
68
start_time_
= time(NULL);
80
EXPECT_TRUE(end_time -
start_time_
<= 5) << "The test took too long.";
84
time_t
start_time_
;
member in class:QuickTest
/external/gtest/samples/
sample5_unittest.cc
68
start_time_
= time(NULL);
80
EXPECT_TRUE(end_time -
start_time_
<= 5) << "The test took too long.";
84
time_t
start_time_
;
member in class:QuickTest
/external/protobuf/gtest/samples/
sample5_unittest.cc
68
start_time_
= time(NULL);
80
EXPECT_TRUE(end_time -
start_time_
<= 5) << "The test took too long.";
84
time_t
start_time_
;
member in class:QuickTest
/external/chromium/base/threading/
watchdog.cc
56
start_time_
= start_time;
90
(TimeTicks::Now() - watchdog_->
start_time_
);
100
if (last_debugged_alarm_time_ > watchdog_->
start_time_
) {
103
watchdog_->
start_time_
+= last_debugged_alarm_delay_;
104
if (last_debugged_alarm_time_ > watchdog_->
start_time_
)
watchdog.h
75
const TimeDelta duration_; // How long after
start_time_
do we alarm?
80
TimeTicks
start_time_
; // Start of epoch, and alarm after duration_.
member in class:base::Watchdog
/external/chromium/base/metrics/
stats_counters.cc
82
start_time_
= TimeTicks::Now();
96
return Enabled() && !
start_time_
.is_null() && stop_time_.is_null();
105
AddTime(stop_time_ -
start_time_
);
stats_counters.h
154
TimeTicks
start_time_
;
member in class:base::StatsCounterTimer
/external/chromium/chrome/browser/download/
download_safe_browsing_client.cc
48
start_time_
= base::TimeTicks::Now();
64
start_time_
= base::TimeTicks::Now();
132
base::TimeTicks::Now() -
start_time_
);
151
base::TimeTicks::Now() -
start_time_
);
download_safe_browsing_client.h
105
base::TimeTicks
start_time_
;
member in class:DownloadSBClient
download_item.h
257
base::Time start_time() const { return
start_time_
; }
355
base::Time
start_time_
;
member in class:DownloadItem
download_item.cc
129
start_time_
(info.start_time),
170
start_time_
(info.start_time),
210
start_time_
(base::Time::Now()),
/external/chromium/third_party/libjingle/source/talk/base/
task.cc
44
start_time_
(0),
73
return CurrentTime() -
start_time_
;
80
// finishes quickly and deletes the Task object, setting
start_time_
82
start_time_
= CurrentTime();
task.h
183
int64
start_time_
;
member in class:talk_base::Task
/external/chromium/third_party/libjingle/source/talk/p2p/base/
stunport.cc
49
start_time_
= talk_base::Time();
96
&& (talk_base::TimeSince(
start_time_
) <= RETRY_TIMEOUT)) {
111
&& (talk_base::TimeSince(
start_time_
) <= RETRY_TIMEOUT)) {
122
uint32
start_time_
;
member in class:cricket::StunPortBindingRequest
/external/chromium/net/socket/
transport_client_socket_pool.cc
267
DCHECK(
start_time_
!= base::TimeTicks());
269
base::TimeDelta total_duration = now -
start_time_
;
363
DCHECK(
start_time_
!= base::TimeTicks());
365
base::TimeDelta total_duration = now -
start_time_
;
398
start_time_
= base::TimeTicks::Now();
tcp_client_socket_pool.cc
200
DCHECK(
start_time_
!= base::TimeTicks());
202
base::TimeDelta total_duration = now -
start_time_
;
226
start_time_
= base::TimeTicks::Now();
tcp_client_socket_pool.h
113
base::TimeTicks
start_time_
;
member in class:net::TCPConnectJob
/external/chromium/chrome/common/net/
url_fetcher_unittest.cc
189
Time
start_time_
;
member in class:__anon3375::URLFetcherProtectTest
205
Time
start_time_
;
member in class:__anon3375::URLFetcherProtectTestPassedThrough
350
start_time_
= Time::Now();
366
EXPECT_TRUE(Time::Now() -
start_time_
>= one_second);
380
EXPECT_TRUE(Time::Now() -
start_time_
>= one_second);
392
start_time_
= Time::Now();
409
EXPECT_TRUE(Time::Now() -
start_time_
< one_minute);
/external/chromium/chrome/browser/chromeos/login/
screen_locker.h
242
base::Time
start_time_
;
member in class:chromeos::ScreenLocker
/external/chromium/chrome/browser/profiles/
profile.cc
167
start_time_
(Time::Now()) {
535
return
start_time_
;
721
Time
start_time_
;
member in class:OffTheRecordProfileImpl
/external/chromium/chrome/common/
metrics_helpers.h
155
base::Time
start_time_
;
member in class:MetricsLogBase
/external/chromium/net/http/
http_network_transaction.h
265
base::Time
start_time_
;
member in class:net::HttpNetworkTransaction
Completed in 2607 milliseconds
1
2