Home
last modified time | relevance | path

Searched refs:expected_res (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/spirv-tools/test/link/
Dmatching_imports_to_exports_test.cpp46 const std::string expected_res = in TEST_F() local
57 EXPECT_EQ(expected_res, res_body); in TEST_F()
72 const std::string expected_res = in TEST_F() local
81 EXPECT_EQ(expected_res, res_body); in TEST_F()
98 const std::string expected_res = R"(OpCapability Linkage in TEST_F() local
108 EXPECT_EQ(expected_res, res_body); in TEST_F()
277 const std::string expected_res = R"(OpCapability Kernel in TEST_F() local
293 EXPECT_EQ(expected_res, res_body); in TEST_F()
322 const std::string expected_res = in TEST_F() local
337 EXPECT_EQ(expected_res, res_body); in TEST_F()
[all …]
Dpartial_linkage_test.cpp49 const std::string expected_res = R"(OpCapability Linkage in TEST_F() local
61 EXPECT_EQ(expected_res, res_body); in TEST_F()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/link/
Dmatching_imports_to_exports_test.cpp46 const std::string expected_res = in TEST_F() local
57 EXPECT_EQ(expected_res, res_body); in TEST_F()
72 const std::string expected_res = in TEST_F() local
81 EXPECT_EQ(expected_res, res_body); in TEST_F()
98 const std::string expected_res = R"(OpCapability Linkage in TEST_F() local
108 EXPECT_EQ(expected_res, res_body); in TEST_F()
277 const std::string expected_res = R"(OpCapability Kernel in TEST_F() local
293 EXPECT_EQ(expected_res, res_body); in TEST_F()
322 const std::string expected_res = in TEST_F() local
337 EXPECT_EQ(expected_res, res_body); in TEST_F()
[all …]
Dpartial_linkage_test.cpp49 const std::string expected_res = R"(OpCapability Linkage in TEST_F() local
61 EXPECT_EQ(expected_res, res_body); in TEST_F()
/third_party/spirv-tools/test/link/
Dmatching_imports_to_exports_test.cpp52 const std::string expected_res = in TEST_F() local
66 EXPECT_EQ(expected_res, res_body); in TEST_F()
84 const std::string expected_res = in TEST_F() local
96 EXPECT_EQ(expected_res, res_body); in TEST_F()
116 const std::string expected_res = R"(OpCapability Linkage in TEST_F() local
129 EXPECT_EQ(expected_res, res_body); in TEST_F()
339 const std::string expected_res = R"(OpCapability Addresses in TEST_F() local
357 EXPECT_EQ(expected_res, res_body); in TEST_F()
392 const std::string expected_res = in TEST_F() local
410 EXPECT_EQ(expected_res, res_body); in TEST_F()
[all …]
Dpartial_linkage_test.cpp56 const std::string expected_res = R"(OpCapability Linkage in TEST_F() local
71 EXPECT_EQ(expected_res, res_body); in TEST_F()
/third_party/openssl/test/
Dparams_test.c568 int expected_res; member
622 if (a.expected_res) in check_int_from_text()
625 return !a.expected_res; in check_int_from_text()
638 if (res ^ a.expected_res) { in check_int_from_text()
640 "%d != %d", a.argname, a.strval, a.expected_res, res); in check_int_from_text()
655 return a.expected_res; in check_int_from_text()