Home
last modified time | relevance | path

Searched defs:reference (Results 51 – 75 of 4428) sorted by relevance

12345678910>>...178

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/serialization/include/boost/serialization/
Dsmart_cast.hpp66 struct reference { struct
68 struct polymorphic {
118 struct non_polymorphic {
125 static T cast(U & u){ in cast()
/aosp_15_r20/tools/security/gdb/gdb_json_printer/test/
H A Dobjects2_85_z.json5 "reference": { object
52 "reference": { object
56 "reference": { object
118 "reference": { object
122 "reference": { object
H A Dobjects2_85_w.json5 "reference": { object
52 "reference": { object
56 "reference": { object
118 "reference": { object
122 "reference": { object
H A Dobjects2_85_c.json5 "reference": { object
52 "reference": { object
56 "reference": { object
118 "reference": { object
122 "reference": { object
/aosp_15_r20/external/deqp/modules/glshared/
H A DglsStateQueryUtil.cpp998 const glw::GLint reference = expected ? 1 : 0; in verifyBoolean() local
1010 const glw::GLint64 reference = expected ? 1 : 0; in verifyBoolean() local
1022 const glw::GLfloat reference = expected ? 1.0f : 0.0f; in verifyBoolean() local
1044 const bool reference = (expected != 0); in verifyInteger() local
1057 const glw::GLint reference = expected; in verifyInteger() local
1070 const glw::GLint64 reference = (glw::GLint64)expected; in verifyInteger() local
1104 const glw::GLuint reference = (glw::GLuint)expected; in verifyInteger() local
1235 const bool reference = (expected != 0.0f); in verifyFloat() local
1523 const glw::GLfloat reference[4] = {(expected[0] ? 1.0f : 0.0f), (expected[1] ? 1.0f : 0.0f), in verifyBooleanVec4() local
1537 …const glw::GLint reference[4] = {(expected[0] ? 1 : 0), (expected[1] ? 1 : 0), (expected[2] ? 1 : … in verifyBooleanVec4() local
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/iterator/test/
Dis_readable_iterator.cpp29 typedef v& reference; typedef
40 typedef boost::noncopyable& reference; typedef
51 typedef v& reference; typedef
68 typedef v& reference; typedef
/aosp_15_r20/external/clang/docs/tools/
H A Ddump_ast_matchers.py374 reference = open('../LibASTMatchersReference.html').read() variable
375 reference = re.sub(r'<!-- START_DECL_MATCHERS.*END_DECL_MATCHERS -->', variable
377 reference = re.sub(r'<!-- START_NARROWING_MATCHERS.*END_NARROWING_MATCHERS -->', variable
379 reference = re.sub(r'<!-- START_TRAVERSAL_MATCHERS.*END_TRAVERSAL_MATCHERS -->', variable
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/ublas/include/boost/numeric/ublas/
Dvector_sparse.hpp183 typedef R& reference; typedef
191 typedef typename V::value_type& reference; typedef
214 typedef sparse_vector_element<V> reference; typedef
322 typedef typename detail::map_traits<A,T>::reference reference; typedef in boost::numeric::ublas::mapped_vector
324 typedef sparse_vector_element<self_type> reference; typedef in boost::numeric::ublas::mapped_vector
612 typedef typename mapped_vector::const_reference reference; typedef in boost::numeric::ublas::mapped_vector::const_iterator
696 typedef typename mapped_vector::true_reference reference; typedef in boost::numeric::ublas::mapped_vector::iterator
856 typedef T &reference; typedef in boost::numeric::ublas::compressed_vector
858 typedef sparse_vector_element<self_type> reference; typedef in boost::numeric::ublas::compressed_vector
1240 typedef typename compressed_vector::const_reference reference; typedef in boost::numeric::ublas::compressed_vector::const_iterator
[all …]
Dhermitian.hpp51 typedef value_type &reference; typedef in boost::numeric::ublas::hermitian_matrix_element
153 typedef hermitian_matrix_element<M> reference; typedef
263 typedef T &reference; typedef in boost::numeric::ublas::hermitian_matrix
265 typedef hermitian_matrix_element<self_type> reference; typedef in boost::numeric::ublas::hermitian_matrix
545 typedef typename hermitian_matrix::const_reference reference; typedef in boost::numeric::ublas::hermitian_matrix::const_iterator1
723 typedef typename hermitian_matrix::true_reference reference; typedef in boost::numeric::ublas::hermitian_matrix::iterator1
864 typedef typename hermitian_matrix::const_reference reference; typedef in boost::numeric::ublas::hermitian_matrix::const_iterator2
1042 typedef typename hermitian_matrix::true_reference reference; typedef in boost::numeric::ublas::hermitian_matrix::iterator2
1263 typename M::reference>::type reference; typedef in boost::numeric::ublas::hermitian_adaptor
1267 hermitian_matrix_element<self_type> >::type reference; typedef in boost::numeric::ublas::hermitian_adaptor
[all …]
Dvector.hpp62 typedef T &reference; typedef in boost::numeric::ublas::vector
523 typedef typename vector::const_reference reference; typedef in boost::numeric::ublas::vector::const_iterator
676 typedef typename vector::reference reference; typedef in boost::numeric::ublas::vector::iterator
853 typedef T &reference; typedef in boost::numeric::ublas::fixed_vector
1294 typedef typename fixed_vector::const_reference reference; typedef in boost::numeric::ublas::fixed_vector::const_iterator
1447 typedef typename fixed_vector::reference reference; typedef in boost::numeric::ublas::fixed_vector::iterator
1698 typedef T &reference; typedef in boost::numeric::ublas::zero_vector
1787 typedef typename zero_vector::const_reference reference; typedef in boost::numeric::ublas::zero_vector::const_iterator
1919 typedef T &reference; typedef in boost::numeric::ublas::unit_vector
2042 typedef typename unit_vector::const_reference reference; typedef in boost::numeric::ublas::unit_vector::const_iterator
[all …]
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/ode/nonstiff/
H A DAdamsFieldStepInterpolator.java52 private final FieldODEStateAndDerivative<T> reference; field in AdamsFieldStepInterpolator
70 AdamsFieldStepInterpolator(final T stepSize, final FieldODEStateAndDerivative<T> reference, in AdamsFieldStepInterpolator()
93 …private AdamsFieldStepInterpolator(final T stepSize, final FieldODEStateAndDerivative<T> reference, in AdamsFieldStepInterpolator()
150 …FieldElement<S>> FieldODEStateAndDerivative<S> taylor(final FieldODEStateAndDerivative<S> referenc… in taylor()
/aosp_15_r20/frameworks/compile/mclinker/include/mcld/ADT/
DTypeTraits.h23 typedef const DataType& reference; typedef
33 typedef DataType& reference; typedef
43 typedef const DataType& reference; typedef
54 typedef DataType& reference; typedef
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/regex/include/boost/regex/v4/
Diterator_traits.hpp46 typedef typename T::reference reference; typedef
50 typedef value_type& reference; typedef
60 typedef T& reference; typedef
69 typedef const T& reference; typedef
/aosp_15_r20/external/deqp/modules/gles3/functional/
H A Des3fIntegerStateQueryTests.cpp131 void GetBooleanVerifier::verifyInteger(tcu::TestContext &testCtx, GLenum name, GLint reference) in verifyInteger()
196 …oleanVerifier::verifyIntegerGreaterOrEqual(tcu::TestContext &testCtx, GLenum name, GLint reference) in verifyIntegerGreaterOrEqual()
226 …fier::verifyUnsignedIntegerGreaterOrEqual(tcu::TestContext &testCtx, GLenum name, GLuint reference) in verifyUnsignedIntegerGreaterOrEqual()
256 …tBooleanVerifier::verifyIntegerLessOrEqual(tcu::TestContext &testCtx, GLenum name, GLint reference) in verifyIntegerLessOrEqual()
393 void GetIntegerVerifier::verifyInteger(tcu::TestContext &testCtx, GLenum name, GLint reference) in verifyInteger()
444 …tegerVerifier::verifyIntegerGreaterOrEqual(tcu::TestContext &testCtx, GLenum name, GLint reference) in verifyIntegerGreaterOrEqual()
463 …fier::verifyUnsignedIntegerGreaterOrEqual(tcu::TestContext &testCtx, GLenum name, GLuint reference) in verifyUnsignedIntegerGreaterOrEqual()
482 …tIntegerVerifier::verifyIntegerLessOrEqual(tcu::TestContext &testCtx, GLenum name, GLint reference) in verifyIntegerLessOrEqual()
555 const GLint reference = (1 << stencilBits) - 1; in verifyStencilMaskInitial() local
590 void GetInteger64Verifier::verifyInteger(tcu::TestContext &testCtx, GLenum name, GLint reference) in verifyInteger()
[all …]
/aosp_15_r20/frameworks/base/tools/aapt2/link/
H A DReferenceLinker.cpp252 const SymbolTable::Symbol* ReferenceLinker::ResolveSymbol(const Reference& reference, in ResolveSymbol()
290 const SymbolTable::Symbol* ReferenceLinker::ResolveSymbolCheckVisibility(const Reference& reference, in ResolveSymbolCheckVisibility()
309 const Reference& reference, const CallSite& callsite, IAaptContext* context, in ResolveAttributeCheckVisibility()
324 std::optional<xml::AaptAttribute> ReferenceLinker::CompileXmlAttribute(const Reference& reference, in CompileXmlAttribute()
373 const Reference& reference, in LinkReference()
/aosp_15_r20/external/libxml2/python/tests/
H A Dsync.py52 reference = "startDocument:startElement foo None:startElement bar2 None:endElement bar2:" variable
64 reference = "startDocument:startElement foo None:startElement bar2 None:endElement bar2:" variable
76 reference = "startDocument:startElement foo None:startElement bar2 None:" variable
127 reference = "startDocument:startElement foo None:" variable
/aosp_15_r20/libcore/luni/src/test/java/libcore/java/util/
H A DOptionalTest.java78 final AtomicReference<String> reference = new AtomicReference<>(); in testIfPresent() local
103 final AtomicReference<String> reference = new AtomicReference<>(); in testFilter() local
117 final AtomicReference<String> reference = new AtomicReference<>(); in testMap() local
138 final AtomicReference<String> reference = new AtomicReference<>(); in testFlatMap() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/move/include/boost/move/
Diterator.hpp50 typedef value_type && reference; typedef in boost::move_iterator
55 , value_type & >::type reference; typedef in boost::move_iterator
193 typedef typename C::reference reference; typedef in boost::back_move_insert_iterator
235 typedef typename C::reference reference; typedef in boost::front_move_insert_iterator
275 typedef typename C::reference reference; typedef in boost::move_insert_iterator
/aosp_15_r20/external/mesa3d/.gitlab-ci/windows/
H A Dspirv2dxil_run.ps12 $reference = Get-Content .\_install\spirv2dxil_reference.txt variable
4 if (-Not ($reference -And $result)) { variable
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/conditional_rendering/
H A DvktConditionalDrawAndClearTests.cpp587 …ditionalRenderingBaseTestInstance::prepareReferenceImageOneColor(tcu::PixelBufferAccess &reference, in prepareReferenceImageOneColor()
597 …ditionalRenderingBaseTestInstance::prepareReferenceImageOneColor(tcu::PixelBufferAccess &reference, in prepareReferenceImageOneColor()
605 …ditionalRenderingBaseTestInstance::prepareReferenceImageOneDepth(tcu::PixelBufferAccess &reference, in prepareReferenceImageOneDepth()
614 tcu::PixelBufferAccess &reference, const VkClearDepthStencilValue &clearValueInitial, in prepareReferenceImageDepthClearPartial()
628 tcu::PixelBufferAccess &reference, const VkClearColorValue &clearColorInitial, in prepareReferenceImageColorClearPartial()
991 tcu::PixelBufferAccess reference( in iterate() local
1211 …tcu::PixelBufferAccess reference(mapVkFormat(VK_FORMAT_R8G8B8A8_UNORM), tcu::IVec3(WIDTH, HEIGHT, … in iterate() local
1244 void ConditionalRenderingDrawTestInstance::prepareReferenceImage(tcu::PixelBufferAccess &reference, in prepareReferenceImage()
1525 …tcu::PixelBufferAccess reference(mapVkFormat(VK_FORMAT_R8G8B8A8_UNORM), tcu::IVec3(WIDTH, HEIGHT, … in iterate() local
/aosp_15_r20/packages/modules/HealthFitness/testapps/toolbox/assets/
Dobservation_12.json13 "reference": "ServiceRequest/servicerequest_unk" string
55 "reference": "Patient/patient-1", string
59 "reference": "Encounter/encounter-5", string
102 "reference": "Specimen/specimen_unk", string
Dobservation_14.json13 "reference": "ServiceRequest/servicerequest_unk" string
55 "reference": "Patient/patient-1", string
59 "reference": "Encounter/encounter-5", string
102 "reference": "Specimen/specimen_unk", string
Dobservation_13.json13 "reference": "ServiceRequest/servicerequest_unk" string
55 "reference": "Patient/patient-1", string
59 "reference": "Encounter/encounter-5", string
102 "reference": "Specimen/specimen_unk", string
/aosp_15_r20/external/ComputeLibrary/tests/validation/
H A DValidation.cpp127 …const double reference = get_double_data(static_cast<const uint8_t *>(border_value) + channel… in check_border_element() local
145 void validate(const arm_compute::ValidRegion &region, const arm_compute::ValidRegion &reference) in validate()
161 void validate(const arm_compute::PaddingSize &padding, const arm_compute::PaddingSize &reference) in validate()
198 const double reference = get_double_data(reference_value, tensor.data_type()); in validate() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/proto/include/boost/proto/detail/
Das_expr.hpp112 typedef typename term_traits<T &>::reference reference; typedef
131 typedef typename term_traits<T &>::reference reference; typedef
150 typedef typename term_traits<T &>::reference reference; typedef
168 typedef typename term_traits<T &>::reference reference; typedef

12345678910>>...178