Searched refs:removeRef (Results 1 - 24 of 24) sorted by path

/external/guice/lib/build/jdiff/
H A Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/xml/ javax/xml/parsers/ META-INF/services/ ...
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
H A DSharedObject.java68 * 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() { method in class:SharedObject
/external/icu/icu4c/source/common/
H A Dsharedobject.cpp38 SharedObject::removeRef(UBool fromWithinCache) const { function in class:SharedObject
H A Dsharedobject.h22 * 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); } function in class:SharedObject
110 void removeRefWhileHoldingCacheLock() const { removeRef(TRUE); }
187 p->removeRef();
204 if(dest != NULL) { dest->removeRef(); }
216 ptr->removeRef();
230 void removeRef(UBoo
[all...]
H A Dunistr.cpp127 UnicodeString::removeRef() { function in class:UnicodeString
138 if((fUnion.fFields.fLengthAndFlags & kRefCounted) && removeRef() == 0) {
/external/icu/icu4c/source/common/unicode/
H A Dunistr.h3607 int32_t removeRef(void);
/external/icu/icu4c/source/i18n/
H A Dcalendar.cpp966 shared->removeRef();
1005 shared->removeRef();
H A Dcoll.cpp466 entry->removeRef();
473 entry->removeRef();
H A Ddatefmt.cpp445 patternPtr->removeRef();
H A Ddtfmtsym.cpp256 shared->removeRef();
H A Dmeasfmt.cpp674 cache->removeRef();
677 numberFormat->removeRef();
680 pluralRules->removeRef();
874 pr->removeRef();
882 shared->removeRef();
H A Dnumfmt.cpp1062 shared->removeRef();
H A Dplurrule.cpp199 shared->removeRef();
H A Dreldatefmt.cpp766 fCache->removeRef();
769 fNumberFormat->removeRef();
772 fPluralRules->removeRef();
775 fOptBreakIterator->removeRef();
982 pr->removeRef();
990 shared->removeRef();
H A Dsmpdtfmt.cpp234 snf->removeRef();
H A Ducol_res.cpp492 entryFromCache->removeRef();
496 entryFromCache->removeRef();
/external/icu/icu4c/source/test/intltest/
H A Dtsmthred.cpp1446 item->removeRef();
1449 origItem->removeRef();
H A Dunifiedcachetest.cpp153 unusedReference->removeRef();
161 usedReferences[i]->removeRef();
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
H A DSharedObject.java67 * 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() { method in class:SharedObject
/external/skia/src/gpu/
H A DGrGpuResourceRef.cpp116 void GrGpuResourceRef::removeRef() const { function in class:GrGpuResourceRef
230 void GrSurfaceProxyRef::removeRef() const { function in class:GrSurfaceProxyRef
H A DGrGpuResourceRef.h25 * 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
129 void removeRef() const;
133 pending executions have been complete. Can only be called if removeRef() was not previously
H A DGrOpList.h48 fTarget.removeRef();
H A DGrProcessor.cpp157 sampler->programProxy()->removeRef();
160 buffer->programBuffer()->removeRef();
163 imageStorage->programProxy()->removeRef();
/external/v8/src/inspector/build/closure-compiler/
H A Dclosure-compiler.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 1499 milliseconds