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.cpp318 string expect = result ? "success" : "fail"; in TestHasSimCard() local
347 string expect = (result == simReady) ? "success" : "fail"; in TestGetSimState() local
372 string expect = result ? "success" : "fail"; in TestSetPrimarySlotId() local
383 string expect = (result >= INVALID_VALUE) ? "success" : "fail"; in TestGetPrimarySlotId() local
397 string expect = str.empty() ? "fail" : "success"; in TestGetISOCountryCodeForSim() local
411 string expect = strcmp(str.c_str(), "test") ? "success" : "fail"; in TestGetSimSpn() local
425 string expect = str.empty() ? "fail" : "success"; in TestGetSimIccId() local
438 string expect = (result == -1) ? "fail" : "success"; in TestGetSlotId() local
451 string expect = (result == -1) ? "fail" : "success"; in TestGetSimId() local
473 string expect = str.empty() ? "fail" : "success"; in TestGetSimEons() local
[all …]
/base/security/dlp_permission_service/interfaces/inner_api/dlp_parse/include/
Ddlp_file.h70 #define CHECK_RET(ret, expect, retcode, TAG) \ argument