/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | TimeValue.h | 89 : 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/ |
D | TimeValue.h | 95 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/ |
D | TimeValue.h | 95 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/ |
D | ntp_time.h | 20 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/ |
D | TimeValue.cpp | 29 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/ |
D | TimeValue.cpp | 30 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/ |
D | duration.pb.cc | 40 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()
|
D | timestamp.pb.cc | 40 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()
|
D | duration.pb.h | 117 ::google::protobuf::int64 seconds_; 137 seconds_ = GOOGLE_LONGLONG(0); in clear_seconds() 141 return seconds_; in seconds() 145 seconds_ = value; in set_seconds()
|
D | timestamp.pb.h | 130 ::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/ |
D | Timestamp.cs | 116 seconds_ = other.seconds_; in Timestamp() 126 private long seconds_; field in Google.Protobuf.WellKnownTypes.Timestamp 133 get { return seconds_; } 135 seconds_ = value;
|
D | Duration.cs | 104 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/ |
D | TimeValue.inc | 51 static_cast<TimeValue::SecondsType>( the_time.tv_sec + PosixZeroTime.seconds_ ),
|
/external/testng/ant/3rdparty/ |
D | cobertura.jar | META-INF/
META-INF/MANIFEST.MF
net/
net/sourceforge/
net/ ... |
/external/error_prone/error_prone/ |
D | error_prone_core-2.3.2-with-dependencies.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/services/
META- ... |