Home
last modified time | relevance | path

Searched defs:test_client (Results 1 – 16 of 16) sorted by relevance

/external/rust/android-crates-io/crates/grpcio-sys/grpc/tools/run_tests/xds_k8s_test_driver/bin/
Drun_channelz.py90 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
/external/rust/android-crates-io/crates/axum/src/test_helpers/
Dmod.rs5 mod test_client; module
/external/grpc-grpc/src/python/grpcio_tests/tests/unit/
D_channel_args_test.py44 def test_client(self): member in ChannelArgsTest
/external/python/google-auth-library-python/tests_async/oauth2/
Dtest__client_async.py29 from tests.oauth2 import test__client as test_client unknown
/external/sdv/vsomeip/test/restart_routing_tests/
Drestart_routing_test_client.cpp153 routing_restart_test_client test_client; in TEST() local
/external/grpc-grpc/test/cpp/interop/
Dinterop_test.cc49 int test_client(const char* root, const char* host, int port) { in test_client() function
/external/pigweed/pw_rpc/pwpb/
Dcodegen_test.cc226 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
/external/grpc-grpc/src/python/grpcio_tests/tests_aio/unit/
Dchannel_argument_test.py124 async def test_client(self): member in TestChannelArgument
/external/sdv/vsomeip/test/e2e_tests/
De2e_profile_04_test_client.cpp229 e2e_profile_04_test_client test_client; in TEST() local
De2e_test_client.cpp248 e2e_test_client test_client(is_remote_test, remote_client_allowed); in TEST() local
/external/sdv/vsomeip/test/security_tests/
Dsecurity_test_client.cpp230 security_test_client test_client(is_remote_test, remote_client_allowed); in TEST() local
/external/rust/android-crates-io/crates/axum/src/extract/
Dhost.rs85 fn test_client() -> TestClient { in test_client() function
/external/pigweed/pw_rpc/nanopb/
Dcodegen_test.cc218 TestServiceClient test_client(context.client(), context.channel().id()); in TEST() local
258 TestServiceClient test_client(context.client(), context.channel().id()); in TEST() local
/external/igt-gpu-tools/tests/
Dvgem_basic.c65 static void test_client(int fd) in test_client() function
/external/rust/android-crates-io/crates/mls-rs/test_utils/src/
Dscenario_utils.rs164 let test_client = client in get_test_groups() localVariable
/external/python/cpython3/Lib/test/test_asyncio/
Dtest_ssl.py228 async def test_client(addr): function
1094 async def test_client(addr): function