Home
last modified time | relevance | path

Searched defs:expectation (Results 1 – 2 of 2) sorted by relevance

/frameworks/libs/net/common/netd/libnetdutils/
DInternetAddressesTest.cpp58 void testGamutOfOperators(const OperatorExpectation<T>& expectation) { in testGamutOfOperators()
123 for (const auto& expectation : kExpectations) { in TEST() local
424 for (const auto& expectation : testExpectations) { in TEST() local
557 for (const auto& expectation : testExpectations) { in TEST() local
620 for (const auto& expectation : testExpectations) { in TEST() local
671 for (const auto& expectation : kExpectations) { in TEST() local
696 for (const auto& expectation : kExpectations) { in TEST() local
/frameworks/base/core/tests/utiltests/src/com/android/internal/util/
DArrayUtilsTest.java203 String[] expectation = { "1", "2", "3", "4", "5", "6" }; in testConcat_threeObjectArrays() local
212 String[] expectation = { "1", "2", "5", "6" }; in testConcat_threeObjectArraysWithNull() local