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

1 2 3 4 5 6 7 8 91011>>

  /external/skia/bench/
BenchSysTimer_mach.cpp 40 if ((end_clock.microseconds - start_clock.microseconds) < 0) {
43 + end_clock.microseconds
44 - start_clock.microseconds) / 1000.0;
47 duration_clock += (end_clock.microseconds - start_clock.microseconds)
  /packages/apps/Camera/jni/feature_stab/db_vlvm/
db_framestitching.h 51 4.5 microseconds with 3 points
52 4.7 microseconds with 4 points
53 5.0 microseconds with 5 points
54 5.2 microseconds with 6 points
55 5.8 microseconds with 10 points
56 20 microseconds with 100 points
57 205 microseconds with 1000 points
db_image_homography.h 119 0.9 microseconds with 2 points
120 1.0 microseconds with 3 points
121 1.1 microseconds with 4 points
122 1.3 microseconds with 5 points
123 1.4 microseconds with 6 points
124 1.7 microseconds with 10 points
125 9 microseconds with 100 points
126 130 microseconds with 1000 points
  /packages/apps/Gallery2/jni_mosaic/feature_stab/db_vlvm/
db_framestitching.h 51 4.5 microseconds with 3 points
52 4.7 microseconds with 4 points
53 5.0 microseconds with 5 points
54 5.2 microseconds with 6 points
55 5.8 microseconds with 10 points
56 20 microseconds with 100 points
57 205 microseconds with 1000 points
db_image_homography.h 119 0.9 microseconds with 2 points
120 1.0 microseconds with 3 points
121 1.1 microseconds with 4 points
122 1.3 microseconds with 5 points
123 1.4 microseconds with 6 points
124 1.7 microseconds with 10 points
125 9 microseconds with 100 points
126 130 microseconds with 1000 points
  /packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
db_framestitching.h 51 4.5 microseconds with 3 points
52 4.7 microseconds with 4 points
53 5.0 microseconds with 5 points
54 5.2 microseconds with 6 points
55 5.8 microseconds with 10 points
56 20 microseconds with 100 points
57 205 microseconds with 1000 points
  /external/libvpx/libvpx/
usage_cx.dox 6 of time in microseconds the encoder should spend working on the frame. For
  /external/iptables/extensions/
libxt_RATEEST.man 9 Rate measurement interval, in seconds, milliseconds or microseconds.
  /frameworks/base/tools/layoutlib/bridge/src/android/os/
SystemClock_Delegate.java 84 * Returns microseconds running in the current thread.
86 * @return elapsed microseconds in the thread
96 * Returns current wall time in microseconds.
98 * @return elapsed microseconds in wall time
  /frameworks/rs/tests/latency/
latency.cpp 84 printf("elapsed time : %lld microseconds\n", elapsed);
85 printf("time per iter: %f microseconds\n", (double)elapsed / iters);
99 printf("elapsed time with copy : %lld microseconds\n", elapsed);
100 printf("time per iter with copy: %f microseconds\n", (double)elapsed / iters);
  /ndk/sources/cxx-stl/llvm-libc++/test/utilities/time/time.duration/time.duration.arithmetic/
op_mod=duration.pass.cpp 21 std::chrono::microseconds us(11);
22 std::chrono::microseconds us2(3);
  /external/arduino/hardware/arduino/cores/arduino/
wiring_pulse.c 28 /* Measures the length (in microseconds) of a pulse on the pin; state is HIGH
29 * or LOW, the type of pulse to measure. Works on pulses from 2-3 microseconds
30 * to 3 minutes in length, but must be called at least a few dozen microseconds
42 // convert the timeout from microseconds to a number of times through
64 // convert the reading to microseconds. The loop has been determined
  /external/netperf/
hist.h 14 Given a time difference in microseconds, increment one of 61
75 microseconds.
102 delta_micro - calculate the difference in microseconds between two
  /external/skia/legacy/src/ports/
SkTime_Unix.cpp 38 return (SkMSec) (tv.tv_sec * 1000 + tv.tv_usec / 1000 ); // microseconds to milliseconds
  /external/skia/src/ports/
SkTime_Unix.cpp 38 return (SkMSec) (tv.tv_sec * 1000 + tv.tv_usec / 1000 ); // microseconds to milliseconds
  /external/tcpdump/
igrp.h 25 u_int8_t igr_dly[3]; /* delay in tens of microseconds */
  /ndk/sources/cxx-stl/llvm-libc++/test/utilities/time/time.duration/time.duration.nonmember/
op_+.pass.cpp 31 std::chrono::microseconds s2(5);
32 std::chrono::microseconds r = s1 + s2;
56 constexpr std::chrono::microseconds s2(5);
57 constexpr std::chrono::microseconds r = s1 + s2;
op_-.pass.cpp 32 std::chrono::microseconds s2(5);
33 std::chrono::microseconds r = s1 - s2;
57 constexpr std::chrono::microseconds s2(5);
58 constexpr std::chrono::microseconds r = s1 - s2;
  /device/asus/deb/original-kernel-headers/media/
msm_gemini.h 105 /* n microseconds of timeout for WAIT */
106 /* n microseconds of time for DELAY */
  /device/asus/flo/original-kernel-headers/media/
msm_gemini.h 105 /* n microseconds of timeout for WAIT */
106 /* n microseconds of time for DELAY */
  /external/chromium/chrome/common/extensions/docs/examples/api/messaging/timer/
popup.html 36 var usec = Math.round(timer.microseconds() / response.counter);
58 var usec = Math.round(timer.microseconds() / response.counter);
  /hardware/qcom/msm8960/original-kernel-headers/media/
msm_gemini.h 96 /* n microseconds of timeout for WAIT */
97 /* n microseconds of time for DELAY */
msm_mercury.h 100 /* n microseconds of timeout for WAIT */
101 /* n microseconds of time for DELAY */
  /ndk/sources/cxx-stl/llvm-libc++/test/utilities/time/
microseconds.pass.cpp 12 // typedef duration<signed integral type of at least 55 bits, micro> microseconds;
20 typedef std::chrono::microseconds D;
  /ndk/sources/cxx-stl/llvm-libc++/test/utilities/time/time.duration/time.duration.cons/
convert_exact.pass.cpp 26 std::chrono::microseconds us = ms;
32 constexpr std::chrono::microseconds us = ms;

Completed in 884 milliseconds

1 2 3 4 5 6 7 8 91011>>