HomeSort by relevance Sort by last modified time
    Searched defs:ref_count (Results 1 - 25 of 35) sorted by null

1 2

  /external/qemu/distrib/sdl-1.2.12/src/joystick/
SDL_sysjoystick.h 50 int ref_count; /* Reference count for multiple opens */ member in struct:_SDL_Joystick
  /external/oprofile/daemon/
opd_kernel.c 145 char ref_count[32+1]; local
179 module_name, &module_size, ref_count,
  /external/chromium/base/
scoped_variant_win_unittest.cc 59 int ref_count() const { function in class:__anon2243::FakeComObject
186 EXPECT_EQ(0, faker.ref_count());
190 EXPECT_EQ(1, faker.ref_count());
192 EXPECT_EQ(0, faker.ref_count());
197 EXPECT_EQ(1, faker.ref_count());
199 EXPECT_EQ(0, faker.ref_count());
205 EXPECT_EQ(1, faker.ref_count());
207 EXPECT_EQ(0, faker.ref_count());
211 EXPECT_EQ(1, faker.ref_count());
213 EXPECT_EQ(2, faker.ref_count());
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
atm_zatm.h 26 int ref_count; /* free buffer pool usage counters */ member in struct:zatm_pool_info
  /external/bluetooth/glib/glib/
ghook.h 80 guint ref_count; member in struct:_GHook
101 G_HOOK (hook)->ref_count == 0)
gmain.h 50 guint ref_count; member in struct:_GSource
ghash.c 63 volatile gint ref_count; member in struct:_GHashTable
517 hash_table->ref_count = 1;
710 g_return_val_if_fail (hash_table->ref_count > 0, hash_table);
712 g_atomic_int_add (&hash_table->ref_count, 1);
731 g_return_if_fail (hash_table->ref_count > 0);
733 if (g_atomic_int_exchange_and_add (&hash_table->ref_count, -1) - 1 == 0)
756 g_return_if_fail (hash_table->ref_count > 0);
860 g_return_if_fail (hash_table->ref_count > 0);
    [all...]
giochannel.h 111 gint ref_count; member in struct:_GIOChannel
gmain.c 128 gint ref_count; member in struct:_GMainContext
166 guint ref_count; member in struct:_GSourceCallback
176 gint ref_count; member in struct:_GMainLoop
223 if ((source)->ref_count > 1) \
224 (source)->ref_count--; \
325 g_return_val_if_fail (g_atomic_int_get (&context->ref_count) > 0, NULL);
327 g_atomic_int_inc (&context->ref_count);
351 g_return_if_fail (g_atomic_int_get (&context->ref_count) > 0);
353 if (!g_atomic_int_dec_and_test (&context->ref_count))
483 context->ref_count = 1
    [all...]
  /external/bluetooth/glib/gobject/
gclosure.h 148 volatile guint ref_count : 15; member in struct:_GClosure
gobject.h 247 volatile guint ref_count; member in struct:_GObject
gparam.h 212 guint ref_count; member in struct:_GParamSpec
gsignal.c 250 guint ref_count; member in struct:_Handler
568 handler->ref_count = 1;
579 g_return_if_fail (handler->ref_count > 0);
581 g_atomic_int_inc ((int *)&handler->ref_count);
591 g_return_if_fail (handler->ref_count > 0);
593 is_zero = g_atomic_int_dec_and_test ((int *)&handler->ref_count);
    [all...]
  /external/oprofile/libdb/
odb.h 85 int ref_count; /**< reference count */ member in struct:odb_data
  /external/bluetooth/glib/gio/
gfileattribute.c 814 int ref_count; member in struct:__anon1853
838 priv->ref_count = 1;
863 new->ref_count = 1;
892 g_return_val_if_fail (priv->ref_count > 0, NULL);
894 g_atomic_int_inc (&priv->ref_count);
913 g_return_if_fail (priv->ref_count > 0);
915 if (g_atomic_int_dec_and_test (&priv->ref_count))
    [all...]
  /external/bluetooth/glib/gmodule/
gmodule.c 68 guint ref_count : 31; member in struct:_GModule
362 main_module->ref_count = 1;
369 main_module->ref_count++;
379 module->ref_count++;
461 module->ref_count++;
478 module->ref_count = 1;
543 g_return_val_if_fail (module->ref_count > 0, FALSE);
547 module->ref_count--;
549 if (!module->ref_count && !module->is_resident && module->unload)
558 if (!module->ref_count && !module->is_resident
    [all...]
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
cache.h 124 cache_first_state_->ref_count == 0) {
254 data->ref_count = &(state->ref_count);
255 ++(*data->ref_count);
286 if (cache_size_ > cache_target && state->ref_count == 0 &&
353 CacheState() : final(Weight::Zero()), flags(0), ref_count(0) {}
357 ref_count = 0;
366 mutable int ref_count; member in struct:fst::CacheState
437 ++state_->ref_count;
440 ~CacheArcIterator() { --state_->ref_count; }
    [all...]
fst.h 308 int *ref_count; // ... and reference count if non-zero member in struct:fst::ArcIteratorData
334 else if (data_.ref_count)
335 --(*data_.ref_count);
  /external/bluetooth/glib/gio/xdgmime/
xdgmimecache.c 80 int ref_count; member in struct:_XdgMimeCache
92 cache->ref_count++;
99 cache->ref_count--;
101 if (cache->ref_count == 0)
144 cache->ref_count = 1;
  /external/chromium/base/third_party/xdg_mime/
xdgmimecache.c 82 int ref_count; member in struct:_XdgMimeCache
94 cache->ref_count++;
101 cache->ref_count--;
103 if (cache->ref_count == 0)
146 cache->ref_count = 1;
  /external/libpcap/
pcap-dos.c 91 static int ref_count = 0; variable
176 pcap->fd = ++ref_count;
435 if (ref_count > 0)
436 ref_count--;
437 if (ref_count > 0)
    [all...]
  /external/qemu/android/skin/
image.c 213 int ref_count; member in struct:SkinImage
266 image->ref_count = 1;
435 if (image->ref_count == 0) {
548 node->ref_count += 1;
590 image->ref_count += 1;
602 if (image != _no_image && --image->ref_count == 0) {
  /system/core/adb/
adb.h 174 int ref_count; member in struct:atransport
  /external/elfutils/libelf/
libelfP.h 262 int ref_count; member in struct:Elf
  /external/srec/srec/include/
pre_desc.h 138 int ref_count; /* reference counts */ member in struct:__anon7447

Completed in 647 milliseconds

1 2