HomeSort by relevance Sort by last modified time
    Searched refs:removeRef (Results 1 - 25 of 43) sorted by null

1 2

  /external/icu/icu4c/source/common/
sharedobject.h 22 * instances to allow their addRef() and removeRef() methods to
37 * Called by removeRef() when the hard reference count of its instance
59 * Either stack-allocate, use LocalPointer, or use addRef()/removeRef().
103 void removeRef() const { removeRef(FALSE); }
110 void removeRefWhileHoldingCacheLock() const { removeRef(TRUE); }
187 p->removeRef();
204 if(dest != NULL) { dest->removeRef(); }
216 ptr->removeRef();
230 void removeRef(UBool withCacheLock) const
    [all...]
sharedobject.cpp 38 SharedObject::removeRef(UBool fromWithinCache) const {
unistr.cpp 127 UnicodeString::removeRef() {
138 if((fUnion.fFields.fLengthAndFlags & kRefCounted) && removeRef() == 0) {
    [all...]
  /external/skia/include/private/
GrSurfaceProxyRef.h 52 void removeRef() const;
56 pending executions have been complete. Can only be called if removeRef() was not previously
GrOpList.h 50 fTarget.removeRef();
  /external/skqp/include/private/
GrSurfaceProxyRef.h 52 void removeRef() const;
56 pending executions have been complete. Can only be called if removeRef() was not previously
GrOpList.h 61 fTarget.removeRef();
  /external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
SharedObject.java 68 * s.removeRef();
82 * s.removeRef();
90 * Either use only Java memory management, or use addRef()/removeRef().
140 r.removeRef();
148 ref.removeRef();
185 public final void removeRef() {
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
SharedObject.java 67 * s.removeRef();
81 * s.removeRef();
89 * Either use only Java memory management, or use addRef()/removeRef().
138 r.removeRef();
146 ref.removeRef();
183 public final void removeRef() {
  /external/skia/src/gpu/
GrGpuResourceRef.cpp 116 void GrGpuResourceRef::removeRef() const {
GrSurfaceProxyRef.cpp 109 void GrSurfaceProxyRef::removeRef() const {
GrProcessor.cpp 152 sampler->programProxy()->removeRef();
155 buffer->programBuffer()->removeRef();
GrGpuResourceRef.h 25 * 1. Calling markPendingIO() converts it from state 1 to state 2. Calling removeRef() goes from
72 void removeRef() const;
76 pending executions have been complete. Can only be called if removeRef() was not previously
  /external/skqp/src/gpu/
GrGpuResourceRef.cpp 116 void GrGpuResourceRef::removeRef() const {
GrSurfaceProxyRef.cpp 109 void GrSurfaceProxyRef::removeRef() const {
GrProcessor.cpp 152 sampler->programProxy()->removeRef();
155 buffer->programBuffer()->removeRef();
GrGpuResourceRef.h 25 * 1. Calling markPendingIO() converts it from state 1 to state 2. Calling removeRef() goes from
72 void removeRef() const;
76 pending executions have been complete. Can only be called if removeRef() was not previously
  /system/core/libutils/
RefBase.cpp 222 removeRef(&mStrongRefs, id);
241 removeRef(&mWeakRefs, id);
321 void removeRef(ref_entry** refs, const void* id)
389 // Collect stack traces on addref and removeref, instead of deleting the stack references
390 // on removeref that match the address ones.
  /external/icu/icu4c/source/i18n/
reldatefmt.cpp 767 fCache->removeRef();
770 fNumberFormat->removeRef();
773 fPluralRules->removeRef();
776 fOptBreakIterator->removeRef();
    [all...]
measfmt.cpp 682 cache->removeRef();
685 numberFormat->removeRef();
688 pluralRules->removeRef();
882 pr->removeRef();
890 shared->removeRef();
    [all...]
ucol_res.cpp 492 entryFromCache->removeRef();
496 entryFromCache->removeRef();
coll.cpp 468 entry->removeRef();
475 entry->removeRef();
datefmt.cpp 445 patternPtr->removeRef();
  /external/icu/icu4c/source/test/intltest/
unifiedcachetest.cpp 153 unusedReference->removeRef();
161 usedReferences[i]->removeRef();
tsmthred.cpp     [all...]

Completed in 4651 milliseconds

1 2