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

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/core/java/android/os/
UpdateLock.java 81 * Change the refcount behavior of this update lock.
  /frameworks/opt/bitmap/src/com/android/bitmap/
ReusableBitmap.java 99 sb.append(" refCount=");
  /packages/apps/Messaging/src/com/android/messaging/datamodel/binding/
BindingBase.java 41 * TODO: We may want to refcount the Binding references, so that when the binding owner
  /packages/apps/Messaging/src/com/android/messaging/datamodel/media/
RefCountedMediaResource.java 98 Assert.fail("RefCountedMediaResource has unbalanced ref. Refcount=" + mRef);
  /toolchain/binutils/binutils-2.25/bfd/
elfxx-sparc.h 55 bfd_signed_vma refcount; member in union:_bfd_sparc_elf_link_hash_table::__anon75371
  /external/mesa3d/src/mesa/main/
samplerobj.c 70 ASSERT(oldSamp->RefCount > 0);
71 oldSamp->RefCount--;
74 (void *) oldSamp, oldSamp->Name, oldSamp->RefCount);
76 deleteFlag = (oldSamp->RefCount == 0);
91 if (samp->RefCount == 0) {
98 samp->RefCount++;
101 (void *) samp, samp->Name, samp->RefCount);
117 sampObj->RefCount = 1;
    [all...]
atifragshader.c 72 s->RefCount = 1;
255 curProg->RefCount--;
256 if (curProg->RefCount <= 0) {
285 newProg->RefCount++;
318 prog->RefCount--;
319 if (prog->RefCount <= 0) {
  /external/opencv3/modules/core/src/
system.cpp 853 refcount = 1;
862 int refcount; member in struct:cv::Mutex::Impl
877 refcount = 1;
886 int refcount;
898 if( CV_XADD(&impl->refcount, -1) == 1 )
906 CV_XADD(&impl->refcount, 1);
911 CV_XADD(&m.impl->refcount, 1);
912 if( CV_XADD(&impl->refcount, -1) == 1 )
    [all...]
  /external/sfntly/cpp/src/sfntly/data/
byte_array.h 20 #include "sfntly/port/refcount.h"
30 class ByteArray : virtual public RefCount {
  /frameworks/av/include/media/stagefright/foundation/
AMessage.h 152 // their refcount incremented.
158 // their refcount incremented.
  /frameworks/av/services/camera/libcameraservice/device3/
Camera3IOStreamBase.cpp 156 // Handing out a raw pointer to this object. Increment internal refcount.
222 // decrementing the internal refcount next. In case this is the last ref, we
  /frameworks/base/core/java/android/app/
ResourcesManager.java 364 final int refCount = mResourceImpls.size();
365 for (int i = 0; i < refCount; i++) {
414 final int refCount = activityResources.activityResources.size();
415 for (int i = 0; i < refCount; i++) {
446 final int refCount = mResourceReferences.size();
447 for (int i = 0; i < refCount; i++) {
732 final int refCount = activityResources.activityResources.size();
733 for (int i = 0; i < refCount; i++) {
    [all...]
  /hardware/ti/omap4-aah/camera/inc/
BaseCameraAdapter.h 175 //Resets the refCount for this particular frame
179 void setFrameRefCount(CameraBuffer* frameBuf, CameraFrame::FrameType frameType, int refCount);
  /hardware/ti/omap4xxx/camera/inc/
BaseCameraAdapter.h 156 //Resets the refCount for this particular frame
160 void setFrameRefCount(void* frameBuf, CameraFrame::FrameType frameType, int refCount);
  /packages/apps/Messaging/src/com/android/messaging/datamodel/action/
ActionServiceImpl.java 228 // Increase refCount on wake lock - acquiring if necessary
290 // Decrease refCount on wake lock - releasing if necessary
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
rpcproxy.h 96 __LONG32 RefCount;
106 __LONG32 RefCount;
  /prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/test/
__init__.py 90 # when searching for refcount leaks, we have to manually reset any
197 # hunt for refcount leaks
  /prebuilts/gdb/linux-x86/lib/python2.7/ctypes/test/
__init__.py 90 # when searching for refcount leaks, we have to manually reset any
197 # hunt for refcount leaks
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
__init__.py 90 # when searching for refcount leaks, we have to manually reset any
197 # hunt for refcount leaks
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
__init__.py 90 # when searching for refcount leaks, we have to manually reset any
197 # hunt for refcount leaks
  /external/dbus/dbus/
dbus-keyring.c 113 int refcount; /**< Reference count */ member in struct:DBusKeyring
140 keyring->refcount = 1;
669 keyring->refcount += 1;
675 * Decrements refcount and finalizes if it reaches
683 keyring->refcount -= 1;
685 if (keyring->refcount == 0)
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_mipmap_tree.c 199 mt->refcount = 1;
223 mt->refcount++;
224 assert(mt->refcount > 0);
235 assert(mt->refcount > 0);
237 mt->refcount--;
238 if (!mt->refcount) {
  /frameworks/base/services/core/java/com/android/server/pm/
KeySetManagerService.java 82 private PublicKeyHandle(long id, int refCount, PublicKey key) {
84 mRefCount = refCount;
755 int refCount = 0;
756 mKeySets.put(currentKeySetId, new KeySetHandle(currentKeySetId, refCount));
770 int refCount = 0;
774 PublicKeyHandle pkh = new PublicKeyHandle(identifier, refCount, pub);
  /external/curl/lib/vtls/
schannel.c 556 connssl->cred->refcount++;
557 infof(data, "schannel: incremented credential handle refcount = %d\n",
558 connssl->cred->refcount);
    [all...]
  /external/mesa3d/src/mesa/vbo/
vbo_save_api.c 220 vertex_store->refcount = 1;
280 store->refcount = 1;
342 node->vertex_store->refcount++;
343 node->prim_store->refcount++;
415 save->vertex_store->refcount--;
416 assert(save->vertex_store->refcount != 0);
427 save->prim_store->refcount--;
428 assert(save->prim_store->refcount != 0);
    [all...]

Completed in 499 milliseconds

1 2 3 4 5 6 7 8 91011>>