OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:seconds_
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/base/synchronization/
waitable_event_unittest.cc
77
:
seconds_
(seconds),
82
PlatformThread::Sleep(TimeDelta::FromSecondsD(
seconds_
));
87
const double
seconds_
;
member in class:base::WaitableEventSignaler
/external/chromium_org/net/quic/
quic_time.h
152
uint64
seconds_
;
member in class:net::QuicWallTime
/external/llvm/include/llvm/Support/
TimeValue.h
85
TimeValue() :
seconds_
(0), nanos_(0) {}
91
:
seconds_
( seconds ), nanos_( nanos ) { this->normalize(); }
97
:
seconds_
( 0 ) , nanos_ ( 0 ) {
99
seconds_
= integer_part;
118
this->
seconds_
+= that.
seconds_
;
128
this->
seconds_
-= that.
seconds_
;
143
if ( this->
seconds_
> that.
seconds_
) {
352
SecondsType
seconds_
;\/\/\/< Stores the seconds part of the TimeVal
member in class:llvm::sys::TimeValue
[
all
...]
/external/chromium_org/third_party/leveldatabase/src/db/
db_bench.cc
165
double
seconds_
;
member in class:leveldb::__anon17064::RandomGenerator::Stats
182
seconds_
= 0;
192
seconds_
+= other.
seconds_
;
202
seconds_
= (finish_ - start_) * 1e-6;
258
seconds_
* 1e6 / done_,
Completed in 3031 milliseconds