/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/ |
DataConnection.java | [all...] |
/external/dbus/dbus/ |
dbus-message.c | 266 * counter with its refcount already incremented, but the counter 267 * itself not incremented. Ownership of link and counter refcount is 583 _dbus_assert (_dbus_atomic_get (&message->refcount) == 0); 646 _dbus_assert (_dbus_atomic_get (&message->refcount) == 0); 711 _dbus_assert (_dbus_atomic_get (&message->refcount) == 0); [all...] |
dbus-auth.c | 155 int refcount; /**< reference count */ member in struct:DBusAuth 346 auth->refcount = 1; [all...] |
/toolchain/binutils/binutils-2.25/bfd/ |
elf32-metag.c | 860 bfd_signed_vma refcount; member in union:elf_metag_link_hash_table::__anon75310 [all...] |
elfxx-sparc.c | [all...] |
/external/libdrm/intel/ |
intel_bufmgr_fake.c | 197 unsigned int refcount; member in struct:_drm_intel_bo_fake 823 bo_fake->refcount = 1; 888 bo_fake->refcount = 1; 908 bo_fake->refcount++; 917 bo_fake->refcount++; 928 if (--bo_fake->refcount == 0) { [all...] |
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_rope.c | 410 // As above, but it's OK to clobber original if refcount is 1 [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/ |
ropeimpl.h | 453 // As above, but it's OK to clobber original if refcount is 1 [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/ |
ropeimpl.h | 453 // As above, but it's OK to clobber original if refcount is 1 [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/ |
ropeimpl.h | 453 // As above, but it's OK to clobber original if refcount is 1 [all...] |
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/ |
ropeimpl.h | 453 // As above, but it's OK to clobber original if refcount is 1 [all...] |
/prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/ |
_rope.c | 410 // As above, but it's OK to clobber original if refcount is 1 [all...] |
/external/mesa3d/src/mesa/main/ |
mtypes.h | [all...] |
queryobj.c | 344 /* XXX should probably refcount query objects */ 373 /* XXX should probably refcount query objects */
|
/external/opencv/cvaux/include/ |
cvmat.hpp | 1048 refcount = (int*)cvAlloc((size_t)total_size + 8); 1049 data.ptr = (uchar*)(((size_t)(refcount + 1) + 7) & -8); 1050 *refcount = 1; 1069 if( refcount ) 1070 (*refcount)++; 1077 if( refcount ) 1078 (*refcount)++; 1091 if( refcount != NULL && --*refcount == 0 ) 1092 cvFree( (void**)&refcount ); [all...] |
/external/e2fsprogs/e2fsck/ |
problem.c | 723 /* Error allocating refcount structure */ 725 N_("@A refcount structure (%N): %m\n"), 738 /* Error reading Extended Attribute block while fixing refcount */ 748 /* Error writing Extended Attribute block while fixing refcount */ 1010 /* Error adjusting EA refcount */ 1012 N_("Error adjusting refcount for @a @b %b (@i %i): %m\n"), [all...] |
/external/e2fsprogs/lib/ext2fs/ |
test_io.c | 217 io->refcount = 1; 280 if (--channel->refcount > 0)
|
undo_io.c | 377 io->refcount = 1; 428 if (--channel->refcount > 0)
|
/external/icu/icu4c/source/common/ |
unifiedcache.cpp | 197 "Unified Cache: Key '%s', error %d, value %p, total refcount %d, soft refcount %d\n",
|
unistr.cpp | 130 UnicodeString::refCount() const { 352 // to be safely aligned for the refCount 357 // set initial refCount and point behind the refCount 501 // src uses a refCounted string buffer, use that buffer with refCount [all...] |
/external/libvncserver/libvncserver/ |
scale.c | 342 * TODO: implement a refcount per scaled screen to prevent 385 rfbLog("Scaling to %dx%d (refcount=%d)\n",width,height,ptr->scaledScreenRefCount);
|
/external/llvm/include/llvm/IR/ |
BasicBlock.h | 319 /// \brief Increment the internal refcount of the number of BlockAddresses 327 "Refcount wrap-around");
|
/external/opencv3/modules/core/src/ |
cuda_stream.cpp | 601 mat->refcount = (int*) fastMalloc(sizeof(int)); 612 fastFree(mat->refcount);
|
/external/opencv3/modules/videoio/src/ |
cap_ffmpeg_impl.hpp | 407 refcount = 1; 416 int refcount; member in struct:ImplMutex::Impl 436 void init() { sl = OS_SPINLOCK_INIT; refcount = 1; } 444 int refcount; member in struct:ImplMutex::Impl 451 void init() { pthread_spin_init(&sl, 0); refcount = 1; } 459 int refcount; member in struct:ImplMutex::Impl 466 void init() { pthread_mutex_init(&sl, 0); refcount = 1; } 474 int refcount; member in struct:ImplMutex::Impl [all...] |
/external/protobuf/src/google/protobuf/stubs/ |
shared_ptr.h | 87 // refcount is nonzero). 376 // function. We want to increment the refcount only if it's nonzero
|