HomeSort by relevance Sort by last modified time
    Searched refs:removeRef (Results 1 - 25 of 32) 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/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.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
129 void removeRef() const;
133 pending executions have been complete. Can only be called if removeRef() was not previously
GrGpuResourceRef.cpp 116 void GrGpuResourceRef::removeRef() const {
230 void GrSurfaceProxyRef::removeRef() const {
GrProcessor.cpp 157 sampler->programProxy()->removeRef();
160 buffer->programBuffer()->removeRef();
163 imageStorage->programProxy()->removeRef();
GrOpList.h 48 fTarget.removeRef();
  /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 766 fCache->removeRef();
769 fNumberFormat->removeRef();
772 fPluralRules->removeRef();
775 fOptBreakIterator->removeRef();
    [all...]
measfmt.cpp 674 cache->removeRef();
677 numberFormat->removeRef();
680 pluralRules->removeRef();
874 pr->removeRef();
882 shared->removeRef();
    [all...]
ucol_res.cpp 492 entryFromCache->removeRef();
496 entryFromCache->removeRef();
coll.cpp 466 entry->removeRef();
473 entry->removeRef();
datefmt.cpp 445 patternPtr->removeRef();
numfmt.cpp     [all...]
calendar.cpp 966 shared->removeRef();
1005 shared->removeRef();
    [all...]
plurrule.cpp 199 shared->removeRef();
    [all...]
dtfmtsym.cpp 256 shared->removeRef();
    [all...]
smpdtfmt.cpp 234 snf->removeRef();
    [all...]
  /external/icu/icu4c/source/test/intltest/
unifiedcachetest.cpp 153 unusedReference->removeRef();
161 usedReferences[i]->removeRef();
tsmthred.cpp     [all...]
  /external/icu/icu4c/source/common/unicode/
unistr.h     [all...]
  /external/guice/lib/build/jdiff/
xerces.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 

Completed in 524 milliseconds

1 2