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

1 2 3

  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/iface/reference/
Reference.java 32 package org.jf.dexlib2.iface.reference;
38 public interface Reference {
  /libcore/libart/src/main/java/java/lang/ref/
Reference.java 36 * Provides an abstract class which describes behavior common to all reference
38 * {@code Reference} in addition to the ones provided by this package. It is
40 * with the system's garbage collector. The existing, specialized reference
49 * <p>In order to use reference objects properly it is important to understand
63 * instance of a {@code java.lang.ref.Reference} subclass.
98 public abstract class Reference<T> {
109 * Slow path flag for the reference processor.
110 * Used by the reference processor to determine whether or not the referent
117 * The object to which this reference refers.
124 * If non-null, the queue on which this reference will be enqueue
    [all...]
  /art/runtime/mirror/
reference.h 41 // C++ mirror of java.lang.ref.Reference
42 class MANAGED Reference : public Object {
44 // Size of java.lang.ref.Reference.class.
47 // Size of an instance of java.lang.ref.Reference.
49 return sizeof(Reference);
53 return OFFSET_OF_OBJECT_MEMBER(Reference, pending_next_);
56 return OFFSET_OF_OBJECT_MEMBER(Reference, queue_);
59 return OFFSET_OF_OBJECT_MEMBER(Reference, queue_next_);
62 return OFFSET_OF_OBJECT_MEMBER(Reference, referent_);
80 Reference* GetPendingNext() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_)
    [all...]
  /external/lldb/source/Plugins/SymbolFile/DWARF/
DWARFFormValue.cpp 391 DWARFFormValue::Reference(const DWARFCompileUnit* cu) const
412 DWARFFormValue::Reference (dw_offset_t base_offset) const
580 uint64_t a = a_value.Reference(a_cu);
581 uint64_t b = b_value.Reference(b_cu);
  /external/chromium_org/third_party/skia/src/core/
SkRecorder.cpp 36 class Reference {
38 Reference(const T& x) : fX(x) {}
45 static Reference<T> delay_copy(const T& x) { return Reference<T>(x); }
  /external/clang/test/SemaCXX/
ast-print.cpp 10 struct Reference
17 Reference r;
  /external/clang/test/SemaTemplate/
constexpr-instantiate.cpp 69 namespace Reference {
80 // We follow g++ in treating any reference to a constexpr function template
  /external/llvm/lib/Target/SystemZ/
SystemZElimCompare.cpp 38 struct Reference {
39 Reference()
42 Reference &operator|=(const Reference &Other) {
77 Reference getRegReferences(MachineInstr *MI, unsigned Reg);
139 Reference SystemZElimCompare::getRegReferences(MachineInstr *MI, unsigned Reg) {
140 Reference Ref;
332 Reference CCRefs;
333 Reference SrcRefs;
449 Reference CCRefs(getRegReferences(MI, SystemZ::CC))
    [all...]
  /external/skia/src/core/
SkRecorder.cpp 36 class Reference {
38 Reference(const T& x) : fX(x) {}
45 static Reference<T> delay_copy(const T& x) { return Reference<T>(x); }
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
TreeMultiset.java 125 this.rootReference = new Reference<Node<E>>();
128 private TreeMultiset(GeneralRange<E> range, Reference<Node<E>> root) {
141 private transient final Reference<Node<E>> rootReference;
143 static final class Reference<T> {
146 public Reference() {}
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/iterator/
iterator_facade.hpp 97 , class Reference
103 CategoryOrTraversal, ValueParam, Reference
110 boost::detail::iterator_writability_disabled<ValueParam,Reference>
128 iterator<iterator_category, value_type, Difference, pointer, Reference>
133 // iterators whose dereference operators reference the same value
148 // Returning a mutable reference allows nonsense like
220 template <class Reference, class Value>
223 static Reference r;
238 template <class Reference, class Value>
241 is_non_proxy_reference_impl<Reference, Value>::valu
345 typedef typename Iterator::reference reference; typedef in class:boost::detail::operator_brackets_proxy
630 typedef Reference reference; typedef in class:boost::iterator_facade
    [all...]
  /external/clang/unittests/ASTMatchers/
ASTMatchersTest.cpp     [all...]
  /external/guava/guava/src/com/google/common/collect/
TreeMultiset.java 129 this.rootReference = new Reference<Node<E>>();
132 private TreeMultiset(GeneralRange<E> range, Reference<Node<E>> root) {
145 private transient final Reference<Node<E>> rootReference;
147 static final class Reference<T> {
150 public Reference() {}
565 new Reference<Node<E>>());
  /external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/
SkPdfNativeObject.h 86 struct Reference {
101 Reference fRef;
345 // Creates a Reference object. Assumes and asserts that it was never initialized.
354 // Creates a Reference object. Resets the object before use.
691 // Returns true if the object is a Reference.
916 // Returns the id of the referenced object. Assert if the object is not a Reference.
924 // Returns the generation of the referenced object. Assert if the object is not a Reference.
    [all...]
  /external/skia/experimental/PdfViewer/pdfparser/native/
SkPdfNativeObject.h 86 struct Reference {
101 Reference fRef;
345 // Creates a Reference object. Assumes and asserts that it was never initialized.
354 // Creates a Reference object. Resets the object before use.
691 // Returns true if the object is a Reference.
916 // Returns the id of the referenced object. Assert if the object is not a Reference.
924 // Returns the generation of the referenced object. Assert if the object is not a Reference.
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
IncludeFinder.java 167 public List<Reference> getIncludedBy(IResource included) {
179 List<Reference> references = new ArrayList<Reference>(result.size());
181 references.add(new Reference(mProject, s));
956 String reference = mId; local
1076 Reference reference = queue.removeFirst(); local
    [all...]
  /external/clang/lib/Sema/
SemaType.cpp 327 case DeclaratorChunk::Reference:
341 case DeclaratorChunk::Reference:
410 case DeclaratorChunk::Reference:
440 case DeclaratorChunk::Reference:
503 case DeclaratorChunk::Reference:
    [all...]
  /external/clang/include/clang/Sema/
DeclSpec.h     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.ds_1.2.1.R36x_v20100803.jar 
org.eclipse.pde.api.tools_1.0.202.v20100820_r361.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.ds_1.4.101.v20130813-1853.jar 
org.eclipse.osgi.services_3.3.100.v20130513-1956.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.ds_1.4.100.v20130515-2026.jar 
org.eclipse.osgi.services_3.3.100.v20130513-1956.jar 
  /prebuilts/tools/common/m2/repository/biz/aQute/bndlib/1.50.0/
bndlib-1.50.0.jar 

Completed in 1958 milliseconds

1 2 3