/aosp_15_r20/packages/modules/GeoTZ/locationtzprovider/src/test/java/com/android/timezone/location/provider/core/ |
D | ReferenceWithHistoryTest.java | 46 TestRef<String> reference = new TestRef<>(); in testBasicReferenceBehavior() local 83 TestRef<String> reference = new TestRef<>(); in testValueHistoryBehavior() local 146 ReferenceWithHistory<?> referenceWithHistory, TestRef<?> reference, Object value) { in compareGet() 152 ReferenceWithHistory<T> referenceWithHistory, TestRef<T> reference, T newValue) { in setAndCompareReturnValue() 157 ReferenceWithHistory<?> referenceWithHistory, TestRef<?> reference, String expected) { in compareToString()
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/support/ |
H A D | test_iterators.h | 37 typedef typename std::iterator_traits<It>::reference reference; typedef 80 typedef typename Traits::reference reference; typedef 123 typedef typename std::iterator_traits<It>::reference reference; typedef 163 typedef typename std::iterator_traits<It>::reference reference; typedef 205 typedef typename std::iterator_traits<It>::reference reference; typedef 354 typedef typename std::iterator_traits<It>::reference reference; typedef 412 typedef typename std::iterator_traits<It>::reference reference; typedef 461 typedef const T & reference; typedef 572 typedef const T & reference; typedef
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/iterators/iterator.requirements/iterator.concepts/iterator.concept.random.access/ |
H A D | contiguous_iterator.compile.pass.cpp | 38 typedef int& reference; typedef 72 typedef int& reference; typedef 107 typedef int& reference; typedef 142 typedef int& reference; typedef 183 typedef int& reference; typedef 220 typedef int& reference; typedef
|
/aosp_15_r20/frameworks/base/services/tests/timetests/src/com/android/server/timedetector/ |
H A D | ReferenceWithHistoryTest.java | 42 TestRef<String> reference = new TestRef<>(); in testBasicReferenceBehavior() local 82 TestRef<String> reference = new TestRef<>(); in testValueHistoryBehavior() local 124 ReferenceWithHistory<?> referenceWithHistory, TestRef<?> reference, Object value) { in compareGet() 130 ReferenceWithHistory<T> referenceWithHistory, TestRef<T> reference, T newValue) { in setAndCompareReturnValue() 135 ReferenceWithHistory<?> referenceWithHistory, TestRef<?> reference, String expected) { in compareToString()
|
/aosp_15_r20/external/aws-sdk-java-v2/bundle-logging-bridge/src/test/java/software/amazon/awssdk/thirdparty/org/slf4j/impl/internal/ |
H A D | ShadedMarkerAdapterTest.java | 51 Marker reference = mock(Marker.class); in add_delegatesCall() local 59 Marker reference = mock(Marker.class); in remove_delegatesCall() local 82 Marker reference = mock(Marker.class); in contains_delegatesCall() local 172 public void add(Marker reference) { in add() 177 public boolean remove(Marker reference) { in remove()
|
H A D | UnshadedMarkerAdapterTest.java | 51 Marker reference = mock(Marker.class); in add_delegatesCall() local 59 Marker reference = mock(Marker.class); in remove_delegatesCall() local 82 Marker reference = mock(Marker.class); in contains_delegatesCall() local 172 public void add(Marker reference) { in add() 177 public boolean remove(Marker reference) { in remove()
|
/aosp_15_r20/packages/modules/HealthFitness/testapps/toolbox/assets/ |
D | procedure_1.json | 26 "reference": "Patient/patient-1" string 30 "reference": "Practitioner/practitioner-2", string 34 "reference": "Practitioner/practitioner-2", string 40 "reference": "Practitioner/practitioner-2", string 44 "reference": "Organization/organization-2", string
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/ublas/include/boost/numeric/ublas/ |
D | traits.hpp | 169 typedef T &reference; typedef 237 typedef T &reference; typedef 251 typedef value_type &reference; typedef 260 typedef value_type &reference; typedef 269 typedef value_type &reference; typedef 280 typedef T &reference; typedef 353 typedef value_type &reference; typedef 363 typedef value_type &reference; typedef 372 typedef value_type &reference; typedef 384 typedef value_type &reference; typedef [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/concept_check/include/boost/ |
D | concept_archetype.hpp | 420 struct reference { struct in boost::input_iterator_archetype 421 operator const value_type&() const { return static_object<T>::get(); } in operator const value_type&() 441 typedef const T& reference; typedef in boost::input_iterator_archetype_no_proxy 465 typedef output_proxy<T> reference; typedef in boost::output_iterator_archetype 489 struct reference { struct in boost::input_output_iterator_archetype 490 reference& operator=(const T&) { return *this; } in operator =() 491 operator value_type() { return static_object<T>::get(); } in operator value_type() 512 typedef const T& reference; typedef in boost::forward_iterator_archetype 532 typedef T& reference; typedef in boost::mutable_forward_iterator_archetype 552 typedef const T& reference; typedef in boost::bidirectional_iterator_archetype [all …]
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/iterators/iterator.primitives/iterator.traits/ |
H A D | cxx20_iterator_traits.compile.pass.cpp | 178 struct reference {}; struct 193 struct reference {}; struct 209 struct reference {}; struct 225 struct reference { operator value_type() const; }; struct 247 struct reference { operator not_value_type&() const; }; struct 464 struct reference {}; // ignored struct 506 using reference = short&; typedef
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/range/test/algorithm_ext_test/ |
D | erase.cpp | 30 Container reference(source); in test_erase_impl() local 60 Container reference(source); in test_remove_erase_impl() local 91 Container reference; in test_remove_erase_if_impl() local 126 Container reference; in test_unique_erase_impl() local 157 Container reference; in test_unique_erase_pred_impl() local
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/iterator/test/ |
D | is_lvalue_iterator.cpp | 29 typedef v& reference; typedef 40 typedef boost::noncopyable& reference; typedef 52 typedef T& reference; typedef 67 typedef T& reference; typedef 81 typedef T const& reference; typedef
|
/aosp_15_r20/external/libcxx/test/support/ |
H A D | test_iterators.h | 37 typedef typename std::iterator_traits<It>::reference reference; typedef 69 typedef typename Traits::reference reference; typedef 121 typedef typename std::iterator_traits<It>::reference reference; typedef 173 typedef typename std::iterator_traits<It>::reference reference; typedef 224 typedef typename std::iterator_traits<It>::reference reference; typedef 339 typedef const T & reference; typedef 478 typedef const T & reference; typedef
|
/aosp_15_r20/external/pigweed/pw_multibuf/public/pw_multibuf/ |
H A D | multibuf.h | 33 using reference = Chunk&; variable 44 using reference = Chunk&; variable 86 using reference = const Chunk&; variable 540 using reference = std::byte&; variable 550 using reference = const std::byte&; variable 612 using reference = std::byte&; variable
|
/aosp_15_r20/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/writer/ |
H A D | InstructionFactory.java | 49 …ruction makeInstruction20bc(@Nonnull Opcode opcode, int verificationError, @Nonnull Ref reference); in makeInstruction20bc() 51 Instruction makeInstruction21c(@Nonnull Opcode opcode, int registerA, @Nonnull Ref reference); in makeInstruction21c() 57 …n makeInstruction22c(@Nonnull Opcode opcode, int registerA, int registerB, @Nonnull Ref reference); in makeInstruction22c() 63 Instruction makeInstruction31c(@Nonnull Opcode opcode, int registerA, @Nonnull Ref reference); in makeInstruction31c() 68 int registerF, int registerG, @Nonnull Ref reference); in makeInstruction35c() 70 @Nonnull Ref reference); in makeInstruction3rc()
|
/aosp_15_r20/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/immutable/instruction/ |
H A D | ImmutableInstructionFactory.java | 76 @Nonnull Reference reference) { in makeInstruction20bc() 87 @Nonnull Reference reference) { in makeInstruction21c() 125 @Nonnull Reference reference) { in makeInstruction22c() 163 @Nonnull Reference reference) { in makeInstruction31c() 192 @Nonnull Reference reference) { in makeInstruction35c() 200 @Nonnull Reference reference) { in makeInstruction3rc()
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/range/include/boost/range/detail/ |
D | any_iterator_interface.hpp | 56 typedef Reference reference; typedef 87 … typedef typename any_incrementable_iterator_interface<Reference, Buffer>::reference reference; typedef 113 … typedef typename any_single_pass_iterator_interface<Reference, Buffer>::reference reference; typedef 135 typedef typename any_forward_iterator_interface<Reference, Buffer>::reference reference; typedef 163 … typedef typename any_bidirectional_iterator_interface<Reference, Buffer>::reference reference; typedef
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/serialization/include/boost/serialization/detail/ |
D | shared_ptr_132.hpp | 57 typedef T & reference; typedef 62 typedef void reference; typedef 69 typedef void reference; typedef 74 typedef void reference; typedef 79 typedef void reference; typedef 117 typedef typename detail::shared_ptr_traits< T >::reference reference; typedef in boost_132::shared_ptr
|
/aosp_15_r20/external/virglrenderer/src/gallium/auxiliary/util/ |
H A D | u_inlines.h | 52 pipe_reference_init(struct pipe_reference *reference, unsigned count) in pipe_reference_init() 58 pipe_is_referenced(struct pipe_reference *reference) in pipe_is_referenced() 71 struct pipe_reference *reference, in pipe_reference_described() 97 pipe_reference(struct pipe_reference *ptr, struct pipe_reference *reference) in pipe_reference()
|
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/common/src/main/java/com/google/android/exoplayer2/util/ |
H A D | Assertions.java | 114 public static <T> T checkStateNotNull(@Nullable T reference) { in checkStateNotNull() 134 public static <T> T checkStateNotNull(@Nullable T reference, Object errorMessage) { in checkStateNotNull() 152 public static <T> T checkNotNull(@Nullable T reference) { in checkNotNull() 172 public static <T> T checkNotNull(@Nullable T reference, Object errorMessage) { in checkNotNull()
|
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/common/src/main/java/com/google/android/exoplayer2/util/ |
H A D | Assertions.java | 114 public static <T> T checkStateNotNull(@Nullable T reference) { in checkStateNotNull() 134 public static <T> T checkStateNotNull(@Nullable T reference, Object errorMessage) { in checkStateNotNull() 152 public static <T> T checkNotNull(@Nullable T reference) { in checkNotNull() 172 public static <T> T checkNotNull(@Nullable T reference, Object errorMessage) { in checkNotNull()
|
/aosp_15_r20/external/deqp/modules/egl/ |
H A D | teglWideColorTests.cpp | 742 uint32_t WideColorSurfaceTest::expectedUint10(float reference) in expectedUint10() 762 uint32_t WideColorSurfaceTest::expectedAlpha2(float reference) in expectedAlpha2() 787 uint8_t WideColorSurfaceTest::expectedUint8(float reference) in expectedUint8() 825 uint8_t WideColorSurfaceTest::expectedAlpha8(float reference) in expectedAlpha8() 850 bool WideColorSurfaceTest::checkWithThreshold8(uint8_t value, uint8_t reference, uint8_t threshold) in checkWithThreshold8() 857 bool WideColorSurfaceTest::checkWithThreshold10(uint32_t value, uint32_t reference, uint32_t thresh… in checkWithThreshold10() 864 bool WideColorSurfaceTest::checkWithThresholdFloat(float value, float reference, float threshold) in checkWithThresholdFloat() 871 void WideColorSurfaceTest::testPixels(float reference, float increment) in testPixels() 1035 float reference = it->start; in doClearTest() local
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/libcxx/algorithms/ |
H A D | robust_against_using_non_transparent_comparators.pass.cpp | 21 struct reference { struct 22 T* ptr_; 24 reference(T* ptr) : ptr_(ptr) {} in reference() function
|
/aosp_15_r20/external/vixl/src/aarch32/ |
H A D | location-aarch32.cc | 47 const ForwardRef& reference = *it.Current(); in ResolveReferences() local 108 const ForwardRef& reference = *it.Current(); in GetMaxAlignment() local 119 const ForwardRef& reference = *it.Current(); in GetMinLocation() local 128 const ForwardRef& reference = forward_.Front(); in UpdatePoolObject() local
|
/aosp_15_r20/external/deqp/external/openglcts/modules/gl/ |
H A D | gl4cDirectStateAccessBuffersTests.cpp | 492 bool DataTest::compare(const glw::GLuint *data, const glw::GLuint *reference, const glw::GLsizei co… in compare() 517 … const glw::GLuint *data, const glw::GLuint *reference, const glw::GLsizei count) in LogFail() 728 bool ClearTest::Compare<glw::GLfloat>(const glw::GLfloat *data, const glw::GLfloat *reference, cons… in Compare() 753 bool ClearTest::Compare(const T *data, const T *reference, const glw::GLsizei count) in Compare() 775 …learTest::LogFail(bool use_sub_data, glw::GLenum internalformat, const T *data, const T *reference, in LogFail() 958 glw::GLubyte reference[4] = {5, 1, 2, 3}; in iterate() local 988 glw::GLbyte reference[4] = {5, 1, -2, 3}; in iterate() local 1002 glw::GLushort reference[4] = {5, 1, 2, 3}; in iterate() local 1033 glw::GLshort reference[4] = {5, 1, -2, 3}; in iterate() local 1047 glw::GLuint reference[4] = {5, 1, 2, 3}; in iterate() local [all …]
|