HomeSort by relevance Sort by last modified time
    Searched defs:nanoseconds (Results 1 - 12 of 12) 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.
  /frameworks/av/media/libaaudio/src/binding/
IAAudioService.cpp 245 int64_t nanoseconds; local
331 data.readInt64(&nanoseconds);
332 result = registerAudioThread(stream, pid, tid, nanoseconds);
  /external/ImageMagick/MagickCore/
random.c 368 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/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...]
  /external/skia/tools/gpu/gl/
GLTestContext.cpp 91 std::chrono::nanoseconds getTimeElapsed(sk_gpu_test::PlatformTimerQuery) override;
203 std::chrono::nanoseconds GLGpuTimer::getTimeElapsed(sk_gpu_test::PlatformTimerQuery platformTimer) {
206 GrGLuint64 nanoseconds; local
207 fGLGetQueryObjectui64v(queryID, GL_QUERY_RESULT, &nanoseconds);
208 return std::chrono::nanoseconds(nanoseconds);
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
TimeValue.h 69 typedef int32_t NanoSecondsType;///< Type used for representing nanoseconds.
85 /// Caller provides the exact value in seconds and nanoseconds. The
92 /// fractional part representing nanoseconds.
195 /// Returns only the seconds component of the TimeValue. The nanoseconds
200 /// Returns only the nanoseconds component of the TimeValue. The seconds
202 /// @brief Retrieve the nanoseconds component.
203 NanoSecondsType nanoseconds() const { return nanos_; } function in class:llvm::sys::TimeValue
241 /// @brief Convert to unix time (100 nanoseconds since 12:00:00a Jan 1,1970)
263 /// Provides the seconds and nanoseconds as results in its arguments after
281 /// modifying the nanoseconds part. This is useful for whole secon
295 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
  /prebuilts/tools/common/m2/repository/com/google/protobuf/protobuf-java-util/3.0.0/
protobuf-java-util-3.0.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/protobuf/protobuf-java-util/3.0.2/
protobuf-java-util-3.0.2.jar 
  /cts/tests/libcore/javautilcollections/libs/
guava-testlib-20.0.jar 
  /external/guice/lib/build/
guava-testlib-16.0.1.jar 

Completed in 629 milliseconds