/aosp_15_r20/frameworks/native/libs/binder/rust/tests/ |
H A D | integration.rs | 577 let test_client: Strong<dyn ITest> = in trivial_client() localVariable 586 let test_client: Strong<dyn IATest<Tokio>> = binder_tokio::get_interface(service_name) in trivial_client_async() localVariable 596 let test_client: Strong<dyn ITest> = in wait_for_trivial_client() localVariable 605 let test_client: Strong<dyn IATest<Tokio>> = binder_tokio::wait_for_interface(service_name) in wait_for_trivial_client_async() localVariable 629 let test_client: Strong<dyn ITest> = in get_selinux_context() localVariable 638 let test_client: Strong<dyn IATest<Tokio>> = binder_tokio::get_interface(service_name) in get_selinux_context_async() localVariable 651 let test_client: Strong<dyn ITest> = in get_selinux_context_sync_to_async() localVariable 653 let test_client = test_client.into_async::<Tokio>(); in get_selinux_context_sync_to_async() localVariable 664 let test_client: Strong<dyn IATest<Tokio>> = binder_tokio::get_interface(service_name) in get_selinux_context_async_to_sync() localVariable 667 let test_client = test_client.into_sync(); in get_selinux_context_async_to_sync() localVariable [all …]
|
/aosp_15_r20/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/ |
D | HostapdHalHidlImpTest.java | 963 MacAddress test_client = MacAddress.fromString("da:a1:19:0:0:0"); in testForceClientDisconnectSuccess() local 978 MacAddress test_client = MacAddress.fromString("da:a1:19:0:0:0"); in testForceClientDisconnectFailureDueToInvalidArg() local 998 MacAddress test_client = MacAddress.fromString("da:a1:19:0:0:0"); in testForceClientDisconnectFailure() local 1016 MacAddress test_client = MacAddress.fromString("da:a1:19:0:0:0"); in testforceClientDisconnectRemoteException() local 1031 MacAddress test_client = MacAddress.fromString("da:a1:19:0:0:0"); in testforceClientDisconnectHIDLNotSupport() local
|
D | HostapdHalAidlImpTest.java | 693 MacAddress test_client = MacAddress.fromString("da:a1:19:0:0:0"); in testForceClientDisconnectSuccess() local 711 MacAddress test_client = MacAddress.fromString("da:a1:19:0:0:0"); in testForceClientDisconnectFailureDueToInvalidArg() local 730 MacAddress test_client = MacAddress.fromString("da:a1:19:0:0:0"); in testforceClientDisconnectServiceException() local 749 MacAddress test_client = MacAddress.fromString("da:a1:19:0:0:0"); in testforceClientDisconnectRemoteException() local
|
D | HostapdHalTest.java | 229 MacAddress test_client = MacAddress.fromString("da:a1:19:0:0:0"); in testForceClientDisconnect() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/tools/run_tests/xds_k8s_test_driver/bin/ |
D | run_channelz.py | 90 def debug_security_setup_negative(test_client): argument 135 def debug_security_setup_positive(test_client, test_server): argument 162 def debug_basic_setup(test_client, test_server): argument
|
/aosp_15_r20/external/pigweed/pw_rpc/pwpb/ |
H A D | codegen_test.cc | 226 TestServiceClient test_client(context.client(), context.channel().id()); in TEST() local 269 test::pw_rpc::pwpb::TestService::DynamicClient test_client( in TEST() local 313 TestServiceClient test_client(context.client(), context.channel().id()); in TEST() local
|
/aosp_15_r20/external/pigweed/pw_rpc/nanopb/ |
H A D | codegen_test.cc | 218 TestServiceClient test_client(context.client(), context.channel().id()); in TEST() local 258 TestServiceClient test_client(context.client(), context.channel().id()); in TEST() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/axum/src/test_helpers/ |
D | mod.rs | 5 mod test_client; module
|
/aosp_15_r20/external/grpc-grpc/src/python/grpcio_tests/tests/unit/ |
H A D | _channel_args_test.py | 44 def test_client(self): member in ChannelArgsTest
|
/aosp_15_r20/external/python/google-auth-library-python/tests_async/oauth2/ |
D | test__client_async.py | 29 from tests.oauth2 import test__client as test_client unknown
|
/aosp_15_r20/external/grpc-grpc/test/cpp/interop/ |
H A D | interop_test.cc | 49 int test_client(const char* root, const char* host, int port) { in test_client() function
|
/aosp_15_r20/external/sdv/vsomeip/test/restart_routing_tests/ |
D | restart_routing_test_client.cpp | 153 routing_restart_test_client test_client; in TEST() local
|
/aosp_15_r20/external/grpc-grpc/src/python/grpcio_tests/tests_aio/unit/ |
H A D | channel_argument_test.py | 124 async def test_client(self): member in TestChannelArgument
|
/aosp_15_r20/external/sdv/vsomeip/test/e2e_tests/ |
D | e2e_profile_04_test_client.cpp | 229 e2e_profile_04_test_client test_client; in TEST() local
|
D | e2e_test_client.cpp | 248 e2e_test_client test_client(is_remote_test, remote_client_allowed); in TEST() local
|
/aosp_15_r20/external/sdv/vsomeip/test/security_tests/ |
D | security_test_client.cpp | 230 security_test_client test_client(is_remote_test, remote_client_allowed); in TEST() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/axum/src/extract/ |
D | host.rs | 85 fn test_client() -> TestClient { in test_client() function
|
/aosp_15_r20/external/igt-gpu-tools/tests/ |
H A D | vgem_basic.c | 65 static void test_client(int fd) in test_client() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/test_utils/src/ |
D | scenario_utils.rs | 164 let test_client = client in get_test_groups() localVariable
|
/aosp_15_r20/external/python/cpython3/Lib/test/test_asyncio/ |
D | test_ssl.py | 225 async def test_client(addr): function 1091 async def test_client(addr): function
|