Searched defs:vector_match (Results 1 – 4 of 4) sorted by relevance
| /external/cronet/third_party/googletest/src/googlemock/test/ |
| D | gmock-matchers-containers_test.cc | 1301 Matcher<const std::vector<int>&> vector_match = ElementsAre(1, 2); in TEST() local 1472 Matcher<const std::vector<int>&> vector_match = ElementsAre(1, 2, 3, 4, 5); in TEST() local
|
| /external/libvpx/vp9/encoder/ |
| D | vp9_mcomp.c | 2213 static int vector_match(int16_t *ref, int16_t *src, int bwl) { in vector_match() function
|
| /external/libaom/av1/encoder/ |
| D | mcomp.c | 1907 static int vector_match(int16_t *ref, int16_t *src, int bwl) { in vector_match() function
|
| /external/googletest/googlemock/test/ |
| D | gmock-matchers_test.cc | 5344 Matcher<const std::vector<int>&> vector_match = ElementsAre(1, 2); in TEST() local 5514 Matcher<const std::vector<int>&> vector_match = ElementsAre(1, 2, 3, 4, 5); in TEST() local
|