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

1 2 3 4 5 6 7 891011>>

  /external/chromium/third_party/libjingle/source/talk/session/phone/
rtpdump.h 58 uint32 start_usec; // start of recording, the microseconds part.
  /external/guava/guava-gwt/src-super/java/util/super/java/util/concurrent/
TimeUnit.java 25 MICROSECONDS {
  /external/jmonkeyengine/engine/src/bullet-common/com/jme3/bullet/
BulletAppState.java 110 executor.schedule(detachedPhysicsUpdate, Math.round(getPhysicsSpace().getAccuracy() * 1000000.0f) - (update * 1000), TimeUnit.MICROSECONDS);
  /external/kernel-headers/original/linux/
ftape.h 86 #define FT_USPT (1000000/HZ) /* microseconds per tick */
time.h 20 suseconds_t tv_usec; /* microseconds */
jiffies.h 197 * microseconds.
343 * there is a LARGE error in the tick size in microseconds.
atm.h 143 int max_cdv; /* maximum CDV in microseconds */
  /external/qemu/android/camera/
camera-common.h 180 /* Returns current time in microseconds. */
  /frameworks/base/media/java/android/media/
MediaCodec.java 446 * to "timeoutUs" microseconds if timeoutUs > 0.
447 * @param timeoutUs The timeout in microseconds, a negative timeout indicates "infinite".
471 * Dequeue an output buffer, block at most "timeoutUs" microseconds.
475 * @param timeoutUs The timeout in microseconds, a negative timeout indicates "infinite".
  /hardware/invensense/libsensors_iio/software/core/mllite/
data_builder.h 78 /** Sample rate in microseconds */
  /ndk/sources/cxx-stl/llvm-libc++/include/
chrono 96 typedef duration<long long, micro> microseconds;
235 typedef microseconds duration;
459 typedef duration<long long, micro> microseconds;
869 typedef microseconds duration;
  /external/chromium/net/tools/flip_server/
epoll_server.h 384 // delta_in_us - the delta in microseconds from the ApproximateTimeInUs() at
419 // the current time as number of microseconds since the Unix epoch.
441 // the "approximate" current time as number of microseconds since the Unix
460 // occured, or when timeout_in_us microseconds has elapsed, whichever
687 // The amount of time in microseconds that we'll wait before returning
689 // If this is positive, wait that many microseconds.
    [all...]
  /external/qemu-pc-bios/bochs/
bochs.h 494 #define BX_IODEV_HANDLER_PERIOD 100 // microseconds
495 //#define BX_IODEV_HANDLER_PERIOD 10 // microseconds
  /frameworks/base/core/java/android/os/
CommonClock.java 172 * @return a signed 64-bit value representing the current common time in microseconds, or the
188 * synchronization accuracy in microseconds, or the special value
CommonTimeConfig.java 289 * @return The threshold (in microseconds) past which the common time service will panic.
303 * @param threshold The threshold (in microseconds) past which the common time service will
  /frameworks/native/include/media/openmax/
OMX_Types.h 287 /** Structure representing some time or duration in microseconds. This structure
289 * negative deltas and preroll scenarios. The quantity is represented in microseconds
  /libcore/luni/src/main/java/java/util/concurrent/
TimeUnit.java 54 MICROSECONDS {
183 * Equivalent to <tt>MICROSECONDS.convert(duration, this)</tt>.
  /device/asus/flo/nfc/
libnfc-brcm.conf 227 # Insert a delay in microseconds per byte after a write to NFCC.
  /external/blktrace/
README 106 %u - Time (processing - microseconds)
  /external/chromium/base/
pr_time_unittest.cc 24 // seconds to microseconds. Use 15th Oct 2007 12:45:00 local. This
time_unittest.cc 82 // The exploded structure doesn't have microseconds, and on Mac & Linux, the
  /external/iproute2/include/linux/
atm.h 140 int max_cdv; /* maximum CDV in microseconds */
  /external/libpcap/
pcap-septel.c 161 * the number of microseconds since that second
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/lib/gcc/i686-linux/4.4.3/include-fixed/X11/
Xos.h 226 long tv_usec; /* and microseconds */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xos.h 217 long tv_usec; /* and microseconds */

Completed in 2916 milliseconds

1 2 3 4 5 6 7 891011>>