Home
last modified time | relevance | path

Searched refs:test_backend (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/crosvm/third_party/vmm_vhost/src/
H A Dlib.rs237 mod test_backend; module
250 use crate::test_backend::TestBackend;
251 use crate::test_backend::VIRTIO_FEATURES;
285 let test_backend = TestBackend::new(); in test_set_owner() localVariable
286 let (backend_client, mut backend_server) = create_client_server_pair(test_backend); in test_set_owner()
301 let test_backend = TestBackend::new(); in test_set_features() localVariable
302 let (mut backend_client, mut backend_server) = create_client_server_pair(test_backend); in test_set_features()
344 let test_backend = TestBackend::new(); in test_client_server_process() localVariable
345 let (mut backend_client, mut backend_server) = create_client_server_pair(test_backend); in test_client_server_process()
H A Dbackend_server.rs911 use crate::test_backend::TestBackend;
/aosp_15_r20/external/pigweed/targets/host/
H A Dpw_add_test_executable.cmake46 set(test_backend "${pw_unit_test_BACKEND}") variable
48 if("${test_backend}" STREQUAL "pw_unit_test.light")
50 elseif("${test_backend}" STREQUAL "pw_unit_test.googletest")
52 elseif("${test_backend}" STREQUAL "pw_third_party.fuzztest")
/aosp_15_r20/external/harfbuzz_ng/perf/
H A Dbenchmark-font.cc243 static void test_backend (backend_t backend, in test_backend() function
275 test_backend (HARFBUZZ, "hb", is_var, op, op_name, time_unit, test_input); in test_operation()
277 test_backend (FREETYPE, "ft", is_var, op, op_name, time_unit, test_input); in test_operation()
280 test_backend (CORETEXT, "coretext", is_var, op, op_name, time_unit, test_input); in test_operation()
H A Dbenchmark-shape.cc109 static void test_backend (backend_t backend, in test_backend() function
153 test_backend (HARFBUZZ, "hb", is_var, test_input); in main()
155 test_backend (FREETYPE, "ft", is_var, test_input); in main()
/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
203 test_backend (HARFBUZZ, "hb", is_var, test_input); in main()
205 test_backend (FREETYPE, "ft", is_var, test_input); in main()
/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
779 TestQuicSimpleServerBackend* test_backend_ptr = test_backend.get(); in TEST_P()
780 ReplaceBackend(std::move(test_backend)); in TEST_P()
887 auto test_backend = std::make_unique<TestQuicSimpleServerBackend>(); in TEST_P() local
888 TestQuicSimpleServerBackend* test_backend_ptr = test_backend.get(); in TEST_P()
889 ReplaceBackend(std::move(test_backend)); in TEST_P()
/aosp_15_r20/external/pytorch/test/cpp/jit/
H A DCMakeLists.txt49 ${JIT_TEST_ROOT}/test_backend.cpp
/aosp_15_r20/external/pigweed/pw_tokenizer/
H A DBUILD.bazel74 name = "test_backend",
/aosp_15_r20/external/pytorch/test/dynamo/
H A Dtest_export.py4452 def test_backend(gm: torch.fx.GraphModule, example_inputs): function
4463 opt_gm_edit = torch.compile(gm_edit, backend=test_backend)