Home
last modified time | relevance | path

Searched refs:expect_success (Results 1 – 17 of 17) sorted by relevance

/third_party/skia/third_party/externals/tint/src/reader/spirv/
Denum_converter_test.cc30 bool expect_success; member
35 << " expect_success?:" << int(psc.expect_success) in operator <<()
60 EXPECT_EQ(success_, params.expect_success); in TEST_P()
61 if (params.expect_success) { in TEST_P()
93 bool expect_success; member
98 << " expect_success?:" << int(scc.expect_success) in operator <<()
123 EXPECT_EQ(success_, params.expect_success); in TEST_P()
124 if (params.expect_success) { in TEST_P()
165 bool expect_success; member
170 << " expect_success?:" << int(bc.expect_success) in operator <<()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/
Dhex_float_test.cpp1104 bool expect_success; member
1114 EXPECT_NE(GetParam().expect_success, input.fail()) in TEST_P()
1117 if (GetParam().expect_success) { in TEST_P()
1181 EXPECT_NE(GetParam().expect_success, input.fail()) in TEST_P()
1184 if (GetParam().expect_success) { in TEST_P()
1221 bool expect_success; member
1232 EXPECT_NE(GetParam().expect_success, input.fail()); in TEST_P()
1233 if (GetParam().expect_success) { in TEST_P()
1259 EXPECT_NE(GetParam().expect_success, input.fail()); in TEST_P()
1260 if (GetParam().expect_success) { in TEST_P()
[all …]
/third_party/skia/third_party/externals/spirv-tools/test/
Dhex_float_test.cpp1104 bool expect_success; member
1114 EXPECT_NE(GetParam().expect_success, input.fail()) in TEST_P()
1117 if (GetParam().expect_success) { in TEST_P()
1181 EXPECT_NE(GetParam().expect_success, input.fail()) in TEST_P()
1184 if (GetParam().expect_success) { in TEST_P()
1221 bool expect_success; member
1232 EXPECT_NE(GetParam().expect_success, input.fail()); in TEST_P()
1233 if (GetParam().expect_success) { in TEST_P()
1259 EXPECT_NE(GetParam().expect_success, input.fail()); in TEST_P()
1260 if (GetParam().expect_success) { in TEST_P()
[all …]
/third_party/spirv-tools/test/
Dhex_float_test.cpp1104 bool expect_success; member
1114 EXPECT_NE(GetParam().expect_success, input.fail()) in TEST_P()
1117 if (GetParam().expect_success) { in TEST_P()
1181 EXPECT_NE(GetParam().expect_success, input.fail()) in TEST_P()
1184 if (GetParam().expect_success) { in TEST_P()
1221 bool expect_success; member
1232 EXPECT_NE(GetParam().expect_success, input.fail()); in TEST_P()
1233 if (GetParam().expect_success) { in TEST_P()
1259 EXPECT_NE(GetParam().expect_success, input.fail()); in TEST_P()
1260 if (GetParam().expect_success) { in TEST_P()
[all …]
/third_party/glslang/gtests/
DHexFloat.cpp1006 bool expect_success; member
1016 EXPECT_NE(GetParam().expect_success, input.fail()) in TEST_P()
1019 if (GetParam().expect_success) { in TEST_P()
1083 EXPECT_NE(GetParam().expect_success, input.fail()) in TEST_P()
1086 if (GetParam().expect_success) { in TEST_P()
1123 bool expect_success; member
1134 EXPECT_NE(GetParam().expect_success, input.fail()); in TEST_P()
1135 if (GetParam().expect_success) { in TEST_P()
1161 EXPECT_NE(GetParam().expect_success, input.fail()); in TEST_P()
1162 if (GetParam().expect_success) { in TEST_P()
[all …]
/third_party/skia/third_party/externals/spirv-tools/test/opt/
Dset_spec_const_default_value_test.cpp32 bool expect_success; member
43 if (tc.expect_success) { in TEST_P()
Dconvert_to_sampled_image_test.cpp32 bool expect_success; member
44 if (tc.expect_success) { in TEST_P()
/third_party/spirv-tools/test/opt/
Dset_spec_const_default_value_test.cpp32 bool expect_success; member
43 if (tc.expect_success) { in TEST_P()
Dconvert_to_sampled_image_test.cpp32 bool expect_success; member
44 if (tc.expect_success) { in TEST_P()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/
Dset_spec_const_default_value_test.cpp32 bool expect_success; member
43 if (tc.expect_success) { in TEST_P()
Dconvert_to_sampled_image_test.cpp32 bool expect_success; member
44 if (tc.expect_success) { in TEST_P()
/third_party/openssl/test/
Ddrbgtest.c180 static int test_drbg_reseed(int expect_success, in test_drbg_reseed() argument
193 int expected_state = (expect_success ? DRBG_READY : DRBG_ERROR); in test_drbg_reseed()
223 RANDOM_SIZE), expect_success) in test_drbg_reseed()
225 RANDOM_SIZE), expect_success)) in test_drbg_reseed()
262 if (expect_success == 1) { in test_drbg_reseed()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/val/
Dval_constants_test.cpp67 bool expect_success; member
77 if (GetParam().expect_success) { in TEST_P()
/third_party/skia/third_party/externals/spirv-tools/test/val/
Dval_constants_test.cpp67 bool expect_success; member
77 if (GetParam().expect_success) { in TEST_P()
/third_party/spirv-tools/test/val/
Dval_constants_test.cpp67 bool expect_success; member
77 if (GetParam().expect_success) { in TEST_P()
/third_party/python/Lib/test/
Dtest_ssl.py2848 def try_protocol_combo(server_protocol, client_protocol, expect_success, argument
2865 formatstr = (expect_success and " %s->%s %s\n") or " {%s->%s} %s\n"
2909 if expect_success:
2912 if expect_success or e.errno != errno.ECONNRESET:
2915 if not expect_success:
2920 elif (expect_success is not True
2921 and expect_success != stats['version']):
2923 % (expect_success, stats['version']))
3628 for (meth_name, send_meth, expect_success, args,
3647 if expect_success:
[all …]
/third_party/protobuf/src/google/protobuf/
Dmap_test.cc2410 bool expect_success = true; in TEST() local
2413 if (j != items - 1) expect_success = false; in TEST()
2414 if (expect_success) { in TEST()