/hardware/interfaces/bluetooth/1.0/default/test/ |
async_fd_watcher_unittest.cc | 108 conn_watcher_.ConfigureTimeout(std::chrono::seconds(0), []() { 118 SetTimeout(std::chrono::seconds(1)); 120 conn_watcher_.ConfigureTimeout(std::chrono::seconds(1), []() { 210 conn_watcher.ConfigureTimeout(std::chrono::seconds(1), []() { 259 conn_watcher.ConfigureTimeout(std::chrono::seconds(1), 300 // Fail if the test doesn't pass within 3 seconds 301 watcher.ConfigureTimeout(std::chrono::seconds(3), []() {
|
/build/soong/ui/build/ |
signal.go | 34 // 1. Wait two seconds to exit normally. 37 // 3. Wait two seconds to exit normally. 39 // 5. If another two seconds passes (if cleanup got stuck, etc), then panic. 88 // Wait 2 seconds for everything to exit cleanly.
|
util_test.go | 45 "\x1b[0;31m#### make failed to build some targets (2 seconds) ####\x1b[00m", 46 "#### make failed to build some targets (2 seconds) ####",
|
/external/autotest/client/cros/video/ |
collect_golden_images.py | 60 help="Seconds between two successive captures.") 71 start = datetime.timedelta(minutes=tmp.minute, seconds=tmp.second) 92 stop = datetime.timedelta(minutes=tmp.minute, seconds=tmp.second)
|
/external/autotest/client/site_tests/power_Backlight/ |
power_Backlight.py | 31 def run_once(self, delay=60, seconds=10, tries=20): 62 time.sleep(seconds)
|
/external/libcxx/test/std/utilities/time/time.point/time.point.cast/ |
time_point_cast.pass.cpp | 62 test(std::chrono::milliseconds(7265000), std::chrono::seconds(7265)); 74 test_constexpr<std::chrono::milliseconds, 7265000, std::chrono::seconds,7265> ();
|
/external/libmicrohttpd/src/include/ |
platform.h | 153 #define sleep(seconds) (SleepEx((seconds)*1000, 1)/1000)
|
/external/llvm/lib/Support/ |
CachePruning.cpp | 74 DEBUG(dbgs() << "Timestamp file too recent (" << TimeStampAge.seconds() 124 DEBUG(dbgs() << "Remove " << File->path() << " (" << FileAge.seconds()
|
/external/python/cpython3/Mac/Tools/ |
plistlib_generate_testdata.py | 31 seconds = datetime.datetime(2004, 10, 26, 10, 33, 33, tzinfo=datetime.timezone(datetime.timedelta(0))).timestamp() 34 pl[nsstr('aDate')] = NSDate.dateWithTimeIntervalSince1970_(seconds)
|
/external/syslinux/gnu-efi/gnu-efi-3.0/apps/ |
modelist.c | 83 SetWatchdog(UINTN seconds) 86 rc = uefi_call_wrapper(BS->SetWatchdogTimer, 4, seconds, 0x1ffff,
|
/external/vixl/tools/ |
printer.py | 109 minutes, seconds = divmod(time.time() - start_time, 60) 118 progress_string += indicator % (minutes, seconds, progress, passed, failed)
|
/prebuilts/go/darwin-x86/src/net/ |
tcpsockopt_darwin.go | 16 // The kernel expects seconds so round to next highest second. 18 secs := int(d.Seconds())
|
tcpsockopt_unix.go | 16 // The kernel expects seconds so round to next highest second. 18 secs := int(d.Seconds())
|
/prebuilts/go/linux-x86/src/net/ |
tcpsockopt_darwin.go | 16 // The kernel expects seconds so round to next highest second. 18 secs := int(d.Seconds())
|
tcpsockopt_unix.go | 16 // The kernel expects seconds so round to next highest second. 18 secs := int(d.Seconds())
|
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/experimental/filesystem/fs.op.funcs/fs.op.last_write_time/ |
last_write_time.pass.cpp | 84 file_time_type tp(seconds(-5)); 94 auto max_sec = duration_cast<seconds>(file_time_type::max().time_since_epoch()).count(); 122 auto sec = duration_cast<seconds>(tp.time_since_epoch()).count(); 176 using Sec = std::chrono::seconds; 217 using Sec = std::chrono::seconds; 232 // when the number of seconds is '-1'. 281 using Sec = std::chrono::seconds; 314 using Sec = std::chrono::seconds; 352 using Sec = std::chrono::seconds;
|
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/time/time.point/time.point.cast/ |
time_point_cast.pass.cpp | 62 test(std::chrono::milliseconds(7265000), std::chrono::seconds(7265)); 74 test_constexpr<std::chrono::milliseconds, 7265000, std::chrono::seconds,7265> ();
|
/system/extras/simpleperf/ |
cpu_hotplug_test.cpp | 40 static auto test_duration_for_long_tests = std::chrono::seconds(120); 246 auto report_step = std::chrono::seconds(15); 252 auto diff = std::chrono::duration_cast<std::chrono::seconds>( 302 auto report_step = std::chrono::seconds(15); 308 auto diff = std::chrono::duration_cast<std::chrono::seconds>( 386 auto report_step = std::chrono::seconds(15); 391 auto diff = std::chrono::duration_cast<std::chrono::seconds>( 475 test_duration_for_long_tests = std::chrono::seconds(second_count);
|
/system/update_engine/common/ |
http_fetcher.h | 115 virtual void set_idle_seconds(int seconds) {} 116 virtual void set_retry_seconds(int seconds) {} 120 // |low_speed_sec| seconds.
|
/bionic/libc/bionic/ |
time64.c | 198 Time64_T seconds = 0; local 234 seconds = days * 60 * 60 * 24; 236 seconds += date->tm_hour * 60 * 60; 237 seconds += date->tm_min * 60; 238 seconds += date->tm_sec; 240 return(seconds); 247 /* Don't forget leap seconds */ 463 Time64_T seconds = 0; local 469 seconds += cycles * seconds_in_gregorian_cycle; 474 seconds += cycles * seconds_in_gregorian_cycle [all...] |
/libcore/ojluni/src/test/java/time/tck/java/time/ |
TCKInstant.java | 73 import static java.time.temporal.ChronoUnit.SECONDS; 634 {Instant.ofEpochSecond(86400 + 3600 + 60 + 1, 123_456_789), SECONDS, Instant.ofEpochSecond(86400 + 3600 + 60 + 1, 0)}, 678 {SECONDS, MockSimplePeriod.of(5, SECONDS), 6, 0}, 683 {SECONDS, MockSimplePeriod.of(13, SECONDS), 14, 0}, 685 {SECONDS, Duration.ofSeconds(20, 40), 21, 40}, 691 public void test_plusTemporalAmount(TemporalUnit unit, TemporalAmount amount, int seconds, int nanos) { 694 Instant expected = Instant.ofEpochSecond(seconds, nanos); [all...] |
/device/generic/goldfish/camera/fake-pipeline2/ |
Scene.h | 59 void setExposureDuration(float seconds);
|
/device/google/cuttlefish_common/guest/hals/camera/fake-pipeline2/ |
Scene.h | 55 void setExposureDuration(float seconds);
|
/external/autotest/client/bin/ |
vm_sanity.py | 68 logging.info('Test succeeded in %s seconds.', elapsed.seconds)
|
/external/autotest/client/common_lib/ |
smogcheck_util.py | 73 usec = 1000000 * t.seconds + t.microseconds
|