HomeSort by relevance Sort by last modified time
    Searched defs:Reference (Results 1 - 25 of 269) sorted by null

1 2 3 4 5 6 7 8 91011

  /external/chromium-trace/catapult/common/py_utils/py_utils/refactor/annotated_symbol/
reference.py 14 'Reference',
18 class Reference(base_symbol.AnnotatedSymbol):
44 super(Reference, self).__init__(-1, children)
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/iface/reference/
Reference.java 32 package org.jf.dexlib2.iface.reference;
38 public interface Reference {
  /art/tools/ahat/src/main/com/android/ahat/heapdump/
Reference.java 20 * Reference represents a reference from 'src' to 'ref' through 'field'.
23 * 'strong' is true if this is a strong reference, false if it is a
24 * weak/soft/other reference.
26 class Reference {
32 public Reference(AhatInstance src, String field, AhatInstance ref, boolean strong) {
  /external/swiftshader/third_party/subzero/src/
IceBitVector.h 61 class Reference {
62 Reference() = delete;
65 Reference(const Reference &) = default;
66 Reference &operator=(const Reference &Rhs) { return *this = (bool)Rhs; }
67 Reference &operator=(bool t) {
79 Reference(ElementType *D, SizeT B) : Data(D), Bit(B) {
87 Reference operator[](unsigned Idx) {
89 return Reference(Bits + (Idx >> BitIndexSize)
    [all...]
  /system/tools/hidl/
Reference.h 30 * Reference placeholder
33 struct Reference {
34 Reference() = default;
35 virtual ~Reference() {}
37 Reference(const FQName& fqName, const Location& location)
40 Reference(T* type, const Location& location) : mResolved(type), mLocation(location) {
45 Reference(const Reference<OtherT>& ref)
49 Reference(const Reference<OtherT>& ref, const Location& location
    [all...]
  /art/runtime/mirror/
reference.h 43 // C++ mirror of java.lang.ref.Reference
44 class MANAGED Reference : public Object {
46 // Size of java.lang.ref.Reference.class.
49 // Size of an instance of java.lang.ref.Reference.
51 return sizeof(Reference);
55 return OFFSET_OF_OBJECT_MEMBER(Reference, pending_next_);
58 return OFFSET_OF_OBJECT_MEMBER(Reference, queue_);
61 return OFFSET_OF_OBJECT_MEMBER(Reference, queue_next_);
64 return OFFSET_OF_OBJECT_MEMBER(Reference, referent_);
79 Reference* GetPendingNext() REQUIRES_SHARED(Locks::mutator_lock_)
    [all...]
  /external/tensorflow/tensorflow/core/util/
transform_output_iterator.h 29 struct Reference {
34 __host__ __device__ __forceinline__ Reference(StoreType* ptr,
54 typedef Reference reference; ///< The type of a reference to an element the typedef in class:tensorflow::TransformOutputIterator
87 __host__ __device__ __forceinline__ reference operator*() const {
88 return Reference(ptr, conversion_op);
127 __host__ __device__ __forceinline__ reference operator[](Distance n) const {
128 return Reference(ptr + n, conversion_op);
  /libcore/ojluni/src/main/java/java/lang/ref/
Reference.java 33 * Abstract base class for reference objects. This class defines the
34 * operations common to all reference objects. Because reference objects are
44 public abstract class Reference<T> {
54 * Slow path flag for the reference processor.
55 * Used by the reference processor to determine whether or not the referent
68 * This field forms a singly-linked list of reference objects that have
70 * reference has been enqueued. After this reference has been enqueued and
72 * to the next reference on the queue. The last reference on a queu
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/lld/Core/
Reference.h 1 //===- Core/References.h - A Reference to Another Atom ----------*- C++ -*-===//
22 /// and each Reference is an edge.
25 /// the Atom, then the function Atom will have a Reference of: offsetInAtom=40,
32 /// The "kind" of a reference is a tuple of <namespace, arch, value>. This
42 class Reference {
65 /// change the codegen and hence the reference kind.
81 /// If the reference is a fixup in the Atom, then this returns the
85 /// Returns the atom this reference refers to.
89 /// (i.e. Atoms). To switch the target of a reference, this method is called.
98 /// Returns target specific attributes of the reference
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/lld/Core/
Reference.h 1 //===- Core/References.h - A Reference to Another Atom ----------*- C++ -*-===//
22 /// and each Reference is an edge.
25 /// the Atom, then the function Atom will have a Reference of: offsetInAtom=40,
32 /// The "kind" of a reference is a tuple of <namespace, arch, value>. This
42 class Reference {
65 /// change the codegen and hence the reference kind.
81 /// If the reference is a fixup in the Atom, then this returns the
85 /// Returns the atom this reference refers to.
89 /// (i.e. Atoms). To switch the target of a reference, this method is called.
98 /// Returns target specific attributes of the reference
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/lld/Core/
Reference.h 1 //===- Core/References.h - A Reference to Another Atom ----------*- C++ -*-===//
22 /// and each Reference is an edge.
25 /// the Atom, then the function Atom will have a Reference of: offsetInAtom=40,
32 /// The "kind" of a reference is a tuple of <namespace, arch, value>. This
42 class Reference {
65 /// change the codegen and hence the reference kind.
81 /// If the reference is a fixup in the Atom, then this returns the
85 /// Returns the atom this reference refers to.
89 /// (i.e. Atoms). To switch the target of a reference, this method is called.
98 /// Returns target specific attributes of the reference
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/lld/Core/
Reference.h 1 //===- Core/References.h - A Reference to Another Atom ----------*- C++ -*-===//
22 /// and each Reference is an edge.
25 /// the Atom, then the function Atom will have a Reference of: offsetInAtom=40,
32 /// The "kind" of a reference is a tuple of <namespace, arch, value>. This
42 class Reference {
65 /// change the codegen and hence the reference kind.
81 /// If the reference is a fixup in the Atom, then this returns the
85 /// Returns the atom this reference refers to.
89 /// (i.e. Atoms). To switch the target of a reference, this method is called.
98 /// Returns target specific attributes of the reference
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/lld/Core/
Reference.h 1 //===- Core/References.h - A Reference to Another Atom ----------*- C++ -*-===//
22 /// and each Reference is an edge.
25 /// the Atom, then the function Atom will have a Reference of: offsetInAtom=40,
32 /// The "kind" of a reference is a tuple of <namespace, arch, value>. This
42 class Reference {
65 /// change the codegen and hence the reference kind.
81 /// If the reference is a fixup in the Atom, then this returns the
85 /// Returns the atom this reference refers to.
89 /// (i.e. Atoms). To switch the target of a reference, this method is called.
98 /// Returns target specific attributes of the reference
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/lld/Core/
Reference.h 1 //===- Core/References.h - A Reference to Another Atom ----------*- C++ -*-===//
22 /// and each Reference is an edge.
25 /// the Atom, then the function Atom will have a Reference of: offsetInAtom=40,
32 /// The "kind" of a reference is a tuple of <namespace, arch, value>. This
42 class Reference {
65 /// change the codegen and hence the reference kind.
81 /// If the reference is a fixup in the Atom, then this returns the
85 /// Returns the atom this reference refers to.
89 /// (i.e. Atoms). To switch the target of a reference, this method is called.
98 /// Returns target specific attributes of the reference
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/lld/Core/
Reference.h 1 //===- Core/References.h - A Reference to Another Atom ----------*- C++ -*-===//
22 /// and each Reference is an edge.
25 /// the Atom, then the function Atom will have a Reference of: offsetInAtom=40,
32 /// The "kind" of a reference is a tuple of <namespace, arch, value>. This
42 class Reference {
65 /// change the codegen and hence the reference kind.
81 /// If the reference is a fixup in the Atom, then this returns the
85 /// Returns the atom this reference refers to.
89 /// (i.e. Atoms). To switch the target of a reference, this method is called.
98 /// Returns target specific attributes of the reference
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/lld/Core/
Reference.h 1 //===- Core/References.h - A Reference to Another Atom ----------*- C++ -*-===//
22 /// and each Reference is an edge.
25 /// the Atom, then the function Atom will have a Reference of: offsetInAtom=40,
32 /// The "kind" of a reference is a tuple of <namespace, arch, value>. This
42 class Reference {
65 /// change the codegen and hence the reference kind.
81 /// If the reference is a fixup in the Atom, then this returns the
85 /// Returns the atom this reference refers to.
89 /// (i.e. Atoms). To switch the target of a reference, this method is called.
98 /// Returns target specific attributes of the reference
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/lld/Core/
Reference.h 1 //===- Core/References.h - A Reference to Another Atom ----------*- C++ -*-===//
22 /// and each Reference is an edge.
25 /// the Atom, then the function Atom will have a Reference of: offsetInAtom=40,
32 /// The "kind" of a reference is a tuple of <namespace, arch, value>. This
42 class Reference {
65 /// change the codegen and hence the reference kind.
81 /// If the reference is a fixup in the Atom, then this returns the
85 /// Returns the atom this reference refers to.
89 /// (i.e. Atoms). To switch the target of a reference, this method is called.
98 /// Returns target specific attributes of the reference
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/lld/Core/
Reference.h 1 //===- Core/References.h - A Reference to Another Atom ----------*- C++ -*-===//
22 /// and each Reference is an edge.
25 /// the Atom, then the function Atom will have a Reference of: offsetInAtom=40,
32 /// The "kind" of a reference is a tuple of <namespace, arch, value>. This
42 class Reference {
65 /// change the codegen and hence the reference kind.
81 /// If the reference is a fixup in the Atom, then this returns the
85 /// Returns the atom this reference refers to.
89 /// (i.e. Atoms). To switch the target of a reference, this method is called.
98 /// Returns target specific attributes of the reference
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/lld/Core/
Reference.h 1 //===- Core/References.h - A Reference to Another Atom ----------*- C++ -*-===//
22 /// and each Reference is an edge.
25 /// the Atom, then the function Atom will have a Reference of: offsetInAtom=40,
32 /// The "kind" of a reference is a tuple of <namespace, arch, value>. This
42 class Reference {
65 /// change the codegen and hence the reference kind.
81 /// If the reference is a fixup in the Atom, then this returns the
85 /// Returns the atom this reference refers to.
89 /// (i.e. Atoms). To switch the target of a reference, this method is called.
98 /// Returns target specific attributes of the reference
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/lld/Core/
Reference.h 1 //===- Core/References.h - A Reference to Another Atom ----------*- C++ -*-===//
22 /// and each Reference is an edge.
25 /// the Atom, then the function Atom will have a Reference of: offsetInAtom=40,
32 /// The "kind" of a reference is a tuple of <namespace, arch, value>. This
42 class Reference {
65 /// change the codegen and hence the reference kind.
81 /// If the reference is a fixup in the Atom, then this returns the
85 /// Returns the atom this reference refers to.
89 /// (i.e. Atoms). To switch the target of a reference, this method is called.
98 /// Returns target specific attributes of the reference
    [all...]
  /external/google-breakpad/src/common/
test_assembler.h 171 // reference counted, allowing labels to be lightweight, copyable,
179 // Increment our reference count.
181 // Decrement our reference count, and return true if it is zero.
228 // unconstrained binding, that doesn't count as a reference.)
290 // end of this section. Return a reference to this section.
301 // reference to this section.
309 // bytes. Return a reference to this section.
340 // endianness. Return a reference to this section.
406 // ALIGNMENT must be a power of two. Return a reference to this
428 // functions like Append and D32 would return a reference to th
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
SharedObject.java 22 * Base class for shared, reference-counted, auto-deleted objects.
26 * In Java, memory management (deletion after last reference is gone)
28 * but the reference counter is still used to see whether the referent is the sole owner.
36 * // Either use the nest class Reference (which costs an extra allocation),
42 * private SharedObject.Reference&lt;S&gt; s;
91 * Sharing requires reference-counting.
101 public static final class Reference<T extends SharedObject> implements Cloneable {
104 public Reference(T r) {
113 public Reference<T> clone() {
114 Reference<T> c
    [all...]
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
SharedObject.java 21 * Base class for shared, reference-counted, auto-deleted objects.
25 * In Java, memory management (deletion after last reference is gone)
27 * but the reference counter is still used to see whether the referent is the sole owner.
35 * // Either use the nest class Reference (which costs an extra allocation),
41 * private SharedObject.Reference&lt;S&gt; s;
90 * Sharing requires reference-counting.
99 public static final class Reference<T extends SharedObject> implements Cloneable {
102 public Reference(T r) {
111 public Reference<T> clone() {
112 Reference<T> c
    [all...]
  /art/tools/ahat/src/test-dump/
DumpedStuff.java 60 aLongStrongPathToSamplePathObject = new Reference(new Reference(new Reference(object)));
61 aShortWeakPathToSamplePathObject = new WeakReference(new Reference(object));
119 public static class Reference {
122 public Reference(Object referent) {
133 public Reference aReference = new Reference(anObject);
145 public Reference aLongStrongPathToSamplePathObject;
148 public SoftReference aWeakChain = new SoftReference(new Reference(new Reference(new Object())))
    [all...]
  /external/clang/lib/Format/
SortJavaScriptImports.cpp 53 // An ES6 module reference.
56 // can reference other modules, either importing symbols from them, or exporting
155 JsModuleReference Reference = References[Indices[i]];
156 if (appendReference(ReferencesText, Reference))
163 if (!Reference.IsExport &&
164 (Reference.IsExport != References[Indices[i + 1]].IsExport ||
165 Reference.Category != References[Indices[i + 1]].Category))
239 // Appends ``Reference`` to ``Buffer``, returning true if text within the
240 // ``Reference`` changed (e.g. symbol order).
241 bool appendReference(std::string &Buffer, JsModuleReference &Reference) {
    [all...]

Completed in 533 milliseconds

1 2 3 4 5 6 7 8 91011