Home
last modified time | relevance | path

Searched defs:response (Results 1 – 25 of 565) sorted by relevance

12345678910>>...23

/third_party/typescript/src/testRunner/unittests/tsserver/
DdeclarationFileMaps.ts190 …const response = executeSessionRequest<protocol.DefinitionRequest, protocol.DefinitionResponse>(se… constant
203 …const response = executeSessionRequest<protocol.DefinitionAndBoundSpanRequest, protocol.Definition… constant
219 …const response = executeSessionRequest<protocol.DefinitionAndBoundSpanRequest, protocol.Definition… constant
248 …const response = executeSessionRequest<protocol.TypeDefinitionRequest, protocol.TypeDefinitionResp… constant
261 …const response = executeSessionRequest<protocol.ImplementationRequest, protocol.ImplementationResp… constant
273 …const response = executeSessionRequest<protocol.DefinitionRequest, protocol.DefinitionResponse>(se… constant
287 …const response = executeSessionRequest<protocol.NavtoRequest, protocol.NavtoResponse>(session, Com… constant
329 …const response = executeSessionRequest<protocol.NavtoRequest, protocol.NavtoResponse>(session, Com… constant
369 …const response = executeSessionRequest<protocol.NavtoRequest, protocol.NavtoResponse>(session, Com… constant
404 …const response = executeSessionRequest<protocol.ReferencesRequest, protocol.ReferencesResponse>(se… constant
[all …]
DgetExportReferences.ts55 … const response = executeSessionRequest<protocol.ReferencesRequest, protocol.ReferencesResponse>( constant
76 … const response = executeSessionRequest<protocol.ReferencesRequest, protocol.ReferencesResponse>( constant
101 … const response = executeSessionRequest<protocol.ReferencesRequest, protocol.ReferencesResponse>( constant
129 … const response = executeSessionRequest<protocol.ReferencesRequest, protocol.ReferencesResponse>( constant
154 … const response = executeSessionRequest<protocol.ReferencesRequest, protocol.ReferencesResponse>( constant
/third_party/skia/third_party/externals/microhttpd/src/microhttpd/
Dresponse.c51 add_response_entry (struct MHD_Response *response, in add_response_entry()
100 MHD_add_response_header (struct MHD_Response *response, in MHD_add_response_header()
120 MHD_add_response_footer (struct MHD_Response *response, in MHD_add_response_footer()
140 MHD_del_response_header (struct MHD_Response *response, in MHD_del_response_header()
183 MHD_get_response_headers (struct MHD_Response *response, in MHD_get_response_headers()
210 MHD_get_response_header (struct MHD_Response *response, in MHD_get_response_header()
247 struct MHD_Response *response; in MHD_create_response_from_callback() local
280 MHD_set_response_options (struct MHD_Response *response, in MHD_set_response_options()
318 struct MHD_Response *response = cls; in file_reader() local
340 struct MHD_Response *response = cls; in free_callback() local
[all …]
/third_party/typescript/src/harness/
Dclient.ts170 const response = this.processResponse<protocol.QuickInfoResponse>(request); constant
187 const response = this.processResponse<protocol.ProjectInfoResponse>(request); constant
200 const response = this.processResponse<protocol.CompletionsResponse>(request); constant
223 const response = this.processResponse<protocol.CompletionDetailsResponse>(request); constant
240 const response = this.processResponse<protocol.NavtoResponse>(request); constant
261 const response = this.processResponse<protocol.FormatResponse>(request); constant
275 const response = this.processResponse<protocol.FormatResponse>(request); constant
284 const response = this.processResponse<protocol.DefinitionResponse>(request); constant
300 … const response = this.processResponse<protocol.DefinitionInfoAndBoundSpanResponse>(request); constant
320 const response = this.processResponse<protocol.TypeDefinitionResponse>(request); constant
[all …]
/third_party/grpc/test/cpp/interop/
Dhttp2_client.cc67 Status Http2Client::SendUnaryCall(SimpleResponse* response) { in SendUnaryCall()
83 SimpleResponse response; in DoRstAfterHeader() local
94 SimpleResponse response; in DoRstAfterData() local
105 SimpleResponse response; in DoRstDuringData() local
115 SimpleResponse response; in DoGoaway() local
135 SimpleResponse response; in DoPing() local
145 SimpleResponse response; in MaxStreamsWorker() local
156 SimpleResponse response; in DoMaxStreams() local
Dinterop_client.cc161 Empty response; in DoEmpty() local
175 SimpleResponse* response) { in PerformLargeUnary()
180 SimpleResponse* response, in PerformLargeUnary()
214 SimpleResponse response; in DoComputeEngineCreds() local
238 SimpleResponse response; in DoOauth2AuthToken() local
262 SimpleResponse response; in DoPerRpcCreds() local
288 SimpleResponse response; in DoJwtTokenCreds() local
306 SimpleResponse response; in DoGoogleDefaultCredentials() local
323 SimpleResponse response; in DoLargeUnary() local
362 SimpleResponse response; in DoClientCompressedUnary() local
[all …]
Dinterop_server.cc150 SimpleResponse* response) { in CacheableUnaryCall()
159 SimpleResponse* response) { in UnaryCall()
196 StreamingOutputCallResponse response; in StreamingOutputCall() local
236 StreamingInputCallResponse* response) { in StreamingInputCall()
259 StreamingOutputCallResponse response; in FullDuplexCall() local
299 StreamingOutputCallResponse response; in HalfDuplexCall() local
348 SimpleResponse response; in RunServer() local
/third_party/libcoap/tests/
Dtest_error_response.c34 coap_pdu_t *response; in t_error_response1() local
63 coap_pdu_t *response; in t_error_response2() local
93 coap_pdu_t *response; in t_error_response3() local
132 coap_pdu_t *response; in t_error_response4() local
173 coap_pdu_t *response; in t_error_response5() local
214 coap_pdu_t *response; in t_error_response6() local
255 coap_pdu_t *response; in t_error_response7() local
291 coap_pdu_t *response; in t_error_response8() local
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/gnn/
Dgraph_data_service_impl.cc46 Status GraphDataServiceImpl::FillDefaultFeature(GnnClientRegisterResponsePb *response) { in FillDefaultFeature()
64 GnnClientRegisterResponsePb *response) { in ClientRegister()
94 GnnClientUnRegisterResponsePb *response) { in ClientUnRegister()
105 GnnGraphDataResponsePb *response) { in GetGraphData()
123 GnnMetaInfoResponsePb *response) { in GetMetaInfo()
160 …aServiceImpl::GetAllNodes(const GnnGraphDataRequestPb *request, GnnGraphDataResponsePb *response) { in GetAllNodes()
170 …aServiceImpl::GetAllEdges(const GnnGraphDataRequestPb *request, GnnGraphDataResponsePb *response) { in GetAllEdges()
180 …ceImpl::GetNodesFromEdges(const GnnGraphDataRequestPb *request, GnnGraphDataResponsePb *response) { in GetNodesFromEdges()
194 …ceImpl::GetEdgesFromNodes(const GnnGraphDataRequestPb *request, GnnGraphDataResponsePb *response) { in GetEdgesFromNodes()
215 …viceImpl::GetAllNeighbors(const GnnGraphDataRequestPb *request, GnnGraphDataResponsePb *response) { in GetAllNeighbors()
[all …]
Dgraph_data_client.cc91 GnnGraphDataResponsePb response; in GetAllNodes() local
102 GnnGraphDataResponsePb response; in GetAllEdges() local
113 GnnGraphDataResponsePb response; in GetNodesFromEdges() local
127 GnnGraphDataResponsePb response; in GetEdgesFromNodes() local
146 GnnGraphDataResponsePb response; in GetAllNeighbors() local
164 GnnGraphDataResponsePb response; in GetSampledNeighbors() local
185 GnnGraphDataResponsePb response; in GetNegSampledNeighbors() local
203 GnnGraphDataResponsePb response; in RandomWalk() local
229 GnnGraphDataResponsePb response; in GetNodeFeature() local
264 GnnGraphDataResponsePb response; in GetEdgeFeature() local
[all …]
/third_party/grpc/src/cpp/server/channelz/
Dchannelz_service.cc42 channelz::v1::GetTopChannelsResponse* response) { in GetTopChannels()
58 channelz::v1::GetServersResponse* response) { in GetServers()
74 channelz::v1::GetServerResponse* response) { in GetServer()
91 channelz::v1::GetServerSocketsResponse* response) { in GetServerSockets()
108 channelz::v1::GetChannelResponse* response) { in GetChannel()
124 channelz::v1::GetSubchannelResponse* response) { in GetSubchannel()
140 channelz::v1::GetSocketResponse* response) { in GetSocket()
/third_party/grpc/src/cpp/ext/
Dproto_server_reflection.cc51 ServerReflectionResponse response; in ServerReflectionInfo() local
100 ListServiceResponse* response) { in ListService()
113 ServerReflectionResponse* response) { in GetFileByName()
130 ServerReflectionResponse* response) { in GetFileContainingSymbol()
147 ServerReflectionResponse* response) { in GetFileContainingExtension()
171 ExtensionNumberResponse* response) { in GetAllExtensionNumbers()
193 ServerReflectionResponse* response, in FillFileDescriptorResponse()
/third_party/grpc/test/cpp/util/
Dproto_reflection_descriptor_database.cc74 ServerReflectionResponse response; in FindFileByName() local
121 ServerReflectionResponse response; in FindFileContainingSymbol() local
177 ServerReflectionResponse response; in FindFileContainingExtension() local
229 ServerReflectionResponse response; in FindAllExtensionNumbers() local
263 ServerReflectionResponse response; in GetServices() local
302 const grpc::reflection::v1alpha::FileDescriptorResponse& response) { in AddFileFromResponse()
323 ServerReflectionResponse& response) { in DoOneRequest()
/third_party/grpc/test/cpp/qps/
Dserver_sync.cc40 SimpleResponse* response) override { in UnaryCall()
52 SimpleResponse response; in StreamingCall() local
65 SimpleResponse* response) override { in StreamingFromClient()
75 SimpleResponse response; in StreamingFromServer() local
90 SimpleResponse response; in StreamingBothWays() local
118 SimpleResponse* response) { in ClientPull()
132 const SimpleResponse& response, in ServerPush()
143 SimpleResponse* response) { in SetResponse()
/third_party/node/test/parallel/
Dtest-http-response-status-message.js31 response: 'HTTP/1.1 200 OK\r\n\r\n' }, property
33 response: 'HTTP/1.1 500 Internal Server Error\r\n\r\n' }, property
35 response: 'HTTP/1.1 302 Moved Temporarily\r\n\r\n' }, property
37 response: 'HTTP/1.1 200 \r\n\r\n' }, property
39 response: 'HTTP/1.1 200\r\n\r\n' }, property
69 }, function(response) { argument
/third_party/grpc/src/objective-c/examples/SwiftSample/
DViewController.swift40 if let response = response { in viewDidLoad() variable
52 if let response = response { in viewDidLoad() variable
78 if let response = response as? Data { in viewDidLoad() variable
/third_party/grpc/test/cpp/end2end/
Dend2end_test.cc253 EchoResponse* response) override { in Echo()
267 EchoResponse* response) override { in Echo()
472 EchoResponse response; in SendRpc() local
511 EchoResponse response; in TestRequestStreamServerCancel() local
589 EchoResponse response; in TestResponseStreamServerCancel() local
670 EchoResponse response; in TestBidiStreamServerCancel() local
744 EchoResponse response; in TEST_P() local
811 EchoResponse response; in TEST_P() local
865 EchoResponse response; in TEST_P() local
904 EchoResponse response; in TEST_P() local
[all …]
Dchannelz_service_test.cc71 EchoResponse* response) override { in Echo()
83 EchoResponse response; in BidiStream() local
185 EchoResponse response; in SendSuccessfulEcho() local
196 EchoResponse response; in SendSuccessfulStream() local
211 EchoResponse response; in SendFailedEcho() local
226 GetTopChannelsResponse response; in GetChannelId() local
265 GetTopChannelsResponse response; in TEST_F() local
277 GetTopChannelsResponse response; in TEST_F() local
290 GetChannelResponse response; in TEST_F() local
305 GetChannelResponse response; in TEST_F() local
[all …]
/third_party/skia/tools/skiaserve/
DResponse.cpp47 MHD_Response* response = MHD_create_response_from_buffer(strlen(data), in SendOK() local
56 MHD_Response* response = MHD_create_response_from_buffer(strlen(msg), in SendError() local
66 MHD_Response* response = MHD_create_response_from_buffer(data->size(), in SendData() local
83 MHD_Response* response = MHD_create_response_from_buffer( in SendTemplate() local
/third_party/flutter/skia/tools/skiaserve/
DResponse.cpp47 MHD_Response* response = MHD_create_response_from_buffer(strlen(data), in SendOK() local
56 MHD_Response* response = MHD_create_response_from_buffer(strlen(msg), in SendError() local
66 MHD_Response* response = MHD_create_response_from_buffer(data->size(), in SendData() local
83 MHD_Response* response = MHD_create_response_from_buffer( in SendTemplate() local
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/Debug/
DServer.cpp80 dap::InitializeResponse response; in Impl() local
89 [&](const dap::ResponseOrError<dap::InitializeResponse> &response) { in Impl()
96 dap::SetExceptionBreakpointsResponse response; in Impl() local
104 dap::SetFunctionBreakpointsResponse response; in Impl() local
140 dap::SetBreakpointsResponse response; in Impl() local
174 dap::SetBreakpointsResponse response; in Impl() local
189 dap::ThreadsResponse response; in Impl() local
227 dap::StackTraceResponse response; in Impl() local
259 dap::ScopesResponse response; in Impl() local
280 dap::VariablesResponse response; in Impl() local
[all …]
/third_party/grpc/test/core/tsi/alts/fake_handshaker/
Dfake_handshaker_server.cc68 HandshakerResp response; in DoHandshake() local
96 HandshakerResp* response) { in ProcessRequest()
114 HandshakerResp* response) { in ProcessClientStart()
140 HandshakerResp* response) { in ProcessServerStart()
176 HandshakerResp* response) { in ProcessNext()
224 HandshakerResp response; in WriteErrorResponse() local
/third_party/flatbuffers/tests/
Dmonster_test.grpc.fb.cc38 …t, const flatbuffers::grpc::Message<Monster>& request, flatbuffers::grpc::Message<Stat>* response)… in Store()
62 …tub::GetMaxHitPointRaw(::grpc::ClientContext* context, flatbuffers::grpc::Message<Stat>* response)… in GetMaxHitPointRaw()
66 …AsyncGetMaxHitPointRaw(::grpc::ClientContext* context, flatbuffers::grpc::Message<Stat>* response,… in AsyncGetMaxHitPointRaw()
70 …AsyncGetMaxHitPointRaw(::grpc::ClientContext* context, flatbuffers::grpc::Message<Stat>* response,… in PrepareAsyncGetMaxHitPointRaw()
112 …t, const flatbuffers::grpc::Message<Monster>* request, flatbuffers::grpc::Message<Stat>* response)… in Store()
126 …rReader< flatbuffers::grpc::Message<Monster>>* reader, flatbuffers::grpc::Message<Stat>* response)… in GetMaxHitPoint()
/third_party/cef/include/
Dcef_resource_request_handler.h128 CefRefPtr<CefResponse> response, in OnResourceRedirect()
148 CefRefPtr<CefResponse> response) { in OnResourceResponse()
164 CefRefPtr<CefResponse> response) { in GetResourceResponseFilter()
187 CefRefPtr<CefResponse> response, in OnResourceLoadComplete()
242 CefRefPtr<CefResponse> response, in CanSaveCookie()
/third_party/flutter/engine/flutter/lib/ui/window/
Dplatform_message.cc13 fml::RefPtr<PlatformMessageResponse> response) in PlatformMessage()
19 fml::RefPtr<PlatformMessageResponse> response) in PlatformMessage()

12345678910>>...23