Home
last modified time | relevance | path

Searched defs:SECONDS (Results 1 – 9 of 9) sorted by relevance

/third_party/rust/crates/humantime/src/
Ddate.rs8 pub const SECONDS: u64 = ::std::u64::MAX / 1_000_000_000; constant
19 pub const SECONDS: u64 = ::std::i32::MAX as u64; constant
30 pub const SECONDS: u64 = 253_402_300_800-1; // last second of year 9999 constant
/third_party/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/
DTimer.java16 public static final long SECONDS = 100000000; field in Timer
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/util/
DTimer.java19 public static final long SECONDS = 100000000; field in Timer
/third_party/node/deps/openssl/openssl/apps/
Ds_time.c32 #define SECONDS 30 macro
Dspeed.c12 #define SECONDS 3 macro
/third_party/openssl/apps/
Ds_time.c32 #define SECONDS 30 macro
Dspeed.c12 #define SECONDS 3 macro
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DRelativeDateTimeFormatter.java122 SECONDS, enumConstant
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DRelativeDateTimeFormatter.java115 SECONDS, enumConstant