Home
last modified time | relevance | path

Searched defs:Reference (Results 1 – 25 of 1014) sorted by relevance

12345678910>>...41

/aosp_15_r20/system/tools/hidl/
DReference.h35 struct Reference { struct
37 virtual ~Reference() {} in ~Reference() argument
47 Reference(const std::string& localName, T* type, const Location& location, argument
57 Reference(const Reference<OtherT>& ref) in Reference() argument
65 Reference(const Reference<OtherT>& ref, const Location& location) in Reference() function
74 bool isResolved() const { return mResolved != nullptr; } in isResolved()
81 T* get() { in get()
85 const T* get() const { in get()
109 bool isEmptyReference() const { return !isResolved() && !hasLookupFqName(); } in isEmptyReference() argument
130 /* Reference name for lookup */ argument
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/tools/graph_transforms/
H A DREADME.md335 ### add_default_attributes
347 ### backport_concatv2
356 ### flatten_atrous_conv
370 ### fold_batch_norms
384 ### fold_constants
401 ### fold_old_batch_norms
415 ### freeze_requantization_ranges
508 ### fuse_convolutions
520 ### insert_logging
546 ### merge_duplicate_nodes
[all …]
/aosp_15_r20/external/OpenCSD/decoder/docs/prog_guide/
H A Dprog_guide_generic_pkts.md126 ### OCSD_GEN_TRC_ELEM_NO_SYNC ###
133 ### OCSD_GEN_TRC_ELEM_INSTR_RANGE ###
153 ### OCSD_GEN_TRC_ELEM_I_RANGE_NOPATH ###
166 ### OCSD_GEN_TRC_ELEM_ADDR_NACC ###
175 ### OCSD_GEN_TRC_ELEM_UNKNOWN ###
181 ### OCSD_GEN_TRC_ELEM_TRACE_ON ###
194 ### OCSD_GEN_TRC_ELEM_EO_TRACE ###
199 ### OCSD_GEN_TRC_ELEM_PE_CONTEXT ###
233 ### OCSD_GEN_TRC_ELEM_ADDR_UNKNOWN ###
246 ### OCSD_GEN_TRC_ELEM_EXCEPTION ###
[all …]
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/algorithms/
H A Drobust_against_proxy_iterators_lifetime_bugs.pass.cpp116 struct Reference { struct in LifetimeIterator
117 Value* v_;
118 bool moved_from_ = false; // Check for double moves and reads after moving.
120 Reference(Value& v) : v_(&v) { in Reference() argument
124 ~Reference() { in ~Reference()
128 Reference(const Reference& rhs) : v_(rhs.v_) { in Reference() function
135 Reference(Reference&& rhs) noexcept : v_(rhs.v_) { in Reference() argument
144 Reference& operator=(const Reference& rhs) { in operator =()
154 Reference& operator=(Reference&& rhs) noexcept { in operator =()
166 operator Value() const { in operator Value()
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/predef/doc/
Dpredef.adoc553 == Reference section in Boost.Predef
555 === `BOOST_ARCH` architecture macros
605 === `BOOST_COMP` compiler macros
671 === `BOOST_LANG` language standards macros
685 === `BOOST_LIB` library macros
721 === `BOOST_OS` operating system macros
771 === `BOOST_PLAT` platform macros
803 === `BOOST_HW` hardware macros
827 === Other macros
839 === Version definition macros
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/iterator/doc/
Diterator_archetypes.rst32 Reference subtitle
35 ``iterator_archetype`` Synopsis
66 ``Access Category Tags``
94 ``iterator_archetype`` Requirements
103 ``iterator_archetype`` Models
111 ``Traits``
Diterator_concepts.rst33 Reference subtitle
36 Iterator Access Concepts
57 Iterator Traversal Concepts
84 ``iterator_concepts.hpp`` Synopsis
/aosp_15_r20/external/google-breakpad/src/common/
H A Dtest_assembler.h448 struct Reference { struct
449 Reference(size_t set_offset, Endianness set_endianness, size_t set_size, in Reference() argument
474 vector<Reference> references_; argument
/aosp_15_r20/frameworks/base/tools/aapt2/
H A DResourceValues.h179 struct Reference : public TransformableItem<Reference, BaseItem<Reference>> { struct
188 Reference::Type reference_type; argument
193 Reference(); argument
/aosp_15_r20/external/tensorflow/tensorflow/core/util/
H A Dtransform_output_iterator.h29 struct Reference { struct
34 __host__ __device__ __forceinline__ Reference(StoreType* ptr, in Reference() function
/aosp_15_r20/external/clang/lib/Format/
H A DSortJavaScriptImports.cpp155 JsModuleReference Reference = References[Indices[i]]; in analyze() local
241 bool appendReference(std::string &Buffer, JsModuleReference &Reference) { in appendReference()
300 JsModuleReference Reference; in parseModuleReferences() local
329 JsModuleReference &Reference) { in parseModuleReference()
370 JsModuleReference &Reference) { in parseModuleBindings()
377 JsModuleReference &Reference) { in parseStarBinding()
392 JsModuleReference &Reference) { in parseNamedBindings()
/aosp_15_r20/external/llvm/lib/Target/SystemZ/
H A DSystemZElimCompare.cpp37 struct Reference { struct
38 Reference() in Reference() function
41 Reference &operator|=(const Reference &Other) { in operator |=()
47 explicit operator bool() const { return Def || Use; } in operator bool()
51 bool Def;
52 bool Use;
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/range/include/boost/range/adaptor/
Dtype_erased.hpp54 , Reference in operator |() argument
93 , Reference in operator |() argument
132 , Reference in type_erase() argument
173 , Reference in type_erase() argument
/aosp_15_r20/external/python/cpython3/Doc/c-api/
Dtypeobj.rst31 .. _tp-slots-table:
33 "tp slots"
192 sub-slots
333 slot typedefs
/aosp_15_r20/external/pigweed/pw_containers/
H A Ddocs.rst134 C++
140 C subsection
167 API Reference section in pw::IntrusiveList
199 API Reference section in pw::IntrusiveForwardList
/aosp_15_r20/external/aws-sdk-java-v2/docs/design/
H A DAPIReference.md7 ### Definition
12 ### General Guideline
19 ### Style guideline
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/range/include/boost/range/detail/
Dany_iterator_wrapper.hpp203 … virtual bool equal(const any_single_pass_iterator_interface<Reference, Buffer>& other) const in equal() argument
295 … virtual bool equal(const any_single_pass_iterator_interface<Reference, Buffer>& other) const in equal() argument
392 … virtual bool equal(const any_single_pass_iterator_interface<Reference, Buffer>& other) const in equal() argument
493 … virtual bool equal(const any_single_pass_iterator_interface<Reference, Buffer>& other) const in equal() argument
513 …virtual Difference distance_to(const any_random_access_iterator_interface<Reference, Difference, B… in distance_to() argument
/aosp_15_r20/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/
H A DJsonMappingException.java46 public static class Reference implements Serializable class in JsonMappingException
82 protected Reference() { } in Reference() method in JsonMappingException.Reference
84 public Reference(Object from) { _from = from; } in Reference() method in JsonMappingException.Reference
86 public Reference(Object from, String fieldName) { in Reference() method in JsonMappingException.Reference
94 public Reference(Object from, int index) { in Reference() method in JsonMappingException.Reference
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/SystemZ/
H A DSystemZElimCompare.cpp47 struct Reference { struct
50 Reference &operator|=(const Reference &Other) { in operator |=()
56 explicit operator bool() const { return Def || Use; } in operator bool()
60 bool Def = false;
61 bool Use = false;
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
H A DSystemZElimCompare.cpp47 struct Reference { struct
50 Reference &operator|=(const Reference &Other) { in operator |=()
56 explicit operator bool() const { return Def || Use; } in operator bool()
60 bool Def = false;
61 bool Use = false;
/aosp_15_r20/libcore/ojluni/annotations/hiddenapi/java/lang/ref/
H A DReference.java32 public abstract class Reference<T> { class
34 Reference(T referent) { in Reference() method in Reference
38 Reference(T referent, java.lang.ref.ReferenceQueue<? super T> queue) { in Reference() method in Reference
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/lang/ref/
DReference.java42 public abstract class Reference<T> { class
223 Reference(T referent) { in Reference() method in Reference
227 Reference(T referent, ReferenceQueue<? super T> queue) { in Reference() method in Reference
/aosp_15_r20/libcore/ojluni/src/main/java/java/lang/ref/
H A DReference.java42 public abstract class Reference<T> { class
223 Reference(T referent) { in Reference() method in Reference
227 Reference(T referent, ReferenceQueue<? super T> queue) { in Reference() method in Reference
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/4/libcore/ojluni/src/main/java/java/lang/ref/
DReference.java42 public abstract class Reference<T> { class
223 Reference(T referent) { in Reference() method in Reference
227 Reference(T referent, ReferenceQueue<? super T> queue) { in Reference() method in Reference
/aosp_15_r20/external/zucchini/
H A Dimage_utils.h78 struct Reference { struct
83 inline bool operator==(const Reference& a, const Reference& b) { argument

12345678910>>...41