HomeSort by relevance Sort by last modified time
    Searched defs:seconds_ (Results 1 - 8 of 8) 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...]
  /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...]
  /system/connectivity/dhcp_client/
dhcp_message.h 123 uint16_t seconds_; member in class:dhcp_client::DHCPMessage
  /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 

Completed in 816 milliseconds