/external/sdv/vsomeip/third_party/boost/thread/include/boost/thread/pthread/ |
D | once.hpp | 67 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/pytorch/test/distributed/elastic/utils/data/ |
D | cycling_iterator_test.py | 15 def generator(self, epoch, stride, max_epochs): argument 24 def generator_fn(epoch): argument 39 def generator_fn(epoch): argument
|
/external/rust/android-crates-io/crates/tikv-jemallocator/tests/ |
D | malloctl.rs | 20 let epoch: u64 = "epoch\0".name().read().unwrap(); in ctl_get_set() localVariable 34 let epoch: u64 = "epoch\0".name().read().unwrap(); in ctl_panic_empty_set() localVariable 47 let epoch: u64 = "epoch\0".name().read().unwrap(); in ctl_panic_non_null_terminated_set() localVariable
|
/external/boringssl/src/ssl/ |
D | dtls_record.cc | 80 uint16_t epoch = (wire_epoch & 0x3) | current_epoch_high; in reconstruct_epoch() local 131 static bool use_dtls13_record_header(const SSL *ssl, uint16_t epoch) { in use_dtls13_record_header() 148 uint16_t epoch = reconstruct_epoch(out->type, max_epoch); in parse_dtls13_record() local 221 uint16_t epoch = out->number.epoch(); in parse_dtls12_record() local 404 static DTLSWriteEpoch *get_write_epoch(const SSL *ssl, uint16_t epoch) { in get_write_epoch() 416 size_t dtls_record_header_write_len(const SSL *ssl, uint16_t epoch) { in dtls_record_header_write_len() 428 size_t dtls_max_seal_overhead(const SSL *ssl, uint16_t epoch) { in dtls_max_seal_overhead() 442 size_t dtls_seal_prefix_len(const SSL *ssl, uint16_t epoch) { in dtls_seal_prefix_len() 451 size_t dtls_seal_max_input_len(const SSL *ssl, uint16_t epoch, size_t max_out) { in dtls_seal_max_input_len() 471 const uint8_t *in, size_t in_len, uint16_t epoch) { in dtls_seal_record()
|
D | d1_pkt.cc | 57 uint64_t epoch, seq; in dtls1_process_ack() local 264 uint16_t epoch) { in dtls1_write_record()
|
/external/cronet/stable/third_party/boringssl/src/ssl/ |
D | dtls_record.cc | 182 uint16_t epoch = (wire_epoch & 0x3) | current_epoch_high; in reconstruct_epoch() local 233 static bool use_dtls13_record_header(const SSL *ssl, uint16_t epoch) { in use_dtls13_record_header() 250 uint16_t epoch = reconstruct_epoch(out->type, max_epoch); in parse_dtls13_record() local 313 uint16_t epoch = out->number.epoch(); in parse_dtls12_record() local 486 static DTLSWriteEpoch *get_write_epoch(const SSL *ssl, uint16_t epoch) { in get_write_epoch() 498 size_t dtls_record_header_write_len(const SSL *ssl, uint16_t epoch) { in dtls_record_header_write_len() 510 size_t dtls_max_seal_overhead(const SSL *ssl, uint16_t epoch) { in dtls_max_seal_overhead() 524 size_t dtls_seal_prefix_len(const SSL *ssl, uint16_t epoch) { in dtls_seal_prefix_len() 533 size_t dtls_seal_max_input_len(const SSL *ssl, uint16_t epoch, size_t max_out) { in dtls_seal_max_input_len() 553 const uint8_t *in, size_t in_len, uint16_t epoch) { in dtls_seal_record()
|
D | d1_pkt.cc | 159 uint64_t epoch, seq; in dtls1_process_ack() local 343 uint16_t epoch) { in dtls1_write_record()
|
/external/cronet/tot/third_party/boringssl/src/ssl/ |
D | dtls_record.cc | 182 uint16_t epoch = (wire_epoch & 0x3) | current_epoch_high; in reconstruct_epoch() local 233 static bool use_dtls13_record_header(const SSL *ssl, uint16_t epoch) { in use_dtls13_record_header() 250 uint16_t epoch = reconstruct_epoch(out->type, max_epoch); in parse_dtls13_record() local 313 uint16_t epoch = out->number.epoch(); in parse_dtls12_record() local 486 static DTLSWriteEpoch *get_write_epoch(const SSL *ssl, uint16_t epoch) { in get_write_epoch() 498 size_t dtls_record_header_write_len(const SSL *ssl, uint16_t epoch) { in dtls_record_header_write_len() 510 size_t dtls_max_seal_overhead(const SSL *ssl, uint16_t epoch) { in dtls_max_seal_overhead() 524 size_t dtls_seal_prefix_len(const SSL *ssl, uint16_t epoch) { in dtls_seal_prefix_len() 533 size_t dtls_seal_max_input_len(const SSL *ssl, uint16_t epoch, size_t max_out) { in dtls_seal_max_input_len() 553 const uint8_t *in, size_t in_len, uint16_t epoch) { in dtls_seal_record()
|
D | d1_pkt.cc | 159 uint64_t epoch, seq; in dtls1_process_ack() local 343 uint16_t epoch) { in dtls1_write_record()
|
/external/jemalloc_new/test/unit/ |
D | stats.c | 30 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 232 uint64_t epoch, nmalloc, ndalloc, nrequests, nfills, nflushes; in TEST_BEGIN() local 320 uint64_t epoch, nmalloc, ndalloc; in TEST_BEGIN() local
|
/external/tensorflow/tensorflow/python/keras/ |
D | callbacks.py | 407 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 …]
|
/external/pytorch/torch/csrc/api/include/torch/data/samplers/ |
D | distributed.h | 41 void set_epoch(size_t epoch) { in set_epoch() 45 size_t epoch() const { in epoch() function
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_mutexset.h | 28 u64 epoch; member 60 void MutexSet::Add(u64 id, bool write, u64 epoch) {} in Add()
|
/external/pytorch/functorch/examples/maml_omniglot/ |
D | maml-omniglot-higher.py | 120 def train(db, net, device, meta_opt, epoch, log): argument 195 def test(db, net, device, epoch, log): argument
|
D | maml-omniglot-ptonly.py | 123 def train(db, net, device, meta_opt, epoch, log): argument 192 def test(db, net, device, epoch, log): argument
|
D | maml-omniglot-transforms.py | 147 def train(db, net, device, meta_opt, epoch, log): argument 191 def test(db, net, device, epoch, log): argument
|
/external/rust/android-crates-io/crates/mls-rs/src/group/ |
D | context.rs | 27 pub(crate) epoch: u64, field 91 pub fn epoch(&self) -> u64 { in epoch() method
|
/external/pytorch/torch/ao/pruning/scheduler/ |
D | base_scheduler.py | 99 def print_sl(self, is_verbose, group, sl, epoch=None): argument 117 def step(self, epoch=None): argument
|
/external/rust/android-crates-io/crates/crossbeam-epoch/src/ |
D | internal.rs | 139 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
|
/external/coreboot/src/drivers/tpm/ |
D | cr50.h | 10 int epoch; member
|
/external/sdv/vsomeip/third_party/boost/asio/include/boost/asio/detail/ |
D | chrono_time_traits.hpp | 58 const time_type epoch; in add() local 76 const time_type epoch; in subtract() local
|
/external/pytorch/benchmarks/distributed/rpc/parameter_server/trainer/ |
D | iteration_steps.py | 2 self, ddp_model, criterion, optimizer, hook_state, epoch, index, batch argument
|
/external/openscreen/platform/impl/ |
D | time_unittest.cc | 44 const std::time_t epoch = std::mktime(&epoch_tm); in TEST() local
|
/external/sdv/vsomeip/third_party/boost/asio/test/latency/ |
D | high_res_clock.hpp | 44 boost::posix_time::ptime epoch( in high_res_clock() local
|
/external/rust/android-crates-io/crates/mls-rs/src/group/interop_test_vectors/ |
D | passive_client.rs | 433 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
|