Searched defs:refs (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/tests/CoreTests/android/core/ |
D | HeapTest.java | 49 private static void makeRefs(Object objects[], SoftReference<Object> refs[]) { in makeRefs() 56 private static <T> int checkRefs(SoftReference<T> refs[], int last) { in checkRefs() 81 private static <T> void checkRefs(T objects[], SoftReference<T> refs[]) { in checkRefs() 99 SoftReference<Object> refs[] = new SoftReference[objects.length]; in testGcSoftRefs() local 142 SoftReference<Object> refs[] = new SoftReference[objects.length]; in xxtestSoftRefPartialClean() local 177 private static void makeRefs(Object objects[], WeakReference<Object> refs[]) { in makeRefs() 184 private static <T> void checkRefs(T objects[], WeakReference<T> refs[]) { in checkRefs() 203 WeakReference<Object> refs[] = new WeakReference[objects.length]; in testWeakRefs() local 229 private static void makeRefs(Object objects[], PhantomReference<Object> refs[], in makeRefs() 237 static <T> void checkRefs(T objects[], PhantomReference<T> refs[], in checkRefs() [all …]
|
/frameworks/base/libs/utils/ |
D | RefBase.cpp | 103 ref_entry* refs = mStrongRefs; in ~weakref_impl() local 121 ref_entry* refs = mWeakRefs; in ~weakref_impl() local 224 void addRef(ref_entry** refs, const void* id, int32_t mRef) in addRef() 243 void removeRef(ref_entry** refs, const void* id) in removeRef() 330 weakref_impl* const refs = mRefs; in incStrong() local 349 weakref_impl* const refs = mRefs; in decStrong() local 367 weakref_impl* const refs = mRefs; in forceIncStrong() local
|
/frameworks/base/include/binder/ |
D | ProcessState.h | 84 RefBase::weakref_type* refs; member
|
/frameworks/base/opengl/libagl/ |
D | TextureObjectManager.cpp | 290 const uint32_t refs = old->getStrongCount(); in replaceTexture() local
|
/frameworks/base/libs/binder/ |
D | IPCThreadState.cpp | 440 RefBase::weakref_type* refs = mPendingWeakDerefs[i]; in joinThreadPool() local 893 RefBase::weakref_type* refs; in executeCommand() local
|
/frameworks/base/core/java/android/widget/ |
D | RemoteViewsAdapter.java | 284 LinkedList<RemoteViewsFrameLayout> refs; in add() local 308 final LinkedList<RemoteViewsFrameLayout> refs = mReferences.get(pos); in notifyOnRemoteViewsLoaded() local
|
/frameworks/base/include/utils/ |
D | RefBase.h | 420 void wp<T>::set_object_and_refs(T* other, weakref_type* refs) in set_object_and_refs()
|