/external/autotest/client/cros/ |
D | sys_power.py | 73 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/ |
D | TimeValue.h | 101 : 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/ |
D | ntp_time.h | 24 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/ |
D | power_Resume.py | 26 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/ |
D | time_posix.cc | 95 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/ |
D | HashSessionManager.java | 190 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/ |
D | TimeUtilities.java | 30 long seconds = duration % 60; in msToIsoString() local 81 long seconds = duration % 60; in nsToString() local
|
/external/autotest/server/site_tests/hardware_MemoryIntegrity/ |
D | hardware_MemoryIntegrity.py | 54 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/ |
D | time_posix.cc | 115 time_t seconds = 0; in ToTimeSpec() local 181 SysTime seconds; // Seconds since epoch. in Explode() local 231 SysTime seconds; in FromExploded() local
|
D | time_mac.cc | 181 CFAbsoluteTime seconds = CFGregorianDateGetAbsoluteTime(date, time_zone) + in FromExploded() local 193 CFAbsoluteTime seconds = ((us_ - microsecond) / kMicrosecondsPerSecond) - in Explode() local
|
/external/webrtc/webrtc/system_wrappers/source/ |
D | clock.cc | 50 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/ |
D | sample.cc | 125 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/ |
D | xt_recent.h | 27 __u32 seconds; member 36 __u32 seconds; member
|
/external/iptables/include/linux/netfilter/ |
D | xt_recent.h | 27 __u32 seconds; member 36 __u32 seconds; member
|
/external/fio/ |
D | mutex.c | 95 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/ |
D | time.js | 6 function seconds(s) { function
|
/external/google-benchmark/src/ |
D | sleep.cc | 30 void SleepForSeconds(double seconds) { in SleepForSeconds()
|
/external/autotest/server/site_tests/dummy_FlakyTestServer/ |
D | flaky_test.py | 11 def run_once(self, seconds=1): argument
|
/external/autotest/client/tests/sleeptest/ |
D | sleeptest.py | 7 def run_once(self, seconds=1): argument
|
/external/autotest/client/site_tests/power_KernelSuspend/ |
D | power_KernelSuspend.py | 13 def run_once(self, seconds=10): argument
|
/external/libcxx/test/std/utilities/time/time.duration/time.duration.cons/ |
D | convert_overflow.pass.cpp | 25 void f(std::chrono::seconds) in f()
|
/external/autotest/client/tests/flaky_test/ |
D | flaky_test.py | 11 def run_once(self, seconds=1): argument
|
/external/autotest/client/site_tests/power_Draw/ |
D | power_Draw.py | 15 def run_once(self, seconds=200, sleep=10): argument
|
/external/autotest/server/tests/sleeptest/ |
D | sleeptest.py | 7 def run_once(self, host=None, seconds=1): argument
|
/external/icu/icu4c/source/samples/date/ |
D | date.c | 74 char *seconds = NULL; in main() local 291 static UDate getWhen(const char *millis, const char *seconds, const char *format, in getWhen()
|