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

<<11121314151617181920>>

  /external/llvm/lib/Analysis/
AliasSetTracker.cpp 92 assert(RefCount == 0 && "Cannot remove non-dead alias set from tracker!");
432 AS.RefCount -= NumRefs;
433 if (AS.RefCount == 0)
570 OS << " AliasSet[" << (const void*)this << ", " << RefCount << "] ";
  /external/llvm/lib/Support/Windows/
DynamicLibrary.inc 94 // keep the internal refcount at +1.
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_query.c 67 /* Ideally we would refcount queries & not get destroyed until the
  /external/mesa3d/src/mesa/drivers/dri/common/
dri_util.h 242 int refcount; member in struct:__DRIdrawableRec
  /external/mesa3d/src/mesa/state_tracker/
st_cb_xformfb.c 81 obj->base.RefCount = 1;
  /external/mesa3d/src/mesa/tnl/
t_context.c 91 s->refcount = 0;
  /external/sfntly/cpp/src/sample/subtly/
font_info.cc 34 #include "sfntly/port/refcount.h"
  /external/sfntly/cpp/src/sfntly/
font_factory.h 22 #include "sfntly/port/refcount.h"
  /external/skia/src/gpu/vk/
GrVkResource.h 39 // Simple refCount tracing, to ensure that everything ref'ed is unref'ed.
  /external/tremolo/Tremolo/
ogg.h 60 int refcount; member in struct:ogg_buffer
  /external/webrtc/talk/app/webrtc/
datachannelinterface.h 39 #include "webrtc/base/refcount.h"
dtlsidentitystore.h 37 #include "webrtc/base/refcount.h"
dtmfsenderinterface.h 35 #include "webrtc/base/refcount.h"
jsep.h 37 #include "webrtc/base/refcount.h"
mediastream_unittest.cc 36 #include "webrtc/base/refcount.h"
proxy_unittest.cc 34 #include "webrtc/base/refcount.h"
  /external/webrtc/talk/app/webrtc/java/jni/
jni_helpers.h 51 RTC_CHECK_EQ(0, (ptr)->Release()) << "Unexpected refcount."
  /external/webrtc/webrtc/common_video/include/
video_frame_buffer.h 15 #include "webrtc/base/refcount.h"
  /external/webrtc/webrtc/modules/video_coding/codecs/vp9/
vp9_frame_buffer_pool.h 20 #include "webrtc/base/refcount.h"
  /external/xmlrpcpp/src/
XmlRpcValue.h 21 // should probably refcount them...
  /frameworks/av/include/media/stagefright/
MediaBuffer.h 100 int refcount() const;
  /frameworks/av/media/libstagefright/foundation/
MediaBuffer.cpp 208 int MediaBuffer::refcount() const { function in class:android::MediaBuffer
  /frameworks/av/services/audiopolicy/service/
AudioPolicyEffects.cpp 107 ALOGV("addInputEffects(): input: %d, refCount: %d", input, inputDesc->mRefCount);
145 ALOGV("releaseInputEffects(): input: %d, refCount: %d", input, inputDesc->mRefCount);
251 ALOGV("addOutputSessionEffects(): session: %d, refCount: %d",
293 ALOGV("releaseOutputSessionEffects(): session: %d, refCount: %d",
  /hardware/libhardware/
hardware.c 169 * the same .so will simply increment a refcount (and not load
  /prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/test/
test_prototypes.py 18 # the c_char_p("123") object would already have a zero refcount,

Completed in 1629 milliseconds

<<11121314151617181920>>