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/
H A 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; global() member
245 bool expect_success; global() member
319 bool expect_success; global() member
[all...]
/third_party/spirv-tools/test/
H A 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()
1338 bool expect_success; global() member
[all...]
/third_party/skia/third_party/externals/spirv-tools/test/
H A 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()
1338 bool expect_success; global() member
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/
H A 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()
1338 bool expect_success; global() member
[all...]
/third_party/skia/third_party/externals/spirv-tools/test/opt/
H A Dconvert_to_sampled_image_test.cpp32 bool expect_success; member
44 if (tc.expect_success) { in TEST_P()
H A Dset_spec_const_default_value_test.cpp32 bool expect_success; member
43 if (tc.expect_success) { in TEST_P()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/
H A Dconvert_to_sampled_image_test.cpp32 bool expect_success; member
44 if (tc.expect_success) { in TEST_P()
H A Dset_spec_const_default_value_test.cpp32 bool expect_success; member
43 if (tc.expect_success) { in TEST_P()
/third_party/spirv-tools/test/opt/
H A Dconvert_to_sampled_image_test.cpp32 bool expect_success; member
44 if (tc.expect_success) { in TEST_P()
H A Dset_spec_const_default_value_test.cpp32 bool expect_success; member
43 if (tc.expect_success) { in TEST_P()
/third_party/openssl/test/
H A Ddrbgtest.c170 * |expect_success|: expected outcome (as reported by RAND_status())
180 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/glslang/gtests/
H A 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/val/
H A Dval_constants_test.cpp67 bool expect_success; member
77 if (GetParam().expect_success) { in TEST_P()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/val/
H A Dval_constants_test.cpp67 bool expect_success; member
77 if (GetParam().expect_success) { in TEST_P()
/third_party/spirv-tools/test/val/
H A Dval_constants_test.cpp67 bool expect_success; member
77 if (GetParam().expect_success) { in TEST_P()
/third_party/python/Lib/test/
H A Dtest_ssl.py2879 def try_protocol_combo(server_protocol, client_protocol, expect_success,
2883 If *expect_success* is true, assert that the connection succeeds,
2885 Also, if *expect_success* is a string, assert that it is the protocol
2896 formatstr = (expect_success and " %s->%s %s\n") or " {%s->%s} %s\n"
2940 if expect_success:
2943 if expect_success or e.errno != errno.ECONNRESET:
2946 if not expect_success:
2951 elif (expect_success is not True
2952 and expect_success != stats['version']):
2954 % (expect_success, stat
[all...]
/third_party/protobuf/src/google/protobuf/
H A 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()

Completed in 27 milliseconds