Home
last modified time | relevance | path

Searched refs:expect_success (Results 1 – 21 of 21) 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/grpc/src/python/grpcio_tests/tests/unit/
D_server_ssl_cert_config_test.py77 def _create_client_stub(channel, expect_success): argument
78 if expect_success:
153 def _perform_rpc(self, client_stub, expect_success): argument
158 if expect_success:
174 expect_success, argument
183 client_stub = _create_client_stub(client_channel, expect_success)
184 self._perform_rpc(client_stub, expect_success)
/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/flutter/skia/third_party/externals/spirv-tools/test/
Dhex_float_test.cpp1009 bool expect_success; member
1019 EXPECT_NE(GetParam().expect_success, input.fail()) in TEST_P()
1022 if (GetParam().expect_success) { in TEST_P()
1086 EXPECT_NE(GetParam().expect_success, input.fail()) in TEST_P()
1089 if (GetParam().expect_success) { in TEST_P()
1126 bool expect_success; member
1137 EXPECT_NE(GetParam().expect_success, input.fail()); in TEST_P()
1138 if (GetParam().expect_success) { in TEST_P()
1164 EXPECT_NE(GetParam().expect_success, input.fail()); in TEST_P()
1165 if (GetParam().expect_success) { in TEST_P()
[all …]
/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()
/third_party/flutter/skia/third_party/externals/spirv-tools/test/opt/
Dset_spec_const_default_value_test.cpp31 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/
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/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/boost/libs/config/tools/
Dgenerate.cpp125 bool expect_success) in write_test_file() argument
137 if(expect_success) in write_test_file()
167 if(positive_test != expect_success) in write_test_file()
172 if(expect_success) in write_test_file()
/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/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/openssl/test/
Ddrbgtest.c584 static int test_drbg_reseed(int expect_success, in test_drbg_reseed() argument
596 int expected_state = (expect_success ? DRBG_READY : DRBG_ERROR); in test_drbg_reseed()
622 if (!TEST_int_eq(RAND_bytes(buf, sizeof(buf)), expect_success) in test_drbg_reseed()
623 || !TEST_int_eq(RAND_priv_bytes(buf, sizeof(buf)), expect_success)) in test_drbg_reseed()
656 if (expect_success == 1) { in test_drbg_reseed()
/third_party/grpc/test/cpp/end2end/
Dcfstream_test.cc162 bool expect_success = false) { in SendRpc() argument
177 if (expect_success) { in SendRpc()
/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()