Searched refs:VerifyArray (Results 1 – 3 of 3) sorted by relevance
/external/openthread/tests/unit/ |
D | test_heap_array.cpp | 115 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/ |
D | bitexactness_tools.cc | 95 return VerifyArray(reference, output_to_verify, element_error_bound); in VerifyDeinterleavedArray() 98 ::testing::AssertionResult VerifyArray(rtc::ArrayView<const float> reference, in VerifyArray() function
|
D | bitexactness_tools.h | 49 ::testing::AssertionResult VerifyArray(rtc::ArrayView<const float> reference,
|