Searched defs:ref_count (Results 1 - 25 of 49) sorted by relevance

12

/external/chromium_org/content/renderer/media/
H A Daudio_renderer_mixer_manager.h76 int ref_count; member in struct:content::AudioRendererMixerManager::AudioRendererMixerReference
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
H A Dwebrtctexturevideoframe_unittest.cc41 int32_t ref_count() { return ref_count_; } function in class:NativeHandleImpl
74 EXPECT_EQ(0, handle.ref_count());
77 EXPECT_EQ(1, handle.ref_count());
79 EXPECT_EQ(2, handle.ref_count());
81 EXPECT_EQ(1, handle.ref_count());
83 EXPECT_EQ(0, handle.ref_count());
/external/chromium_org/ui/gfx/
H A Dgtk_native_view_id_manager.h116 PermanentXIDInfo() : widget(NULL), ref_count(0) {
119 int ref_count; member in struct:GtkNativeViewManager::PermanentXIDInfo
/external/oprofile/daemon/liblegacy/
H A Dopd_image.h31 int ref_count; member in struct:opd_image
/external/qemu/distrib/sdl-1.2.15/src/joystick/
H A DSDL_sysjoystick.h50 int ref_count; /* Reference count for multiple opens */ member in struct:_SDL_Joystick
/external/webrtc/src/system_wrappers/interface/
H A Dref_count.h69 int32_t ref_count; local
70 ref_count = --ref_count_;
71 if (ref_count == 0)
73 return ref_count;
/external/chromium_org/ppapi/shared_impl/
H A Dvar_tracker.h133 int ref_count; member in struct:ppapi::VarTracker::VarInfo
/external/chromium/base/win/
H A Dscoped_variant_unittest.cc62 int ref_count() const { function in class:base::win::__anon1839::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_org/base/win/
H A Dscoped_variant_unittest.cc62 int ref_count() const { function in class:base::win::__anon4032::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/clang/test/SemaCXX/
H A Dflexible-array-test.cpp60 long ref_count; member in struct:rdar9065507::StorageBase
/external/oprofile/daemon/
H A Dopd_kernel.c145 char ref_count[32+1]; local
179 module_name, &module_size, ref_count,
/external/chromium/chrome/browser/accessibility/
H A Dbrowser_accessibility.h155 int32 ref_count() const { return ref_count_; } function in class:BrowserAccessibility
/external/chromium/chrome/browser/automation/
H A Dautomation_resource_message_filter.h49 int ref_count; member in struct:AutomationResourceMessageFilter::AutomationDetails
/external/chromium_org/chrome/browser/automation/
H A Dautomation_resource_message_filter.h45 int ref_count; member in struct:AutomationResourceMessageFilter::AutomationDetails
/external/chromium_org/sandbox/win/src/
H A Dsandbox_policy_base.h120 volatile LONG ref_count; member in class:sandbox::PolicyBase
/external/oprofile/libdb/
H A Dodb.h85 int ref_count; /**< reference count */ member in struct:odb_data
/external/qemu/android/
H A Dasync-socket-connector.c65 int ref_count; member in struct:AsyncSocketConnector
312 connector->ref_count = 1;
353 assert(connector->ref_count > 0);
354 connector->ref_count++;
355 return connector->ref_count;
361 assert(connector->ref_count > 0);
362 connector->ref_count--;
363 if (connector->ref_count == 0) {
368 return connector->ref_count;
/external/sfntly/cpp/src/sfntly/port/
H A Drefcount.h248 size_t ref_count = 0; local
252 ref_count = p->Release();
256 return ref_count;
/external/srtp/crypto/include/
H A Dauth.h129 int ref_count; member in struct:auth_type_t
/external/chromium_org/chrome/renderer/extensions/
H A Dmessaging_bindings.cc49 int ref_count; // how many contexts have a handle to this port member in struct:__anon6898::ExtensionData::PortData
50 PortData() : ref_count(0) {}
145 ++GetPortData(port_id).ref_count;
157 if (HasPortData(port_id) && --GetPortData(port_id).ref_count == 0) {
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-object-private.hh54 hb_atomic_int_t ref_count; member in struct:hb_reference_count_t
56 inline void init (int v) { ref_count = v; }
57 inline int inc (void) { return hb_atomic_int_add (const_cast<hb_atomic_int_t &> (ref_count), 1); }
58 inline int dec (void) { return hb_atomic_int_add (const_cast<hb_atomic_int_t &> (ref_count), -1); }
59 inline void finish (void) { ref_count = HB_REFERENCE_COUNT_INVALID_VALUE; }
61 inline bool is_invalid (void) const { return ref_count == HB_REFERENCE_COUNT_INVALID_VALUE; }
104 hb_reference_count_t ref_count; member in struct:hb_object_header_t
119 ref_count.init (1);
124 return unlikely (ref_count.is_invalid ());
130 ref_count
[all...]
/external/chromium_org/third_party/libjingle/source/talk/media/base/
H A Dcapturemanager.cc174 const int ref_count = capture_state->IncCaptureStartRef(); local
175 if (ref_count < 1) {
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/core/
H A Dbase.hpp64 unsigned ref_count() { function in class:clover::ref_counter
/external/freetype/src/cache/
H A Dftccache.h64 FT_Short ref_count; /* reference count for this node */ member in struct:FTC_NodeRec_
195 * the face_id but is locked (i.e., has `ref_count > 0'), the node
/external/harfbuzz_ng/src/
H A Dhb-object-private.hh54 hb_atomic_int_t ref_count; member in struct:hb_reference_count_t
56 inline void init (int v) { ref_count = v; }
57 inline int inc (void) { return hb_atomic_int_add (const_cast<hb_atomic_int_t &> (ref_count), 1); }
58 inline int dec (void) { return hb_atomic_int_add (const_cast<hb_atomic_int_t &> (ref_count), -1); }
59 inline void finish (void) { ref_count = HB_REFERENCE_COUNT_INVALID_VALUE; }
61 inline bool is_invalid (void) const { return ref_count == HB_REFERENCE_COUNT_INVALID_VALUE; }
104 hb_reference_count_t ref_count; member in struct:hb_object_header_t
119 ref_count.init (1);
124 return unlikely (ref_count.is_invalid ());
130 ref_count
[all...]

Completed in 700 milliseconds

12