Home
last modified time | relevance | path

Searched defs:fixture (Results 1 – 25 of 160) sorted by relevance

1234567

/third_party/boost/libs/gil/test/core/color_base/
Dhomogeneous_color_base.cpp38 using fixture = color_base<1>; in test_homogeneous_color_base_1_default_constructor() typedef
46 using fixture = color_base<1>; in test_homogeneous_color_base_1_value_constructor() typedef
54 using fixture = color_base<2>; in test_homogeneous_color_base_2_default_constructor() typedef
62 using fixture = color_base<2>; in test_homogeneous_color_base_2_value_constructor() typedef
70 using fixture = color_base<3>; in test_homogeneous_color_base_3_default_constructor() typedef
79 using fixture = color_base<3>; in test_homogeneous_color_base_3_value_constructor() typedef
88 using fixture = color_base<4>; in test_homogeneous_color_base_4_default_constructor() typedef
98 using fixture = color_base<4>; in test_homogeneous_color_base_4_value_constructor() typedef
108 using fixture = color_base<5>; in test_homogeneous_color_base_5_default_constructor() typedef
119 using fixture = color_base<5>; in test_homogeneous_color_base_5_value_constructor() typedef
/third_party/grpc/test/core/tsi/
Dfake_transport_security_test.cc37 static void fake_test_setup_handshakers(tsi_test_fixture* fixture) { in fake_test_setup_handshakers()
61 static void fake_test_check_handshaker_peers(tsi_test_fixture* fixture) { in fake_test_check_handshaker_peers()
81 tsi_test_fixture* fixture = fake_tsi_test_fixture_create(); in fake_tsi_test_do_handshake_tiny_handshake_buffer() local
88 tsi_test_fixture* fixture = fake_tsi_test_fixture_create(); in fake_tsi_test_do_handshake_small_handshake_buffer() local
95 tsi_test_fixture* fixture = fake_tsi_test_fixture_create(); in fake_tsi_test_do_handshake() local
110 tsi_test_fixture* fixture = fake_tsi_test_fixture_create(); in fake_tsi_test_do_round_trip_for_all_configs() local
131 tsi_test_fixture* fixture = fake_tsi_test_fixture_create(); in fake_tsi_test_do_round_trip_odd_buffer_size() local
Dtransport_security_test_lib.cc30 static void notification_signal(tsi_test_fixture* fixture) { in notification_signal()
37 static void notification_wait(tsi_test_fixture* fixture) { in notification_wait()
47 tsi_test_fixture* fixture; member
56 static handshaker_args* handshaker_args_create(tsi_test_fixture* fixture, in handshaker_args_create()
79 static void setup_handshakers(tsi_test_fixture* fixture) { in setup_handshakers()
86 static void check_unused_bytes(tsi_test_fixture* fixture) { in check_unused_bytes()
105 static void check_handshake_results(tsi_test_fixture* fixture) { in check_handshake_results()
146 tsi_test_fixture* fixture = args->fixture; in maybe_append_unused_bytes() local
298 tsi_test_fixture* fixture = args->fixture; in on_handshake_next_done() local
342 tsi_test_fixture* fixture = args->fixture; in is_handshake_finished_properly() local
[all …]
Dssl_transport_security_test.cc105 static void ssl_test_setup_handshakers(tsi_test_fixture* fixture) { in ssl_test_setup_handshakers()
320 static void ssl_test_check_handshaker_peers(tsi_test_fixture* fixture) { in ssl_test_check_handshaker_peers()
373 static void ssl_test_destruct(tsi_test_fixture* fixture) { in ssl_test_destruct()
510 tsi_test_fixture* fixture = ssl_tsi_test_fixture_create(); in ssl_tsi_test_do_handshake_tiny_handshake_buffer() local
521 tsi_test_fixture* fixture = ssl_tsi_test_fixture_create(); in ssl_tsi_test_do_handshake_small_handshake_buffer() local
529 tsi_test_fixture* fixture = ssl_tsi_test_fixture_create(); in ssl_tsi_test_do_handshake() local
536 tsi_test_fixture* fixture = ssl_tsi_test_fixture_create(); in ssl_tsi_test_do_handshake_with_root_store() local
546 tsi_test_fixture* fixture = ssl_tsi_test_fixture_create(); in ssl_tsi_test_do_handshake_with_client_authentication() local
558 tsi_test_fixture* fixture = ssl_tsi_test_fixture_create(); in ssl_tsi_test_do_handshake_with_client_authentication_and_root_store() local
571 tsi_test_fixture* fixture = ssl_tsi_test_fixture_create(); in ssl_tsi_test_do_handshake_with_server_name_indication_exact_domain() local
[all …]
/third_party/boost/libs/numeric/ublas/test/tensor/
Dtest_operators_comparison.cpp26 struct fixture { struct
28 fixture() in fixture() function
48 BOOST_FIXTURE_TEST_CASE_TEMPLATE( test_tensor_comparison, value, test_types, fixture) in BOOST_FIXTURE_TEST_CASE_TEMPLATE() argument
105 …RE_TEST_CASE_TEMPLATE( test_tensor_comparison_with_tensor_expressions, value, test_types, fixture) in BOOST_FIXTURE_TEST_CASE_TEMPLATE() argument
176 BOOST_FIXTURE_TEST_CASE_TEMPLATE( test_tensor_comparison_with_scalar, value, test_types, fixture) in BOOST_FIXTURE_TEST_CASE_TEMPLATE() argument
Dtest_expression.cpp28 struct fixture struct
31 fixture() in fixture() argument
55 BOOST_FIXTURE_TEST_CASE_TEMPLATE( test_tensor_expression_access, value, test_types, fixture) in BOOST_FIXTURE_TEST_CASE_TEMPLATE() argument
80 BOOST_FIXTURE_TEST_CASE_TEMPLATE( test_tensor_unary_expression, value, test_types, fixture) in BOOST_FIXTURE_TEST_CASE_TEMPLATE() argument
118 BOOST_FIXTURE_TEST_CASE_TEMPLATE( test_tensor_binary_expression, value, test_types, fixture) in BOOST_FIXTURE_TEST_CASE_TEMPLATE() argument
Dtest_tensor.cpp73 struct fixture struct
76 fixture() in fixture() argument
94 BOOST_FIXTURE_TEST_CASE_TEMPLATE( test_tensor_ctor_extents, value, test_types, fixture ) in BOOST_FIXTURE_TEST_CASE_TEMPLATE() argument
120 BOOST_FIXTURE_TEST_CASE_TEMPLATE( test_tensor_copy_ctor, value, test_types, fixture ) in BOOST_FIXTURE_TEST_CASE_TEMPLATE() argument
154 BOOST_FIXTURE_TEST_CASE_TEMPLATE( test_tensor_copy_ctor_layout, value, test_types, fixture ) in BOOST_FIXTURE_TEST_CASE_TEMPLATE() argument
185 BOOST_FIXTURE_TEST_CASE_TEMPLATE( test_tensor_copy_move_ctor, value, test_types, fixture ) in BOOST_FIXTURE_TEST_CASE_TEMPLATE() argument
215 BOOST_FIXTURE_TEST_CASE_TEMPLATE( test_tensor_ctor_extents_init, value, test_types, fixture ) in BOOST_FIXTURE_TEST_CASE_TEMPLATE() argument
238 BOOST_FIXTURE_TEST_CASE_TEMPLATE( test_tensor_ctor_extents_array, value, test_types, fixture) in BOOST_FIXTURE_TEST_CASE_TEMPLATE() argument
264 …IXTURE_TEST_CASE_TEMPLATE( test_tensor_read_write_single_index_access, value, test_types, fixture) in BOOST_FIXTURE_TEST_CASE_TEMPLATE() argument
286 …TURE_TEST_CASE_TEMPLATE( test_tensor_read_write_multi_index_access_at, value, test_types, fixture) in BOOST_FIXTURE_TEST_CASE_TEMPLATE() argument
[all …]
Dtest_expression_evaluation.cpp25 struct fixture struct
28 fixture() in fixture() argument
53 …T_FIXTURE_TEST_CASE_TEMPLATE( test_tensor_expression_retrieve_extents, value, test_types, fixture) in BOOST_FIXTURE_TEST_CASE_TEMPLATE() argument
144 …_FIXTURE_TEST_CASE_TEMPLATE( test_tensor_expression_all_extents_equal, value, test_types, fixture) in BOOST_FIXTURE_TEST_CASE_TEMPLATE() argument
Dtest_operators_arithmetic.cpp25 struct fixture struct
28 fixture() in fixture() argument
49 …_FIXTURE_TEST_CASE_TEMPLATE( test_tensor_binary_arithmetic_operations, value, test_types, fixture) in BOOST_FIXTURE_TEST_CASE_TEMPLATE() argument
118 …T_FIXTURE_TEST_CASE_TEMPLATE( test_tensor_unary_arithmetic_operations, value, test_types, fixture) in BOOST_FIXTURE_TEST_CASE_TEMPLATE() argument
181 …_FIXTURE_TEST_CASE_TEMPLATE( test_tensor_assign_arithmetic_operations, value, test_types, fixture) in BOOST_FIXTURE_TEST_CASE_TEMPLATE() argument
Dtest_tensor_matrix_vector.cpp98 struct fixture struct
101 fixture() in fixture() argument
119 BOOST_FIXTURE_TEST_CASE_TEMPLATE( test_tensor_matrix_copy_ctor_extents, value, test_types, fixture in BOOST_FIXTURE_TEST_CASE_TEMPLATE() argument
141 BOOST_FIXTURE_TEST_CASE_TEMPLATE( test_tensor_vector_copy_ctor_extents, value, test_types, fixture in BOOST_FIXTURE_TEST_CASE_TEMPLATE() argument
167 BOOST_FIXTURE_TEST_CASE_TEMPLATE( test_tensor_matrix_copy_assignment, value, test_types, fixture ) in BOOST_FIXTURE_TEST_CASE_TEMPLATE() argument
202 BOOST_FIXTURE_TEST_CASE_TEMPLATE( test_tensor_vector_copy_assignment, value, test_types, fixture ) in BOOST_FIXTURE_TEST_CASE_TEMPLATE() argument
234 BOOST_FIXTURE_TEST_CASE_TEMPLATE( test_tensor_matrix_move_assignment, value, test_types, fixture ) in BOOST_FIXTURE_TEST_CASE_TEMPLATE() argument
272 BOOST_FIXTURE_TEST_CASE_TEMPLATE( test_tensor_vector_move_assignment, value, test_types, fixture ) in BOOST_FIXTURE_TEST_CASE_TEMPLATE() argument
309 BOOST_FIXTURE_TEST_CASE_TEMPLATE( test_tensor_matrix_expressions, value, test_types, fixture ) in BOOST_FIXTURE_TEST_CASE_TEMPLATE() argument
368 BOOST_FIXTURE_TEST_CASE_TEMPLATE( test_tensor_vector_expressions, value, test_types, fixture ) in BOOST_FIXTURE_TEST_CASE_TEMPLATE() argument
[all …]
Dtest_algorithms.cpp32 struct fixture struct
35 fixture() in fixture() function
54 BOOST_FIXTURE_TEST_CASE_TEMPLATE( test_tensor_algorithms_copy, value, test_types2, fixture ) in BOOST_FIXTURE_TEST_CASE_TEMPLATE() argument
122 BOOST_FIXTURE_TEST_CASE_TEMPLATE( test_tensor_algorithms_transform, value, test_types2, fixture ) in BOOST_FIXTURE_TEST_CASE_TEMPLATE() argument
155 BOOST_FIXTURE_TEST_CASE_TEMPLATE( test_tensor_algorithms_accumulate, value, test_types2, fixture ) in BOOST_FIXTURE_TEST_CASE_TEMPLATE() argument
216 BOOST_FIXTURE_TEST_CASE_TEMPLATE( test_tensor_algorithms_trans, value, test_types, fixture ) in BOOST_FIXTURE_TEST_CASE_TEMPLATE() argument
Dtest_functions.cpp32 struct fixture struct
35 fixture() in fixture() argument
54 BOOST_FIXTURE_TEST_CASE_TEMPLATE( test_tensor_prod_vector, value, test_types, fixture ) in BOOST_FIXTURE_TEST_CASE_TEMPLATE() argument
83 BOOST_FIXTURE_TEST_CASE_TEMPLATE( test_tensor_prod_matrix, value, test_types, fixture ) in BOOST_FIXTURE_TEST_CASE_TEMPLATE() argument
111 BOOST_FIXTURE_TEST_CASE_TEMPLATE( test_tensor_prod_tensor_1, value, test_types, fixture ) in BOOST_FIXTURE_TEST_CASE_TEMPLATE() argument
149 BOOST_FIXTURE_TEST_CASE_TEMPLATE( test_tensor_prod_tensor_2, value, test_types, fixture ) in BOOST_FIXTURE_TEST_CASE_TEMPLATE() argument
221 BOOST_FIXTURE_TEST_CASE_TEMPLATE( test_tensor_inner_prod, value, test_types, fixture ) in BOOST_FIXTURE_TEST_CASE_TEMPLATE() argument
243 BOOST_FIXTURE_TEST_CASE_TEMPLATE( test_tensor_norm, value, test_types, fixture ) in BOOST_FIXTURE_TEST_CASE_TEMPLATE() argument
273 BOOST_FIXTURE_TEST_CASE( test_tensor_real_imag_conj, fixture ) in BOOST_FIXTURE_TEST_CASE() argument
353 BOOST_FIXTURE_TEST_CASE_TEMPLATE( test_tensor_outer_prod, value, test_types, fixture ) in BOOST_FIXTURE_TEST_CASE_TEMPLATE() argument
[all …]
Dtest_extents.cpp64 struct fixture { struct
66 fixture() : extents{ in fixture() argument
88 BOOST_FIXTURE_TEST_CASE(test_extents_access, fixture, *boost::unit_test::label("extents") *boost::u… argument
Dtest_multiplication.cpp33 struct fixture struct
36 fixture() in fixture() argument
55 BOOST_FIXTURE_TEST_CASE_TEMPLATE(test_tensor_mtv, value, test_types, fixture ) in BOOST_FIXTURE_TEST_CASE_TEMPLATE() argument
104 BOOST_FIXTURE_TEST_CASE_TEMPLATE( test_tensor_mtm, value, test_types, fixture ) in BOOST_FIXTURE_TEST_CASE_TEMPLATE() argument
146 BOOST_FIXTURE_TEST_CASE_TEMPLATE( test_tensor_ttv, value, test_types, fixture ) in BOOST_FIXTURE_TEST_CASE_TEMPLATE() argument
191 BOOST_FIXTURE_TEST_CASE_TEMPLATE( test_tensor_ttm, value, test_types, fixture ) in BOOST_FIXTURE_TEST_CASE_TEMPLATE() argument
230 BOOST_FIXTURE_TEST_CASE_TEMPLATE( test_tensor_ttt_permutation, value, test_types, fixture ) in BOOST_FIXTURE_TEST_CASE_TEMPLATE() argument
338 BOOST_FIXTURE_TEST_CASE_TEMPLATE( test_tensor_ttt, value, test_types, fixture ) in BOOST_FIXTURE_TEST_CASE_TEMPLATE() argument
421 BOOST_FIXTURE_TEST_CASE_TEMPLATE( test_tensor_inner, value, test_types, fixture ) in BOOST_FIXTURE_TEST_CASE_TEMPLATE() argument
447 BOOST_FIXTURE_TEST_CASE_TEMPLATE( test_tensor_outer, value, test_types, fixture ) in BOOST_FIXTURE_TEST_CASE_TEMPLATE() argument
/third_party/flutter/skia/third_party/externals/harfbuzz/test/api/
Dtest-blob.c101 free_up (fixture_t *fixture) in free_up()
108 free_up_free (fixture_t *fixture) in free_up_free()
135 free_up_munmap (fixture_t *fixture) in free_up_munmap()
144 fixture_init (fixture_t *fixture, gconstpointer user_data) in fixture_init()
198 fixture_finish (fixture_t *fixture, gconstpointer user_data HB_UNUSED) in fixture_finish()
206 test_blob (fixture_t *fixture, gconstpointer user_data) in test_blob()
265 test_blob_subblob (fixture_t *fixture, gconstpointer user_data) in test_blob_subblob()
/third_party/skia/third_party/externals/harfbuzz/test/api/
Dtest-blob.c101 free_up (fixture_t *fixture) in free_up()
108 free_up_free (fixture_t *fixture) in free_up_free()
135 free_up_munmap (fixture_t *fixture) in free_up_munmap()
144 fixture_init (fixture_t *fixture, gconstpointer user_data) in fixture_init()
198 fixture_finish (fixture_t *fixture, gconstpointer user_data HB_UNUSED) in fixture_finish()
206 test_blob (fixture_t *fixture, gconstpointer user_data) in test_blob()
265 test_blob_subblob (fixture_t *fixture, gconstpointer user_data) in test_blob_subblob()
/third_party/harfbuzz/test/api/
Dtest-blob.c101 free_up (fixture_t *fixture) in free_up()
108 free_up_free (fixture_t *fixture) in free_up_free()
135 free_up_munmap (fixture_t *fixture) in free_up_munmap()
144 fixture_init (fixture_t *fixture, gconstpointer user_data) in fixture_init()
198 fixture_finish (fixture_t *fixture, gconstpointer user_data HB_UNUSED) in fixture_finish()
206 test_blob (fixture_t *fixture, gconstpointer user_data) in test_blob()
265 test_blob_subblob (fixture_t *fixture, gconstpointer user_data) in test_blob_subblob()
/third_party/glib/gio/tests/
Dmimeapps.c109 setup (Fixture *fixture, in setup()
197 teardown (Fixture *fixture, in teardown()
204 test_mime_api (Fixture *fixture, in test_mime_api()
294 test_mime_file (Fixture *fixture, in test_mime_file()
414 test_mime_default (Fixture *fixture, in test_mime_default()
492 test_mime_default_last_used (Fixture *fixture, in test_mime_default_last_used()
589 test_scheme_handler (Fixture *fixture, in test_scheme_handler()
605 test_mime_ignore_nonexisting (Fixture *fixture, in test_mime_ignore_nonexisting()
615 test_all (Fixture *fixture, in test_all()
Dgdbus-test-fixture.c15 fixture_setup (TestFixture *fixture, gconstpointer unused) in fixture_setup()
51 fixture_teardown (TestFixture *fixture, gconstpointer unused) in fixture_teardown()
69 test_gtest_dbus (TestFixture *fixture, gconstpointer unused) in test_gtest_dbus()
Dnetwork-address.c795 happy_eyeballs_setup (HappyEyeballsFixture *fixture, in happy_eyeballs_setup()
826 happy_eyeballs_teardown (HappyEyeballsFixture *fixture, in happy_eyeballs_teardown()
844 test_happy_eyeballs_basic (HappyEyeballsFixture *fixture, in test_happy_eyeballs_basic()
861 test_happy_eyeballs_parallel (HappyEyeballsFixture *fixture, in test_happy_eyeballs_parallel()
894 test_happy_eyeballs_slow_ipv4 (HappyEyeballsFixture *fixture, in test_happy_eyeballs_slow_ipv4()
911 test_happy_eyeballs_slow_ipv6 (HappyEyeballsFixture *fixture, in test_happy_eyeballs_slow_ipv6()
928 test_happy_eyeballs_very_slow_ipv6 (HappyEyeballsFixture *fixture, in test_happy_eyeballs_very_slow_ipv6()
945 test_happy_eyeballs_slow_connection_and_ipv4 (HappyEyeballsFixture *fixture, in test_happy_eyeballs_slow_connection_and_ipv4()
964 test_happy_eyeballs_ipv6_error_ipv4_first (HappyEyeballsFixture *fixture, in test_happy_eyeballs_ipv6_error_ipv4_first()
986 test_happy_eyeballs_ipv6_error_ipv6_first (HappyEyeballsFixture *fixture, in test_happy_eyeballs_ipv6_error_ipv6_first()
[all …]
Dappmonitor.c10 setup (Fixture *fixture, in setup()
20 teardown (Fixture *fixture, in teardown()
74 test_app_monitor (Fixture *fixture, in test_app_monitor()
/third_party/node/deps/npm/test/tap/
Dci.js51 const fixture = new Tacks(Dir({ constant
79 const fixture = new Tacks(Dir({ constant
147 const fixture = new Tacks(Dir({ constant
193 const fixture = new Tacks(Dir({ constant
238 const fixture = new Tacks(Dir({ constant
314 const fixture = new Tacks(Dir({ constant
Dall-package-metadata-cache-stream-unit.js36 const fixture = new Tacks(File({ constant
70 const fixture = new Tacks(File({})) constant
85 const fixture = new Tacks(File({ constant
/third_party/node/test/parallel/
Dtest-process-uncaught-exception-monitor.js10 const fixture = fixtures.path('uncaught-exceptions', 'uncaught-monitor1.js'); constant
27 const fixture = fixtures.path('uncaught-exceptions', 'uncaught-monitor2.js'); constant
/third_party/grpc/test/core/tsi/alts/zero_copy_frame_protector/
Dalts_grpc_record_protocol_test.cc114 alts_grpc_record_protocol_test_fixture* fixture = in test_fixture_integrity_only_create() local
172 alts_grpc_record_protocol_test_fixture* fixture = in test_fixture_privacy_integrity_create() local
224 alts_grpc_record_protocol_test_fixture* fixture) { in alts_grpc_record_protocol_test_fixture_destroy()
397 alts_grpc_record_protocol_test_fixture* fixture) { in alts_grpc_record_protocol_random_seal_unseal_tests()
403 alts_grpc_record_protocol_test_fixture* fixture) { in alts_grpc_record_protocol_empty_seal_unseal_tests()
409 alts_grpc_record_protocol_test_fixture* fixture) { in alts_grpc_record_protocol_unsync_seal_unseal_tests()
415 alts_grpc_record_protocol_test_fixture* fixture) { in alts_grpc_record_protocol_corrupted_data_tests()
421 alts_grpc_record_protocol_test_fixture* fixture) { in alts_grpc_record_protocol_input_check_tests()

1234567