HomeSort by relevance Sort by last modified time
    Searched defs:seconds_ (Results 1 - 15 of 15) sorted by null

  /external/webrtc/webrtc/system_wrappers/include/
ntp_time.h 20 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/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
Duration.cs 104 seconds_ = other.seconds_;
114 private long seconds_; field in class:Google.Protobuf.WellKnownTypes.Duration
120 get { return seconds_; }
122 seconds_ = value;
Timestamp.cs 116 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/
duration.pb.h 117 ::google::protobuf::int64 seconds_; member in class:google::protobuf::Duration
137 seconds_ = GOOGLE_LONGLONG(0);
141 return seconds_;
145 seconds_ = value;
timestamp.pb.h 130 ::google::protobuf::int64 seconds_; member in class:google::protobuf::Timestamp
150 seconds_ = GOOGLE_LONGLONG(0);
154 return seconds_;
158 seconds_ = value;
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
duration.pb.h 117 ::google::protobuf::int64 seconds_; member in class:google::protobuf::Duration
137 seconds_ = GOOGLE_LONGLONG(0);
141 return seconds_;
145 seconds_ = value;
timestamp.pb.h 130 ::google::protobuf::int64 seconds_; member in class:google::protobuf::Timestamp
150 seconds_ = GOOGLE_LONGLONG(0);
154 return seconds_;
158 seconds_ = value;
  /external/llvm/include/llvm/Support/
TimeValue.h 95 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/include/llvm/Support/
TimeValue.h 89 : 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_ == that.seconds_ )
361 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/
TimeValue.h 95 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/annotation-tools/asmx/test/lib/
ccl.jar 
  /prebuilts/tools/common/m2/repository/com/google/protobuf/protobuf-java/3.0.0-beta-2/
protobuf-java-3.0.0-beta-2.jar 
  /external/testng/ant/3rdparty/
cobertura.jar 
  /prebuilts/tools/common/m2/repository/com/google/protobuf/protobuf-java/3.0.0/
protobuf-java-3.0.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/protobuf/protobuf-java/3.0.2/
protobuf-java-3.0.2.jar 

Completed in 1517 milliseconds