/aosp_15_r20/external/sdv/vsomeip/third_party/boost/serialization/include/boost/archive/ |
D | dinkumware.hpp | 136 typedef container_type::reference reference; typedef in std::back_insert_iterator 181 typedef container_type::reference reference; typedef in std::back_insert_iterator
|
/aosp_15_r20/external/wayland/tests/ |
H A D | list-test.c | 77 int reference[] = { 708090, 102030, 5588, 12 }; in TEST() local 109 validate_list(struct wl_list *list, int *reference, int length) in validate_list()
|
/aosp_15_r20/external/webrtc/api/video/ |
H A D | frame_buffer.cc | 176 for (int64_t reference : GetReferences(it)) { in IsContinuous() local 242 for (int64_t reference : GetReferences(it)) { in FindNextAndLastDecodableTemporalUnit() local
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/range/test/algorithm_test/ |
D | find_end.cpp | 69 reference(Container& cont) in reference() function in boost_range_test_algorithm_find_end::find_end_test_policy 123 reference(Container& cont) in reference() function in boost_range_test_algorithm_find_end::find_end_pred_test_policy
|
D | find_first_of.cpp | 68 reference(Container& cont) in reference() function in boost_range_test_algorithm_find_first_of::find_first_of_test_policy 121 reference(Container& cont) in reference() function in boost_range_test_algorithm_find_first_of::find_first_of_pred_test_policy
|
/aosp_15_r20/external/deqp/modules/gles3/functional/ |
H A D | es3fShaderDerivateTests.cpp | 432 const tcu::Vec4 &reference, const tcu::Vec4 &threshold, in verifyConstantDerivate() 1034 const tcu::Vec4 reference(0.0f); // Derivate of constant argument should always be 0 in verify() local 1181 tcu::Vec4 reference = ((m_coordMax - m_coordMin) / div); in verify() local 1255 const tcu::Vec4 reference = tcu::abs(dx) + tcu::abs(dy); in verify() local 1522 tcu::Vec4 reference = ((m_texValueMax - m_texValueMin) / div); in verify() local 1593 const tcu::Vec4 reference = tcu::abs(dx) + tcu::abs(dy); in verify() local
|
/aosp_15_r20/external/apache-xml/test/java/src/org/apache/qetest/xsl/ |
H A D | XHTFileCheckService.java | 94 public int check(Logger logger, Object actual, Object reference, in check() 280 public int check(Logger logger, Object actual, Object reference, in check()
|
/aosp_15_r20/external/deqp/modules/gles31/functional/ |
H A D | es31fStencilTexturingTests.cpp | 400 …bool compareRedChannel(tcu::TestLog &log, const tcu::ConstPixelBufferAccess &result, int reference) in compareRedChannel() 602 … TextureLevel reference(TextureFormat(TextureFormat::S, TextureFormat::UNSIGNED_INT8), width, in iterate() local 740 …TextureLevel reference(TextureFormat(TextureFormat::S, TextureFormat::UNSIGNED_INT8), width, heigh… in iterate() local 798 …TextureLevel reference(TextureFormat(TextureFormat::S, TextureFormat::UNSIGNED_INT8), width, heigh… in iterate() local
|
/aosp_15_r20/external/mesa3d/src/amd/compiler/ |
H A D | aco_util.h | 37 using reference = value_type&; variable 829 using reference = refT; member 943 using reference = bit_reference<data_type>; variable 1061 using reference = value_type&; variable
|
/aosp_15_r20/external/angle/src/common/ |
H A D | FastVector.h | 34 typedef typename std::iterator_traits<iterator_type>::reference reference; typedef 93 using reference = typename Storage::reference; variable 594 using reference = typename Storage::reference; variable
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFAcceleratorTable.h | 159 using reference = value_type &; variable 483 using reference = value_type &; variable 559 using reference = NameTableEntry; // We return entries by value. variable
|
/aosp_15_r20/external/zucchini/ |
H A D | disassembler_ztf.cc | 345 void PutNext(Reference reference) override { in PutNext() 356 bool ConvertToTargetLineCol(Reference reference, ztf::LineCol* out_lc) { in ConvertToTargetLineCol() 367 bool ConvertToTargetLineCol(Reference reference, ztf::DeltaLineCol* out_dlc) { in ConvertToTargetLineCol()
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/range/include/boost/range/adaptor/ |
D | strided.hpp | 46 typedef typename super_t::reference reference; typedef in boost::range_detail::strided_iterator 148 typedef typename super_t::reference reference; typedef in boost::range_detail::strided_iterator 279 typedef typename super_t::reference reference; typedef in boost::range_detail::strided_iterator
|
/aosp_15_r20/external/tensorflow/tensorflow/core/lib/gtl/ |
H A D | flatmap.h | 69 typedef value_type& reference; typedef 125 typedef typename FlatMap::reference reference; typedef 187 typedef typename FlatMap::const_reference reference; typedef
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/texture/ |
H A D | vktTextureCompressedFormatTests.cpp | 165 static void computeScaleAndBias(const tcu::ConstPixelBufferAccess &reference, const tcu::ConstPixel… in computeScaleAndBias() 218 static bool compareColor(tcu::RGBA reference, tcu::RGBA result, tcu::RGBA threshold, tcu::UVec4 &di… in compareColor() 295 const tcu::ConstPixelBufferAccess reference = referenceFrame.getAccess(); in validateTexture() local
|
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/types/ |
H A D | optional.h | 528 constexpr const T& reference() const { return this->data_; } in reference() function 529 T& reference() { return this->data_; } in reference() function
|
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/types/ |
H A D | optional.h | 524 constexpr const T& reference() const { return this->data_; } in reference() function 525 T& reference() { return this->data_; } in reference() function
|
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/types/ |
H A D | optional.h | 528 constexpr const T& reference() const { return this->data_; } in reference() function 529 T& reference() { return this->data_; } in reference() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/types/ |
D | optional.h | 527 constexpr const T& reference() const { return this->data_; } in reference() function 528 T& reference() { return this->data_; } in reference() function
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/range/test/test_driver/ |
D | range_return_test_driver.hpp | 372 Container reference(cont); in test_range_iter() local 391 Container reference(cont); in operator ()() local
|
/aosp_15_r20/external/deqp/modules/gles2/functional/ |
H A D | es2fFboStateQueryTests.cpp | 59 GLenum pname, GLenum reference) in checkAttachmentParam() 69 GLenum reference) in checkColorAttachmentParam()
|
/aosp_15_r20/external/pdfium/third_party/abseil-cpp/absl/types/ |
H A D | optional.h | 527 constexpr const T& reference() const { return this->data_; } in reference() function 528 T& reference() { return this->data_; } in reference() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Analysis/ |
D | RegionIterator.h | 44 using reference = value_type &; variable 182 using reference = value_type &; variable
|
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/types/ |
H A D | optional.h | 527 constexpr const T& reference() const { return this->data_; } in reference() function 528 T& reference() { return this->data_; } in reference() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Analysis/ |
D | RegionIterator.h | 44 using reference = value_type &; variable 182 using reference = value_type &; variable
|