Home
last modified time | relevance | path

Searched defs:nanoseconds (Results 1 – 20 of 20) sorted by relevance

/third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
DDurationPartial.cs65 internal static bool IsNormalized(long seconds, int nanoseconds) in IsNormalized()
164 internal static Duration Normalize(long seconds, int nanoseconds) in Normalize()
197 internal static string ToJson(long seconds, int nanoseconds, bool diagnosticOnly) in ToJson()
DTimestampPartial.cs48 private static bool IsNormalized(long seconds, int nanoseconds) => in IsNormalized()
173 internal static Timestamp Normalize(long seconds, int nanoseconds) in Normalize()
199 internal static string ToJson(long seconds, int nanoseconds, bool diagnosticOnly) in ToJson()
/third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/WellKnownTypes/
DDurationTest.cs106 public void ToTimeSpan_Invalid(long seconds, int nanoseconds) in ToTimeSpan_Invalid()
117 public void ToTimeSpan_Valid(long seconds, int nanoseconds) in ToTimeSpan_Valid()
DTimestampTest.cs69 public void ToDateTime_OutOfRange(long seconds, int nanoseconds) in ToDateTime_OutOfRange()
81 public void ToDateTime_ValidBoundaries(long seconds, int nanoseconds) in ToDateTime_ValidBoundaries()
/third_party/protobuf/csharp/src/Google.Protobuf.Test/WellKnownTypes/
DDurationTest.cs106 public void ToTimeSpan_Invalid(long seconds, int nanoseconds) in ToTimeSpan_Invalid()
117 public void ToTimeSpan_Valid(long seconds, int nanoseconds) in ToTimeSpan_Valid()
DTimestampTest.cs69 public void ToDateTime_OutOfRange(long seconds, int nanoseconds) in ToDateTime_OutOfRange()
81 public void ToDateTime_ValidBoundaries(long seconds, int nanoseconds) in ToDateTime_ValidBoundaries()
/third_party/protobuf/csharp/src/Google.Protobuf.Test/
DJsonFormatterTest.cs456 public void TimestampStandalone_NonNormalized(long seconds, int nanoseconds) in TimestampStandalone_NonNormalized()
493 public void DurationStandalone(long seconds, int nanoseconds, string expected) in DurationStandalone()
502 public void DurationStandalone_NonNormalized(long seconds, int nanoseconds) in DurationStandalone_NonNormalized()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DTimeValue.h212 NanoSecondsType nanoseconds() const { return nanos_; } in nanoseconds() function
296 void nanoseconds ( NanoSecondsType nanos ) { in nanoseconds() function
/third_party/protobuf/java/util/src/main/java/com/google/protobuf/util/
DTimeUtil.java221 public static Timestamp createTimestampFromNanos(long nanoseconds) { in createTimestampFromNanos()
231 public static Duration createDurationFromNanos(long nanoseconds) { in createDurationFromNanos()
DDurations.java327 public static Duration fromNanos(long nanoseconds) { in fromNanos()
DTimestamps.java347 public static Timestamp fromNanos(long nanoseconds) { in fromNanos()
/third_party/rust/crates/nix/src/sys/
Dtime.rs168 fn nanoseconds(nanoseconds: i64) -> Self; in nanoseconds() method
274 let nanoseconds = milliseconds in milliseconds() localVariable
284 let nanoseconds = microseconds in microseconds() localVariable
295 fn nanoseconds(nanoseconds: i64) -> TimeSpec { in nanoseconds() method
539 fn nanoseconds(nanoseconds: i64) -> TimeVal { in nanoseconds() method
/third_party/node/deps/v8/src/objects/
Djs-temporal-objects.cc97 int64_t nanoseconds; member
797 int64_t microseconds, int64_t nanoseconds) { in CreateTemporalDuration()
849 int64_t milliseconds, int64_t microseconds, int64_t nanoseconds) { in CreateTemporalDuration()
1298 int64_t nanoseconds = in DisambiguatePossibleInstants() local
1666 Handle<BigInt> nanoseconds = in ToTemporalInstant() local
2216 int64_t nanoseconds = offset_nanoseconds % 1000000000; in FormatTimeZoneOffsetString() local
2606 int32_t nanoseconds; in ParseTemporalTimeZoneString() local
2731 int64_t nanoseconds; in ParseTimeZoneOffsetString() local
3599 int64_t* nanoseconds, Unit largest_unit, in BalanceDuration()
3612 int64_t* nanoseconds, Unit largest_unit, in BalanceDuration()
[all …]
/third_party/skia/tools/gpu/gl/
DGLTestContext.cpp143 GrGLuint64 nanoseconds; in getTimeElapsed() local
/third_party/musl/libc-test/src/functionalext/supplement/time/time_gtest/
Dsys_clock_test.cpp202 …auto nanoseconds = std::chrono::duration_cast<std::chrono::nanoseconds>(duration).count() % 100000… variable
/third_party/node/deps/v8/src/base/platform/
Dtime.h90 static constexpr TimeDelta FromNanoseconds(int64_t nanoseconds) { in FromNanoseconds()
/third_party/protobuf/php/src/Google/Protobuf/Internal/
DGPBUtil.php577 public static function getNanosecondsForTimestamp($nanoseconds)
/third_party/musl/porting/liteos_m/user/hook/
Dlos_usr_libc.c401 UINT64 nanoseconds = (UINT64)useconds * OS_SYS_NS_PER_US; in usleep() local
411 UINT64 nanoseconds = (UINT64)seconds * OS_SYS_NS_PER_SECOND; in sleep() local
/third_party/python/Python/
Dthread_nt.h83 _PyTime_t nanoseconds = _PyTime_FromNanoseconds((_PyTime_t)milliseconds * 1000000); in EnterNonRecursiveMutex() local
/third_party/typescript/src/server/
Dsession.ts19 const nanoseconds = time[1]; constant