Home
last modified time | relevance | path

Searched defs:TEST_LENGTH (Results 1 – 2 of 2) sorted by relevance

/aosp12/system/media/audio_utils/tests/
H A Dbiquad_filter_tests.cpp164 constexpr size_t TEST_LENGTH = 1024; in TEST() local
193 constexpr size_t TEST_LENGTH = 1024; in testDifferentFiltersPerChannel() local
225 constexpr size_t TEST_LENGTH = 1024; in testZeroFill() local
/aosp12/art/test/130-hprof/src/
H A DMain.java24 private static final int TEST_LENGTH = 100; field in Main