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

<<11121314151617181920>>

  /hardware/interfaces/radio/1.0/vts/functional/
sap_hidl_hal_test.cpp 48 status = cv.wait_until(lock, now + std::chrono::seconds(TIMEOUT_PERIOD));
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
ArchiveWriter.h 25 sys::TimePoint<std::chrono::seconds> ModTime;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Object/
ArchiveWriter.h 26 sys::TimePoint<std::chrono::seconds> ModTime;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Object/
ArchiveWriter.h 26 sys::TimePoint<std::chrono::seconds> ModTime;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Object/
ArchiveWriter.h 27 sys::TimePoint<std::chrono::seconds> ModTime;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Object/
ArchiveWriter.h 27 sys::TimePoint<std::chrono::seconds> ModTime;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Object/
ArchiveWriter.h 27 sys::TimePoint<std::chrono::seconds> ModTime;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Object/
ArchiveWriter.h 27 sys::TimePoint<std::chrono::seconds> ModTime;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
ArchiveWriter.h 25 sys::TimePoint<std::chrono::seconds> ModTime;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Object/
ArchiveWriter.h 26 sys::TimePoint<std::chrono::seconds> ModTime;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Object/
ArchiveWriter.h 26 sys::TimePoint<std::chrono::seconds> ModTime;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Object/
ArchiveWriter.h 27 sys::TimePoint<std::chrono::seconds> ModTime;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Object/
ArchiveWriter.h 27 sys::TimePoint<std::chrono::seconds> ModTime;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Object/
ArchiveWriter.h 27 sys::TimePoint<std::chrono::seconds> ModTime;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Object/
ArchiveWriter.h 27 sys::TimePoint<std::chrono::seconds> ModTime;
  /prebuilts/go/darwin-x86/misc/cgo/test/
issue1560.go 9 long long mysleep(int seconds);
48 t.Fatalf("parallel %d-second sleeps slept for %f seconds", sleepSec, dt.Seconds())
  /prebuilts/go/linux-x86/misc/cgo/test/
issue1560.go 9 long long mysleep(int seconds);
48 t.Fatalf("parallel %d-second sleeps slept for %f seconds", sleepSec, dt.Seconds())
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/utils/google-benchmark/src/
benchmark.cc 60 "Minimum number of seconds we should run benchmark before "
182 void SetIterationTime(double seconds) { manual_time_used_ += seconds; }
212 // Manually set iteration time. User sets this with SetIterationTime(seconds).
221 double seconds) {
235 if (results.bytes_processed > 0 && seconds > 0.0) {
236 bytes_per_second = (results.bytes_processed / seconds);
239 if (results.items_processed > 0 && seconds > 0.0) {
240 items_per_second = (results.items_processed / seconds);
326 double seconds = results.cpu_time_used local
    [all...]
  /system/bt/embdrv/sbc/decoder/include/
oi_time.h 29 * Timeouts are specified as tenths of seconds in a 32-bit value. Timeout values
30 * specified by the Bluetooth specification are usually muliple seconds, so
33 * This file also contains macros to convert between seconds and the Link
53 * seconds.
64 * Macro to convert seconds to OI_INTERVAL time units
92 int32_t seconds; member in struct:__anon1845
124 * seconds.
167 * Convert seconds to the Link Manager 1.28-second units
175 * Convert Link Manager 1.28-second units to seconds.
  /system/chre/util/include/chre/util/
time_impl.h 24 constexpr Seconds::Seconds(uint64_t seconds)
25 : mSeconds(seconds) {}
27 constexpr uint64_t Seconds::toRawNanoseconds() const {
94 constexpr Nanoseconds::Nanoseconds(Seconds seconds)
95 : mNanoseconds(seconds.toRawNanoseconds()) {}
115 constexpr Nanoseconds operator+(const Seconds& secs, const Nanoseconds& nanos) {
  /system/update_engine/
libcurl_http_fetcher.h 77 // (more than a few seconds perhaps) before you call
79 void set_idle_seconds(int seconds) override { idle_seconds_ = seconds; }
82 void set_retry_seconds(int seconds) override { retry_seconds_ = seconds; }
237 // Seconds to wait before retrying a resume.
247 // Seconds to wait before asking libcurl to "perform".
  /tools/test/connectivity/acts/framework/acts/controllers/relay_lib/
relay.py 131 def set_no_for(self, seconds=button_press_time):
132 """Sets the relay to 'NORMALLY_OPEN' for seconds. Blocks the thread.
135 seconds: The number of seconds to sleep for.
138 sleep(seconds)
141 def set_nc_for(self, seconds=button_press_time):
142 """Sets the relay to 'NORMALLY_CLOSED' for seconds. Blocks the thread.
147 seconds: The number of seconds to sleep for.
150 sleep(seconds)
    [all...]
  /external/autotest/client/site_tests/hardware_SAT/
hardware_SAT.py 60 def run_once(self, seconds=60, free_memory_fraction=0.95, wait_secs=0,
66 wait_secs: time to wait in seconds before executing stressapptest.
92 # The number of seconds under test can be chosen to fit into
93 # manufacturing or test flow. 60 seconds gives several
97 args += ' -s %d' % seconds # seconds to run
  /external/clang/test/Analysis/
casts.c 73 double seconds = intSeconds; local
74 if (seconds)
  /external/curl/docs/cmdline-opts/
max-time.d 7 Maximum time in seconds that you allow the whole operation to take. This is

Completed in 1320 milliseconds

<<11121314151617181920>>