HomeSort by relevance Sort by last modified time
    Searched full:refcount (Results 126 - 150 of 393) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/qemu/android/skin/
region.c 105 int refcount; member in struct:__anon9281
121 s->refcount = 1;
130 if (s->refcount == 1)
136 s->refcount -= 1;
137 s2->refcount = 1;
147 if (s->refcount <= 0)
156 if (s) s->refcount += 1;
    [all...]
  /external/tremolo/Tremolo/
framing.c 122 ob->refcount=1;
167 or->buffer->refcount++;
170 /* increase the refcount of the buffers to which the reference points */
179 and increment buffer refcount. If the desired segment is zero
294 ob->refcount--;
295 if(ob->refcount==0){
310 they point, release any buffers with a refcount that drops to zero */
  /external/webkit/Source/JavaScriptCore/dfg/
DFGJITCodeGenerator.h 392 info.initInteger(nodeIndex, node.refCount, reg);
397 info.initJSValue(nodeIndex, node.refCount, reg, format);
407 info.initNone(nodeIndex, node.refCount);
417 info.initCell(nodeIndex, node.refCount, reg);
430 info.initJSValue(nodeIndex, node.refCount, reg, format);
440 info.initDouble(nodeIndex, node.refCount, reg);
446 m_generationInfo[node.virtualRegister].initConstant(nodeIndex, node.refCount);
    [all...]
  /external/mesa3d/src/mesa/main/
mtypes.h 615 GLuint refcount; member in struct:gl_shine_tab
    [all...]
  /external/stlport/stlport/stl/
_rope.h 118 // This uses a nonstandard refcount convention.
119 // The result has refcount 0.
888 // to be included in refcount.
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_rope.h 118 // This uses a nonstandard refcount convention.
119 // The result has refcount 0.
888 // to be included in refcount.
    [all...]
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_rope.h 118 // This uses a nonstandard refcount convention.
119 // The result has refcount 0.
888 // to be included in refcount.
    [all...]
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_rope.h 118 // This uses a nonstandard refcount convention.
119 // The result has refcount 0.
888 // to be included in refcount.
    [all...]
  /external/e2fsprogs/e2fsck/
problem.h 400 /* Error allocating refcount structure */
409 /* Error reading Extended Attribute block while fixing refcount -- abort */
415 /* Error writing Extended Attribute block while fixing refcount */
545 /* Error adjusting EA refcount */
743 /* Error adjusting EA refcount */
  /hardware/libhardware_legacy/audio/
AudioPolicyManagerBase.cpp 638 LOGW("stopOutput() refcount is already 0 for output %d", output);
656 if (outputDesc->refCount() == 0) {
2319 uint32_t refcount = 0; local
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/Xext/Xxf86dga/
XF86DGA.c 388 int refcount; /* reference count */ member in struct:__anon9482
479 mp->refcount++;
574 mp->refcount = 1;
  /external/webkit/Source/WebCore/platform/graphics/chromium/
LayerTilerChromium.cpp 116 ASSERT(tile->refCount() == 1);
179 ASSERT(!tile || tile->refCount() == 1);
226 ASSERT(iter->second->refCount() == 1);
  /external/dbus/dbus/
dbus-transport.c 159 transport->refcount = 1;
455 _dbus_assert (transport->refcount > 0);
457 transport->refcount += 1;
473 _dbus_assert (transport->refcount > 0);
475 transport->refcount -= 1;
476 if (transport->refcount == 0)
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/
DataConnection.java 656 if (VDBG) log("REQ_GET_REFCOUNT refCount=" + mRefCount);
801 log("DcInactiveState msg.what=EVENT_CONNECT." + "RefCount = "
842 if (DBG) log("DcActivatingState deferring msg.what=EVENT_CONNECT refCount = "
    [all...]
  /external/expat/amiga/
expat_vectors.c 174 return ++Self->Data.RefCount;
179 return --Self->Data.RefCount;
  /frameworks/base/media/libmediaplayerservice/
MediaPlayerService.h 204 int refCount;
230 int refCount; // how many audio streams are being played
  /frameworks/base/media/libstagefright/codecs/vorbis/dec/
SoftVorbis.cpp 233 buf->refcount = 1;
335 buf.refcount = 1;
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
rope 428 // This uses a nonstandard refcount convention.
429 // The result has refcount 0.
    [all...]
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/
rope 428 // This uses a nonstandard refcount convention.
429 // The result has refcount 0.
    [all...]
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/
rope 428 // This uses a nonstandard refcount convention.
429 // The result has refcount 0.
    [all...]
  /bionic/linker/
dlfcn.c 63 ret->refcount++;
  /development/host/windows/usb/winusb/
adb_winusb_endpoint_object.h 58 If refcount drops to zero as the result of this release, the object is
adb_winusb_io_completion.h 66 If refcount drops to zero as the result of this release, the object is
  /external/bluetooth/glib/tests/
Makefile.am 3 SUBDIRS=gobject refcount
  /external/chromium/chrome/browser/
io_thread.h 107 // not acquire a refcount for |url_request_context_getter|. If

Completed in 1262 milliseconds

1 2 3 4 56 7 8 91011>>