HomeSort by relevance Sort by last modified time
    Searched refs:seconds (Results 826 - 850 of 1528) sorted by null

<<31323334353637383940>>

  /hardware/interfaces/gnss/1.0/vts/functional/
VtsHalGnssV1_0TargetTest.cpp 133 status = cv_.wait_until(lock, now + std::chrono::seconds(timeoutSeconds));
  /hardware/interfaces/soundtrigger/2.1/vts/functional/
VtsHalSoundtriggerV2_1TargetTest.cpp 82 auto deadline = std::chrono::system_clock::now() + std::chrono::seconds(timeoutSeconds);
  /hardware/interfaces/usb/1.0/vts/functional/
VtsHalUsbV1_0TargetTest.cpp 139 usb_cv.wait_until(lock, now + std::chrono::seconds(TIMEOUT_PERIOD));
  /hardware/interfaces/wifi/1.0/vts/functional/
wifi_nan_iface_hidl_test.cpp 103 status = cv_.wait_until(lock, now + std::chrono::seconds(TIMEOUT_PERIOD));
  /hardware/interfaces/wifi/1.2/vts/functional/
wifi_nan_iface_hidl_test.cpp 114 now + std::chrono::seconds(TIMEOUT_PERIOD));
  /hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-test/inc/
mm_qcamera_app.h 377 extern int mm_camera_app_timedwait(uint8_t seconds);
  /packages/apps/Camera2/src/com/android/camera/exif/
ExifInterface.java 1892 double seconds = coordinate[2].toDouble(); local
2016 int seconds = (int) value; local
    [all...]
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
ExifInterface.java 1913 double seconds = coordinate[2].toDouble(); local
2037 int seconds = (int) value; local
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/util/exif/
ExifInterface.java 1954 double seconds = coordinate[2].toDouble(); local
2078 int seconds = (int) value; local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/rpcsvc/
nfs_prot.h 73 u_int seconds; member in struct:nfstime
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
io.h 350 unsigned int alarm(unsigned int seconds);
  /prebuilts/go/darwin-x86/src/math/rand/
rand_test.go 353 num /= 100 // 1.72 seconds instead of 172 seconds
  /prebuilts/go/darwin-x86/src/time/
zoneinfo_read.go 103 // number of leap seconds
152 // 8-byte ints for txtimes and leap seconds.
  /prebuilts/go/linux-x86/src/math/rand/
rand_test.go 353 num /= 100 // 1.72 seconds instead of 172 seconds
  /prebuilts/go/linux-x86/src/time/
zoneinfo_read.go 103 // number of leap seconds
152 // 8-byte ints for txtimes and leap seconds.
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/support/
filesystem_test_helper.hpp 392 void SleepFor(std::chrono::seconds dur) {
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/utils/google-benchmark/include/benchmark/
benchmark_api.h 121 BENCHMARK(BM_test)->MinTime(2.0); // Run for at least 2 seconds.
389 void SetIterationTime(double seconds);
604 // run, and in the printing of items/second or MB/seconds values. If not
612 // SetIterationTime(seconds) to report the measured time, which will be used
    [all...]
  /system/bt/audio_a2dp_hw/src/
audio_a2dp_hw.cc 768 uint32_t seconds; local
769 if (a2dp_ctrl_receive(common, &seconds, sizeof(seconds)) < 0) {
778 timestamp->tv_sec = seconds;
    [all...]
  /test/vts-testcase/kernel/api/proc/
ProcSimpleFileTests.py 101 (in seconds) used to determine when a task has become non-responsive and
  /bootable/recovery/
screen_ui.cpp 698 void ScreenRecoveryUI::ShowProgress(float portion, float seconds) {
704 progressScopeDuration = seconds;
  /compatibility/cdd/5_multimedia/
5_10_professional-audio.md 28 cycles value every 2 seconds and is designed to test CPU governor
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
calendar.py 616 seconds = minutes*60 + second
617 return seconds
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
calendar.py 611 seconds = minutes*60 + second
612 return seconds
  /external/ImageMagick/www/api/
annotate.php 101 T image time delay (in centi-seconds)
  /external/autotest/client/site_tests/power_LoadTest/
power_LoadTest.py 219 "Low battery percent and seconds are non-zero.")
495 def _do_wait(self, verbose, seconds, latch):
498 total_time = seconds + self._wait_time
582 Tuple of (percent, seconds)
584 seconds: float of low battery seconds

Completed in 1732 milliseconds

<<31323334353637383940>>