HomeSort by relevance Sort by last modified time
    Searched defs:InUse (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/gpu/command_buffer/common/
id_allocator.cc 68 bool IdAllocator::InUse(ResourceId id) const {
117 bool NonReusedIdAllocator::InUse(ResourceId id) const {
  /external/chromium_org/net/disk_cache/flash/
log_store.cc 172 while (InUse(next_index)) {
179 bool LogStore::InUse(int32 index) const {
  /external/chromium_org/gpu/command_buffer/client/
fenced_allocator.cc 168 bool FencedAllocator::InUse() {
fenced_allocator.h 84 bool InUse();
244 bool InUse() {
245 return allocator_.InUse();
mapped_memory.h 94 bool InUse() {
95 return allocator_.InUse();
  /external/chromium_org/gpu/command_buffer/service/
shader_manager.h 85 bool InUse() const {
program_manager.h 174 bool InUse() const {
  /external/chromium/net/disk_cache/
mem_entry_impl.cc 114 bool MemEntryImpl::InUse() {
  /external/chromium_org/net/disk_cache/
mem_entry_impl.cc 131 bool MemEntryImpl::InUse() {
  /hardware/ti/omap3/dspbridge/inc/
qosregistry.h 305 UINT InUse; /* Count of instances of this component in use */
560 increments the InUse field of the QOSCOMPONENT structure.
592 decrements the InUse field of the QOSCOMPONENT structure.
  /hardware/ti/omap3/dspbridge/libbridge/inc/
qosregistry.h 299 UINT InUse; /* Count of instances of this component in use */
554 increments the InUse field of the QOSCOMPONENT structure.
586 decrements the InUse field of the QOSCOMPONENT structure.
  /external/valgrind/main/coregrind/
m_transtab.c 148 enum { InUse, Deleted, Empty } status;
318 /* The count of tt entries with state InUse. */
447 vg_assert(tte->status == InUse);
671 vg_assert(sec->tt[tteNo].status == InUse);
843 vg_assert(here_tte->status == InUse);
    [all...]

Completed in 363 milliseconds