Home
last modified time | relevance | path

Searched defs:_CLIENT_PATH (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/grpc-grpc/src/python/grpcio_tests/tests/unit/
H A D_signal_handling_test.py30 _CLIENT_PATH = None variable
32 _CLIENT_PATH = os.path.abspath(os.path.realpath(_signal_client.__file__)) variable
39 _CLIENT_PATH = os.path.realpath( variable
/aosp_15_r20/external/grpc-grpc/examples/python/compression/test/
H A Dcompression_example_test.py26 _CLIENT_PATH = os.path.join(_BINARY_DIR, "client") variable
/aosp_15_r20/external/grpc-grpc/examples/python/multiprocessing/test/
H A D_multiprocessing_example_test.py29 _CLIENT_PATH = os.path.join(_BINARY_DIR, "client") variable
/aosp_15_r20/external/grpc-grpc/examples/python/cancellation/test/
H A D_cancellation_example_test.py27 _CLIENT_PATH = os.path.join(_BINARY_DIR, "client") variable
/aosp_15_r20/external/grpc-grpc/src/python/grpcio_tests/tests_py3_only/interop/
H A Dxds_interop_client_test.py36 _CLIENT_PATH = os.path.abspath(os.path.realpath(xds_interop_client.__file__)) variable