Home
last modified time | relevance | path

Searched defs:seconds (Results 1 – 25 of 194) sorted by relevance

12345678

/external/autotest/client/cros/
Dsys_power.py73 def prepare_wakeup(seconds): argument
143 def kernel_suspend(seconds): argument
175 def idle_suspend(seconds): argument
199 def memory_suspend(seconds, size=0): argument
/external/llvm/include/llvm/Support/
DTimeValue.h101 : seconds_( seconds ), nanos_( nanos ) { this->normalize(); } in seconds_() argument
207 SecondsType seconds() const { return seconds_; } in seconds() function
267 void getTimespecTime( uint64_t& seconds, uint32_t& nanos ) const { in getTimespecTime()
285 void seconds (SecondsType sec ) { in seconds() function
334 void fromEpochTime( SecondsType seconds ) { in fromEpochTime()
/external/webrtc/webrtc/system_wrappers/include/
Dntp_time.h24 NtpTime(uint32_t seconds, uint32_t fractions) in NtpTime()
33 void Set(uint32_t seconds, uint32_t fractions) { in Set()
47 uint32_t seconds() const { return seconds_; } in seconds() function
/external/autotest/client/site_tests/power_Resume/
Dpower_Resume.py26 def run_once(self, max_devs_returned=10, seconds=0): argument
34 def _suspend_once(self, max_devs_returned, seconds): argument
/external/libweave/third_party/chromium/base/time/
Dtime_posix.cc95 time_t seconds = 0; in ToTimeSpec() local
161 SysTime seconds; // Seconds since epoch. in Explode() local
211 SysTime seconds; in FromExploded() local
/external/jetty/src/java/org/eclipse/jetty/server/session/
DHashSessionManager.java190 public void setIdleSavePeriod(int seconds) in setIdleSavePeriod()
197 public void setMaxInactiveInterval(int seconds) in setMaxInactiveInterval()
208 public void setSavePeriod (int seconds) in setSavePeriod()
260 public void setScavengePeriod(int seconds) in setScavengePeriod()
/external/vogar/src/vogar/util/
DTimeUtilities.java30 long seconds = duration % 60; in msToIsoString() local
81 long seconds = duration % 60; in nsToString() local
/external/autotest/server/site_tests/hardware_MemoryIntegrity/
Dhardware_MemoryIntegrity.py54 def _wait(self, seconds, suspend): argument
90 def run_once(self, client_ip=None, seconds=3600, size=0, suspend=True): argument
/external/libchrome/base/time/
Dtime_posix.cc115 time_t seconds = 0; in ToTimeSpec() local
181 SysTime seconds; // Seconds since epoch. in Explode() local
231 SysTime seconds; in FromExploded() local
Dtime_mac.cc181 CFAbsoluteTime seconds = CFGregorianDateGetAbsoluteTime(date, time_zone) + in FromExploded() local
193 CFAbsoluteTime seconds = ((us_ - microsecond) / kMicrosecondsPerSecond) - in Explode() local
/external/webrtc/webrtc/system_wrappers/source/
Dclock.cc50 void CurrentNtp(uint32_t& seconds, uint32_t& fractions) const override { in CurrentNtp()
61 uint32_t seconds; in CurrentNtpInMilliseconds() local
251 void SimulatedClock::CurrentNtp(uint32_t& seconds, uint32_t& fractions) const { in CurrentNtp()
/external/libweave/examples/daemon/sample/
Dsample.cc125 int seconds; in OnCountdownCommand() local
133 void DoTick(const std::weak_ptr<weave::Command>& command, int seconds) { in DoTick()
/external/kernel-headers/original/uapi/linux/netfilter/
Dxt_recent.h27 __u32 seconds; member
36 __u32 seconds; member
/external/iptables/include/linux/netfilter/
Dxt_recent.h27 __u32 seconds; member
36 __u32 seconds; member
/external/fio/
Dmutex.c95 static int mutex_timed_out(struct timeval *t, unsigned int seconds) in mutex_timed_out()
100 int fio_mutex_down_timeout(struct fio_mutex *mutex, unsigned int seconds) in fio_mutex_down_timeout()
/external/autotest/client/site_tests/power_LoadTest/extension/
Dtime.js6 function seconds(s) { function
/external/google-benchmark/src/
Dsleep.cc30 void SleepForSeconds(double seconds) { in SleepForSeconds()
/external/autotest/server/site_tests/dummy_FlakyTestServer/
Dflaky_test.py11 def run_once(self, seconds=1): argument
/external/autotest/client/tests/sleeptest/
Dsleeptest.py7 def run_once(self, seconds=1): argument
/external/autotest/client/site_tests/power_KernelSuspend/
Dpower_KernelSuspend.py13 def run_once(self, seconds=10): argument
/external/libcxx/test/std/utilities/time/time.duration/time.duration.cons/
Dconvert_overflow.pass.cpp25 void f(std::chrono::seconds) in f()
/external/autotest/client/tests/flaky_test/
Dflaky_test.py11 def run_once(self, seconds=1): argument
/external/autotest/client/site_tests/power_Draw/
Dpower_Draw.py15 def run_once(self, seconds=200, sleep=10): argument
/external/autotest/server/tests/sleeptest/
Dsleeptest.py7 def run_once(self, host=None, seconds=1): argument
/external/icu/icu4c/source/samples/date/
Ddate.c74 char *seconds = NULL; in main() local
291 static UDate getWhen(const char *millis, const char *seconds, const char *format, in getWhen()

12345678