Searched defs:refCount (Results 1 - 25 of 37) sorted by relevance

12

/external/webkit/Source/JavaScriptCore/API/tests/
H A DNodeList.h32 unsigned refCount; member in struct:__anon14299
H A DNode.h38 unsigned refCount; member in struct:__Node
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/preprocessor/
H A Dcppstruct.c54 static int refCount = 0; variable
75 refCount++;
127 if (refCount)
130 refCount--;
/external/webkit/Source/JavaScriptCore/dfg/
H A DDFGGraph.cpp49 unsigned refCount = node.refCount; local
50 if (!refCount)
54 --refCount;
73 printf("% 4d:\t<%c%u:%u>\t%s(", (int)nodeIndex, mustGenerate ? '!' : ' ', refCount, node.virtualRegister, dfgOpNames[op & NodeIdMask]);
H A DDFGNode.h181 , refCount(0)
193 , refCount(0)
206 , refCount(0)
339 unsigned refCount; member in struct:JSC::DFG::Node
/external/webkit/Source/JavaScriptCore/wtf/
H A DThreadSafeRefCounted.h91 return refCount() == 1;
94 int refCount() const function in class:WTF::ThreadSafeRefCountedBase
113 int refCount;
117 refCount = m_refCount;
119 if (refCount <= 0)
H A DRefCounted.h48 int refCount() const function in class:WTF::RefCountedBase
/external/icu4c/test/threadtest/
H A Dstringtest.cpp128 uint32_t refCount = fSourceStrings[i].refCount(); local
129 if (refCount != 1) {
130 fprintf(stderr, "\nFailure. SourceString Ref Count was %d, should be 1.\n", refCount);
/external/nist-sip/java/gov/nist/javax/sip/
H A DEventScanner.java50 private int refCount; field in class:EventScanner
61 this.refCount++;
102 if (this.refCount > 0)
103 this.refCount--;
105 if (this.refCount == 0) {
121 this.refCount = 0;
/external/webkit/Source/JavaScriptCore/bytecompiler/
H A DLabel.h73 int refCount() const { return m_refCount; } function in class:JSC::Label
H A DRegisterID.h95 int refCount() const function in class:JSC::RegisterID
H A DLabelScope.h59 int refCount() const { return m_refCount; } function in class:JSC::LabelScope
/external/webkit/Source/WebCore/platform/
H A DTreeShared.h90 int refCount() const function in class:WebCore::TreeShared
/external/icu4c/common/
H A Dsprpimpl.h92 int32_t refCount; member in struct:UStringPrepProfile
H A Dunistr.cpp129 UnicodeString::refCount() const function in class:UnicodeString
375 // to be safely aligned for the refCount
380 // set initial refCount and point behind the refCount
496 // src uses a refCounted string buffer, use that buffer with refCount
1552 * the buffer is refCounted (shared), and refCount>1, or
1558 (fFlags & kRefCounted && refCount() > 1) ||
/external/icu4c/i18n/
H A Dtznames.cpp55 int32_t refCount; member in struct:TimeZoneNamesCacheEntry
98 if (entry->refCount <= 0 && (now - entry->lastAccess) > CACHE_EXPIRATION) {
177 cacheEntry->refCount = 1;
197 cacheEntry->refCount++;
215 U_ASSERT(fTZnamesCacheEntry->refCount > 0);
217 fTZnamesCacheEntry->refCount--;
H A Dtzfmt.cpp322 int32_t refCount; member in struct:TimeZoneFormatCacheEntry
365 if (entry->refCount <= 0 && (now - entry->lastAccess) > CACHE_EXPIRATION) {
442 cacheEntry->refCount = 1;
462 cacheEntry->refCount++;
480 U_ASSERT(fTZfmtCacheEntry->refCount > 0);
482 fTZfmtCacheEntry->refCount--;
H A Dcolldata.cpp440 int32_t refCount; member in class:CollDataCacheEntry
444 : data(theData), refCount(1)
451 // check refCount?
556 entry->refCount += 1;
579 entry->refCount -= 1;
611 if (entry->refCount <= 0) {
/external/mesa3d/src/talloc/
H A Dhieralloc.c22 unsigned size, childCount, refCount; member in struct:hieralloc_header
155 ptr->refCount = 1;
232 header->refCount--;
233 if (header->refCount > 0)
287 //assert(get_header(ptr)->refCount > 0);
288 //get_header(ptr)->refCount--;
478 header->childCount, header->refCount, header->size, header->destructor, header->name);
503 data[3] += header->refCount;
530 ptr, header->size, header->childCount, header->refCount, header->name, header->parent ? header->parent + 1 : NULL);
/external/webkit/Source/JavaScriptCore/API/
H A DJSObjectRef.cpp488 : refCount(0)
493 unsigned refCount; member in struct:OpaqueJSPropertyNameArray
520 ++array->refCount;
526 if (--array->refCount == 0) {
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DProgramState.h88 unsigned refCount; member in class:clang::ento::ProgramState
/external/sonivox/arm-fm-22k/lib_src/
H A Deas_sndlib.h358 EAS_U8 refCount; member in struct:s_eas_dls_tag
H A Deas_synth.h331 EAS_U8 refCount; member in struct:s_synth_tag
/external/sonivox/arm-hybrid-22k/lib_src/
H A Deas_sndlib.h358 EAS_U8 refCount; member in struct:s_eas_dls_tag
H A Deas_synth.h331 EAS_U8 refCount; member in struct:s_synth_tag

Completed in 3388 milliseconds

12