/aosp_15_r20/external/pigweed/pw_ring_buffer/ |
H A D | prefixed_entry_ring_buffer_test.cc | 83 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 D | circular_buffer_unittest.cc | 18 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 D | webrtc_libyuv.cc | 163 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 D | libyuv_unittest.cc | 376 rtc::scoped_refptr<I420Buffer> test_buffer = I420Buffer::Copy( in TEST() local
|
/aosp_15_r20/external/webrtc/rtc_tools/frame_analyzer/ |
H A D | video_quality_analysis.cc | 33 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 D | ostream-test.cc | 136 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 D | base-test.cc | 422 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 D | wpd_tree_unittest.cc | 30 float test_buffer[kTestBufferSize]; in TEST() local 116 float test_buffer[kTestBufferSize]; in TEST() local
|
/aosp_15_r20/external/pigweed/pw_string/ |
H A D | to_string_test.cc | 241 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/ |
D | test_buffers.py | 7 def test_buffer(self): member in StringBufferTestCase
|
/aosp_15_r20/external/python/cpython3/Lib/ctypes/test/ |
D | test_buffers.py | 7 def test_buffer(self): member in StringBufferTestCase
|
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/ctypes/test/ |
H A D | test_buffers.py | 7 def test_buffer(self): member in StringBufferTestCase
|
/aosp_15_r20/external/webrtc/rtc_tools/psnr_ssim_analyzer/ |
H A D | psnr_ssim_analyzer.cc | 49 const rtc::scoped_refptr<webrtc::I420BufferInterface> test_buffer = in CompareFiles() local
|
/aosp_15_r20/external/tpm2-tss/test/integration/ |
H A D | esys-hmac.int.c | 96 TPM2B_MAX_BUFFER test_buffer = { .size = 20, in test_esys_hmac() local
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/endian/test/ |
D | float_typedef_test.cpp | 26 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 D | test_coreml_partitioner.py | 92 def test_buffer(self): member in TestCoreMLPartitioner
|
/aosp_15_r20/external/flatbuffers/tests/ |
H A D | phpTest.php | 97 function test_buffer(Assert $assert, Google\FlatBuffers\ByteBuffer $bb) { function
|
/aosp_15_r20/external/python/cpython3/Lib/test/ |
D | test_xxlimited.py | 61 def test_buffer(self): member in TestXXLimited
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/example/ |
D | monitor.cpp | 103 void test_buffer() in test_buffer() function
|
/aosp_15_r20/external/libpng/contrib/pngexif/ |
H A D | exifinfo.py | 305 test_buffer = test_stream.read(_READ_DATA_SIZE_MAX) variable
|
/aosp_15_r20/external/python/cpython2/Lib/test/ |
D | test_repr.py | 174 def test_buffer(self): member in ReprTests
|
D | test_marshal.py | 134 def test_buffer(self): member in StringTestCase
|
/aosp_15_r20/frameworks/av/media/ndk/tests/ |
H A D | NdkMediaFormat_test.cpp | 215 TEST(NdkMediaFormat_tests, test_buffer) { in TEST() argument
|
/aosp_15_r20/external/OpenCL-CTS/test_conformance/allocations/ |
H A D | main.cpp | 238 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 D | default_video_quality_analyzer_frames_comparator.cc | 391 rtc::scoped_refptr<I420BufferInterface> test_buffer = in ProcessComparison() local
|