HomeSort by relevance Sort by last modified time
    Searched full:refcount (Results 201 - 225 of 825) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/dbus/bus/
policy.h 48 int refcount; member in struct:BusPolicyRule
  /external/libchrome/base/strings/
sys_string_conversions.h 63 // Creates a string, and returns it with a refcount of 1. You are responsible
  /external/libdrm/radeon/
bof.h 45 unsigned refcount; member in struct:bof
  /external/llvm/include/llvm/ADT/
IntrusiveRefCntPtr.h 101 mutable std::atomic<int> RefCount;
104 ThreadSafeRefCountedBase() : RefCount(0) {}
107 void Retain() const { ++RefCount; }
110 int NewRefCount = --RefCount;
  /external/mdnsresponder/mDNSShared/
dnsextd.h 86 int refcount; member in struct:AnswerListElem
  /external/mesa3d/src/egl/main/
egldisplay.h 76 EGLint RefCount;
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_fence.c 68 /** Destroy a fence. Called when refcount hits zero. */
  /external/mesa3d/src/gallium/state_trackers/xorg/
xorg_tracker.h 66 int refCount;
  /external/mesa3d/src/gbm/main/
gbm.c 99 gbm->refcount--;
100 if (gbm->refcount == 0)
122 gbm->refcount++;
162 gbm->refcount = 1;
  /external/mesa3d/src/glsl/
standalone_scaffolding.cpp 62 shader->RefCount = 1;
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_regions.h 62 GLuint refcount; /**< Reference count for region */ member in struct:intel_region
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_mipmap_tree.h 64 GLuint refcount; member in struct:_radeon_mipmap_tree
  /external/mesa3d/src/mesa/swrast/
s_texrender.c 21 ASSERT(rb->RefCount == 0);
  /external/opencv/cxcore/include/
cxcore.h 157 if( mat->refcount != NULL && --*mat->refcount == 0 )
158 cvFree( &mat->refcount );
159 mat->refcount = NULL;
165 if( mat->refcount != NULL && --*mat->refcount == 0 )
166 cvFree( &mat->refcount );
167 mat->refcount = NULL;
174 int refcount = 0; local
178 if( mat->refcount != NULL
    [all...]
  /external/sfntly/cpp/src/sample/subtly/
font_info.h 25 #include "sfntly/port/refcount.h"
  /external/sfntly/cpp/src/sfntly/table/
header.h 20 #include "sfntly/port/refcount.h"
  /external/sfntly/cpp/src/test/
cmap_editing_test.cc 31 #include "sfntly/port/refcount.h"
cmap_iterator_test.cc 28 #include "sfntly/port/refcount.h"
  /external/webrtc/talk/app/webrtc/
dtmfsender.h 38 #include "webrtc/base/refcount.h"
rtpsenderinterface.h 39 #include "webrtc/base/refcount.h"
  /external/webrtc/talk/app/webrtc/java/jni/
surfacetexturehelper_jni.h 36 #include "webrtc/base/refcount.h"
  /external/webrtc/talk/media/devices/
libudevsymboltable.cc 65 // Release the refcount that we acquired above. (Does not unload the DLL;
  /external/webrtc/talk/media/webrtc/
webrtcvideoframe.h 33 #include "webrtc/base/refcount.h"
  /external/webrtc/webrtc/base/
asyncinvoker-inl.h 18 #include "webrtc/base/refcount.h"
callback.h.pump 60 #include "webrtc/base/refcount.h"

Completed in 1075 milliseconds

1 2 3 4 5 6 7 891011>>