HomeSort by relevance Sort by last modified time
    Searched defs:nanoseconds (Results 1 - 17 of 17) 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 251 int64_t nanoseconds; local
358 data.readInt64(&nanoseconds);
359 result = registerAudioThread(streamHandle, tid, nanoseconds);
  /cts/tests/tests/location/src/android/location/cts/asn1/supl2/ver2_ulp_components/
RTDUnits.java 41 nanoseconds(3), enum constant in enum:RTDUnits.Value
  /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 94 std::chrono::nanoseconds getTimeElapsed(sk_gpu_test::PlatformTimerQuery) override;
206 std::chrono::nanoseconds GLGpuTimer::getTimeElapsed(sk_gpu_test::PlatformTimerQuery platformTimer) {
209 GrGLuint64 nanoseconds; local
210 fGLGetQueryObjectui64v(queryID, GL_QUERY_RESULT, &nanoseconds);
211 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...]
  /external/swiftshader/third_party/llvm-subzero/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...]
  /frameworks/av/media/libaaudio/examples/utils/
AAudioSimplePlayer.h 43 int64_t nanoseconds; member in struct:Timestamp
288 CLOCK_MONOTONIC, &timestamp->position, &timestamp->nanoseconds);
  /frameworks/av/media/libaaudio/src/legacy/
AudioStreamTrack.cpp 455 int64_t nanoseconds = 0; local
457 &nanoseconds, &extendedTimestamp);
461 *timeNanoseconds = nanoseconds;
  /frameworks/av/media/libaaudio/tests/
test_timestamps.cpp 200 int64_t nanoseconds; local
201 result = AAudioStream_getTimestamp(aaudioStream, CLOCK_MONOTONIC, &position, &nanoseconds);
  /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 755 milliseconds