Searched refs:seconds_ (Results 1 - 14 of 14) sorted by relevance

/external/llvm/lib/Support/
H A DTimeValue.cpp29 seconds_++;
34 seconds_--;
39 if (seconds_ >= 1 && nanos_ < 0) {
40 seconds_--;
42 } else if (seconds_ < 0 && nanos_ > 0) {
43 seconds_++;
/external/swiftshader/third_party/LLVM/lib/Support/
H A DTimeValue.cpp30 seconds_++;
35 seconds_--;
40 if (seconds_ >= 1 && nanos_ < 0) {
41 seconds_--;
43 } else if (seconds_ < 0 && nanos_ > 0) {
44 seconds_++;
/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DTimeValue.h89 : seconds_( seconds ), nanos_( nanos ) { this->normalize(); }
95 : seconds_( 0 ) , nanos_ ( 0 ) {
97 seconds_ = integer_part;
116 this->seconds_ += that.seconds_ ;
126 this->seconds_ -= that.seconds_ ;
141 if ( this->seconds_ > that.seconds_ ) {
143 } else if ( this->seconds_
361 SecondsType seconds_;///< Stores the seconds part of the TimeVal member in class:llvm::sys::TimeValue
[all...]
/external/webrtc/webrtc/system_wrappers/include/
H A Dntp_time.h20 NtpTime() : seconds_(0), fractions_(0) {}
22 clock.CurrentNtp(seconds_, fractions_);
25 : seconds_(seconds), fractions_(fractions) {}
31 clock.CurrentNtp(seconds_, fractions_);
34 seconds_ = seconds;
38 seconds_ = 0;
42 int64_t ToMs() const { return Clock::NtpToMs(seconds_, fractions_); }
45 bool Valid() const { return !(seconds_ == 0 && fractions_ == 0); }
47 uint32_t seconds() const { return seconds_; }
51 uint32_t seconds_; member in class:webrtc::NtpTime
[all...]
/external/llvm/include/llvm/Support/
H A DTimeValue.h95 TimeValue() : seconds_(0), nanos_(0) {}
101 : seconds_( seconds ), nanos_( nanos ) { this->normalize(); }
107 : seconds_( 0 ) , nanos_ ( 0 ) {
109 seconds_ = integer_part;
128 this->seconds_ += that.seconds_ ;
138 this->seconds_ -= that.seconds_ ;
153 if ( this->seconds_ > that.seconds_ ) {
362 SecondsType seconds_;///< Stores the seconds part of the TimeVal member in class:llvm::sys::TimeValue
[all...]
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DTimeValue.h95 TimeValue() : seconds_(0), nanos_(0) {}
101 : seconds_( seconds ), nanos_( nanos ) { this->normalize(); }
107 : seconds_( 0 ) , nanos_ ( 0 ) {
109 seconds_ = integer_part;
128 this->seconds_ += that.seconds_ ;
138 this->seconds_ -= that.seconds_ ;
153 if ( this->seconds_ > that.seconds_ ) {
362 SecondsType seconds_;///< Stores the seconds part of the TimeVal member in class:llvm::sys::TimeValue
[all...]
/external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
H A DDuration.cs104 seconds_ = other.seconds_;
114 private long seconds_; field in class:Google.Protobuf.WellKnownTypes.Duration
120 get { return seconds_; }
122 seconds_ = value;
H A DTimestamp.cs116 seconds_ = other.seconds_;
126 private long seconds_; field in class:Google.Protobuf.WellKnownTypes.Timestamp
133 get { return seconds_; }
135 seconds_ = value;
/external/protobuf/src/google/protobuf/
H A Dduration.pb.cc40 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(Duration, seconds_),
142 seconds_ = GOOGLE_LONGLONG(0);
199 ZR_(seconds_, nanos_);
221 input, &seconds_)));
373 std::swap(seconds_, other->seconds_);
392 seconds_ = GOOGLE_LONGLONG(0);
396 return seconds_;
400 seconds_ = value;
H A Dtimestamp.pb.cc40 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(Timestamp, seconds_),
150 seconds_ = GOOGLE_LONGLONG(0);
213 ZR_(seconds_, nanos_);
235 input, &seconds_)));
399 std::swap(seconds_, other->seconds_);
418 seconds_ = GOOGLE_LONGLONG(0);
422 return seconds_;
426 seconds_ = value;
H A Dduration.pb.h117 ::google::protobuf::int64 seconds_; member in class:google::protobuf::Duration
137 seconds_ = GOOGLE_LONGLONG(0);
141 return seconds_;
145 seconds_ = value;
H A Dtimestamp.pb.h130 ::google::protobuf::int64 seconds_; member in class:google::protobuf::Timestamp
150 seconds_ = GOOGLE_LONGLONG(0);
154 return seconds_;
158 seconds_ = value;
/external/annotation-tools/asmx/test/lib/
H A Dccl.jarMETA-INF/ META-INF/MANIFEST.MF ccl/ ccl/Main.class Main.java package ccl ...
/external/testng/ant/3rdparty/
H A Dcobertura.jarMETA-INF/ META-INF/MANIFEST.MF net/ net/sourceforge/ net/sourceforge/cobertura/ net/sourceforge/cobertura/ant/ ...

Completed in 597 milliseconds