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

1 2 3 4

  /external/pcre/
pcre_refcount.c 76 re->ref_count = (-adjust > re->ref_count)? 0 :
77 (adjust + re->ref_count > 65535)? 65535 :
78 re->ref_count + adjust;
79 return re->ref_count;
  /external/freetype/src/raster/
rastpic.h 34 int ref_count;
rastpic.c 37 if(--container->ref_count)
58 ((RasterPIC*)pic_container->raster)->ref_count++;
67 container->ref_count = 1;
  /external/freetype/src/smooth/
ftspic.h 34 int ref_count;
ftspic.c 37 if(--container->ref_count)
58 ((SmoothPIC*)pic_container->smooth)->ref_count++;
67 container->ref_count = 1;
  /external/chromium/base/win/
scoped_variant_unittest.cc 62 int ref_count() const { function in class:base::win::__anon2430::FakeComObject
189 EXPECT_EQ(0, faker.ref_count());
193 EXPECT_EQ(1, faker.ref_count());
195 EXPECT_EQ(0, faker.ref_count());
200 EXPECT_EQ(1, faker.ref_count());
202 EXPECT_EQ(0, faker.ref_count());
208 EXPECT_EQ(1, faker.ref_count());
210 EXPECT_EQ(0, faker.ref_count());
214 EXPECT_EQ(1, faker.ref_count());
216 EXPECT_EQ(2, faker.ref_count());
    [all...]
  /external/chromium/chrome/browser/ui/gtk/
owned_widget_gtk.cc 39 DCHECK_EQ(G_OBJECT(widget)->ref_count, 1U);
  /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/webkit/Source/WebKit/gtk/tests/
testnetworkrequest.c 46 g_assert_cmpint(G_OBJECT(message)->ref_count, ==, 2);
48 g_assert_cmpint(G_OBJECT(message)->ref_count, ==, 1);
55 g_assert_cmpint(G_OBJECT(message)->ref_count, ==, 2);
58 g_assert_cmpint(G_OBJECT(message)->ref_count, ==, 1);
testnetworkresponse.c 47 g_assert_cmpint(G_OBJECT(message)->ref_count, ==, 2);
49 g_assert_cmpint(G_OBJECT(message)->ref_count, ==, 1);
56 g_assert_cmpint(G_OBJECT(message)->ref_count, ==, 2);
59 g_assert_cmpint(G_OBJECT(message)->ref_count, ==, 1);
testwebbackforwardlist.c 45 g_assert_cmpint(G_OBJECT(backForwardList)->ref_count, ==, 1);
67 g_assert_cmpint(G_OBJECT(backItem)->ref_count, ==, 2);
69 g_assert_cmpint(G_OBJECT(backItem)->ref_count, ==, 1);
73 g_assert_cmpint(G_OBJECT(currentItem)->ref_count, ==, 2);
75 g_assert_cmpint(G_OBJECT(currentItem)->ref_count, ==, 1);
80 g_assert_cmpint(G_OBJECT(forwardItem)->ref_count, ==, 2);
82 g_assert_cmpint(G_OBJECT(forwardItem)->ref_count, ==, 1);
86 g_assert_cmpint(G_OBJECT(nthItem)->ref_count, ==, 2);
88 g_assert_cmpint(G_OBJECT(nthItem)->ref_count, ==, 1);
92 g_assert_cmpint(G_OBJECT(backList->data)->ref_count, ==, 1)
    [all...]
testwebframe.c 82 g_assert_cmpint(G_OBJECT(webView)->ref_count, ==, 1);
103 g_assert_cmpint(G_OBJECT(webView)->ref_count, ==, 1);
105 g_assert_cmpint(G_OBJECT(webFrame)->ref_count, ==, 1);
109 g_assert_cmpint(G_OBJECT(webFrame)->ref_count, ==, 2);
117 g_assert_cmpint(G_OBJECT(webFrame)->ref_count, ==, 1);
140 g_assert_cmpint(G_OBJECT(webView)->ref_count, ==, 1);
testwebhistoryitem.c 34 g_assert_cmpint(G_OBJECT(fixture->item)->ref_count, == , 1);
42 g_assert_cmpint(G_OBJECT(fixture->item)->ref_count, ==, 1);
testhttpbackend.c 46 g_assert_cmpint(G_OBJECT(message)->ref_count, ==, 1);
  /external/oprofile/daemon/liblegacy/
opd_image.h 31 int ref_count; member in struct:opd_image
opd_image.c 54 image->tid, image->tgid, (int)image->ref_count);
56 if (image->ref_count <= 0) {
57 printf("image->ref_count < 0 for image: name %s app_name %s, "
60 image->tid, image->tgid, image->ref_count);
64 if (--image->ref_count != 0)
145 image->ref_count = 0;
  /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/srtp/crypto/cipher/
null_cipher.c 76 /* increment ref_count */
77 null_cipher.ref_count++;
95 null_cipher.ref_count--;
  /external/srtp/crypto/hash/
null_auth.c 77 null_auth.ref_count++;
94 null_auth.ref_count--;
  /external/elfutils/libelf/
common.h 65 result->ref_count = 1;
92 if (child->ref_count != 0)
109 if (child->ref_count != 0)
elf_end.c 43 if (elf->ref_count != 0 && --elf->ref_count != 0)
46 int result = elf->ref_count;
73 state of REF_COUNT==0 is handled all over the library, so
200 return parent != NULL && parent->ref_count == 0 ? elf_end (parent) : 0;
  /external/clang/test/SemaCXX/
flexible-array-test.cpp 60 long ref_count; member in struct:rdar9065507::StorageBase
  /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...]
  /external/oprofile/libdb/
db_manage.c 191 data->ref_count++;
200 data->ref_count = 1;
281 data->ref_count--;
282 if (data->ref_count == 0) {
300 return odb->data->ref_count;

Completed in 537 milliseconds

1 2 3 4