Searched defs:vector_match (Results 1 – 3 of 3) sorted by relevance
| /external/libvpx/libvpx/vp9/encoder/ |
| D | vp9_mcomp.c | 1719 static int vector_match(int16_t *ref, int16_t *src, int bwl) { in vector_match() function
|
| /external/v8/testing/gmock/test/ |
| D | gmock-matchers_test.cc | 4480 Matcher<const std::vector<int>&> vector_match = ElementsAre(1, 2); in TEST() local 4646 Matcher<const std::vector<int>&> vector_match = ElementsAre(1, 2, 3, 4, 5); in TEST() local
|
| /external/googletest/googlemock/test/ |
| D | gmock-matchers_test.cc | 4482 Matcher<const std::vector<int>&> vector_match = ElementsAre(1, 2); in TEST() local 4648 Matcher<const std::vector<int>&> vector_match = ElementsAre(1, 2, 3, 4, 5); in TEST() local
|