/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/congestion_control/ |
H A D | cubic_bytes.cc | 43 epoch_(QuicTime::Zero()) { in CubicBytes() 76 epoch_ = QuicTime::Zero(); // Reset time. in ResetCubicState() 94 epoch_ = QuicTime::Zero(); in OnApplicationLimited() 112 epoch_ = QuicTime::Zero(); // Reset time. in CongestionWindowAfterPacketLoss() 121 if (!epoch_.IsInitialized()) { in CongestionWindowAfterAck() 124 epoch_ = event_time; // Start of epoch. in CongestionWindowAfterAck() 142 ((event_time + delay_min - epoch_).ToMicroseconds() << 10) / in CongestionWindowAfterAck()
|
H A D | cubic_bytes.h | 77 QuicTime epoch_; variable
|
/aosp_15_r20/external/google-cloud-java/java-containeranalysis/proto-google-cloud-containeranalysis-v1beta1/src/main/java/io/grafeas/v1beta1/pkg/ |
H A D | Version.java | 77 epoch_ = input.readInt32(); in Version() 314 private int epoch_; field in Version 328 return epoch_; in getEpoch() 483 if (epoch_ != 0) { in writeTo() 484 output.writeInt32(1, epoch_); in writeTo() 504 if (epoch_ != 0) { in getSerializedSize() 505 size += com.google.protobuf.CodedOutputStream.computeInt32Size(1, epoch_); in getSerializedSize() 697 epoch_ = 0; in clear() 731 result.epoch_ = epoch_; in buildPartial() 827 private int epoch_; field in Version.Builder [all …]
|
/aosp_15_r20/external/google-cloud-java/java-grafeas/src/main/java/io/grafeas/v1/ |
H A D | Version.java | 251 private int epoch_ = 0; field in Version 265 return epoch_; in getEpoch() 498 if (epoch_ != 0) { in writeTo() 499 output.writeInt32(1, epoch_); in writeTo() 525 if (epoch_ != 0) { in getSerializedSize() 526 size += com.google.protobuf.CodedOutputStream.computeInt32Size(1, epoch_); in getSerializedSize() 722 epoch_ = 0; in clear() 763 result.epoch_ = epoch_; in buildPartial0() 879 epoch_ = input.readInt32(); in mergeFrom() 932 private int epoch_; field in Version.Builder [all …]
|
/aosp_15_r20/external/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_deadlock_detector.h | 42 epoch_ = 0; in clear() 50 if (epoch_ == current_epoch) return; in ensureCurrentEpoch() 52 epoch_ = current_epoch; in ensureCurrentEpoch() 57 uptr getEpoch() const { return epoch_; } in getEpoch() 62 CHECK_EQ(epoch_, current_epoch); in addLock() 110 CHECK_EQ(epoch_, current_epoch); in getLocks() 119 uptr epoch_; variable
|
/aosp_15_r20/external/pytorch/torch/csrc/api/include/torch/data/samplers/ |
H A D | distributed.h | 36 epoch_(0), in size_() 42 epoch_ = epoch; in set_epoch() 46 return epoch_; in epoch() 65 size_t epoch_; variable
|
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/ |
H A D | record_yielder.cc | 30 epoch_(0), in RecordYielder() 99 ++epoch_; in MainLoop() 119 Hash64(reinterpret_cast<char*>(&epoch_), sizeof(epoch_), opts_.seed)); in MainLoop()
|
H A D | record_yielder.h | 96 int64_t current_epoch() const { return epoch_; } in current_epoch() 107 std::atomic<int64_t> epoch_; variable
|
/aosp_15_r20/external/pytorch/torch/csrc/api/src/data/samplers/ |
H A D | distributed.cpp | 49 std::mt19937 rand(epoch_); in reset() 77 torch::tensor(static_cast<int64_t>(epoch_)), in save() 84 epoch_ = tensor.item<int64_t>(); in load()
|
/aosp_15_r20/external/nos/host/generic/nugget/include/ |
D | signed_header.h | 57 epoch_(0x1337), in SignedHeader() 140 printf("hdr.epoch : %08x\n", epoch_); in print() 191 uint32_t epoch_; // word 7 of FWR member
|
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/data/ |
H A D | shuffle_dataset_op.cc | 275 TF_RETURN_IF_ERROR(writer->WriteScalar(this->full_name(kEpoch), epoch_)); in SaveInternal() 323 TF_RETURN_IF_ERROR(reader->ReadScalar(this->full_name(kEpoch), &epoch_)); in RestoreInternal() 422 epoch_ >= dataset()->count_) { in ShouldFillBuffer() 438 if (epoch_ == 0) { in PrepareNextEpoch() 449 epoch_++; in PrepareNextEpoch() 487 int64_t epoch_ TF_GUARDED_BY(mu_) = 0;
|
/aosp_15_r20/external/webrtc/p2p/client/ |
H A D | basic_port_allocator.cc | 1473 SafeTask(safety_.flag(), [this, epoch = epoch_] { Process(epoch); })); in Start() 1484 ++epoch_; in Stop() 1492 if (epoch != epoch_) in Process() 1521 SafeTask(safety_.flag(), [this, epoch = epoch_] { Process(epoch); }), in Process() 1527 ++epoch_; in Process()
|
H A D | basic_port_allocator.h | 427 int epoch_ = 0; variable
|
/aosp_15_r20/external/gsc-utils/chip/g/ |
H A D | signed_header.h | 39 uint32_t epoch_; /* word 7 of FWR */ member
|
/aosp_15_r20/external/python/cpython3/Doc/library/ |
D | time.rst | 38 * The functions in this module may not handle dates and times before the epoch_ or 210 Convert a time expressed in seconds since the epoch_ to a string of a form: 248 Convert a time expressed in seconds since the epoch_ to a :class:`struct_time` in 609 Return the time in seconds since the epoch_ as a floating point 612 the time in seconds since the epoch_. This is commonly referred to as `Unix 635 nanoseconds since the epoch_.
|
/aosp_15_r20/external/gsc-utils/extra/usb_updater/ |
H A D | gsctool.c | 1434 sections[i].shv.epoch = h.h->epoch_; in fetch_header_versions()
|