/third_party/backends/lib/ |
H A D | sleep.c | 9 unsigned int sleep(unsigned int seconds) in sleep() argument
|
/third_party/musl/src/unistd/ |
H A D | sleep.c | 4 unsigned sleep(unsigned seconds) in sleep() argument
|
H A D | alarm.c | 5 unsigned alarm(unsigned seconds) in alarm() argument
|
/third_party/protobuf/objectivec/ |
H A D | GPBTimestamp.pbobjc.h | 149 @property(nonatomic, readwrite) int64_t seconds; variable
|
H A D | GPBDuration.pbobjc.h | 125 @property(nonatomic, readwrite) int64_t seconds; global() variable [all...] |
/third_party/skia/third_party/externals/swiftshader/src/Common/ |
H A D | Timer.cpp | 48 double Timer::seconds() in seconds() function in sw::Timer
|
/third_party/skia/third_party/externals/swiftshader/src/System/ |
H A D | Timer.cpp | 48 double Timer::seconds() in seconds() function in sw::Timer
|
/third_party/protobuf/php/src/Google/Protobuf/ |
H A D | Duration.php | 69 private $seconds = 0; global() variable 131 $this->seconds = $var; global() variable [all...] |
H A D | Timestamp.php | 83 private $seconds variable 141 $this->seconds = $var; global() variable 185 $this->seconds = $datetime->getTimestamp(); global() variable [all...] |
/third_party/eudev/src/udev/ |
H A D | udevadm-control.c | 142 int seconds; in adm_control() local
|
/third_party/curl/tests/unit/ |
H A D | unit1399.c | 65 static void expect_timer_seconds(struct Curl_easy *data, int seconds) in expect_timer_seconds() argument [all...] |
/third_party/glfw/src/ |
H A D | posix_poll.c | 48 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 D | utmscale.cpp | 19 #define seconds (milliseconds * 1000) macro
|
/third_party/musl/libc-test/src/functional/ |
H A D | test-malloc-disable.c | 55 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 D | DurationTest.cs | 106 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 D | TimestampTest.cs | 69 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 D | DurationTest.cs | 106 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 D | TimestampTest.cs | 69 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/icu/icu4c/source/i18n/ |
H A D | utmscale.cpp | 19 #define seconds (milliseconds * 1000) macro
|
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/timescale/ |
H A D | GenerateCTimeScaleData.java | 40 private static final long seconds = milliseconds * 1000; field in GenerateCTimeScaleData
|
H A D | EpochOffsets.java | 41 private static final long seconds = milliseconds * 1000; field in EpochOffsets
|
/third_party/musl/libc-test/src/functionalext/supplement/time/time_gtest/ |
H A D | sys_clock_test.cpp | 201 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 D | utmscale.cpp | 19 #define seconds (milliseconds * 1000) macro
|
/third_party/protobuf/src/google/protobuf/stubs/ |
H A D | time_test.cc | 68 int64 seconds; in TEST() local 153 int64 seconds; in TEST() local 233 int64 seconds; TEST() local [all...] |
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/internal/ |
H A D | kernel_timeout.h | 145 int64_t seconds = (std::min)(n / kNanosPerSecond, in MakeAbsTimespec() local
|