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

  /cts/libs/vogar-expect/src/vogar/util/
TimeUtilities.java 62 * Returns a string representation of the given number of nanoseconds.
75 long nanoseconds = duration % 1000; local
109 * Converts nanoseconds into (fractional) seconds.
  /external/chromium_org/media/midi/
midi_manager_mac.cc 240 UInt64 nanoseconds = AudioConvertHostTimeToNanos(timestamp); local
241 return static_cast<double>(nanoseconds) / 1.0e9;
  /external/llvm/include/llvm/Support/
TimeValue.h 69 typedef int32_t NanoSecondsType;///< Type used for representing nanoseconds.
87 /// Caller provides the exact value in seconds and nanoseconds. The
94 /// fractional part representing nanoseconds.
194 /// Returns only the seconds component of the TimeValue. The nanoseconds
199 /// Returns only the nanoseconds component of the TimeValue. The seconds
201 /// @brief Retrieve the nanoseconds component.
202 NanoSecondsType nanoseconds() const { return nanos_; } function in class:llvm::sys::TimeValue
254 /// Provides the seconds and nanoseconds as results in its arguments after
272 /// modifying the nanoseconds part. This is useful for whole second
280 /// The nanoseconds component of the TimeValue is set to \p nanos withou
286 void nanoseconds ( NanoSecondsType nanos ) { function in class:llvm::sys::TimeValue
    [all...]
  /external/libpcap/
pcap1.h 132 bpf_u_int32 nanoseconds; /* 10^-9 of seconds */ member in struct:pcap1_info_timestamp

Completed in 4127 milliseconds