Searched
refs:seconds (Results
701 -
725 of
1528) sorted by null
<<21222324252627282930>>
/external/libcxx/src/support/win32/ |
thread_win32.cpp | 118 auto duration = seconds(__ts->tv_sec) + nanoseconds(__ts->tv_nsec);
|
/external/libcxx/test/std/experimental/filesystem/fs.op.funcs/fs.op.copy_file/ |
copy_file.pass.cpp | 113 using Sec = std::chrono::seconds;
|
/external/ltp/tools/pounder21/ |
pounder | 42 -d duration Run pounder for duration seconds.
|
/external/lzma/CPP/7zip/UI/FileManager/ |
ProgressDialog2.cpp | 586 UInt32 seconds = (UInt32)(timeValue - hours * 3600);
local 587 UInt32 minutes = seconds / 60;
588 seconds %= 60;
600 *s++ = ':'; UINT_TO_STR_2(seconds);
|
/external/nos/test/system-test-harness/tools/ |
nugget_tools.cc | 170 std::this_thread::sleep_for(std::chrono::seconds(wait_seconds));
|
/external/python/cpython3/Lib/test/ |
test_time.py | 165 # allow two leap seconds (0..61) 689 def time_t_filter(self, seconds): 690 return (self.time_t_min <= seconds <= self.time_t_max) 729 for seconds in (_testcapi.INT_MIN, _testcapi.INT_MAX): 730 ns_timestamps.append(seconds * SEC_TO_NS) 737 # seconds close to _PyTime_t type limit [all...] |
test_webbrowser.py | 17 def wait(self, seconds=None):
|
/external/python/cpython3/Lib/urllib/ |
robotparser.py | 140 'requests seconds') 143 entry.req_rate.seconds = int(numbers[1])
|
/external/python/cpython3/Modules/ |
signalmodule.c | 336 seconds: int 339 Arrange for SIGALRM to arrive after the given number of seconds. 343 signal_alarm_impl(PyObject *module, int seconds) 346 /* alarm() returns the number of seconds remaining */ 347 return (long)alarm(seconds); 667 seconds: double 673 The timer will fire after value seconds and after that every interval seconds. 674 The itimer can be cleared by setting seconds to zero. 680 signal_setitimer_impl(PyObject *module, int which, double seconds, [all...] |
/external/tensorflow/tensorflow/contrib/training/python/training/ |
training.py | 502 save_checkpoint_secs: The frequency, in seconds, that a checkpoint is saved
|
/external/v8/src/base/platform/ |
time.h | 54 static TimeDelta FromSeconds(int64_t seconds);
|
/external/webrtc/tools/matlab/ |
rtpAnalyze.m | 116 fprintf('Stream duration at sender: %.1f seconds\n', ... 119 fprintf('Stream duration at receiver: %.1f seconds\n', ...
|
/external/webrtc/webrtc/base/ |
fileutils.h | 69 // returns true if the file is older than seconds 70 virtual bool OlderThan(int seconds) const;
|
httpcommon.cc | 332 bool HttpDateToSeconds(const std::string& date, time_t* seconds) { 344 ASSERT(NULL != seconds); 389 *seconds = gmt + tm_for_timezone->tm_gmtoff; 395 *seconds = gmt - timezone;
|
/frameworks/av/media/libmediaplayerservice/ |
StagefrightRecorder.h | 192 status_t setParamVideoIFramesInterval(int32_t seconds);
|
/frameworks/base/libs/hwui/hwui/ |
AnimatedImageDrawable.cpp | 60 mNextSnapshot.wait_for(std::chrono::seconds(0)) == std::future_status::ready;
|
/frameworks/base/libs/hwui/renderthread/ |
CacheManager.cpp | 169 mGrContext->purgeResourcesNotUsedInMs(std::chrono::seconds(30));
|
/hardware/interfaces/gnss/1.1/vts/functional/ |
gnss_hal_test.cpp | 222 status = cv_.wait_for(lock, std::chrono::seconds(timeout_seconds));
|
/hardware/interfaces/soundtrigger/2.0/vts/functional/ |
VtsHalSoundtriggerV2_0TargetTest.cpp | 73 std::chrono::seconds(timeoutSeconds);
|
/packages/services/Car/evs/app/ |
EvsStateControl.cpp | 221 // While testing without a vehicle, behave as if we're in reverse for the first 20 seconds 222 static const int kShowTime = 20; // seconds 227 if (std::chrono::duration_cast<std::chrono::seconds>(now - start).count() > kShowTime) {
|
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/experimental/filesystem/fs.op.funcs/fs.op.copy_file/ |
copy_file.pass.cpp | 109 using Sec = std::chrono::seconds;
|
/system/chre/host/common/test/ |
chre_test_client.cc | 219 std::this_thread::sleep_for(std::chrono::seconds(5));
|
/system/core/adb/ |
fdevent_test.cpp | 187 std::this_thread::sleep_for(std::chrono::seconds(1));
|
/system/core/bootstat/ |
boot_event_record_store_test.cpp | 64 // than 10 seconds. This allow for a relatively large fuzz when comparing 95 // Returns the time in seconds since boot. 97 return std::chrono::duration_cast<std::chrono::seconds>(
|
bootstat.cpp | [all...] |
Completed in 1260 milliseconds
<<21222324252627282930>>