Home
last modified time | relevance | path

Searched defs:test_backend (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/crosvm/third_party/vmm_vhost/src/
H A Dlib.rs237 mod test_backend; module
285 let test_backend = TestBackend::new(); in test_set_owner() localVariable
301 let test_backend = TestBackend::new(); in test_set_features() localVariable
344 let test_backend = TestBackend::new(); in test_client_server_process() localVariable
/aosp_15_r20/external/pigweed/targets/host/
H A Dpw_add_test_executable.cmake46 set(test_backend "${pw_unit_test_BACKEND}") variable
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/tools/
H A Dquic_simple_server_stream_test.cc778 auto test_backend = std::make_unique<TestQuicSimpleServerBackend>(); in TEST_P() local
887 auto test_backend = std::make_unique<TestQuicSimpleServerBackend>(); in TEST_P() local
/aosp_15_r20/external/harfbuzz_ng/perf/
H A Dbenchmark-shape.cc109 static void test_backend (backend_t backend, in test_backend() function
H A Dbenchmark-font.cc243 static void test_backend (backend_t backend, in test_backend() function
/aosp_15_r20/external/harfbuzz_ng/test/threads/
H A Dhb-shape-threads.cc108 static void test_backend (backend_t backend, in test_backend() function
/aosp_15_r20/external/pytorch/test/dynamo/
H A Dtest_export.py4452 def test_backend(gm: torch.fx.GraphModule, example_inputs): function