Home
last modified time | relevance | path

Searched refs:seconds_ (Results 1 – 15 of 15) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/Support/
DTimeValue.h89 : seconds_( seconds ), nanos_( nanos ) { this->normalize(); } in seconds_() function
95 : seconds_( 0 ) , nanos_ ( 0 ) { in TimeValue()
97 seconds_ = integer_part; in TimeValue()
116 this->seconds_ += that.seconds_ ;
126 this->seconds_ -= that.seconds_ ;
141 if ( this->seconds_ > that.seconds_ ) {
143 } else if ( this->seconds_ == that.seconds_ ) {
158 if ( this->seconds_ > that.seconds_ ) {
160 } else if ( this->seconds_ == that.seconds_ ) {
170 return (this->seconds_ == that.seconds_) &&
[all …]
/external/llvm/include/llvm/Support/
DTimeValue.h95 TimeValue() : seconds_(0), nanos_(0) {} in TimeValue()
101 : seconds_( seconds ), nanos_( nanos ) { this->normalize(); } in seconds_() function
107 : seconds_( 0 ) , nanos_ ( 0 ) { in TimeValue()
109 seconds_ = integer_part; in TimeValue()
128 this->seconds_ += that.seconds_ ;
138 this->seconds_ -= that.seconds_ ;
153 if ( this->seconds_ > that.seconds_ ) {
155 } else if ( this->seconds_ == that.seconds_ ) {
169 if ( this->seconds_ > that.seconds_ ) {
171 } else if ( this->seconds_ == that.seconds_ ) {
[all …]
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DTimeValue.h95 TimeValue() : seconds_(0), nanos_(0) {} in TimeValue()
101 : seconds_( seconds ), nanos_( nanos ) { this->normalize(); } in seconds_() function
107 : seconds_( 0 ) , nanos_ ( 0 ) { in TimeValue()
109 seconds_ = integer_part; in TimeValue()
128 this->seconds_ += that.seconds_ ;
138 this->seconds_ -= that.seconds_ ;
153 if ( this->seconds_ > that.seconds_ ) {
155 } else if ( this->seconds_ == that.seconds_ ) {
169 if ( this->seconds_ > that.seconds_ ) {
171 } else if ( this->seconds_ == that.seconds_ ) {
[all …]
/external/webrtc/webrtc/system_wrappers/include/
Dntp_time.h20 NtpTime() : seconds_(0), fractions_(0) {} in NtpTime()
22 clock.CurrentNtp(seconds_, fractions_); in NtpTime()
25 : seconds_(seconds), fractions_(fractions) {} in NtpTime()
31 clock.CurrentNtp(seconds_, fractions_); in SetCurrent()
34 seconds_ = seconds; in Set()
38 seconds_ = 0; in Reset()
42 int64_t ToMs() const { return Clock::NtpToMs(seconds_, fractions_); } in ToMs()
45 bool Valid() const { return !(seconds_ == 0 && fractions_ == 0); } in Valid()
47 uint32_t seconds() const { return seconds_; } in seconds()
51 uint32_t seconds_;
/external/llvm/lib/Support/
DTimeValue.cpp29 seconds_++; in normalize()
34 seconds_--; in normalize()
39 if (seconds_ >= 1 && nanos_ < 0) { in normalize()
40 seconds_--; in normalize()
42 } else if (seconds_ < 0 && nanos_ > 0) { in normalize()
43 seconds_++; in normalize()
/external/swiftshader/third_party/LLVM/lib/Support/
DTimeValue.cpp30 seconds_++; in normalize()
35 seconds_--; in normalize()
40 if (seconds_ >= 1 && nanos_ < 0) { in normalize()
41 seconds_--; in normalize()
43 } else if (seconds_ < 0 && nanos_ > 0) { in normalize()
44 seconds_++; in normalize()
/external/protobuf/src/google/protobuf/
Dduration.pb.cc40 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(Duration, seconds_), in protobuf_AssignDesc_google_2fprotobuf_2fduration_2eproto()
142 seconds_ = GOOGLE_LONGLONG(0); in SharedCtor()
199 ZR_(seconds_, nanos_); in Clear()
221 input, &seconds_))); in MergePartialFromCodedStream()
373 std::swap(seconds_, other->seconds_); in InternalSwap()
392 seconds_ = GOOGLE_LONGLONG(0); in clear_seconds()
396 return seconds_; in seconds()
400 seconds_ = value; in set_seconds()
Dtimestamp.pb.cc40 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(Timestamp, seconds_), in protobuf_AssignDesc_google_2fprotobuf_2ftimestamp_2eproto()
150 seconds_ = GOOGLE_LONGLONG(0); in SharedCtor()
213 ZR_(seconds_, nanos_); in Clear()
235 input, &seconds_))); in MergePartialFromCodedStream()
399 std::swap(seconds_, other->seconds_); in InternalSwap()
418 seconds_ = GOOGLE_LONGLONG(0); in clear_seconds()
422 return seconds_; in seconds()
426 seconds_ = value; in set_seconds()
Dduration.pb.h117 ::google::protobuf::int64 seconds_;
137 seconds_ = GOOGLE_LONGLONG(0); in clear_seconds()
141 return seconds_; in seconds()
145 seconds_ = value; in set_seconds()
Dtimestamp.pb.h130 ::google::protobuf::int64 seconds_;
150 seconds_ = GOOGLE_LONGLONG(0); in clear_seconds()
154 return seconds_; in seconds()
158 seconds_ = value; in set_seconds()
/external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
DTimestamp.cs116 seconds_ = other.seconds_; in Timestamp()
126 private long seconds_; field in Google.Protobuf.WellKnownTypes.Timestamp
133 get { return seconds_; }
135 seconds_ = value;
DDuration.cs104 seconds_ = other.seconds_; in Duration()
114 private long seconds_; field in Google.Protobuf.WellKnownTypes.Duration
120 get { return seconds_; }
122 seconds_ = value;
/external/swiftshader/third_party/LLVM/lib/Support/Unix/
DTimeValue.inc51 static_cast<TimeValue::SecondsType>( the_time.tv_sec + PosixZeroTime.seconds_ ),
/external/testng/ant/3rdparty/
Dcobertura.jarMETA-INF/ META-INF/MANIFEST.MF net/ net/sourceforge/ net/ ...
/external/error_prone/error_prone/
Derror_prone_core-2.3.2-with-dependencies.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ META- ...