| /external/cronet/base/allocator/partition_allocator/starscan/ | 
| D | state_bitmap.h | 153     const size_t epoch;  member158     const size_t epoch;  member
 163     const size_t epoch;  member
 223     Epoch epoch) {  in Quarantine()
 245     MarkQuarantinedAsReachable(uintptr_t address, Epoch epoch) {  in MarkQuarantinedAsReachable()
 397     size_t epoch,  in IterateImpl()
 460     size_t epoch,  in IterateQuarantined()
 470     IterateUnmarkedQuarantined(size_t epoch, Callback callback) const {  in IterateUnmarkedQuarantined()
 479     IterateUnmarkedQuarantinedAndFree(size_t epoch, Callback callback) {  in IterateUnmarkedQuarantinedAndFree()
 
 | 
| D | state_bitmap_unittest.cc | 55   bool QuarantineObject(size_t object_position, size_t epoch) {  in QuarantineObject()59   bool MarkQuarantinedObject(size_t object_position, size_t epoch) {  in MarkQuarantinedObject()
 
 | 
| /external/jemalloc_new/test/unit/ | 
| D | stats.c | 30 	uint64_t epoch;  in TEST_BEGIN()  local70 	uint64_t epoch;  in TEST_BEGIN()  local
 146 	uint64_t epoch, nmalloc, ndalloc, nrequests;  in TEST_BEGIN()  local
 191 	uint64_t epoch, nmalloc, ndalloc;  in TEST_BEGIN()  local
 231 	uint64_t epoch, nmalloc, ndalloc, nrequests, nfills, nflushes;  in TEST_BEGIN()  local
 319 	uint64_t epoch, nmalloc, ndalloc;  in TEST_BEGIN()  local
 
 | 
| D | retained.c | 10 static atomic_u_t	epoch;  variable38 	uint64_t epoch = 1;  in do_refresh()  local
 
 | 
| /external/tensorflow/tensorflow/python/keras/ | 
| D | callbacks.py | 407   def on_epoch_begin(self, epoch, logs=None):  argument421   def on_epoch_end(self, epoch, logs=None):  argument
 678   def on_epoch_begin(self, epoch, logs=None):  argument
 691   def on_epoch_end(self, epoch, logs=None):  argument
 921   def on_epoch_begin(self, epoch, logs=None):  argument
 942   def on_epoch_end(self, epoch, logs=None):  argument
 1045   def on_epoch_begin(self, epoch, logs=None):  argument
 1062   def on_epoch_end(self, epoch, logs=None):  argument
 1168   def on_epoch_end(self, epoch, logs=None):  argument
 1385   def on_epoch_begin(self, epoch, logs=None):  argument
 [all …]
 
 | 
| D | callbacks_v1.py | 380   def on_epoch_begin(self, epoch, logs=None):  argument394   def on_epoch_end(self, epoch, logs=None):  argument
 
 | 
| /external/compiler-rt/lib/tsan/rtl/ | 
| D | tsan_mutexset.h | 28     u64 epoch;  member60 void MutexSet::Add(u64 id, bool write, u64 epoch) {}  in Add()
 
 | 
| D | tsan_clock.cc | 125           u64 epoch = src->elem(tid).epoch;  in acquire()  local144     u64 epoch = src->elem(i).epoch;  in acquire()  local
 
 | 
| D | tsan_mutexset.cc | 25 void MutexSet::Add(u64 id, bool write, u64 epoch) {  in Add()
 | 
| /external/rust/crates/crossbeam-epoch/src/ | 
| D | internal.rs | 141     epoch: Epoch,  field166     pub(crate) epoch: CachePadded<AtomicEpoch>,  field
 189         let epoch = self.epoch.load(Ordering::Relaxed);  in push_bag()  localVariable
 277     epoch: AtomicEpoch,  field
 465             let epoch = self.epoch.load(Ordering::Relaxed);  in repin()  localVariable
 
 | 
| /external/openscreen/platform/impl/ | 
| D | time_unittest.cc | 44   const std::time_t epoch = std::mktime(&epoch_tm);  in TEST()  local
 | 
| /external/cronet/third_party/boringssl/src/ssl/ | 
| D | dtls_record.cc | 211   uint16_t epoch = static_cast<uint16_t>(sequence >> 48);  in dtls_open_record()  local291   uint16_t epoch = ssl->d1->w_epoch;  in dtls_seal_record()  local
 
 | 
| /external/boringssl/src/ssl/ | 
| D | dtls_record.cc | 211   uint16_t epoch = static_cast<uint16_t>(sequence >> 48);  in dtls_open_record()  local291   uint16_t epoch = ssl->d1->w_epoch;  in dtls_seal_record()  local
 
 | 
| /external/python/cpython3/Doc/library/ | 
| D | time.rst | 20 .. _epoch:  target
 | 
| /external/rust/crates/quiche/deps/boringssl/src/ssl/ | 
| D | dtls_record.cc | 225   uint16_t epoch = (((uint16_t)sequence[0]) << 8) | sequence[1];  in dtls_open_record()  local305   uint16_t epoch = ssl->d1->w_epoch;  in dtls_seal_record()  local
 
 | 
| /external/llvm/unittests/Support/ | 
| D | TimeValueTest.cpp | 26   sys::TimeValue epoch;  in TEST()  local
 | 
| /external/tensorflow/tensorflow/python/keras/distribute/ | 
| D | worker_training_state.py | 85   def back_up(self, epoch):  argument
 | 
| /external/perfetto/src/trace_processor/metrics/sql/experimental/ | 
| D | blink_gc_metric.sql | 111   epoch,  field
 | 
| /external/crosvm/base/src/ | 
| D | clock.rs | 30     epoch: Instant,  field
 | 
| /external/grpc-grpc-java/netty/src/main/java/io/grpc/netty/ | 
| D | KeepAliveEnforcer.java | 34   private final long epoch;  field in KeepAliveEnforcer
 | 
| /external/protobuf/src/google/protobuf/util/internal/testdata/ | 
| D | timestamp_duration.proto | 40   TimeStampType epoch = 1;  field
 | 
| /external/cronet/third_party/protobuf/src/google/protobuf/util/internal/testdata/ | 
| D | timestamp_duration.proto | 40   TimeStampType epoch = 1;  field
 | 
| /external/pigweed/pw_chrono/public/pw_chrono/ | 
| D | system_clock.h | 87   static constexpr Epoch epoch = backend::kSystemClockEpoch;  member
 | 
| /external/compiler-rt/lib/tsan/tests/unit/ | 
| D | tsan_mutexset_test.cc | 18 static void Expect(const MutexSet &mset, uptr i, u64 id, bool write, u64 epoch,  in Expect()
 | 
| /external/ImageMagick/MagickCore/ | 
| D | timer.c | 342         epoch;  in GetMagickTime()  local
 |