Home
last modified time | relevance | path

Searched refs:VerifyArray (Results 1 – 3 of 3) sorted by relevance

/external/openthread/tests/unit/
Dtest_heap_array.cpp115 template <typename EntryType, typename... Args> void VerifyArray(const Heap::Array<EntryType, 2> &a… in VerifyArray() function
193 VerifyArray(array); in TestHeapArrayOfUint16()
199 VerifyArray(array, 1); in TestHeapArrayOfUint16()
203 VerifyArray(array, 1, 2); in TestHeapArrayOfUint16()
207 VerifyArray(array, 1, 2, 3); in TestHeapArrayOfUint16()
216 VerifyArray(array, 1, 2, 3, 4); in TestHeapArrayOfUint16()
222 VerifyArray(array, 1, 2, 3, 4, 5); in TestHeapArrayOfUint16()
229 VerifyArray(array); in TestHeapArrayOfUint16()
238 VerifyArray(array, 11, 22, 33, 44, 55); in TestHeapArrayOfUint16()
243 VerifyArray(array, 11, 22, 33, 44, 55, 66, 77); in TestHeapArrayOfUint16()
[all …]
/external/webrtc/modules/audio_processing/test/
Dbitexactness_tools.cc95 return VerifyArray(reference, output_to_verify, element_error_bound); in VerifyDeinterleavedArray()
98 ::testing::AssertionResult VerifyArray(rtc::ArrayView<const float> reference, in VerifyArray() function
Dbitexactness_tools.h49 ::testing::AssertionResult VerifyArray(rtc::ArrayView<const float> reference,