Home
last modified time | relevance | path

Searched refs:res2 (Results 1 - 5 of 5) sorted by relevance

/commonlibrary/rust/ylong_runtime/ylong_runtime/src/sync/
H A Drwlock.rs432 let res2 = lock.try_read(); in ut_rwlock_try_read_02()
433 assert!(res2.is_ok()); in ut_rwlock_try_read_02()
517 let res2 = lock.try_write(); in ut_rwlock_try_write_02()
518 assert!(res2.is_ok()); in ut_rwlock_try_write_02()
/commonlibrary/ets_utils/js_sys_module/console/test/
H A Dtest_console.cpp148 napi_value res2 = nullptr; in HWTEST_F() local
151 napi_call_function(env, nullptr, cb, argc, argv, &res2); in HWTEST_F()
152 ASSERT_CHECK_VALUE_TYPE(env, res2, napi_undefined); in HWTEST_F()
445 napi_value res2 = nullptr; in HWTEST_F() local
447 napi_call_function(env, nullptr, cb, argc2, argv2, &res2); in HWTEST_F()
448 ASSERT_CHECK_VALUE_TYPE(env, res2, napi_undefined); in HWTEST_F()
509 napi_value res2 = nullptr; in HWTEST_F() local
511 napi_call_function(env, nullptr, cb, argc, argv, &res2); in HWTEST_F()
512 ASSERT_CHECK_VALUE_TYPE(env, res2, napi_undefined); in HWTEST_F()
589 napi_value res2 in HWTEST_F() local
702 napi_value res2 = nullptr; HWTEST_F() local
761 bool res2 = 0; HWTEST_F() local
798 napi_value res2 = nullptr; HWTEST_F() local
[all...]
/commonlibrary/rust/ylong_http/ylong_http/src/request/uri/
H A Dmod.rs1294 ($res1:expr, $res2:expr) => {{
1302 assert_eq!(uri.scheme().unwrap().as_str(), $res2.0);
1303 assert_eq!(uri.host().unwrap().as_str(), $res2.1);
1304 assert_eq!(uri.port().unwrap().as_str(), $res2.2);
1305 assert_eq!(uri.path().unwrap().as_str(), $res2.3);
1306 assert_eq!(uri.query().unwrap().as_str(), $res2.4);
1307 assert_eq!(uri.to_string(), $res2.5)
/commonlibrary/ets_utils/js_api_module/xml/test/
H A Dtest_xml.cpp1150 std::string res2 = "Hello, World! companyJohn & Hanscompany titleHappytitletitleHappytitle"; in HWTEST_F() local
1152 std::string result = res1 + res2 + res3; in HWTEST_F()
1234 std::string res2 = " Hanscompany titleHappytitletitleHappytitle todoWorktodo todoPlaytodo go thereabba h:table"; in HWTEST_F() local
1236 std::string result = res1 + res2 + res3; in HWTEST_F()
1318 std::string res2 = "Hello, World! companyJohn & Hanscompany titleHappytitletitleHappytitle todoWorktodo"; in HWTEST_F() local
1320 std::string result = res1 + res2 + res3; in HWTEST_F()
1361 std::string res2 = "Hello, World! companyJohn & Hanscompany titleHappytitletitleHappytitle todoWorktodo"; in HWTEST_F() local
1363 std::string result = res1 + res2 + res3; in HWTEST_F()
1445 std::string res2 = " Hanscompany titleHappytitletitleHappytitle todoWorktodo todoPlaytodo go thereabba h:table "; in HWTEST_F() local
1447 std::string result = res1 + res2 in HWTEST_F()
1488 std::string res2 = " Hanscompany titleHappytitletitleHappytitle todoWorktodo todoPlaytodo go thereabba h:table"; HWTEST_F() local
1532 std::string res2 = "Hello, World! companyJohn & Hanscompany titleHappytitletitleHappytitle todoWorktodo"; HWTEST_F() local
[all...]
/commonlibrary/ets_utils/js_util_module/util/test/
H A Dtest_util.cpp3063 unsigned char* res2 = OHOS::Util::DecodeAchieves(env, stdDecodeInfo2); in HWTEST_F() local
3064 ASSERT_EQ(0, static_cast<const char>(*res2)); in HWTEST_F()

Completed in 18 milliseconds