Searched defs:refs (Results 1 - 9 of 9) sorted by relevance

/frameworks/base/media/mca/filterfw/java/android/filterfw/io/
H A DGraphReader.java61 public void addReferencesByMap(KeyValueMap refs) { argument
62 mReferences.putAll(refs);
/frameworks/base/tests/CoreTests/android/core/
H A DHeapTest.java49 private static void makeRefs(Object objects[], SoftReference<Object> refs[]) { argument
52 refs[i] = new SoftReference<Object>(objects[i]);
56 private static <T> int checkRefs(SoftReference<T> refs[], int last) { argument
59 for (i = 0; i < refs.length; i++) {
60 Object o = refs[i].get();
81 private static <T> void checkRefs(T objects[], SoftReference<T> refs[]) { argument
85 if (refs[i].get() != objects[i]) {
90 throw new RuntimeException("Test failed: soft refs not cleared");
99 SoftReference<Object> refs[] = new SoftReference[objects.length];
104 makeRefs(objects, refs);
177 makeRefs(Object objects[], WeakReference<Object> refs[]) argument
184 checkRefs(T objects[], WeakReference<T> refs[]) argument
229 makeRefs(Object objects[], PhantomReference<Object> refs[], ReferenceQueue<Object> queue) argument
237 checkRefs(T objects[], PhantomReference<T> refs[], ReferenceQueue<T> queue) argument
359 makeRefs(FinalizableObject objects[], WeakReference<FinalizableObject> refs[]) argument
[all...]
/frameworks/native/include/binder/
H A DProcessState.h86 RefBase::weakref_type* refs; member in struct:android::ProcessState::handle_entry
/frameworks/native/libs/binder/include/binder/
H A DProcessState.h86 RefBase::weakref_type* refs; member in struct:android::ProcessState::handle_entry
/frameworks/base/core/java/android/security/net/config/
H A DNetworkSecurityConfig.java57 // Sort the certificates entry refs so that all entries that override pins come before
59 // multiple entry refs by returning the certificate from the first entry ref.
286 public Builder addCertificatesEntryRefs(Collection<? extends CertificatesEntryRef> refs) { argument
290 mCertificatesEntryRefs.addAll(refs);
/frameworks/native/opengl/libagl/
H A DTextureObjectManager.cpp288 const uint32_t refs = old->getStrongCount(); local
289 if (ggl_likely(refs == 1)) {
/frameworks/native/opengl/libs/EGL/
H A Degl_display.h80 inline bool isReady() const { return (refs > 0); }
91 inline uint32_t getRefsCount() const { return refs; }
118 uint32_t refs; member in class:android::egl_display_t
/frameworks/native/libs/binder/
H A DIPCThreadState.cpp476 RefBase::weakref_type* refs = mPendingWeakDerefs[i]; local
477 refs->decWeak(mProcess.get());
960 RefBase::weakref_type* refs; local
972 refs = (RefBase::weakref_type*)mIn.readPointer();
974 ALOG_ASSERT(refs->refBase() == obj,
976 refs, obj, refs->refBase());
983 mOut.writePointer((uintptr_t)refs);
988 refs = (RefBase::weakref_type*)mIn.readPointer();
990 ALOG_ASSERT(refs
[all...]
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 503 milliseconds