/external/grpc-grpc/src/python/grpcio_tests/tests/unit/ |
D | _metadata_code_details_test.py | 82 context.set_details(self._details) 99 context.set_details(self._details) 119 context.set_details(self._details) 139 context.set_details(self._details) 153 def set_details(self, details): member in _Servicer 231 self._servicer.set_details(_DETAILS) 249 self._servicer.set_details(_DETAILS) 270 self._servicer.set_details(_DETAILS) 289 self._servicer.set_details(_DETAILS) 315 self._servicer.set_details(_DETAILS) [all …]
|
/external/grpc-grpc/src/python/grpcio_tests/tests/testing/ |
D | _server_application.py | 33 context.set_details('Something is wrong with your request!') 39 context.set_details('Something is wrong with your request!') 51 context.set_details('Something is wrong with your request!') 62 context.set_details('Something is wrong with your request!')
|
/external/grpc-grpc/examples/python/multiplex/ |
D | route_guide_pb2_grpc.py | 52 context.set_details('Method not implemented!') 64 context.set_details('Method not implemented!') 74 context.set_details('Method not implemented!') 84 context.set_details('Method not implemented!')
|
D | helloworld_pb2_grpc.py | 32 context.set_details('Method not implemented!')
|
/external/grpc-grpc/examples/python/route_guide/ |
D | route_guide_pb2_grpc.py | 52 context.set_details('Method not implemented!') 64 context.set_details('Method not implemented!') 74 context.set_details('Method not implemented!') 84 context.set_details('Method not implemented!')
|
/external/tensorflow/tensorflow/python/tpu/profiler/ |
D | tpu_profiler_analysis_pb2_grpc.py | 85 context.set_details('Method not implemented!') 92 context.set_details('Method not implemented!') 99 context.set_details('Method not implemented!')
|
/external/tensorflow/tensorflow/python/debug/lib/ |
D | debug_service_pb2_grpc.py | 73 context.set_details('Method not implemented!') 80 context.set_details('Method not implemented!') 87 context.set_details('Method not implemented!')
|
/external/tensorflow/tensorflow/contrib/rpc/python/kernel_tests/ |
D | rpc_op_test_servicer.py | 59 context.set_details(rpc_op_test_base.I_WARNED_YOU) 73 context.set_details(rpc_op_test_base.I_WARNED_YOU)
|
/external/grpc-grpc/src/python/grpcio_testing/grpc_testing/_server/ |
D | _servicer_context.py | 76 def set_details(self, details): member in ServicerContext 77 self._rpc.set_details(details)
|
D | _rpc.py | 153 def set_details(self, details): member in Rpc
|
/external/grpc-grpc/examples/python/interceptors/default_value/ |
D | helloworld_pb2_grpc.py | 32 context.set_details('Method not implemented!')
|
/external/grpc-grpc/examples/python/helloworld/ |
D | helloworld_pb2_grpc.py | 32 context.set_details('Method not implemented!')
|
/external/grpc-grpc/examples/python/interceptors/headers/ |
D | helloworld_pb2_grpc.py | 32 context.set_details('Method not implemented!')
|
/external/grpc-grpc/test/core/tsi/alts/fake_handshaker/ |
D | fake_handshaker_server.cc | 225 response.mutable_status()->set_details(status.error_message()); in WriteErrorResponse()
|
/external/grpc-grpc/src/python/grpcio/grpc/beta/ |
D | _server_adaptations.py | 83 self._servicer_context.set_details(details)
|
/external/grpc-grpc/src/python/grpcio/grpc/ |
D | __init__.py | 1062 def set_details(self, details): member in ServicerContext
|
D | _server.py | 299 def set_details(self, details): member in _Context
|
/external/grpc-grpc/src/python/grpcio_tests/tests/interop/ |
D | methods.py | 53 servicer_context.set_details(request.response_status.message)
|