Searched defs:test_backend (Results 1 – 7 of 7) sorted by relevance
237 mod test_backend; module285 let test_backend = TestBackend::new(); in test_set_owner() localVariable301 let test_backend = TestBackend::new(); in test_set_features() localVariable344 let test_backend = TestBackend::new(); in test_client_server_process() localVariable
46 set(test_backend "${pw_unit_test_BACKEND}") variable
778 auto test_backend = std::make_unique<TestQuicSimpleServerBackend>(); in TEST_P() local887 auto test_backend = std::make_unique<TestQuicSimpleServerBackend>(); in TEST_P() local
109 static void test_backend (backend_t backend, in test_backend() function
243 static void test_backend (backend_t backend, in test_backend() function
108 static void test_backend (backend_t backend, in test_backend() function
4452 def test_backend(gm: torch.fx.GraphModule, example_inputs): function