Home
last modified time | relevance | path

Searched defs:test_vector (Results 1 – 5 of 5) sorted by relevance

/third_party/googletest/googlemock/test/
Dgmock-matchers-containers_test.cc72 vector<int> test_vector{1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12}; in TEST() local
81 vector<std::string> test_vector{ in TEST() local
90 vector<int> test_vector{2, 1, 8, 5, 4, 6, 7, 3, 9, 12, 11, 10}; in TEST() local
2620 vector<int> test_vector(std::begin(a), std::end(a)); in TEST_P() local
2652 vector<std::string> test_vector; in TEST() local
2666 vector<std::string> test_vector; in TEST() local
2675 vector<int> test_vector; in TEST() local
2682 vector<int> test_vector; in TEST() local
2689 vector<int> test_vector; in TEST() local
2696 vector<int> test_vector; in TEST() local
[all …]
/third_party/vixl/test/
Dtest-api.cc162 #define TEST_UINT(test_vector) \ in TEST() argument
171 #define TEST_INT(test_vector) \ in TEST() argument
/third_party/skia/third_party/externals/abseil-cpp/absl/algorithm/
Dcontainer_test.cc650 std::vector<int> test_vector = initial; in TEST() local
674 std::vector<int> test_vector = initial; in TEST() local
794 std::vector<int> test_vector = initial; in TEST() local
821 std::vector<int> test_vector = {2, 3, 1, 4}; in TEST() local
827 std::vector<int> test_vector = {2, 3, 1, 4}; in TEST() local
851 std::vector<Element> test_vector = {{1, 1}, {2, 1}, {2, 0}, {1, 0}, {2, 2}}; in TEST() local
859 std::vector<Element> test_vector = {{1, 1}, {2, 1}, {2, 0}, {1, 0}, {2, 2}}; in TEST() local
932 std::vector<int> test_vector = {1, 2, 3, 4}; in TEST() local
/third_party/benchmark/test/
Dbenchmark_test.cc51 std::vector<int>* test_vector = nullptr; variable
/third_party/alsa-utils/axfer/test/
Dmapper-test.c319 static int test_vector(struct mapper_trial *trial, snd_pcm_access_t access, in test_vector() function