Home
last modified time | relevance | path

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

123456789

/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...]
/developtools/profiler/device/base/include/
H A Di_semaphore.h26 bool TimedWait(int seconds) in TimedWait() argument
/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...]
/base/update/updater/services/script/script_instruction/
H A Dscript_basicinstruction.cpp48 int32_t seconds = 1; in Execute() local
/base/update/updater/utils/
H A Dutils_common.cpp62 auto seconds = usec / USECONDS_PER_SECONDS; in UsSleep() local
/developtools/profiler/device/base/src/
H A Dposix_semaphore.cpp43 bool PosixSemaphore::TimedWait(int seconds, int nanoSeconds) in TimedWait() argument
H A Dstd_semaphore.cpp46 bool StdSemaphore::TimedWait(int seconds, int nanoSeconds) in TimedWait() argument
/foundation/ability/ability_runtime/test/unittest/ams_service_app_spawn_socket_test/
H A Dams_service_app_spawn_socket_test.cpp32 int MockSleep([[maybe_unused]] uint32_t seconds) in MockSleep() argument
/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
/base/tee/tee_client/services/teecd/include/
H A Dmisc_work_agent.h37 uint32_t seconds; member
/developtools/smartperf_host/trace_streamer/src/base/
H A Dstring_to_numerical.h42 double seconds = static_cast<double>(timestamp) / 1e9; in ConvertTimestampToSecStr() local

Completed in 6 milliseconds

123456789