/external/tensorflow/tensorflow/core/common_runtime/device/ |
D | device_event_mgr.h | 92 struct InUse { struct 97 typedef gtl::InlinedVector<InUse, 4> ToFreeVector; argument 111 void QueueInUse(se::Stream* stream, InUse in_use) 139 std::deque<InUse> used_events_ TF_GUARDED_BY(mu_);
|
D | device_event_mgr.cc | 111 InUse* ue = &used_events_[0]; in ~EventMgr() 169 void EventMgr::QueueInUse(se::Stream* stream, InUse in_use) { in QueueInUse() 207 gtl::InlinedVector<InUse, 4>* to_free) { in PollEvents() argument 237 InUse& iu = used_events_.front(); in PollEvents()
|
/external/tensorflow/tensorflow/core/common_runtime/gpu/ |
D | gpu_event_mgr.cc | 110 InUse* ue = &used_events_[0]; in ~EventMgr() 168 void EventMgr::QueueInUse(se::Stream* stream, InUse in_use) { in QueueInUse() 206 gtl::InlinedVector<InUse, 4>* to_free) { in PollEvents() argument 236 InUse& iu = used_events_.front(); in PollEvents()
|
/external/webrtc/modules/congestion_controller/goog_cc/ |
D | loss_based_bandwidth_estimation.h | 67 bool InUse() const { in InUse() function
|
D | send_side_bandwidth_estimation.cc | 682 loss_based_bandwidth_estimator_v1_.InUse(); in LossBasedBandwidthEstimatorV1ReadyForUse()
|
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/extensions/av1/src/main/jni/ |
D | gav1_jni.cc | 161 bool InUse() const { return reference_count_ != 0; } in InUse() function in __anon9be24ab70111::JniFrameBuffer 249 if (!buffer->InUse()) { in ReleaseBuffer() 253 if (!buffer->InUse()) { in ReleaseBuffer()
|
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/extensions/av1/src/main/jni/ |
D | gav1_jni.cc | 161 bool InUse() const { return reference_count_ != 0; } in InUse() function in __anonec2fac7a0111::JniFrameBuffer 249 if (!buffer->InUse()) { in ReleaseBuffer() 253 if (!buffer->InUse()) { in ReleaseBuffer()
|
/external/cronet/net/disk_cache/memory/ |
D | mem_entry_impl.h | 91 bool InUse() const;
|
D | mem_entry_impl.cc | 112 bool MemEntryImpl::InUse() const { in InUse() function in disk_cache::MemEntryImpl 114 return parent_->InUse(); in InUse()
|
D | mem_backend_impl.cc | 333 if (!to_doom->InUse()) in EvictTill()
|
/external/scudo/standalone/ |
D | primary32.h | 720 const uptr InUse = Sci->Stats.PoppedBlocks - Sci->Stats.PushedBlocks; in getStats() local 725 Sci->Stats.PoppedBlocks, Sci->Stats.PushedBlocks, InUse, in getStats()
|
D | primary64.h | 824 const uptr InUse = Region->Stats.PoppedBlocks - Region->Stats.PushedBlocks; in getStats() local 831 Region->Stats.PoppedBlocks, Region->Stats.PushedBlocks, InUse, in getStats()
|
/external/bcc/libbpf-tools/x86/ |
D | vmlinux_505.h | 91207 u_int InUse; member
|
D | vmlinux.h | 91207 u_int InUse; member
|