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

1 2 3 4 56 7 8 91011>>

  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_perf.h 60 int64_t llvm_compile_time; /**< total, in microseconds */
  /external/skia/src/animator/
SkTime.cpp 74 ::Microseconds(&wide);
  /external/webrtc/src/modules/audio_processing/test/
process_test.cc 586 if (tick_diff.Microseconds() > max_time_reverse_us) {
587 max_time_reverse_us = tick_diff.Microseconds();
589 if (tick_diff.Microseconds() < min_time_reverse_us) {
590 min_time_reverse_us = tick_diff.Microseconds();
654 if (tick_diff.Microseconds() > max_time_us) {
655 max_time_us = tick_diff.Microseconds();
657 if (tick_diff.Microseconds() < min_time_us) {
658 min_time_us = tick_diff.Microseconds();
771 if (tick_diff.Microseconds() > max_time_reverse_us) {
772 max_time_reverse_us = tick_diff.Microseconds();
    [all...]
  /frameworks/base/core/java/android/os/
SystemClock.java 168 * Returns microseconds running in the current thread.
170 * @return elapsed microseconds in the thread
177 * Returns current wall time in microseconds.
179 * @return elapsed microseconds in wall time
BatteryStats.java 37 * wakelocks, processes, packages, and services. All times are represented in microseconds
207 * Returns the total time in microseconds associated with this Timer for the
210 * @param batteryRealtime system realtime on battery in microseconds
212 * @return a time in microseconds
374 * Returns the cpu time spent in microseconds while the process was in the foreground.
376 * @return foreground cpu time in microseconds
381 * Returns the approximate cpu time spent in microseconds, at a certain CPU speed.
420 * @param batteryUptime elapsed uptime on battery in microseconds.
779 * Returns the time in microseconds that the screen has been on while the device was
799 * Returns the time in microseconds that the screen has been on wit
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.point/time.point.comparisons/
op_equal.fail.cpp 33 typedef std::chrono::microseconds Duration2;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.point/time.point.cons/
convert.pass.cpp 23 typedef std::chrono::microseconds Duration1;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.point/time.point.nonmember/
op_+.pass.cpp 29 typedef std::chrono::microseconds Duration2;
op_-duration.pass.cpp 25 typedef std::chrono::microseconds Duration2;
op_-time_point.pass.cpp 25 typedef std::chrono::microseconds Duration2;
  /external/chromium_org/net/quic/
quic_time.h 45 // Converts a number of microseconds to a time offset.
54 // Converts the time offset to a rounded number of microseconds.
79 // represents the number of microseconds since some epoch. It may
  /external/guava/guava-tests/test/com/google/common/base/
StopwatchTest.java 19 import static java.util.concurrent.TimeUnit.MICROSECONDS;
147 assertEquals(0, stopwatch.elapsedTime(MICROSECONDS));
149 assertEquals(1, stopwatch.elapsedTime(MICROSECONDS));
  /external/chromium_org/net/tools/quic/benchmark/
run_client.py 31 """Get the timestamp in microseconds.
36 The timestamp in microseconds.
40 timestamp = (diff.days * 86400 + diff.seconds) * 1000000 + diff.microseconds
  /cts/tests/tests/hardware/src/android/hardware/cts/helpers/sensorTestOperations/
VerifyJitteringOperation.java 64 TimeUnit.MICROSECONDS);
VerifyMaximumFrequencyOperation.java 64 TimeUnit.MICROSECONDS);
  /external/chromium/base/synchronization/
waitable_event_win.cc 59 // Be careful here. TimeDelta has a precision of microseconds, but this API
  /external/chromium/base/
time.h 6 // microseconds (s/1,000,000) since a platform-dependent epoch. Each
11 // microseconds.
14 // in measuring time durations. It is internally represented in microseconds.
165 // Constructs a delta given the duration in microseconds. This is private
171 // Delta in microseconds.
400 // The representation of Jan 1, 1970 UTC in microseconds since the
411 // Time in microseconds in UTC.
541 // and testing. Ticks is in microseconds.
545 // Tick count in microseconds.
  /external/chromium_org/base/synchronization/
waitable_event_win.cc 61 // Be careful here. TimeDelta has a precision of microseconds, but this API
  /external/chromium_org/base/time/
time.h 6 // microseconds (s/1,000,000) since the Windows epoch (1601-01-01 00:00:00 UTC)
11 // microseconds.
15 // microseconds. It can not be converted to a human-readable time, but is
183 // Constructs a delta given the duration in microseconds. This is private
189 // Delta in microseconds.
475 // The representation of Jan 1, 1970 UTC in microseconds since the
489 // Time in microseconds in UTC.
674 // and testing. Ticks is in microseconds.
678 // Tick count in microseconds.
  /external/chromium_org/content/renderer/pepper/
pepper_video_destination_host.cc 90 // microseconds) and then to a video timestamp (int64, nanoseconds). All times
  /external/chromium_org/mojo/system/
waiter.cc 55 // since 2^63 microseconds is ~300000 years). Note that this also takes care
  /external/chromium_org/ppapi/shared_impl/
time_conversion_unittest.cc 15 // microseconds, so an error here is very small.
  /external/chromium_org/third_party/libjingle/source/talk/base/
timing.h 47 // increasing. It returns seconds in resolution of 10 microseconds
  /external/chromium_org/third_party/npapi/npspy/extern/nspr/
prtime.h 68 * The units of time are in microseconds. Negative times are allowed
113 PRInt32 tm_usec; /* microseconds past tm_sec (0-99999) */
164 * value are microseconds since the epoch.
235 * (microseconds after "1-Jan-1970 00:00:00 GMT").
  /external/chromium_org/ui/events/gestures/
velocity_calculator.cc 96 // Convert time from microseconds to seconds.

Completed in 742 milliseconds

1 2 3 4 56 7 8 91011>>