/third_party/protobuf/csharp/src/Google.Protobuf.Test/ |
H A D | JsonFormatterTest.cs | 456 public void TimestampStandalone_NonNormalized(long seconds, int nanoseconds) in TimestampStandalone_NonNormalized() argument 493 public void DurationStandalone(long seconds, int nanoseconds, string expected) in DurationStandalone() argument 502 public void DurationStandalone_NonNormalized(long seconds, int nanoseconds) in DurationStandalone_NonNormalized() argument
|
/third_party/python/Include/ |
H A D | datetime.h | 39 int seconds; /* 0 <= seconds < 24*3600 is invariant */ member
|
/third_party/openssl/crypto/ts/ |
H A D | ts_rsp_utils.c | 173 int TS_ACCURACY_set_seconds(TS_ACCURACY *a, const ASN1_INTEGER *seconds) in TS_ACCURACY_set_seconds() argument
|
/third_party/protobuf/php/src/Google/Protobuf/Internal/ |
H A D | GPBUtil.php | 453 $seconds = $date->format("U"); variable 489 $seconds = substr($number, 0, $pos); variable 496 $seconds = $number; variable
|
/kernel/linux/linux-5.10/drivers/ata/ |
H A D | libata-transport.c | 512 u64 seconds; in ata_show_ering() local
|
/kernel/linux/common_modules/tzdriver/ |
H A D | tc_ns_client.h | 93 uint32_t seconds; member
|
/kernel/linux/linux-5.10/drivers/hwmon/ |
H A D | ftsteutates.c | 60 seconds = 1, enumerator
|
/kernel/linux/linux-5.10/net/ceph/ |
H A D | mon_client.c | 314 unsigned int seconds; in handle_subscribe_ack() local
|
/kernel/linux/linux-6.6/drivers/ata/ |
H A D | libata-transport.c | 542 u64 seconds; in ata_show_ering() local
|
/kernel/linux/linux-6.6/drivers/rtc/ |
H A D | rtc-ti-k3.c | 281 time64_t seconds; in ti_k3_rtc_set_time() local 334 time64_t seconds; in ti_k3_rtc_set_alarm() local [all...] |
/kernel/linux/linux-6.6/drivers/hwmon/ |
H A D | ftsteutates.c | 59 seconds = 1, enumerator
|
/kernel/liteos_m/kal/posix/src/ |
H A D | time.c | 646 time_t seconds = 0; in ConvertUtc2Secs() local 817 sleep(unsigned seconds) sleep() argument [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | h264_sei.h | 60 int seconds; member
|
/third_party/benchmark/src/ |
H A D | benchmark.cc | 284 void State::SetIterationTime(double seconds) { in SetIterationTime() argument
|
/third_party/FreeBSD/sys/compat/linuxkpi/common/src/ |
H A D | tzdst.c | 336 INT64 seconds, days; in DstGetDayOfMonth() local 490 STATIC BOOL CheckDstPeriodInner(const struct tm * const tm, INT64 seconds, INT64 dstStart, INT64 dstEnd) in CheckDstPeriodInner() argument 519 CheckWithinDstPeriod(const struct tm * const tm, INT64 seconds) CheckWithinDstPeriod() argument [all...] |
/third_party/icu/icu4c/source/i18n/ |
H A D | measfmt.cpp | 737 double seconds = hms[2].getDouble(status); in formatNumeric() local
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | measfmt.cpp | 737 double seconds = hms[2].getDouble(status); in formatNumeric() local
|
/third_party/node/deps/v8/src/d8/ |
H A D | d8-posix.cc | 90 time_t seconds = time_now.tv_sec - start_time.tv_sec; in WaitOnFD() local 118 int seconds = static_cast<int>(time_now.tv_sec - start_time.tv_sec); in TimeIsOut() local
|
/third_party/node/deps/v8/src/base/platform/ |
H A D | time.cc | 57 int64_t seconds = in ComputeThreadTicks() local [all...] |
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | measfmt.cpp | 737 double seconds = hms[2].getDouble(status); in formatNumeric() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/XRay/ |
H A D | FDRRecords.h | 148 uint64_t seconds() const { return Seconds; } in seconds() function in llvm::xray::WallclockRecord
|
/third_party/protobuf/src/google/protobuf/util/internal/ |
H A D | protostream_objectsource.cc | 338 int64 seconds = p.first; in RenderTimestamp() local 362 int64 seconds = p.first; in RenderDuration() local 1067 uint64 seconds = 0; ReadSecondsAndNanos() local [all...] |
H A D | protostream_objectwriter.cc | 115 void SplitSecondsAndNanos(StringPiece input, StringPiece* seconds, in SplitSecondsAndNanos() argument 1007 int64 seconds; in RenderTimestamp() local 1082 int64 seconds = sign * unsigned_seconds; RenderDuration() local [all...] |
/third_party/protobuf/src/google/protobuf/util/ |
H A D | time_util.cc | 63 Timestamp CreateNormalized(int64 seconds, int64 nanos) { in CreateNormalized() argument 83 Duration CreateNormalized(int64 seconds, int64 nanos) { in CreateNormalized() argument 117 FormatTime(int64 seconds, int32 nanos) FormatTime() argument 121 ParseTime(const std::string& value, int64* seconds, int32* nanos) ParseTime() argument 125 CurrentTime(int64* seconds, int32* nanos) CurrentTime() argument 160 int64 seconds; FromString() local 170 int64 seconds; GetCurrentTime() local 180 int64 seconds = duration.seconds(); ToString() local 221 int64 seconds = strto64(seconds_part.c_str(), &end, 10); FromString() local 257 SecondsToDuration(int64 seconds) SecondsToDuration() argument 312 SecondsToTimestamp(int64 seconds) SecondsToTimestamp() argument 395 int64 seconds = ToDuration() local 435 int64 seconds = static_cast<int64>(result); operator *=() local [all...] |
/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/src/ |
H A D | time_zone_format.cc | 191 const int seconds = offset % 60; in FormatOffset() local 588 int seconds = 0; in ParseOffset() local [all...] |