Home
last modified time | relevance | path

Searched defs:epoch (Results 1 – 25 of 114) sorted by relevance

12345

/external/cronet/base/allocator/partition_allocator/starscan/
Dstate_bitmap.h153 const size_t epoch; member
158 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()
Dstate_bitmap_unittest.cc55 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/
Dstats.c30 uint64_t epoch; in TEST_BEGIN() local
70 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
Dretained.c10 static atomic_u_t epoch; variable
38 uint64_t epoch = 1; in do_refresh() local
/external/tensorflow/tensorflow/python/keras/
Dcallbacks.py407 def on_epoch_begin(self, epoch, logs=None): argument
421 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 …]
Dcallbacks_v1.py380 def on_epoch_begin(self, epoch, logs=None): argument
394 def on_epoch_end(self, epoch, logs=None): argument
/external/compiler-rt/lib/tsan/rtl/
Dtsan_mutexset.h28 u64 epoch; member
60 void MutexSet::Add(u64 id, bool write, u64 epoch) {} in Add()
Dtsan_clock.cc125 u64 epoch = src->elem(tid).epoch; in acquire() local
144 u64 epoch = src->elem(i).epoch; in acquire() local
Dtsan_mutexset.cc25 void MutexSet::Add(u64 id, bool write, u64 epoch) { in Add()
/external/rust/crates/crossbeam-epoch/src/
Dinternal.rs141 epoch: Epoch, field
166 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/
Dtime_unittest.cc44 const std::time_t epoch = std::mktime(&epoch_tm); in TEST() local
/external/cronet/third_party/boringssl/src/ssl/
Ddtls_record.cc211 uint16_t epoch = static_cast<uint16_t>(sequence >> 48); in dtls_open_record() local
291 uint16_t epoch = ssl->d1->w_epoch; in dtls_seal_record() local
/external/boringssl/src/ssl/
Ddtls_record.cc211 uint16_t epoch = static_cast<uint16_t>(sequence >> 48); in dtls_open_record() local
291 uint16_t epoch = ssl->d1->w_epoch; in dtls_seal_record() local
/external/python/cpython3/Doc/library/
Dtime.rst20 .. _epoch: target
/external/rust/crates/quiche/deps/boringssl/src/ssl/
Ddtls_record.cc225 uint16_t epoch = (((uint16_t)sequence[0]) << 8) | sequence[1]; in dtls_open_record() local
305 uint16_t epoch = ssl->d1->w_epoch; in dtls_seal_record() local
/external/llvm/unittests/Support/
DTimeValueTest.cpp26 sys::TimeValue epoch; in TEST() local
/external/tensorflow/tensorflow/python/keras/distribute/
Dworker_training_state.py85 def back_up(self, epoch): argument
/external/perfetto/src/trace_processor/metrics/sql/experimental/
Dblink_gc_metric.sql111 epoch, field
/external/crosvm/base/src/
Dclock.rs30 epoch: Instant, field
/external/grpc-grpc-java/netty/src/main/java/io/grpc/netty/
DKeepAliveEnforcer.java34 private final long epoch; field in KeepAliveEnforcer
/external/protobuf/src/google/protobuf/util/internal/testdata/
Dtimestamp_duration.proto40 TimeStampType epoch = 1; field
/external/cronet/third_party/protobuf/src/google/protobuf/util/internal/testdata/
Dtimestamp_duration.proto40 TimeStampType epoch = 1; field
/external/pigweed/pw_chrono/public/pw_chrono/
Dsystem_clock.h87 static constexpr Epoch epoch = backend::kSystemClockEpoch; member
/external/compiler-rt/lib/tsan/tests/unit/
Dtsan_mutexset_test.cc18 static void Expect(const MutexSet &mset, uptr i, u64 id, bool write, u64 epoch, in Expect()
/external/ImageMagick/MagickCore/
Dtimer.c342 epoch; in GetMagickTime() local

12345