Searched refs:FullMatchMismatchTest (Results 1 – 1 of 1) sorted by relevance
/external/nos/test/system-test-harness/src/ |
D | faceauth_tests.cc | 40 static void FullMatchMismatchTest(uint32_t profile1, uint32_t profile2, 224 void FaceAuthTest::FullMatchMismatchTest(uint32_t profile1, uint32_t profile2, in FullMatchMismatchTest() function in __anon221d16e80111::FaceAuthTest 439 FullMatchMismatchTest(1, 6, 0, 19); in TEST_F() 440 FullMatchMismatchTest(2, 5, 1, 18); in TEST_F() 441 FullMatchMismatchTest(3, 4, 2, 17); in TEST_F() 443 FullMatchMismatchTest(2, 4, 3, 16); in TEST_F() 444 FullMatchMismatchTest(1, 5, 4, 15); in TEST_F() 445 FullMatchMismatchTest(3, 6, 5, 14); in TEST_F() 447 FullMatchMismatchTest(3, 5, 6, 13); in TEST_F() 448 FullMatchMismatchTest(1, 4, 7, 12); in TEST_F() [all …]
|