Home
last modified time | relevance | path

Searched defs:refs (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/tests/CoreTests/android/core/
DHeapTest.java49 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/native/libs/utils/
DRefBase.cpp108 ref_entry* refs = mStrongRefs; in ~weakref_impl() local
122 ref_entry* refs = mWeakRefs; in ~weakref_impl() local
223 void addRef(ref_entry** refs, const void* id, int32_t mRef) in addRef()
242 void removeRef(ref_entry** refs, const void* id) in removeRef()
321 weakref_impl* const refs = mRefs; in incStrong() local
340 weakref_impl* const refs = mRefs; in decStrong() local
358 weakref_impl* const refs = mRefs; in forceIncStrong() local
/frameworks/native/include/binder/
DProcessState.h88 RefBase::weakref_type* refs; member
/frameworks/base/media/mca/filterfw/java/android/filterfw/io/
DGraphReader.java61 public void addReferencesByMap(KeyValueMap refs) { in addReferencesByMap()
/frameworks/native/opengl/libagl/
DTextureObjectManager.cpp288 const uint32_t refs = old->getStrongCount(); in replaceTexture() local
/frameworks/native/opengl/libs/EGL/
Degl_display.h131 uint32_t refs; variable
/frameworks/native/libs/binder/
DIPCThreadState.cpp440 RefBase::weakref_type* refs = mPendingWeakDerefs[i]; in joinThreadPool() local
903 RefBase::weakref_type* refs; in executeCommand() local
/frameworks/native/include/utils/
DRefBase.h432 void wp<T>::set_object_and_refs(T* other, weakref_type* refs) in set_object_and_refs()
/frameworks/rs/server/
DRefBase.h420 void wp<T>::set_object_and_refs(T* other, weakref_type* refs) in set_object_and_refs()
/frameworks/base/core/java/android/widget/
DRemoteViewsAdapter.java335 LinkedList<RemoteViewsFrameLayout> refs; in add() local
360 final LinkedList<RemoteViewsFrameLayout> refs = mReferences.get(pos); in notifyOnRemoteViewsLoaded() local