Home
last modified time | relevance | path

Searched defs:expect (Results 1 – 3 of 3) sorted by relevance

/base/global/i18n_lite/frameworks/i18n/test/unittest/lite/common/
Di18n_test.cpp228 std::string expect = "1970年1月7日星期三"; variable
246 std::string expect = "الأربعاء، ٧ يناير، ١٩٧٠"; variable
264 std::string expect = "Wednesday, January 7, 1970"; variable
283 std::string expect = "1970年1月7日星期三"; variable
302 std::string expect = "الأربعاء، ٧ يناير، ١٩٧٠"; variable
321 std::string expect = "Wednesday, January 7, 1970"; variable
523 std::string expect = "1,234,567"; variable
538 int expect = PluralRuleType::ONE; variable
577 int expect = PluralRuleType::FEW; variable
613 int expect = PluralRuleType::ONE; variable
[all …]
/base/telephony/core_service/services/sim/test/
Dtest.cpp317 string expect = result ? "success" : "fail"; in TestHasSimCard() local
346 string expect = (result == simReady) ? "success" : "fail"; in TestGetSimState() local
371 string expect = result ? "success" : "fail"; in TestSetPrimarySlotId() local
382 string expect = (result >= INVALID_VALUE) ? "success" : "fail"; in TestGetPrimarySlotId() local
396 string expect = str.empty() ? "fail" : "success"; in TestGetISOCountryCodeForSim() local
410 string expect = strcmp(str.c_str(), "test") ? "success" : "fail"; in TestGetSimSpn() local
424 string expect = str.empty() ? "fail" : "success"; in TestGetSimIccId() local
437 string expect = (result == -1) ? "fail" : "success"; in TestGetSlotId() local
450 string expect = (result == -1) ? "fail" : "success"; in TestGetSimId() local
472 string expect = str.empty() ? "fail" : "success"; in TestGetSimEons() local
[all …]
/base/update/updateservice/services/core/ability/utils/test/unittest/
Dstring_utils_test.cpp120 std::vector<std::string> expect = {"10", "105", "111", "23"}; variable
134 std::vector<std::string> expect = {"10.105.111.23"}; variable