HomeSort by relevance Sort by last modified time
    Searched defs:removeRef (Results 1 - 16 of 16) sorted by null

  /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/icu/icu4c/source/common/
sharedobject.cpp 38 SharedObject::removeRef(UBool fromWithinCache) const {
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...]
unistr.cpp 127 UnicodeString::removeRef() {
138 if((fUnion.fFields.fLengthAndFlags & kRefCounted) && removeRef() == 0) {
    [all...]
  /external/skia/src/gpu/
GrGpuResourceRef.cpp 116 void GrGpuResourceRef::removeRef() const {
230 void GrSurfaceProxyRef::removeRef() const {
  /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/guice/lib/build/jdiff/
xerces.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 
  /prebuilts/tools/windows/swt/
swt.jar 
  /prebuilts/tools/windows-x86_64/swt/
swt.jar 
  /external/v8/src/inspector/build/closure-compiler/
closure-compiler.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/misc/common/robolectric/lib/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 621 milliseconds