Searched refs:VECTOR (Results 1 – 1 of 1) sorted by relevance
1295 enum Location { VECTOR, REGION }; in TEST_P() enumerator1296 Location getLocation() const { return !mVector.empty() ? VECTOR : REGION; } in TEST_P()1338 if (desc.getLocation() == InputOutputDescriptor::VECTOR) { in TEST_P()1389 if (desc.getLocation() == InputOutputDescriptor::VECTOR) { in TEST_P()1423 if (desc.getLocation() == InputOutputDescriptor::VECTOR) { in TEST_P()