Home
last modified time | relevance | path

Searched defs:reference (Results 501 – 525 of 4428) sorted by relevance

1...<<21222324252627282930>>...178

/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/memory/
H A DvktMemoryExternalMemoryHostTests.cpp433 …tcu::PixelBufferAccess reference(mapVkFormat(m_testParams.m_format), tcu::IVec3(100, 100, 1), refe… in iterate() local
699 …ExternalMemoryHostRenderImageTestInstance::prepareReferenceImage(tcu::PixelBufferAccess &reference) in prepareReferenceImage()
933 …tcu::PixelBufferAccess reference(mapVkFormat(m_testParams.m_format), tcu::IVec3(100, 100, 1), refe… in iterate() local
/aosp_15_r20/external/deqp/modules/gles3/functional/
H A Des3fFboMultisampleTests.cpp241 bool colorCompare(const tcu::Surface &reference, const tcu::Surface &result) in colorCompare()
249 bool compare(const tcu::Surface &reference, const tcu::Surface &result) in compare()
H A Des3fRboStateQueryTests.cpp103 …nderbufferParam(tcu::TestContext &testCtx, glu::CallLogWrapper &gl, GLenum pname, GLenum reference) in checkRenderbufferParam()
113 GLenum reference) in checkRenderbufferParamGreaterOrEqual()
/aosp_15_r20/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/deser/std/
H A DCollectionDeserializer.java453 public Referring handleUnresolvedReference(UnresolvedForwardReference reference) in handleUnresolvedReference()
493 UnresolvedForwardReference reference, Class<?> contentType) in CollectionReferring()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/ublas/include/boost/numeric/ublas/
Dmatrix_vector.hpp111 typedef ublas::matrix_row<Matrix> reference; typedef in boost::numeric::ublas::matrix_row_vector
264 typedef ublas::matrix_column<Matrix> reference; typedef in boost::numeric::ublas::matrix_column_vector
/aosp_15_r20/external/harfbuzz_ng/src/
H A Dhb-cplusplus.hh74 T* reference() { return v::reference (p); } in reference() function
135 static constexpr auto reference = _reference; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ADT/
DAllocatorList.h79 using reference = T &; variable
102 using reference = ValueT &; variable
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/include/boost/container/
Dallocator.hpp48 typedef int & reference; typedef in boost::container::allocator
131 typedef T & reference; typedef in boost::container::allocator
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ADT/
H A DAllocatorList.h79 using reference = T &; variable
102 using reference = ValueT &; variable
H A DSequence.h193 using reference = T &; member
264 using reference = T &; member
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DAllocatorList.h80 using reference = T &; variable
103 using reference = ValueT &; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ADT/
DAllocatorList.h79 using reference = T &; variable
102 using reference = ValueT &; variable
/aosp_15_r20/external/mesa3d/src/gallium/winsys/virgl/drm/
H A Dvirgl_drm_winsys.h38 struct pipe_reference reference; member
105 struct pipe_reference reference; member
/aosp_15_r20/external/OpenCL-CTS/test_conformance/basic/
H A Dtest_vector_swizzle.cpp566 test_vectype_case(const std::vector<T>& value, const std::vector<T>& reference, in test_vectype_case()
626 std::vector<T> reference; in test_vectype() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ADT/
DAllocatorList.h79 using reference = T &; variable
102 using reference = ValueT &; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ADT/
DAllocatorList.h79 using reference = T &; variable
102 using reference = ValueT &; variable
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/iterator/test/
Dcounting_iterator_test.cpp226 typedef void reference; typedef in my_int2
243 typedef void reference; typedef in my_int3
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/algorithm/minmax/test/
Dminmax_element_test.cpp61 typedef value_type& reference; typedef
70 typedef value_type& reference; typedef
/aosp_15_r20/frameworks/base/test-runner/src/android/test/
H A DViewAsserts.java290 static public void assertHorizontalCenterAligned(View reference, View test) { in assertHorizontalCenterAligned()
311 static public void assertVerticalCenterAligned(View reference, View test) { in assertVerticalCenterAligned()
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/x86_64-linux/include/c++/4.8.3/bits/
Dstl_deque.h117 typedef _Ref reference; in _GLIBCXX_VISIBILITY() typedef
744 typedef typename _Tp_alloc_type::reference reference; in _GLIBCXX_VISIBILITY() typedef
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/pool/include/boost/pool/
Dpool_alloc.hpp162 typedef value_type & reference; typedef in boost::pool_allocator
359 typedef value_type & reference; typedef in boost::fast_pool_allocator
/aosp_15_r20/external/mesa3d/src/gallium/winsys/amdgpu/drm/
H A Damdgpu_winsys.h102 struct pipe_reference reference; member
190 struct pipe_reference reference; member
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
Dstl_deque.h117 typedef _Ref reference; in _GLIBCXX_VISIBILITY() typedef
744 typedef typename _Tp_alloc_type::reference reference; in _GLIBCXX_VISIBILITY() typedef
/aosp_15_r20/external/rust/beto-rust/nearby/presence/np_adv_dynamic/src/
Dlegacy.rs166 let reference: &dyn SerializeDataElement<Plaintext> = self; in to_plaintext() localVariable
170 let reference: &dyn SerializeDataElement<Ciphertext> = self; in to_ciphertext() localVariable
/aosp_15_r20/external/libaom/test/
H A Dsad_test.cc459 const uint8_t *const reference = GetReference(block_idx); in SAD() local
489 const uint8_t *const reference = GetReference(block_idx); in SAD() local
519 const uint8_t *const reference = GetReference(block_idx); in SAD_avg() local
544 const uint8_t *const reference = GetReference(block_idx); in dist_wtd_SAD_avg() local

1...<<21222324252627282930>>...178