Home
last modified time | relevance | path

Searched refs:test_h (Results 1 – 10 of 10) sorted by relevance

/external/libaom/libaom/test/
Dselfguided_filter_test.cc169 int test_h = max_h - (i % 9); in RunCorrectnessTest() local
171 for (k = 0; k < test_h; k += pu_height) in RunCorrectnessTest()
174 int h = AOMMIN(pu_height, test_h - k); in RunCorrectnessTest()
185 for (j = 0; j < test_h; ++j) in RunCorrectnessTest()
360 int test_h = max_h - (i % 9); in RunCorrectnessTest() local
362 for (k = 0; k < test_h; k += pu_height) in RunCorrectnessTest()
365 int h = AOMMIN(pu_height, test_h - k); in RunCorrectnessTest()
377 for (j = 0; j < test_h; ++j) in RunCorrectnessTest()
/external/llvm-project/clang/test/Analysis/
Dplist-macros-with-expansion-ctu.c72 void test_h() { in test_h() function
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.partial/
Dp12.cpp23 void test_h() { in test_h() function
/external/llvm-project/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.partial/
Dp12.cpp23 void test_h() { in test_h() function
/external/llvm-project/clang/test/Sema/
Darm_inline_asm_constraints.c258 int test_h(int i) { in test_h() function
/external/llvm-project/clang/test/SemaCXX/
Dcxx1z-noexcept-function-type.cpp106 void test_h() { h<void>(nullptr); } // expected-error {{deleted}} in test_h() function
Doverload-call.cpp33 void test_h(float fv, unsigned char cv) { in test_h() function
/external/clang/test/SemaCXX/
Doverload-call.cpp33 void test_h(float fv, unsigned char cv) { in test_h() function
/external/python/cpython2/Lib/test/
Dtest_getargs2.py216 def test_h(self): member in Signed_TestCase
/external/python/cpython3/Lib/test/
Dtest_getargs2.py286 def test_h(self): member in Signed_TestCase