Searched defs:InUse (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/webrtc/video_engine/
H A Dvie_remb.cc89 bool VieRemb::InUse() const { function in class:webrtc::VieRemb
/external/chromium_org/gpu/command_buffer/common/
H A Did_allocator.cc68 bool IdAllocator::InUse(ResourceId id) const { function in class:gpu::IdAllocator
117 bool NonReusedIdAllocator::InUse(ResourceId id) const { function in class:gpu::NonReusedIdAllocator
/external/chromium_org/gpu/command_buffer/client/
H A Dfenced_allocator.cc170 bool FencedAllocator::InUse() { function in class:gpu::FencedAllocator
H A Dmapped_memory.h102 bool InUse() { function in class:gpu::MemoryChunk
103 return allocator_.InUse();
H A Dfenced_allocator.h88 bool InUse();
250 bool InUse() { function in class:gpu::FencedAllocatorWrapper
251 return allocator_.InUse();
/external/chromium_org/gpu/command_buffer/service/
H A Dshader_manager.h85 bool InUse() const { function in class:gpu::gles2::Shader
H A Dprogram_manager.h189 bool InUse() const { function in class:gpu::gles2::Program
/external/chromium_org/net/disk_cache/memory/
H A Dmem_entry_impl.cc131 bool MemEntryImpl::InUse() { function in class:disk_cache::MemEntryImpl
/external/valgrind/main/coregrind/
H A Dm_transtab.c149 enum { InUse, Deleted, Empty } status; enumerator in enum:__anon32681::__anon32682
319 /* The count of tt entries with state InUse. */
448 vg_assert(tte->status == InUse);
707 vg_assert(sec->tt[tteNo].status == InUse);
882 vg_assert(here_tte->status == InUse);
1122 if (tte->status != InUse)
1165 vg_assert(tte->status == InUse);
1192 case InUse: VG_(printf)("InUse\n"); break;
1437 if (sec->tt[i].status == InUse) {
[all...]

Completed in 234 milliseconds