Home
last modified time | relevance | path

Searched defs:seconds (Results 1 - 25 of 163) sorted by relevance

1234567

/third_party/backends/lib/
H A Dsleep.c9 unsigned int sleep(unsigned int seconds) in sleep() argument
/third_party/musl/src/unistd/
H A Dsleep.c4 unsigned sleep(unsigned seconds) in sleep() argument
H A Dalarm.c5 unsigned alarm(unsigned seconds) in alarm() argument
/third_party/protobuf/objectivec/
H A DGPBTimestamp.pbobjc.h149 @property(nonatomic, readwrite) int64_t seconds; variable
H A DGPBDuration.pbobjc.h125 @property(nonatomic, readwrite) int64_t seconds; global() variable
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Common/
H A DTimer.cpp48 double Timer::seconds() in seconds() function in sw::Timer
/third_party/skia/third_party/externals/swiftshader/src/System/
H A DTimer.cpp48 double Timer::seconds() in seconds() function in sw::Timer
/third_party/protobuf/php/src/Google/Protobuf/
H A DDuration.php69 private $seconds = 0; global() variable
131 $this->seconds = $var; global() variable
[all...]
H A DTimestamp.php83 private $seconds variable
141 $this->seconds = $var; global() variable
185 $this->seconds = $datetime->getTimestamp(); global() variable
[all...]
/third_party/eudev/src/udev/
H A Dudevadm-control.c142 int seconds; in adm_control() local
/third_party/curl/tests/unit/
H A Dunit1399.c65 static void expect_timer_seconds(struct Curl_easy *data, int seconds) in expect_timer_seconds() argument
[all...]
/third_party/glfw/src/
H A Dposix_poll.c48 const time_t seconds = (time_t) *timeout; in _glfwPollPOSIX() local
53 const time_t seconds = (time_t) *timeout; in _glfwPollPOSIX() local
/third_party/node/deps/icu-small/source/i18n/
H A Dutmscale.cpp19 #define seconds (milliseconds * 1000) macro
/third_party/musl/libc-test/src/functional/
H A Dtest-malloc-disable.c55 size_t seconds = end - start; in test_malloc_while_disabled() local
/third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/WellKnownTypes/
H A DDurationTest.cs106 public void ToTimeSpan_Invalid(long seconds, int nanoseconds) in ToTimeSpan_Invalid() argument
117 public void ToTimeSpan_Valid(long seconds, int nanoseconds) in ToTimeSpan_Valid() argument
H A DTimestampTest.cs69 public void ToDateTime_OutOfRange(long seconds, int nanoseconds) in ToDateTime_OutOfRange() argument
81 public void ToDateTime_ValidBoundaries(long seconds, int nanoseconds) in ToDateTime_ValidBoundaries() argument
/third_party/protobuf/csharp/src/Google.Protobuf.Test/WellKnownTypes/
H A DDurationTest.cs106 public void ToTimeSpan_Invalid(long seconds, int nanoseconds) in ToTimeSpan_Invalid() argument
117 public void ToTimeSpan_Valid(long seconds, int nanoseconds) in ToTimeSpan_Valid() argument
H A DTimestampTest.cs69 public void ToDateTime_OutOfRange(long seconds, int nanoseconds) in ToDateTime_OutOfRange() argument
81 public void ToDateTime_ValidBoundaries(long seconds, int nanoseconds) in ToDateTime_ValidBoundaries() argument
/drivers/hdf_core/framework/support/platform/src/rtc/
H A Drtc_base.c87 uint64_t seconds; in RtcTimeToTimestamp() local
120 void TimestampToRtcTime(struct RtcTime *time, const uint64_t seconds) in TimestampToRtcTime() argument
/drivers/hdf_core/framework/support/platform/src/watchdog/
H A Dwatchdog_if.c116 int32_t WatchdogSetTimeout(DevHandle handle, uint32_t seconds) in WatchdogSetTimeout() argument
125 int32_t WatchdogGetTimeout(DevHandle handle, uint32_t *seconds) in WatchdogGetTimeout() argument
/third_party/icu/icu4c/source/i18n/
H A Dutmscale.cpp19 #define seconds (milliseconds * 1000) macro
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/timescale/
H A DGenerateCTimeScaleData.java40 private static final long seconds = milliseconds * 1000; field in GenerateCTimeScaleData
H A DEpochOffsets.java41 private static final long seconds = milliseconds * 1000; field in EpochOffsets
/third_party/musl/libc-test/src/functionalext/supplement/time/time_gtest/
H A Dsys_clock_test.cpp201 auto seconds = std::chrono::duration_cast<std::chrono::seconds>(duratio in HWTEST_F() local
[all...]
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dutmscale.cpp19 #define seconds (milliseconds * 1000) macro

Completed in 7 milliseconds

1234567