Searched defs:refs (Results 1 – 10 of 10) 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/native/libs/utils/ |
D | RefBase.cpp | 108 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/ |
D | ProcessState.h | 88 RefBase::weakref_type* refs; member
|
/frameworks/base/media/mca/filterfw/java/android/filterfw/io/ |
D | GraphReader.java | 61 public void addReferencesByMap(KeyValueMap refs) { in addReferencesByMap()
|
/frameworks/native/opengl/libagl/ |
D | TextureObjectManager.cpp | 288 const uint32_t refs = old->getStrongCount(); in replaceTexture() local
|
/frameworks/native/opengl/libs/EGL/ |
D | egl_display.h | 131 uint32_t refs; variable
|
/frameworks/native/libs/binder/ |
D | IPCThreadState.cpp | 440 RefBase::weakref_type* refs = mPendingWeakDerefs[i]; in joinThreadPool() local 903 RefBase::weakref_type* refs; in executeCommand() local
|
/frameworks/native/include/utils/ |
D | RefBase.h | 432 void wp<T>::set_object_and_refs(T* other, weakref_type* refs) in set_object_and_refs()
|
/frameworks/rs/server/ |
D | RefBase.h | 420 void wp<T>::set_object_and_refs(T* other, weakref_type* refs) in set_object_and_refs()
|
/frameworks/base/core/java/android/widget/ |
D | RemoteViewsAdapter.java | 335 LinkedList<RemoteViewsFrameLayout> refs; in add() local 360 final LinkedList<RemoteViewsFrameLayout> refs = mReferences.get(pos); in notifyOnRemoteViewsLoaded() local
|