/aosp_15_r20/external/crosvm/third_party/vmm_vhost/src/ |
H A D | lib.rs | 237 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 D | backend_server.rs | 911 use crate::test_backend::TestBackend;
|
/aosp_15_r20/external/pigweed/targets/host/ |
H A D | pw_add_test_executable.cmake | 46 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 D | benchmark-font.cc | 243 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 D | benchmark-shape.cc | 109 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 D | hb-shape-threads.cc | 108 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 D | quic_simple_server_stream_test.cc | 778 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 D | CMakeLists.txt | 49 ${JIT_TEST_ROOT}/test_backend.cpp
|
/aosp_15_r20/external/pigweed/pw_tokenizer/ |
H A D | BUILD.bazel | 74 name = "test_backend",
|
/aosp_15_r20/external/pytorch/test/dynamo/ |
H A D | test_export.py | 4452 def test_backend(gm: torch.fx.GraphModule, example_inputs): function 4463 opt_gm_edit = torch.compile(gm_edit, backend=test_backend)
|