Searched defs:nanoseconds (Results 1 - 5 of 5) sorted by relevance

/external/guava/guava-testlib/src/com/google/common/testing/
H A DFakeTicker.java51 /** Advances the ticker value by {@code nanoseconds}. */
52 public FakeTicker advance(long nanoseconds) { argument
53 nanos.addAndGet(nanoseconds);
/external/llvm/include/llvm/Support/
H A DTimeValue.h79 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 componen
296 void nanoseconds ( NanoSecondsType nanos ) { function in class:llvm::sys::TimeValue
[all...]
/external/ImageMagick/MagickCore/
H A Drandom.c368 nanoseconds,
416 nanoseconds=0;
425 nanoseconds=1000UL*timer.tv_usec;
437 nanoseconds=timer.tv_nsec;
444 SetStringInfoLength(chaos,sizeof(nanoseconds));
445 SetStringInfoDatum(chaos,(unsigned char *) &nanoseconds);
447 nanoseconds=0;
449 nanoseconds=clock();
457 nanoseconds=timer.tms_utime+timer.tms_stime;
460 SetStringInfoLength(chaos,sizeof(nanoseconds));
360 nanoseconds, local
487 nanoseconds; local
[all...]
/external/v8/src/base/platform/
H A Dtime.cc142 TimeDelta TimeDelta::FromNanoseconds(int64_t nanoseconds) { argument
143 return TimeDelta(nanoseconds / Time::kNanosecondsPerMicrosecond);
471 // resolution (100 nanoseconds) time stamp but is comparatively more expensive
/external/guice/lib/build/
H A Dguava-testlib-16.0.1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...

Completed in 104 milliseconds