Home
last modified time | relevance | path

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

1234

/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/tensorflow/tensorflow/python/keras/distribute/
Dmulti_worker_callback_tf2_test.py183 def on_epoch_begin(self, epoch, logs=None): argument
189 def on_epoch_begin(self, epoch, logs=None): argument
346 def on_epoch_begin(self, epoch, logs): argument
Dworker_training_state.py86 def back_up(self, epoch): argument
/external/rust/crates/crossbeam-epoch/src/
Dinternal.rs218 epoch: Epoch, field
243 pub(crate) epoch: CachePadded<AtomicEpoch>, field
266 let epoch = self.epoch.load(Ordering::Relaxed); in push_bag() localVariable
354 epoch: AtomicEpoch, field
538 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/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/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/python/cpython3/Doc/library/
Dtime.rst20 .. _epoch: target
/external/llvm/unittests/Support/
DTimeValueTest.cpp26 sys::TimeValue epoch; in TEST() local
/external/perfetto/src/trace_processor/metrics/sql/experimental/
Dblink_gc_metric.sql111 epoch, 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/pigweed/pw_chrono/public/pw_chrono/
Dsystem_clock.h82 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
/external/python/setuptools/setuptools/_vendor/packaging/
Dversion.py132 def epoch(self) -> int: member in LegacyVersion
322 def epoch(self) -> int: member in Version
/external/python/setuptools/pkg_resources/_vendor/packaging/
Dversion.py132 def epoch(self) -> int: member in LegacyVersion
322 def epoch(self) -> int: member in Version
/external/webrtc/third_party/abseil-cpp/absl/time/
Dcivil_time_benchmark.cc43 const absl::CivilDay epoch(1970, 1, 1); in BM_Difference_Days() local
/external/angle/third_party/abseil-cpp/absl/time/
Dcivil_time_benchmark.cc43 const absl::CivilDay epoch(1970, 1, 1); in BM_Difference_Days() local

1234