HomeSort by relevance Sort by last modified time
    Searched refs:reference_count (Results 1 - 19 of 19) sorted by null

  /external/mesa3d/src/glx/apple/
apple_glx_drawable.c 122 d->reference_count++;
130 d->reference_count--;
143 if (d->reference_count > 0) {
205 apple_glx_diagnostic("%s: %p ->reference_count before -- %d\n", __func__,
206 (void *) d, d->reference_count);
208 d->reference_count--;
210 if (d->reference_count > 0) {
245 d->reference_count = 0;
385 if (d->reference_count > 0) {
508 * if the reference_count is > 0
    [all...]
apple_glx_drawable.h 102 int reference_count; member in struct:apple_glx_drawable
  /art/runtime/jdwp/
object_registry.cc 31 << ",count=" << rhs.reference_count
101 ++entry->reference_count;
106 entry->reference_count = 0;
118 entry->reference_count = 1;
256 void ObjectRegistry::DisposeObject(JDWP::ObjectId id, uint32_t reference_count) {
264 entry->reference_count -= reference_count;
265 if (entry->reference_count <= 0) {
object_registry.h 46 int32_t reference_count; member in struct:art::ObjectRegistryEntry
104 void DisposeObject(JDWP::ObjectId id, uint32_t reference_count)
jdwp_handler.cc 310 uint32_t reference_count = request->ReadUnsigned32("reference_count"); local
311 Dbg::DisposeObject(object_id, reference_count);
    [all...]
  /external/ImageMagick/MagickCore/
semaphore.c 69 reference_count;
269 semaphore_info->reference_count=0;
302 if ((semaphore_info->reference_count > 0) &&
329 semaphore_info->reference_count++;
464 if (semaphore_info->reference_count == 0)
471 semaphore_info->reference_count--;
67 reference_count; member in struct:SemaphoreInfo
cache-private.h 212 reference_count; member in struct:_CacheInfo
image.h 340 reference_count; /* image data sharing memory management */ member in struct:_Image
cache.c 224 cache_info->reference_count=1;
    [all...]
image.c 214 image->reference_count=1;
882 clone_image->reference_count=1;
1529 reference_count; local
    [all...]
blob.c 162 reference_count;
478 clone_info->reference_count=1;
651 image->blob->reference_count--;
652 assert(image->blob->reference_count >= 0);
653 if (image->blob->reference_count == 0)
762 assert(image->blob->reference_count >= 0);
763 if (image->blob->reference_count > 1)
159 reference_count; member in struct:_BlobInfo
    [all...]
stream.c 233 cache_info->reference_count--;
234 if (cache_info->reference_count == 0)
    [all...]
  /external/libmicrohttpd/src/microhttpd/
response.c 265 response->reference_count = 1;
448 response->reference_count = 1;
495 if (0 != --(response->reference_count))
520 (response->reference_count)++;
internal.h 277 * @e reference_count.
312 unsigned int reference_count; member in struct:MHD_Response
    [all...]
  /frameworks/base/core/proto/android/service/
power.proto 230 int32 reference_count = 2;
  /external/clang/test/Analysis/
NewDelete-checker-test.cpp 262 namespace reference_count { namespace
  /art/runtime/
debugger.h 368 static void DisposeObject(JDWP::ObjectId object_id, uint32_t reference_count)
    [all...]
debugger.cc     [all...]
  /external/ImageMagick/coders/
png.c 616 reference_count;
614 reference_count; member in struct:_MngBuffer
    [all...]

Completed in 618 milliseconds