HomeSort by relevance Sort by last modified time
    Searched full:microseconds (Results 176 - 200 of 381) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/llvm/lib/Support/
Timer.cpp 141 Result.WallTime = now.seconds() + now.microseconds() / 1000000.0;
142 Result.UserTime = user.seconds() + user.microseconds() / 1000000.0;
143 Result.SystemTime = sys.seconds() + sys.microseconds() / 1000000.0;
  /frameworks/av/media/libstagefright/codecs/on2/enc/
SoftVPXEncoder.cpp 133 // in microseconds. It is also in Q16 format.
313 // Converting from microseconds
549 // frame duration is in microseconds
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/
chrono 448 /// microseconds
449 typedef duration<int64_t, micro> microseconds;
605 typedef chrono::microseconds duration;
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/
chrono 448 /// microseconds
449 typedef duration<int64_t, micro> microseconds;
605 typedef chrono::microseconds duration;
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/
chrono 448 /// microseconds
449 typedef duration<int64_t, micro> microseconds;
605 typedef chrono::microseconds duration;
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/
chrono 448 /// microseconds
449 typedef duration<int64_t, micro> microseconds;
605 typedef chrono::microseconds duration;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/
chrono 448 /// microseconds
449 typedef duration<int64_t, micro> microseconds;
605 typedef chrono::microseconds duration;
  /dalvik/vm/
Misc.h 214 * Get the current time, in microseconds. This is "relative" time, meaning
262 * Sleep for increasingly longer periods, until "maxTotalSleep" microseconds
  /external/kernel-headers/original/linux/raid/
md_p.h 217 __u64 ctime; /* lo 40 bits are seconds, top 24 are microseconds or 0*/
250 __u64 utime; /* 40 bits second, 24 btes microseconds */
  /external/libpcap/
pcap-int.h 221 bpf_int32 tv_usec; /* microseconds */
230 * microseconds (e.g., seconds and nanoseconds). Instead:
  /frameworks/base/media/java/android/media/
MediaExtractor.java 298 * Returns the current sample's presentation time in microseconds.
332 * expressed in microseconds. Returns -1 if that information is unavailable
  /hardware/qcom/media/mm-core/inc/
OMX_Types.h 269 /** Structure representing some time or duration in microseconds. This structure
271 * negative deltas and preroll scenarios. The quantity is represented in microseconds
  /hardware/qcom/media/mm-core/omxcore/inc/
OMX_Types.h 269 /** Structure representing some time or duration in microseconds. This structure
271 * negative deltas and preroll scenarios. The quantity is represented in microseconds
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/include/khronos/
OMX_Types.h 269 /** Structure representing some time or duration in microseconds. This structure
271 * negative deltas and preroll scenarios. The quantity is represented in microseconds
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
OMX_Types.h 269 /** Structure representing some time or duration in microseconds. This structure
271 * negative deltas and preroll scenarios. The quantity is represented in microseconds
  /hardware/ti/omap4xxx/domx/omx_core/inc/
OMX_Types.h 269 /** Structure representing some time or duration in microseconds. This structure
271 * negative deltas and preroll scenarios. The quantity is represented in microseconds
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/raid/
md_p.h 217 __le64 ctime; /* lo 40 bits are seconds, top 24 are microseconds or 0*/
250 __le64 utime; /* 40 bits second, 24 btes microseconds */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/raid/
md_p.h 217 __le64 ctime; /* lo 40 bits are seconds, top 24 are microseconds or 0*/
250 __le64 utime; /* 40 bits second, 24 btes microseconds */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/raid/
md_p.h 217 __le64 ctime; /* lo 40 bits are seconds, top 24 are microseconds or 0*/
250 __le64 utime; /* 40 bits second, 24 btes microseconds */
  /dalvik/vm/hprof/
Hprof.h 100 * u4 TIME: number of microseconds since the time stamp in the header
  /external/chromium/base/
perftimer.h 72 // intuitive than microseconds and we want more precision than
time_mac.cc 123 // to microseconds up front to stave off overflows.
  /external/chromium/third_party/libevent/compat/sys/
_libevent_time.h 46 long tv_usec; /* and microseconds */
_time.h 46 long tv_usec; /* and microseconds */
  /external/chromium/third_party/libjingle/source/talk/base/
event.cc 157 // Converting from seconds and microseconds (1e-6) plus

Completed in 1311 milliseconds

1 2 3 4 5 6 78 91011>>