Searched refs:referent (Results 1 - 25 of 37) sorted by relevance

12

/external/robolectric-shadows/robolectric/src/main/java/org/robolectric/android/fakes/
H A DRoboCleaner.java25 public static RoboCleaner create(Object referent, Runnable runnable) { argument
/external/guava/guava/src/com/google/common/base/
H A DFinalizablePhantomReference.java24 * after the garbage collector reclaims the referent. This is a simpler alternative to using a
37 * @param referent to phantom reference
38 * @param queue that should finalize the referent
40 protected FinalizablePhantomReference(T referent, FinalizableReferenceQueue queue) { argument
41 super(referent, queue.queue);
H A DFinalizableSoftReference.java24 * the garbage collector reclaims the referent. This is a simpler alternative to using a {@link
35 * @param referent to softly reference
36 * @param queue that should finalize the referent
38 protected FinalizableSoftReference(T referent, FinalizableReferenceQueue queue) { argument
39 super(referent, queue.queue);
H A DFinalizableWeakReference.java24 * the garbage collector reclaims the referent. This is a simpler alternative to using a {@link
35 * @param referent to weakly reference
36 * @param queue that should finalize the referent
38 protected FinalizableWeakReference(T referent, FinalizableReferenceQueue queue) { argument
39 super(referent, queue.queue);
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/share/
H A DGcMarker.java38 public void add(Object referent) { argument
39 mList.add(new PhantomReference(referent, mQueue));
/external/smali/dexlib2/src/test/java/org/jf/dexlib2/builder/
H A DPayloadAlignmentTest.java110 Instruction31t referent = (Instruction31t)instructions.get(0);
111 Assert.assertEquals(6, referent.getCodeOffset());
138 Instruction31t referent = (Instruction31t)instructions.get(0);
139 Assert.assertEquals(8, referent.getCodeOffset());
197 OffsetInstruction referent = (OffsetInstruction)instructions.get(7);
198 Assert.assertEquals(-14, referent.getCodeOffset());
248 OffsetInstruction referent = (OffsetInstruction)instructions.get(7);
249 Assert.assertEquals(-18, referent.getCodeOffset());
/external/desugar/java/com/google/devtools/build/android/desugar/runtime/
H A DThrowableExtension.java350 * key. If the referent is marked for garbage collection and is set to null, we are still able
355 public WeakKey(Throwable referent, ReferenceQueue<Throwable> q) { argument
356 super(referent, q);
357 if (referent == null) {
358 throw new NullPointerException("The referent cannot be null");
360 hash = System.identityHashCode(referent);
377 // Note that, after the referent is garbage collected, then the referent will be null.
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/
H A DMutableMethodImplementation.java515 MethodLocation referent = instructionList.get(mapCodeAddressToIndex(codeAddress));
516 return referent.addNewLabel();
524 MethodLocation referent = instructionList.get(instructionIndex);
525 return referent.addNewLabel();
530 MethodLocation referent = instructionList.get(mapCodeAddressToIndex(codeAddressToIndex, codeAddress));
531 return referent.addNewLabel();
541 MethodLocation referent = instructionList.get(mapCodeAddressToIndex(codeAddressToIndex, codeAddress));
544 referent.getLabels().add(label);
/external/guava/guava/src/com/google/common/util/concurrent/
H A DStriped.java398 ArrayReference(L referent, int index, ReferenceQueue<L> queue) { argument
399 super(referent, queue);
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.equinox.common_3.7.0.v20150402-1709.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/emma/core/java12/com/vladium/util/
H A DSoftValueMap.java430 IndexedSoftReference (final Object referent, ReferenceQueue queue, final int bucketIndex) argument
432 super (referent, queue);
/external/guava/guava/src/com/google/common/cache/
H A DLocalCache.java1582 WeakValueReference(ReferenceQueue<V> queue, V referent, ReferenceEntry<K, V> entry) { argument
1583 super(referent, queue);
1629 SoftValueReference(ReferenceQueue<V> queue, V referent, ReferenceEntry<K, V> entry) { argument
1630 super(referent, queue);
1673 final V referent; field in class:LocalCache.StrongValueReference
1675 StrongValueReference(V referent) { argument
1676 this.referent = referent;
1681 return referent;
1725 WeightedWeakValueReference(ReferenceQueue<V> queue, V referent, ReferenceEntr argument
1749 WeightedSoftValueReference(ReferenceQueue<V> queue, V referent, ReferenceEntry<K, V> entry, int weight) argument
1773 WeightedStrongValueReference(V referent, int weight) argument
[all...]
/external/llvm/utils/llvm-build/llvmbuild/
H A Dmain.py165 referent = self.component_info_map.get(referent_name)
166 if referent is None:
173 visit_component_info(referent, current_stack, current_set)
/external/guava/guava/src/com/google/common/collect/
H A DMapMakerInternalMap.java1690 WeakValueReference(ReferenceQueue<V> queue, V referent, ReferenceEntry<K, V> entry) { argument
1691 super(referent, queue);
1729 SoftValueReference(ReferenceQueue<V> queue, V referent, ReferenceEntry<K, V> entry) { argument
1730 super(referent, queue);
1765 final V referent; field in class:MapMakerInternalMap.StrongValueReference
1767 StrongValueReference(V referent) { argument
1768 this.referent = referent;
1773 return referent;
/external/testng/lib-supplied/
H A Dguice-2.0.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE NOTICE org/ org/testng/ org/testng/guice/ org/testng/ ...
/external/guice/extensions/persist/lib/
H A Dxwork-2.0.4.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/opensymphony/ com/opensymphony/xwork2/ com/opensymphony/xwork2/config/ ...
/external/guice/lib/
H A Dguava-16.0.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/lib/guava-libraries/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/annotation-tools/annotation-file-utilities/lib/
H A Dguava-20.0.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/external/testng/ant/3rdparty/
H A Ddoclava-1.0.3.jarMETA-INF/MANIFEST.MF assets/html/index.html assets/templates/data.hdf assets/templates/assets/ ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...
H A Dauto-value-1.4.1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/auto/ com/google/auto/value/ ...
/external/guice/extensions/struts2/lib/
H A Dcore-3.1.1.jarMETA-INF/ org/ org/eclipse/ org/eclipse/jdt/ org/eclipse/jdt/core/ org/eclipse/jdt/core/compiler/ org/ ...
H A Dxwork-core-2.2.1.jarMETA-INF/ META-INF/MANIFEST.MF xwork-validator-definition-1.0.dtd xwork ...

Completed in 1518 milliseconds

12