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

1 2 34 5 6 7 8 91011>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_python_api.py 40 if is_resource_enabled("refcount"):
42 # unittest changes the refcount of the '42' integer. So, it
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
weakrefobject.h 19 * Note that this is a stealth reference: wr_object's refcount is
71 clearing the weakrefs can be delayed long after the target's refcount
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_python_api.py 40 if is_resource_enabled("refcount"):
42 # unittest changes the refcount of the '42' integer. So, it
  /external/e2fsprogs/misc/
e2image.c 830 ref = &(img->refcount);
833 * One refcount block addresses 2048 clusters, one refcount table
834 * addresses cluster/sizeof(__u64) refcount blocks, and we need
848 /* Allocate refcount table */
854 /* Allocate refcount block */
910 ext2fs_cpu_to_be32(image->refcount.refcount_table_clusters);
912 offset += image->refcount.refcount_table_clusters <<
919 /* Make space for first refcount block */
920 image->refcount.refcount_block_offset = offset
    [all...]
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/VirtualMachine/
DisposeObjectsTest.java 52 * for returned by CreateString command stringID with refCount = 0
56 * with refCount = 1 disposes that stringID - ObjectReference::ReferenceType
72 logWriter.println("\tsend DisposeObjects for created string with refCount = 0"
99 logWriter.println("\tsend DisposeObjects for created string with refCount = 1"
  /external/compiler-rt/test/BlocksRuntime/
byrefsanity.c 42 int flags;//refcount;
  /external/libdrm/tests/radeon/
rbo.h 34 unsigned refcount; member in struct:rbo
  /external/sfntly/cpp/src/sample/subtly/
character_predicate.cc 17 #include "sfntly/port/refcount.h"
  /external/sfntly/cpp/src/sfntly/tools/subsetter/
table_subsetter.h 27 class TableSubsetter : virtual public RefCount {
  /external/sfntly/cpp/src/test/
test_xml_utils.h 17 #include "sfntly/port/refcount.h"
  /external/skia/gm/
drawfilter.cpp 65 // Must unset if the DrawFilter is from the stack to avoid refcount errors!
  /external/squashfs-tools/kernel/fs/squashfs/
squashfs_fs_sb.h 44 int refcount; member in struct:squashfs_cache_entry
  /external/webrtc/webrtc/base/
keep_ref_until_done.h 16 #include "webrtc/base/refcount.h"
  /frameworks/minikin/include/minikin/
MinikinRefCounted.h 29 // These refcount operations take the global lock.
  /frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
UT_refcount.java 27 super(rstc, "Refcount", ctx);
  /frameworks/rs/java/tests/RSTest_CompatLibLegacy/src/com/android/rs/test/
UT_refcount.java 27 super(rstc, "Refcount", ctx);
  /frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
UT_refcount.java 27 super(rstc, "Refcount", ctx);
  /frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/
UT_refcount.java 27 super(rstc, "Refcount", ctx);
  /frameworks/rs/java/tests/RsTest_16/src/com/android/rs/test/
UT_refcount.java 27 super(rstc, "Refcount", ctx);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
adtgen.h 94 LONG RefCount;
  /external/dbus/bus/
activation.c 47 int refcount; member in struct:BusActivation
62 int refcount; member in struct:__anon10114
69 int refcount; member in struct:__anon10115
91 int refcount; member in struct:__anon10116
107 _dbus_assert (dir->refcount);
109 dir->refcount++;
121 _dbus_assert (dir->refcount > 0);
122 dir->refcount--;
124 if (dir->refcount > 0)
149 _dbus_assert (pending_activation->refcount > 0)
    [all...]
  /external/mesa3d/src/egl/main/
egldisplay.c 385 res->RefCount = 1;
395 assert(res && res->RefCount > 0);
397 res->RefCount++;
407 assert(res && res->RefCount > 0);
408 res->RefCount--;
409 return (!res->RefCount);
455 assert(res->RefCount);
  /external/e2fsprogs/e2fsck/
e2fsck.h 206 * Define the extended attribute refcount structure
261 ext2_refcount_t refcount; member in struct:e2fsck_struct
438 extern void ea_refcount_free(ext2_refcount_t refcount);
439 extern errcode_t ea_refcount_fetch(ext2_refcount_t refcount, blk64_t blk, int *ret);
440 extern errcode_t ea_refcount_increment(ext2_refcount_t refcount,
442 extern errcode_t ea_refcount_decrement(ext2_refcount_t refcount,
444 extern errcode_t ea_refcount_store(ext2_refcount_t refcount,
446 extern blk_t ext2fs_get_refcount_size(ext2_refcount_t refcount);
447 extern void ea_refcount_intr_begin(ext2_refcount_t refcount);
448 extern blk64_t ea_refcount_intr_next(ext2_refcount_t refcount, int *ret)
    [all...]
  /external/opencv3/modules/core/src/
cuda_gpu_mat.cpp 51 step(step_), data((uchar*)data_), refcount(0),
77 step(step_), data((uchar*)data_), refcount(0),
104 step = m.step; refcount = m.refcount;
136 if (refcount)
137 CV_XADD(refcount, 1);
145 step(m.step), data(m.data + roi.y*step), refcount(m.refcount),
154 if (refcount)
155 CV_XADD(refcount, 1)
    [all...]
  /hardware/intel/img/hwcomposer/merrifield/common/buffers/
BufferManager.cpp 120 d.append("Buffer %d: handle %#x, (%dx%d), format %d, refCount %d\n",
209 // unmap & remove this mapper from buffer when refCount = 0
210 int refCount = mapper->decRef();
211 if (refCount < 0) {
213 } else if (!refCount) {

Completed in 774 milliseconds

1 2 34 5 6 7 8 91011>>