/external/dbus/dbus/ |
dbus-transport-protected.h | 82 int refcount; /**< Reference count. */ member in struct:DBusTransport
|
dbus-message.c | 216 * counter with its refcount already incremented, but the counter 217 * itself not incremented. Ownership of link and counter refcount is 529 _dbus_assert (message->refcount.value == 0); 590 _dbus_assert (message->refcount.value == 0); 652 _dbus_assert (message->refcount.value == 0); 1042 _dbus_assert (message->refcount.value == 0); 1059 _dbus_assert (message->refcount.value == 0); 1092 message->refcount.value = 1; [all...] |
/external/e2fsprogs/debugfs/ |
debugfs.o | |
/external/llvm/lib/Analysis/ |
AliasSetTracker.cpp | 91 assert(RefCount == 0 && "Cannot remove non-dead alias set from tracker!"); 416 AS.RefCount -= NumRefs; 417 if (AS.RefCount == 0) 552 OS << " AliasSet[" << (void*)this << ", " << RefCount << "] ";
|
/external/srec/srec/crec/ |
srec.c | 101 awtoken->refcount = 1; /* to make sure it frees */ 121 /*ASSERT( batch->refcount == awtoken->refcount); */ 122 /* batch->refcount = awtoken->refcount; */ 124 awtoken->refcount = 1; /* to make sure it frees */ 210 #define refcopy_altwords(rEc, aWtOkEn) (aWtOkEn?(aWtOkEn->refcount++,aWtOkEn):aWtOkEn) 234 ASSERT(list1->refcount >= 1); 287 ASSERT(awtoken_head->refcount == 1); 296 list[i]->refcount = 1; /* make sure it frees * [all...] |
/external/srec/srec/include/ |
astar.h | 81 short refcount; member in struct:partial_path_t
|
/external/tremolo/Tremolo/ |
ogg.h | 60 int refcount; member in struct:ogg_buffer
|
/external/webkit/Source/JavaScriptCore/API/ |
JSContextRef.cpp | 130 bool releasingContextGroup = globalData.refCount() == 2;
|
/external/webkit/Source/WebCore/dom/ |
Attr.cpp | 63 ASSERT(refCount());
|
/external/webkit/Source/WebCore/platform/graphics/ |
ImageSource.cpp | 148 // is already in a native container, and this just increments its refcount.
|
/external/webkit/Source/WebCore/platform/graphics/chromium/ |
LayerTilerChromium.h | 153 // refcount of a Tile should never be more than 1. However, HashMap
|
/external/webkit/Source/WebCore/platform/graphics/opengl/ |
TextureMapperGL.cpp | 159 int refCount; 168 it->second.refCount++; 174 entry.refCount = 1; 183 if (it->second.refCount < 2) {
|
/external/webkit/Source/WebCore/platform/graphics/skia/ |
NativeImageSkia.h | 48 // references the same pixel data and bumps the refcount). Use only when
|
/external/webkit/Source/WebCore/rendering/ |
RenderButton.cpp | 109 ASSERT(innerStyle->refCount() == 1);
|
/external/webkit/Source/WebCore/storage/ |
DatabaseThread.cpp | 114 LOG(StorageAPI, "About to detach thread %i and clear the ref to DatabaseThread %p, which currently has %i ref(s)", m_threadID, this, refCount());
|
/external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/ |
TestObject.cpp | 93 "refCount",
|
/frameworks/compile/libbcc/runtime/BlocksRuntime/ |
Block_private.h | 76 int flags; /* refcount; */
|
/hardware/libhardware/ |
hardware.c | 137 * the same .so will simply increment a refcount (and not load
|
/external/dbus/bus/ |
connection.c | 55 int refcount; member in struct:BusConnections 467 connections->refcount = 1; 489 _dbus_assert (connections->refcount > 0); 490 connections->refcount += 1; 498 _dbus_assert (connections->refcount > 0); 499 connections->refcount -= 1; 500 if (connections->refcount == 0) [all...] |
/external/icu4c/common/ |
unistr.cpp | 128 UnicodeString::refCount() const 374 // to be safely aligned for the refCount 379 // set initial refCount and point behind the refCount 495 // src uses a refCounted string buffer, use that buffer with refCount [all...] |
/external/llvm/include/llvm/ADT/ |
ImmutableSet.h | 234 uint32_t refCount; 247 value(v), digest(0), refCount(0) 331 void retain() { ++refCount; } 333 assert(refCount > 0); 334 if (--refCount == 0) 482 if (N->isMutable() && N->refCount == 0) 625 if (TNew->refCount == 0) [all...] |
/frameworks/base/core/jni/ |
android_server_BluetoothEventLoop.cpp | [all...] |
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
GRState.h | 87 unsigned refCount; 111 bool referencedByExplodedNode() const { return refCount > 0; } 364 void incrementReferenceCount() { ++refCount; } 368 assert(refCount > 0); 369 --refCount;
|
/external/e2fsprogs/e2fsck/ |
pass1.c | 75 static void adjust_extattr_refcount(e2fsck_t ctx, ext2_refcount_t refcount, [all...] |
/external/stlport/stlport/stl/ |
_rope.c | 410 // As above, but it's OK to clobber original if refcount is 1 [all...] |