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

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
atm.h 138 int max_cdv; /* maximum CDV in microseconds */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/include-fixed/X11/
Xos.h 226 long tv_usec; /* and microseconds */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xos.h 217 long tv_usec; /* and microseconds */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
atm.h 138 int max_cdv; /* maximum CDV in microseconds */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xos.h 217 long tv_usec; /* and microseconds */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
atm.h 138 int max_cdv; /* maximum CDV in microseconds */
  /external/strace/
strace.1 334 If given twice, the time printed will include the microseconds.
337 If given thrice, the time printed will include the microseconds
521 microseconds.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/
chrono 501 /// microseconds
502 typedef duration<int64_t, micro> microseconds;
658 typedef chrono::microseconds duration;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/
chrono 501 /// microseconds
502 typedef duration<int64_t, micro> microseconds;
658 typedef chrono::microseconds duration;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/
chrono 501 /// microseconds
502 typedef duration<int64_t, micro> microseconds;
658 typedef chrono::microseconds duration;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/
chrono 506 /// microseconds
507 typedef duration<int64_t, micro> microseconds;
673 typedef chrono::microseconds duration;
  /external/libnfc-nxp/inc/
phNfcTypes.h     [all...]
  /external/iproute2/man/man8/
tc.8 303 Microseconds.
  /external/libvpx/libvpx/
usage.dox 117 parameter. This parameter indicates the amount of time, in microseconds
  /external/quake/quake/src/QW/client/
sys_android.c 306 // Sleeps for microseconds
sys_linux.c 301 // Sleeps for microseconds
  /external/webkit/Source/WebCore/platform/graphics/gstreamer/
MediaPlayerPrivateGStreamer.cpp 431 // fractional part (microseconds). Attempt to round the
432 // microseconds so no floating point precision is lost and we can
435 float microSeconds = modf(time, &seconds) * 1000000;
438 timeValue.tv_usec = static_cast<glong>(roundf(microSeconds / 10000) * 10000);
    [all...]
  /external/wpa_supplicant_8/src/ap/
wmm.c 230 /* Convert to 32 microseconds per second unit */
  /external/wpa_supplicant_8/src/utils/
eloop.h 170 * @usecs: Number of microseconds to the timeout
  /frameworks/base/media/java/android/media/
MediaFormat.java 134 * A key describing the duration (in microseconds) of the content.
  /frameworks/base/tools/velocityplot/
velocityplot.py 196 timeindex = delta.seconds + delta.microseconds * 0.000001
  /hardware/ti/wlan/mac80211/ti-utils/
README 168 Delay between packets in microseconds
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
unistd.h 409 microseconds. If INTERVAL is nonzero, when the alarm goes off, the
410 timer is reset to go off every INTERVAL microseconds thereafter.
411 Returns the number of microseconds remaining before the alarm. */
415 /* Sleep USECONDS microseconds, or until a signal arrives that is not blocked
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
unistd.h 409 microseconds. If INTERVAL is nonzero, when the alarm goes off, the
410 timer is reset to go off every INTERVAL microseconds thereafter.
411 Returns the number of microseconds remaining before the alarm. */
415 /* Sleep USECONDS microseconds, or until a signal arrives that is not blocked
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
unistd.h 409 microseconds. If INTERVAL is nonzero, when the alarm goes off, the
410 timer is reset to go off every INTERVAL microseconds thereafter.
411 Returns the number of microseconds remaining before the alarm. */
415 /* Sleep USECONDS microseconds, or until a signal arrives that is not blocked
    [all...]

Completed in 7973 milliseconds

1 2 3 4 5 6 7 8 91011>>