HomeSort by relevance Sort by last modified time
    Searched defs:refCount (Results 1 - 25 of 44) sorted by null

1 2

  /external/webkit/JavaScriptCore/API/tests/
NodeList.h 32 unsigned refCount;
Node.h 38 unsigned refCount;
  /hardware/ti/omap3/libopencorehw/
buffer_alloc_omap34xx.h 73 int32 refCount;
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
OMX_ComponentRegistry.h 17 int refCount;
  /external/chromium/third_party/icu/source/test/threadtest/
stringtest.cpp 128 uint32_t refCount = fSourceStrings[i].refCount();
129 if (refCount != 1) {
130 fprintf(stderr, "\nFailure. SourceString Ref Count was %d, should be 1.\n", refCount);
  /external/icu4c/test/threadtest/
stringtest.cpp 128 uint32_t refCount = fSourceStrings[i].refCount();
129 if (refCount != 1) {
130 fprintf(stderr, "\nFailure. SourceString Ref Count was %d, should be 1.\n", refCount);
  /external/webkit/JavaScriptCore/bytecompiler/
Label.h 73 int refCount() const { return m_refCount; }
RegisterID.h 95 int refCount() const
LabelScope.h 59 int refCount() const { return m_refCount; }
  /external/webkit/WebCore/platform/
TreeShared.h 80 int refCount() const
  /external/webkit/WebCore/platform/graphics/qt/
FontPlatformData.h 37 : refCount(1)
43 : refCount(1)
49 : refCount(1)
55 unsigned refCount;
  /external/webkit/JavaScriptCore/wtf/
RefCounted.h 46 int refCount() const
Threading.h 269 return refCount() == 1;
272 int refCount() const
288 int refCount;
292 refCount = m_refCount;
294 if (refCount <= 0)
  /packages/apps/Camera/tests/src/com/android/camera/functional/
CameraTest.java 61 int refCount = 0;
63 if (c.get() != null) refCount++;
66 assertTrue(refCount != TEST_COUNT);
  /development/simulator/wrapsim/
DevFb.c 18 /* refcount for dup() */
19 int refCount;
86 oldcount = wsAtomicAdd(&fbState->refCount, -1);
268 wsAtomicAdd(&fbState->refCount, 1);
  /external/chromium/third_party/icu/source/common/
sprpimpl.h 92 int32_t refCount;
unistr.cpp 128 UnicodeString::refCount() const
374 // to be safely aligned for the refCount
378 // set initial refCount and point behind the refCount
494 // src uses a refCounted string buffer, use that buffer with refCount
    [all...]
  /external/icu4c/common/
sprpimpl.h 92 int32_t refCount;
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/webkit/JavaScriptCore/runtime/
ScopeChain.h 42 , refCount(1)
66 int refCount;
68 void deref() { ASSERT(refCount); if (--refCount == 0) { release();} }
69 void ref() { ASSERT(refCount); ++refCount; }
105 if (--refCount != 0)
106 ++result->refCount;
117 ASSERT(refCount == 0);
123 } while (n && --n->refCount == 0)
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/
EventScanner.java 50 private int refCount;
61 this.refCount++;
102 if (this.refCount > 0)
103 this.refCount--;
105 if (this.refCount == 0) {
114 * Brutally stop the event scanner. This does not wait for the refcount to
121 this.refCount = 0;
  /external/webkit/JavaScriptCore/API/
JSObjectRef.cpp 437 : refCount(0)
442 unsigned refCount;
469 ++array->refCount;
475 if (--array->refCount == 0) {
  /external/chromium/third_party/icu/source/i18n/
colldata.cpp 436 int32_t refCount;
440 : data(theData), refCount(1)
447 // check refCount?
556 entry->refCount += 1;
579 entry->refCount -= 1;
611 if (entry->refCount <= 0) {
  /external/icu4c/i18n/
colldata.cpp 436 int32_t refCount;
440 : data(theData), refCount(1)
447 // check refCount?
554 entry->refCount += 1;
577 entry->refCount -= 1;
609 if (entry->refCount <= 0) {
  /external/sonivox/arm-fm-22k/lib_src/
eas_sndlib.h 358 EAS_U8 refCount;

Completed in 1615 milliseconds

1 2