Home
last modified time | relevance | path

Searched defs:reference (Results 376 – 400 of 4428) sorted by relevance

1...<<11121314151617181920>>...178

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/serialization/include/boost/archive/
Ddinkumware.hpp136 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 Dlist-test.c77 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 Dframe_buffer.cc176 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/
Dfind_end.cpp69 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
Dfind_first_of.cpp68 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 Des3fShaderDerivateTests.cpp432 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 DXHTFileCheckService.java94 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 Des31fStencilTexturingTests.cpp400 …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 Daco_util.h37 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 DFastVector.h34 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 DDWARFAcceleratorTable.h159 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 Ddisassembler_ztf.cc345 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/
Dstrided.hpp46 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 Dflatmap.h69 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 DvktTextureCompressedFormatTests.cpp165 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 Doptional.h528 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 Doptional.h524 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 Doptional.h528 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/
Doptional.h527 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/
Drange_return_test_driver.hpp372 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 Des2fFboStateQueryTests.cpp59 GLenum pname, GLenum reference) in checkAttachmentParam()
69 GLenum reference) in checkColorAttachmentParam()
/aosp_15_r20/external/pdfium/third_party/abseil-cpp/absl/types/
H A Doptional.h527 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/
DRegionIterator.h44 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 Doptional.h527 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/
DRegionIterator.h44 using reference = value_type &; variable
182 using reference = value_type &; variable

1...<<11121314151617181920>>...178