HomeSort by relevance Sort by last modified time
    Searched defs:nanoseconds (Results 1 - 5 of 5) 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/vogar/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/llvm/include/llvm/Support/
TimeValue.h 79 typedef int32_t NanoSecondsType;///< Type used for representing nanoseconds.
97 /// Caller provides the exact value in seconds and nanoseconds. The
104 /// fractional part representing nanoseconds.
204 /// Returns only the seconds component of the TimeValue. The nanoseconds
209 /// Returns only the nanoseconds component of the TimeValue. The seconds
211 /// @brief Retrieve the nanoseconds component.
212 NanoSecondsType nanoseconds() const { return nanos_; } function in class:llvm::sys::TimeValue
264 /// Provides the seconds and nanoseconds as results in its arguments after
282 /// modifying the nanoseconds part. This is useful for whole second
290 /// The nanoseconds component of the TimeValue is set to \p nanos withou
296 void nanoseconds ( NanoSecondsType nanos ) { function in class:llvm::sys::TimeValue
    [all...]
  /toolchain/binutils/binutils-2.25/gold/
fileread.h 39 // we define our own structure and fill the nanoseconds if we can.
44 : seconds(0), nanoseconds(0)
48 : seconds(a_seconds), nanoseconds(a_nanoseconds)
52 int nanoseconds; member in struct:gold::Timespec
  /external/guice/lib/build/
guava-testlib-16.0.1.jar 

Completed in 216 milliseconds