Searched defs:expect (Results 1 – 2 of 2) sorted by relevance
228 std::string expect = "1970年1月7日星期三"; variable246 std::string expect = "الأربعاء، ٧ يناير، ١٩٧٠"; variable264 std::string expect = "Wednesday, January 7, 1970"; variable283 std::string expect = "1970年1月7日星期三"; variable302 std::string expect = "الأربعاء، ٧ يناير، ١٩٧٠"; variable321 std::string expect = "Wednesday, January 7, 1970"; variable523 std::string expect = "1,234,567"; variable538 int expect = PluralRuleType::ONE; variable577 int expect = PluralRuleType::FEW; variable613 int expect = PluralRuleType::ONE; variable[all …]
310 string expect = result ? "success" : "fail"; in TestHasSimCard() local336 string expect = (result == simReady) ? "success" : "fail"; in TestGetSimState() local358 string expect = result ? "success" : "fail"; in TestSetPrimarySlotId() local369 string expect = (slotId >= INVALID_VALUE) ? "success" : "fail"; in TestGetPrimarySlotId() local381 string expect = str.empty() ? "fail" : "success"; in TestGetISOCountryCodeForSim() local393 string expect = strcmp(str.c_str(), "test") ? "success" : "fail"; in TestGetSimSpn() local407 string expect = str.empty() ? "fail" : "success"; in TestGetSimIccId() local420 string expect = (result == -1) ? "fail" : "success"; in TestGetSlotId() local433 string expect = (result == -1) ? "fail" : "success"; in TestGetSimId() local455 string expect = str.empty() ? "fail" : "success"; in TestGetSimEons() local[all …]