Home
last modified time | relevance | path

Searched refs:referent (Results 1 – 25 of 62) sorted by relevance

123

/external/smali/dexlib2/src/test/java/org/jf/dexlib2/builder/
DPayloadAlignmentTest.java110 Instruction31t referent = (Instruction31t)instructions.get(0); in testPayloadAlignmentRemoveNopWithReferent() local
111 Assert.assertEquals(6, referent.getCodeOffset()); in testPayloadAlignmentRemoveNopWithReferent()
138 Instruction31t referent = (Instruction31t)instructions.get(0); in testPayloadAlignmentAddNopWithReferent() local
139 Assert.assertEquals(8, referent.getCodeOffset()); in testPayloadAlignmentAddNopWithReferent()
197 OffsetInstruction referent = (OffsetInstruction)instructions.get(7); in testPackedSwitchAlignment() local
198 Assert.assertEquals(-14, referent.getCodeOffset()); in testPackedSwitchAlignment()
248 OffsetInstruction referent = (OffsetInstruction)instructions.get(7); in testSparseSwitchAlignment() local
249 Assert.assertEquals(-18, referent.getCodeOffset()); in testSparseSwitchAlignment()
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/PDB/
Dpdbdump-mergetypes.test11 MERGED-NEXT: referent = 0x0075 (unsigned), mode = pointer, opts = None, kind = ptr32
13 MERGED-NEXT: referent = 0x0076 (__int64), mode = pointer, opts = None, kind = ptr32
19 MERGED-NEXT: referent = 0x1000, mode = pointer, opts = None, kind = ptr32
21 MERGED-NEXT: referent = 0x1003, mode = pointer, opts = None, kind = ptr32
23 MERGED-NEXT: referent = 0x1001, mode = pointer, opts = None, kind = ptr32
Devery-type.test23 TYPES-NEXT: referent = 0x0074 (int), modifiers = const
30 TYPES-NEXT: referent = 0x1007, mode = pointer, opts = None, kind = ptr32
36 TYPES-NEXT: referent = 0x1009, mode = pointer, opts = const, kind = ptr32
43 TYPES-NEXT: referent = 0x1009, modifiers = const
45 TYPES-NEXT: referent = 0x100D, mode = ref, opts = None, kind = ptr32
60 TYPES-NEXT: referent = 0x1009, mode = ref, opts = None, kind = ptr32
89 TYPES-NEXT: referent = 0x1005, mode = pointer, opts = None, kind = ptr32
95 TYPES-NEXT: referent = 0x101A, mode = pointer, opts = const, kind = ptr32
97 TYPES-NEXT: referent = 0x101A, mode = rvalue ref, opts = None, kind = ptr32
105 TYPES-NEXT: referent = 0x101A, modifiers = const
[all …]
Dpdbdump-merge-ids-and-types.test11 TPI-TYPES-NEXT: referent = 0x0470 (char*), mode = pointer, opts = None, kind = ptr32
22 TPI-TYPES-NEXT: referent = 0x1003, mode = pointer, opts = None, kind = ptr32
Dobj-globalhash.test27 ; int***. Different local hashes, since the referent type (int**) is not at the
/external/python/cpython2/Doc/library/
Dweakref.rst24 In the following, the term :dfn:`referent` means the object which is referred to
28 only remaining references to a referent are weak references,
29 :term:`garbage collection` is free to destroy the referent and reuse its memory
88 calling the reference object if the referent is still alive; if the referent is
93 parameter to the callback; the referent will no longer be available.
110 referents (regardless of the *callback*). If either referent has been deleted,
124 callable. Proxy objects are not :term:`hashable` regardless of the referent; this
258 Weak reference objects have no attributes or methods, but do allow the referent
271 If the referent no longer exists, calling the reference object returns
285 # referent has been garbage collected
[all …]
Dmultiprocessing.rst1553 ``'_'`` will be an attribute of the proxy and not an attribute of the referent:
1659 in a different process. The shared object is said to be the *referent* of the
1660 proxy. Multiple proxy objects may have the same referent.
1662 A proxy object has methods which invoke corresponding methods of its referent
1663 (although not every method of the referent will necessarily be available through
1665 referent can:
1682 the referent, whereas applying :func:`repr` will return the representation of
1687 corresponding manager's process then unpickling it will produce the referent
1694 >>> a.append(b) # referent of a now contains referent of b
1711 One should just use a copy of the referent instead when making comparisons.
[all …]
/external/guava/guava/src/com/google/common/base/
DFinalizablePhantomReference.java40 protected FinalizablePhantomReference(T referent, FinalizableReferenceQueue queue) { in FinalizablePhantomReference() argument
41 super(referent, queue.queue); in FinalizablePhantomReference()
DFinalizableWeakReference.java38 protected FinalizableWeakReference(T referent, FinalizableReferenceQueue queue) { in FinalizableWeakReference() argument
39 super(referent, queue.queue); in FinalizableWeakReference()
DFinalizableSoftReference.java38 protected FinalizableSoftReference(T referent, FinalizableReferenceQueue queue) { in FinalizableSoftReference() argument
39 super(referent, queue.queue); in FinalizableSoftReference()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/share/
DGcMarker.java38 public void add(Object referent) { in add() argument
39 mList.add(new PhantomReference(referent, mQueue)); in add()
/external/desugar/java/com/google/devtools/build/android/desugar/runtime/
DThrowableExtension.java355 public WeakKey(Throwable referent, ReferenceQueue<Throwable> q) { in WeakKey() argument
356 super(referent, q); in WeakKey()
357 if (referent == null) { in WeakKey()
360 hash = System.identityHashCode(referent); in WeakKey()
/external/python/cpython3/Doc/library/
Dweakref.rst22 In the following, the term :dfn:`referent` means the object which is referred to
26 only remaining references to a referent are weak references,
27 :term:`garbage collection` is free to destroy the referent and reuse its memory
94 calling the reference object if the referent is still alive; if the referent is
99 parameter to the callback; the referent will no longer be available.
116 referents (regardless of the *callback*). If either referent has been deleted,
124 weakref. If there is no callback or if the referent of the weakref is
137 callable. Proxy objects are not :term:`hashable` regardless of the referent; this
344 :attr:`ref.__callback__`. A weak reference object allows the referent to be
357 If the referent no longer exists, calling the reference object returns
[all …]
/external/icu/tools/srcgen/currysrc/libs/
Dorg.eclipse.equinox.common_3.10.0.v20180412-1130.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_ ...
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/
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, codeAddres…
531 return referent.addNewLabel();
541 …MethodLocation referent = instructionList.get(mapCodeAddressToIndex(codeAddressToIndex, codeAddres…
544 referent.getLabels().add(label);
/external/robolectric-shadows/robolectric/src/main/java/org/robolectric/android/fakes/
DRoboCleaner.java25 public static RoboCleaner create(Object referent, Runnable runnable) { in create() argument
/external/guava/guava/src/com/google/common/util/concurrent/
DStriped.java398 ArrayReference(L referent, int index, ReferenceQueue<L> queue) {
399 super(referent, queue);
/external/emma/core/java12/com/vladium/util/
DSoftValueMap.java430 IndexedSoftReference (final Object referent, ReferenceQueue queue, final int bucketIndex) in IndexedSoftReference() argument
432 super (referent, queue); in IndexedSoftReference()
/external/swiftshader/third_party/llvm-7.0/llvm/utils/llvm-build/llvmbuild/
Dmain.py153 referent = self.component_info_map.get(referent_name)
154 if referent is None:
161 visit_component_info(referent, current_stack, current_set)
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-pdbdump/
Dpartial-type-stream.test25 DEPS-NEXT: referent = 0x1017, mode = pointer, opts = const, kind = ptr32
/external/llvm/utils/llvm-build/llvmbuild/
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/cache/
DLocalCache.java1582 WeakValueReference(ReferenceQueue<V> queue, V referent, ReferenceEntry<K, V> entry) { in WeakValueReference() argument
1583 super(referent, queue); in WeakValueReference()
1629 SoftValueReference(ReferenceQueue<V> queue, V referent, ReferenceEntry<K, V> entry) { in SoftValueReference() argument
1630 super(referent, queue); in SoftValueReference()
1673 final V referent; field in LocalCache.StrongValueReference
1675 StrongValueReference(V referent) { in StrongValueReference() argument
1676 this.referent = referent; in StrongValueReference()
1681 return referent; in get()
1725 WeightedWeakValueReference(ReferenceQueue<V> queue, V referent, ReferenceEntry<K, V> entry, in WeightedWeakValueReference() argument
1727 super(queue, referent, entry); in WeightedWeakValueReference()
[all …]
/external/python/cpython3/Doc/c-api/
Dweakref.rst55 Return the referenced object from a weak reference, *ref*. If the referent is
/external/python/cpython2/Doc/c-api/
Dweakref.rst65 Return the referenced object from a weak reference, *ref*. If the referent is
/external/guava/guava/src/com/google/common/collect/
DMapMakerInternalMap.java1690 WeakValueReference(ReferenceQueue<V> queue, V referent, ReferenceEntry<K, V> entry) { in WeakValueReference() argument
1691 super(referent, queue); in WeakValueReference()
1729 SoftValueReference(ReferenceQueue<V> queue, V referent, ReferenceEntry<K, V> entry) { in SoftValueReference() argument
1730 super(referent, queue); in SoftValueReference()
1765 final V referent; field in MapMakerInternalMap.StrongValueReference
1767 StrongValueReference(V referent) { in StrongValueReference() argument
1768 this.referent = referent; in StrongValueReference()
1773 return referent; in get()

123