Home
last modified time | relevance | path

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

123

/external/skqp/src/compute/skc/
Dweakref.c48 skc_ulong epoch : 64 - SKC_WEAKREF_INDEX_BITS; member
60 skc_weakref_epoch_init(skc_epoch_t * const epoch) in skc_weakref_epoch_init()
66 skc_weakref_epoch_inc(skc_epoch_t * const epoch) in skc_weakref_epoch_inc()
73 skc_epoch_t * const epoch, in skc_weakref_init()
81 skc_epoch_t const * const epoch) in skc_weakref_is_invalid()
/external/jemalloc/test/unit/
Dstats.c39 uint64_t epoch; in TEST_BEGIN() local
79 uint64_t epoch; in TEST_BEGIN() local
147 uint64_t epoch, nmalloc, ndalloc, nrequests; in TEST_BEGIN() local
198 uint64_t epoch, nmalloc, ndalloc, nrequests; in TEST_BEGIN() local
244 uint64_t epoch, nmalloc, ndalloc; in TEST_BEGIN() local
284 uint64_t epoch, nmalloc, ndalloc, nrequests, nfills, nflushes; in TEST_BEGIN() local
358 uint64_t epoch, nmalloc, ndalloc, nrequests; in TEST_BEGIN() local
403 uint64_t epoch, nmalloc, ndalloc; in TEST_BEGIN() local
Ddecay.c212 uint64_t epoch; in TEST_BEGIN() local
307 uint64_t epoch; in TEST_BEGIN() local
/external/tensorflow/tensorflow/python/keras/distribute/
Dmulti_worker_fault_tolerance_test.py54 def on_epoch_begin(self, epoch, logs=None): argument
65 def on_epoch_end(self, epoch, logs=None): argument
72 def on_epoch_begin(self, epoch, logs=None): argument
77 def on_epoch_end(self, epoch, logs=None): argument
178 def on_epoch_begin(self, epoch, logs=None): argument
Dmulti_worker_training_state.py111 def back_up(self, epoch): argument
Dmulti_worker_callback_tf1_test.py300 def on_epoch_begin(self, epoch, logs=None): argument
345 def on_epoch_begin(self, epoch, logs=None): argument
449 def on_epoch_begin(self, epoch, logs): argument
Dmulti_worker_callback_tf2_test.py184 def on_epoch_begin(self, epoch, logs): argument
/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.py274 def on_epoch_begin(self, epoch, logs=None): argument
289 def on_epoch_end(self, epoch, logs=None): argument
477 def on_epoch_begin(self, epoch, logs=None): argument
490 def on_epoch_end(self, epoch, logs=None): argument
666 def on_epoch_begin(self, epoch, logs=None): argument
687 def on_epoch_end(self, epoch, logs=None): argument
744 def on_epoch_begin(self, epoch, logs=None): argument
783 def on_epoch_end(self, epoch, logs=None): argument
805 def on_epoch_end(self, epoch, logs=None): argument
1013 def on_epoch_begin(self, epoch, logs=None): argument
[all …]
Dcallbacks_v1.py374 def on_epoch_begin(self, epoch, logs=None): argument
389 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_mutexset.cc25 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
/external/eigen/unsupported/Eigen/CXX11/src/ThreadPool/
DEventCount.h76 uint64_t epoch = in CommitWait() local
107 uint64_t epoch = in CancelWait() local
176 uint64_t epoch; variable
/external/v8/src/heap/cppgc/
Dgc-invoker.cc26 size_t epoch() const final { return collector_->epoch(); } in epoch() function in cppgc::internal::GCInvoker::GCInvokerImpl
128 size_t GCInvoker::epoch() const { return impl_->epoch(); } in epoch() function in cppgc::internal::GCInvoker
Dheap.h39 size_t epoch() const final { return epoch_; } in epoch() function
/external/python/cpython3/Doc/library/
Dtime.rst20 .. _epoch: target
/external/llvm/unittests/Support/
DTimeValueTest.cpp26 sys::TimeValue epoch; 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/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/ImageMagick/MagickCore/
Dtimer.c334 epoch; in GetMagickTime() local
/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/volley/src/main/java/com/android/volley/toolbox/
DHttpHeaderParser.java144 static String formatEpochAsRfc1123(long epoch) { in formatEpochAsRfc1123()

123