Home
last modified time | relevance | path

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

1234567

/external/sdv/vsomeip/third_party/boost/thread/include/boost/thread/pthread/
Donce.hpp67 volatile thread_detail::uintmax_atomic_t epoch; member
92 volatile thread_detail::uintmax_atomic_t epoch; member
130 thread_detail::uintmax_atomic_t const epoch=flag.epoch; in call_once() local
178 thread_detail::uintmax_atomic_t const epoch=flag.epoch; in call_once() local
222 thread_detail::uintmax_atomic_t const epoch=flag.epoch; in call_once() local
265 thread_detail::uintmax_atomic_t const epoch=flag.epoch; in call_once() local
309 thread_detail::uintmax_atomic_t const epoch=flag.epoch; in call_once() local
353 thread_detail::uintmax_atomic_t const epoch=flag.epoch; in call_once() local
397 thread_detail::uintmax_atomic_t const epoch=flag.epoch; in call_once() local
443 thread_detail::uintmax_atomic_t const epoch=flag.epoch; in call_once() local
[all …]
/external/cronet/base/allocator/partition_allocator/src/partition_alloc/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()
/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/mls-rs/src/group/
Dcontext.rs27 pub(crate) epoch: u64, field
91 pub fn epoch(&self) -> u64 { in epoch() method
/external/rust/crates/crossbeam-epoch/src/
Dinternal.rs139 epoch: Epoch, field
164 pub(crate) epoch: CachePadded<AtomicEpoch>, field
187 let epoch = self.epoch.load(Ordering::Relaxed); in push_bag() localVariable
295 epoch: CachePadded<AtomicEpoch>, field
464 let epoch = self.epoch.load(Ordering::Relaxed); in repin() localVariable
Dlib.rs145 mod epoch; module
/external/sdv/vsomeip/third_party/boost/asio/include/boost/asio/detail/
Dchrono_time_traits.hpp58 const time_type epoch; in add() local
76 const time_type epoch; in subtract() local
/external/openscreen/platform/impl/
Dtime_unittest.cc44 const std::time_t epoch = std::mktime(&epoch_tm); in TEST() local
/external/python/cpython3/Doc/library/
Dtime.rst20 .. _epoch: target
/external/sdv/vsomeip/third_party/boost/asio/test/latency/
Dhigh_res_clock.hpp44 boost::posix_time::ptime epoch( in high_res_clock() local
/external/rust/crates/mls-rs/src/group/interop_test_vectors/
Dpassive_client.rs433 let epoch = TestEpoch::new(vec![p.clone()], &commit, auth); in generate_passive_client_proposal_tests() localVariable
450 let epoch = TestEpoch::new(proposals, &commit, auth); in generate_passive_client_proposal_tests() localVariable
472 let epoch = TestEpoch::new(vec![], &commit, auth); in commit_by_value() localVariable
675 let epoch = TestEpoch::new(add_proposals, &commit_output.commit_message, auth); in add_random_members() localVariable
720 let epoch = TestEpoch::new(vec![], &commit, auth); in remove_members() localVariable
/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/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/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/rust/crates/mls-rs-uniffi/src/config/
Dgroup_state.rs43 async fn epoch(&self, group_id: Vec<u8>, epoch_id: u64) -> Result<Option<Vec<u8>>, Error>; in epoch() method
95 async fn epoch(&self, group_id: Vec<u8>, epoch_id: u64) -> Result<Option<Vec<u8>>, Error> { in epoch() function
/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/util/
DIslamicCalendar.java341 public long epoch(); in epoch() method
400 public long epoch() { in epoch() method in IslamicCalendar.IslamicAlgorithm
455 public long epoch() { in epoch() method in IslamicCalendar.CivilAlgorithm
506 public long epoch() { in epoch() method in IslamicCalendar.TBLAAlgorithm
521 public long epoch() { in epoch() method in IslamicCalendar.UmalquraAlgorithm
/external/icu/android_icu4j/src/main/java/android/icu/util/
DIslamicCalendar.java315 public long epoch(); in epoch() method
374 public long epoch() { in epoch() method in IslamicCalendar.IslamicAlgorithm
429 public long epoch() { in epoch() method in IslamicCalendar.CivilAlgorithm
480 public long epoch() { in epoch() method in IslamicCalendar.TBLAAlgorithm
495 public long epoch() { in epoch() method in IslamicCalendar.UmalquraAlgorithm
/external/tensorflow/tensorflow/python/keras/distribute/
Dworker_training_state.py85 def back_up(self, epoch): argument

1234567