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

1 2 3 4 56 7 8 91011>>

  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/android/
sensor.h 190 * Sets the delivery rate of events in microseconds for the given sensor.
245 * Returns the minimum delay allowed between events in microseconds.
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/android/
sensor.h 190 * Sets the delivery rate of events in microseconds for the given sensor.
245 * Returns the minimum delay allowed between events in microseconds.
  /external/bluetooth/bluedroid/hci/src/
btsnoop.c 116 /* EPOCH in microseconds since 01/01/0000 : 0x00dcddb3.0f2f8000 */
130 ** A BT Snoop timestamp is the number of microseconds since 01/01/0000.
131 ** The timeval structure contains the number of microseconds since EPOCH
133 ** tv_usec, number of microseconds in current second
145 /* add the microseconds */
  /packages/apps/Camera/jni/feature_stab/db_vlvm/
db_utilities_poly.h 35 In debug mode closed form quadratic solving takes on the order of 15 microseconds
37 Speed-optimized code in release mode solves a quadratic in 0.3 microseconds on 450MHz
73 In debug mode closed form cubic solving takes on the order of 45 microseconds
75 Speed-optimized code in release mode solves a cubic in 1.5 microseconds on 450MHz
83 Speed-optimized code in release mode solves a quartic in 2.6 microseconds on 450MHz*/
  /packages/apps/Gallery2/jni_mosaic/feature_stab/db_vlvm/
db_utilities_poly.h 35 In debug mode closed form quadratic solving takes on the order of 15 microseconds
37 Speed-optimized code in release mode solves a quadratic in 0.3 microseconds on 450MHz
73 In debug mode closed form cubic solving takes on the order of 45 microseconds
75 Speed-optimized code in release mode solves a cubic in 1.5 microseconds on 450MHz
83 Speed-optimized code in release mode solves a quartic in 2.6 microseconds on 450MHz*/
  /packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
db_utilities_poly.h 35 In debug mode closed form quadratic solving takes on the order of 15 microseconds
37 Speed-optimized code in release mode solves a quadratic in 0.3 microseconds on 450MHz
73 In debug mode closed form cubic solving takes on the order of 45 microseconds
75 Speed-optimized code in release mode solves a cubic in 1.5 microseconds on 450MHz
83 Speed-optimized code in release mode solves a quartic in 2.6 microseconds on 450MHz*/
  /external/arduino/hardware/arduino/cores/arduino/
wiring.c 117 /* Delay for the given number of microseconds. Assumes a 8 or 16 MHz clock. */
121 // 2 microseconds) gives delays longer than desired.
143 // the function calls takes more than two microseconds. can't just
  /external/chromium/base/third_party/nspr/
prtime.h 79 * The units of time are in microseconds. Negative times are allowed
124 PRInt32 tm_usec; /* microseconds past tm_sec (0-99999) */
199 * (microseconds after "1-Jan-1970 00:00:00 GMT").
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/tests/
perf_unittest.c 33 { /* we carry microseconds */
34 assert(TIME_MICROSECONDS(t1) == 999999); /* MICROSECONDS */
49 assert(TIME_MICROSECONDS(t1) == 0); /* MICROSECONDS */
  /cts/libs/vogar-expect/src/vogar/util/
TimeUtilities.java 77 long microseconds = duration % 1000; local
  /external/chromium/chrome/common/extensions/docs/examples/api/history/showHistory/
typedUrls.js 36 // subtract a week of microseconds from the current time.
  /external/icu4c/i18n/unicode/
utmscale.h 106 * <td>microseconds</td>
180 * fractional field (microseconds). However, this is clumsy, slow, and
276 * Data is a <code>long</code>. Value is microseconds since January 1, 1970.
278 * (microseconds resolution).
  /external/iproute2/man/man8/
tc-cbq-details.8 75 derives the idle time from the number of microseconds (in fact, jiffies)
351 Minidle is specified in negative microseconds, so 10 means that
386 microseconds how much traffic has passed. This again is a EWMA, for which
387 the time constant can be specified, also in microseconds. The
  /external/iptables/libipq/
ipq_read.3 51 parameter may be used to set a timeout for the operation, specified in microseconds.
  /external/libvpx/libvpx/
usage_dx.dox 9 parameter controls the amount of time in microseconds the decoder should
  /external/srec/audio/test/AudioHardwareRecordLoop/src/
AudioHardwareRecordLoop.c 77 sleep_time_struct.tv_usec = delay_ms*1000; // microseconds
  /frameworks/base/tools/preload/
Operation.java 106 * Converts nanoseconds to microseconds.
  /frameworks/base/wifi/java/android/net/wifi/
ScanResult.java 54 * Time Synchronization Function (tsf) timestamp in microseconds when
  /ndk/sources/cxx-stl/llvm-libc++/src/
chrono.cpp 34 return time_point(seconds(tv.tv_sec) + microseconds(tv.tv_usec));
  /ndk/sources/cxx-stl/llvm-libc++/test/utilities/time/time.duration/time.duration.cast/
duration_cast.pass.cpp 40 test(std::chrono::milliseconds(7265000), std::chrono::microseconds(7265000000LL));
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/
global.h 136 long tv_usec; /* microseconds */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
utmp.h 78 int32_t tv_usec; /* Microseconds. */
utmpx.h 75 __int32_t tv_usec; /* Microseconds. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpc/
auth_des.h 55 uint32_t tv_usec; /* Microseconds. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpcsvc/
rstat.x 58 unsigned int tv_usec; /* and microseconds */

Completed in 2414 milliseconds

1 2 3 4 56 7 8 91011>>