/external/smali/dexlib2/src/test/java/org/jf/dexlib2/builder/ |
D | PayloadAlignmentTest.java | 110 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/ |
D | pdbdump-mergetypes.test | 11 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
|
D | every-type.test | 23 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 …]
|
D | pdbdump-merge-ids-and-types.test | 11 TPI-TYPES-NEXT: referent = 0x0470 (char*), mode = pointer, opts = None, kind = ptr32 22 TPI-TYPES-NEXT: referent = 0x1003, mode = pointer, opts = None, kind = ptr32
|
D | obj-globalhash.test | 27 ; int***. Different local hashes, since the referent type (int**) is not at the
|
/external/python/cpython2/Doc/library/ |
D | weakref.rst | 24 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 …]
|
D | multiprocessing.rst | 1553 ``'_'`` 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/ |
D | FinalizablePhantomReference.java | 40 protected FinalizablePhantomReference(T referent, FinalizableReferenceQueue queue) { in FinalizablePhantomReference() argument 41 super(referent, queue.queue); in FinalizablePhantomReference()
|
D | FinalizableWeakReference.java | 38 protected FinalizableWeakReference(T referent, FinalizableReferenceQueue queue) { in FinalizableWeakReference() argument 39 super(referent, queue.queue); in FinalizableWeakReference()
|
D | FinalizableSoftReference.java | 38 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/ |
D | GcMarker.java | 38 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/ |
D | ThrowableExtension.java | 355 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/ |
D | weakref.rst | 22 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/ |
D | org.eclipse.equinox.common_3.10.0.v20180412-1130.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSE_.SF
META-INF/ECLIPSE_ ... |
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/ |
D | MutableMethodImplementation.java | 515 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/ |
D | RoboCleaner.java | 25 public static RoboCleaner create(Object referent, Runnable runnable) { in create() argument
|
/external/guava/guava/src/com/google/common/util/concurrent/ |
D | Striped.java | 398 ArrayReference(L referent, int index, ReferenceQueue<L> queue) { 399 super(referent, queue);
|
/external/emma/core/java12/com/vladium/util/ |
D | SoftValueMap.java | 430 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/ |
D | main.py | 153 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/ |
D | partial-type-stream.test | 25 DEPS-NEXT: referent = 0x1017, mode = pointer, opts = const, kind = ptr32
|
/external/llvm/utils/llvm-build/llvmbuild/ |
D | main.py | 165 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/ |
D | LocalCache.java | 1582 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/ |
D | weakref.rst | 55 Return the referenced object from a weak reference, *ref*. If the referent is
|
/external/python/cpython2/Doc/c-api/ |
D | weakref.rst | 65 Return the referenced object from a weak reference, *ref*. If the referent is
|
/external/guava/guava/src/com/google/common/collect/ |
D | MapMakerInternalMap.java | 1690 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()
|