Home
last modified time | relevance | path

Searched defs:test_buffer (Results 1 – 25 of 32) sorted by relevance

12

/aosp_15_r20/external/pigweed/pw_ring_buffer/
H A Dprefixed_entry_ring_buffer_test.cc83 byte test_buffer[single_entry_test_buffer_size]; in SingleEntryWriteReadTest() local
197 byte test_buffer[single_entry_test_buffer_size]; in CountingUpWriteReadTest() local
251 byte test_buffer[single_entry_test_buffer_size]; in SingleEntryWriteReadWithSectionWriterTest() local
327 byte test_buffer[kTestBufferSize]; in DeringTest() local
459 byte test_buffer[kTestBufferSize]; in EmptyDataPushBackTest() local
498 byte test_buffer[kTestBufferSize]; in TEST() local
529 byte test_buffer[kTestBufferSize]; in TEST() local
550 byte test_buffer[kTestBufferSize]; in TEST() local
590 std::array<std::byte, kSingleEntryInternalSize> test_buffer; in TEST() local
613 byte test_buffer[kTestBufferSize]; in TEST() local
[all …]
/aosp_15_r20/external/webrtc/modules/audio_processing/echo_detector/
H A Dcircular_buffer_unittest.cc18 CircularBuffer test_buffer(3); in TEST() local
26 CircularBuffer test_buffer(3); in TEST() local
36 CircularBuffer test_buffer(3); in TEST() local
49 CircularBuffer test_buffer(3); in TEST() local
/aosp_15_r20/external/webrtc/common_video/libyuv/
H A Dwebrtc_libyuv.cc163 const I420BufferInterface& test_buffer) { in I420SSE()
186 const I420ABufferInterface& test_buffer) { in I420APSNR()
232 const I420BufferInterface& test_buffer) { in I420PSNR()
262 const I420BufferInterface& test_buffer) { in I420WeightedPSNR()
302 const I420ABufferInterface& test_buffer) { in I420ASSIM()
337 const I420BufferInterface& test_buffer) { in I420SSIM()
H A Dlibyuv_unittest.cc376 rtc::scoped_refptr<I420Buffer> test_buffer = I420Buffer::Copy( in TEST() local
/aosp_15_r20/external/webrtc/rtc_tools/frame_analyzer/
H A Dvideo_quality_analysis.cc33 const rtc::scoped_refptr<I420BufferInterface>& test_buffer) { in CalculateMetric()
45 const rtc::scoped_refptr<I420BufferInterface>& test_buffer) { in Psnr()
53 const rtc::scoped_refptr<I420BufferInterface>& test_buffer) { in Ssim()
/aosp_15_r20/external/fmtlib/test/
H A Dostream-test.cc136 struct test_buffer final : fmt::detail::buffer<char> { in TEST() struct
137 explicit test_buffer(size_t size) in TEST() function
138 : fmt::detail::buffer<char>([](buffer<char>&, size_t) {}, nullptr, size, in TEST()
H A Dbase-test.cc422 struct test_buffer final : fmt::detail::buffer<char> { in operator ()() struct
423 char data[10]; in operator ()()
424 test_buffer() in operator ()() argument
425 : fmt::detail::buffer<char>([](buffer<char>&, size_t) {}, data, 0, in operator ()()
/aosp_15_r20/external/webrtc/modules/audio_processing/transient/
H A Dwpd_tree_unittest.cc30 float test_buffer[kTestBufferSize]; in TEST() local
116 float test_buffer[kTestBufferSize]; in TEST() local
/aosp_15_r20/external/pigweed/pw_string/
H A Dto_string_test.cc241 std::array<char, 128> test_buffer; in TEST() local
265 char test_buffer[sizeof(kOriginal)]; in TEST() local
/aosp_15_r20/external/python/cpython2/Lib/ctypes/test/
Dtest_buffers.py7 def test_buffer(self): member in StringBufferTestCase
/aosp_15_r20/external/python/cpython3/Lib/ctypes/test/
Dtest_buffers.py7 def test_buffer(self): member in StringBufferTestCase
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/ctypes/test/
H A Dtest_buffers.py7 def test_buffer(self): member in StringBufferTestCase
/aosp_15_r20/external/webrtc/rtc_tools/psnr_ssim_analyzer/
H A Dpsnr_ssim_analyzer.cc49 const rtc::scoped_refptr<webrtc::I420BufferInterface> test_buffer = in CompareFiles() local
/aosp_15_r20/external/tpm2-tss/test/integration/
H A Desys-hmac.int.c96 TPM2B_MAX_BUFFER test_buffer = { .size = 20, in test_esys_hmac() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/endian/test/
Dfloat_typedef_test.cpp26 template<class T, class U> void test_buffer( U const & y, bool aligned ) in test_buffer() function
/aosp_15_r20/external/executorch/backends/apple/coreml/test/
H A Dtest_coreml_partitioner.py92 def test_buffer(self): member in TestCoreMLPartitioner
/aosp_15_r20/external/flatbuffers/tests/
H A DphpTest.php97 function test_buffer(Assert $assert, Google\FlatBuffers\ByteBuffer $bb) { function
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_xxlimited.py61 def test_buffer(self): member in TestXXLimited
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/example/
Dmonitor.cpp103 void test_buffer() in test_buffer() function
/aosp_15_r20/external/libpng/contrib/pngexif/
H A Dexifinfo.py305 test_buffer = test_stream.read(_READ_DATA_SIZE_MAX) variable
/aosp_15_r20/external/python/cpython2/Lib/test/
Dtest_repr.py174 def test_buffer(self): member in ReprTests
Dtest_marshal.py134 def test_buffer(self): member in StringTestCase
/aosp_15_r20/frameworks/av/media/ndk/tests/
H A DNdkMediaFormat_test.cpp215 TEST(NdkMediaFormat_tests, test_buffer) { in TEST() argument
/aosp_15_r20/external/OpenCL-CTS/test_conformance/allocations/
H A Dmain.cpp238 int test_buffer(cl_device_id device, cl_context context, cl_command_queue queue, int num_elements) in test_buffer() function
/aosp_15_r20/external/webrtc/test/pc/e2e/analyzer/video/
H A Ddefault_video_quality_analyzer_frames_comparator.cc391 rtc::scoped_refptr<I420BufferInterface> test_buffer = in ProcessComparison() local

12