Home
last modified time | relevance | path

Searched refs:set_details (Results 1 – 24 of 24) sorted by relevance

/external/flatbuffers/tests/MyGame/Example/
Dmonster_test_grpc_fb.py39 context.set_details('Method not implemented!')
44 context.set_details('Method not implemented!')
49 context.set_details('Method not implemented!')
54 context.set_details('Method not implemented!')
128 context.set_details('Method not implemented!')
133 context.set_details('Method not implemented!')
138 context.set_details('Method not implemented!')
143 context.set_details('Method not implemented!')
/external/grpc-grpc/src/python/grpcio_tests/tests/unit/
D_metadata_code_details_test.py82 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.py33 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/
Droute_guide_pb2_grpc.py52 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!')
Dhelloworld_pb2_grpc.py32 context.set_details('Method not implemented!')
/external/grpc-grpc/examples/python/route_guide/
Droute_guide_pb2_grpc.py52 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/
Dprofiler_analysis_pb2_grpc.py80 context.set_details('Method not implemented!')
86 context.set_details('Method not implemented!')
92 context.set_details('Method not implemented!')
/external/tensorflow/tensorflow/python/debug/lib/
Ddebug_service_pb2_grpc.py73 context.set_details('Method not implemented!')
80 context.set_details('Method not implemented!')
87 context.set_details('Method not implemented!')
/external/avb/proto/
Dapi_pb2_grpc.py40 context.set_details('Method not implemented!')
47 context.set_details('Method not implemented!')
/external/grpc-grpc/src/python/grpcio_testing/grpc_testing/_server/
D_servicer_context.py76 def set_details(self, details): member in ServicerContext
77 self._rpc.set_details(details)
D_rpc.py153 def set_details(self, details): member in Rpc
/external/autotest/server/hosts/drone_api_client/
Dcommon_pb2_grpc.py72 context.set_details('Method not implemented!')
/external/grpc-grpc/examples/python/helloworld/
Dhelloworld_pb2_grpc.py32 context.set_details('Method not implemented!')
/external/grpc-grpc/examples/python/interceptors/default_value/
Dhelloworld_pb2_grpc.py32 context.set_details('Method not implemented!')
/external/grpc-grpc/examples/python/interceptors/headers/
Dhelloworld_pb2_grpc.py32 context.set_details('Method not implemented!')
/external/grpc-grpc/test/core/tsi/alts/fake_handshaker/
Dfake_handshaker_server.cc225 response.mutable_status()->set_details(status.error_message()); in WriteErrorResponse()
/external/llvm-project/flang/lib/Semantics/
Dresolve-names.cpp539 symbol->set_details(std::move(details)); in MakeSymbol()
561 symbol->set_details(std::move(details)); in MakeSymbol()
940 symbol.set_details(T{}); in DeclareEntity()
943 symbol.set_details(T{std::move(*details)}); in DeclareEntity()
1986 newSymbol.set_details(HostAssocDetails{*symbol}); in PushScope()
1988 newSymbol.set_details(MiscDetails{MiscDetails::Kind::ScopeName}); in PushScope()
2149 symbol.set_details(ObjectEntityDetails{}); in ConvertToObjectEntity()
2151 symbol.set_details(ObjectEntityDetails{std::move(*details)}); in ConvertToObjectEntity()
2164 symbol.set_details(ProcEntityDetails{}); in ConvertToProcEntity()
2166 symbol.set_details(ProcEntityDetails{std::move(*details)}); in ConvertToProcEntity()
[all …]
Dscope.cpp128 result.set_details(common::Clone(symbol.details())); in CopySymbol()
Dsymbol.cpp243 void Symbol::set_details(Details &&details) { in set_details() function in Fortran::semantics::Symbol
/external/grpc-grpc/src/python/grpcio/grpc/beta/
D_server_adaptations.py83 self._servicer_context.set_details(details)
/external/grpc-grpc/src/python/grpcio/grpc/
D__init__.py1062 def set_details(self, details): member in ServicerContext
D_server.py299 def set_details(self, details): member in _Context
/external/grpc-grpc/src/python/grpcio_tests/tests/interop/
Dmethods.py53 servicer_context.set_details(request.response_status.message)
/external/llvm-project/flang/include/flang/Semantics/
Dsymbol.h556 void set_details(Details &&);