HomeSort by relevance Sort by last modified time
    Searched refs:useconds_t (Results 26 - 44 of 44) sorted by null

12

  /system/extras/tests/timetest/
rtc_test.cpp 103 static const useconds_t timeout_sleep = 10000;
  /hardware/interfaces/sensors/1.0/vts/functional/
VtsHalSensorsV1_0TargetTest.cpp 503 std::vector<Event> collectEvents(useconds_t timeLimitUs, size_t nEventLimit,
621 std::vector<Event> SensorsHidlTest::collectEvents(useconds_t timeLimitUs, size_t nEventLimit,
624 constexpr useconds_t SLEEP_GRANULARITY = 100*1000; //granularity 100 ms
637 useconds_t duration = std::min(SLEEP_GRANULARITY, timeLimitUs);
963 const useconds_t minTimeUs = std::chrono::microseconds(duration).count();
    [all...]
  /bionic/libc/include/
unistd.h 194 int usleep(useconds_t __microseconds);
  /device/google/contexthub/sensorhal/
activity.cpp 36 static const useconds_t kFlushDelayMicros = 10000; // 10ms.
  /external/perfetto/src/tracing/core/
shared_memory_abi.cc 33 usleep((useconds_t(attempt) / 10) * 1000);
  /frameworks/native/libs/gui/
BufferQueueCore.cpp 318 static const useconds_t PAUSE_TIME = 0;
  /external/v8/src/base/platform/
platform-posix.cc 247 usleep(static_cast<useconds_t>(interval.InMicroseconds()));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
unistd.h 256 typedef __useconds_t useconds_t; typedef
    [all...]
  /system/core/liblog/tests/
liblog_test.cpp     [all...]
  /bootable/recovery/
screen_ui.cpp 549 usleep(static_cast<useconds_t>(delay * 1000000));
  /external/fio/os/windows/
posix.c 568 int usleep(useconds_t useconds)
  /system/core/logd/tests/
logd_test.cpp     [all...]
  /system/core/logcat/tests/
logcat_test.cpp 58 static const useconds_t restPeriod = 200000;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/data/
infinite_recursion.py 2399 useconds_t = __darwin_useconds_t variable
    [all...]
  /external/python/cpython2/Lib/lib2to3/tests/data/
infinite_recursion.py 2399 useconds_t = __darwin_useconds_t variable
    [all...]
  /external/python/cpython3/Lib/lib2to3/tests/data/
infinite_recursion.py 2399 useconds_t = __darwin_useconds_t variable
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/data/
infinite_recursion.py 2399 useconds_t = __darwin_useconds_t variable
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/data/
infinite_recursion.py 2399 useconds_t = __darwin_useconds_t variable
    [all...]
  /external/v8/tools/profviz/
gnuplot-4.6.3-emscripten.js     [all...]

Completed in 1233 milliseconds

12