Home
last modified time | relevance | path

Searched defs:Response (Results 1 – 25 of 276) sorted by relevance

12345678910>>...12

/external/rust/android-crates-io/crates/axum-core/src/response/
Dinto_response.rs128 fn into_response(self) -> Response; in into_response()
132 fn into_response(self) -> Response { in into_response()
140 fn into_response(self) -> Response { in into_response()
146 fn into_response(self) -> Response { in into_response()
156 fn into_response(self) -> Response { in into_response()
164 impl<B> IntoResponse for Response<B> implementation
169 fn into_response(self) -> Response { in into_response()
175 fn into_response(self) -> Response { in into_response()
181 fn into_response(self) -> Response { in into_response()
187 fn into_response(self) -> Response { in into_response()
[all …]
Dmod.rs21 pub type Response<T = BoxBody> = http::Response<T>; typedef
108 fn into_response(self) -> Response { in into_response()
/external/rust/android-crates-io/crates/maybe-async/examples/
Dservice_client.rs6 type Response = String; typedef
16 async fn request(method: Method, url: Url, data: String) -> Response; in request()
18 async fn post(url: Url, data: String) -> Response { in post()
22 async fn delete(url: Url, data: String) -> Response { in delete()
35 fn request(method: Method, url: Url, data: String) -> Response { in request()
45 async fn request(method: Method, url: Url, data: String) -> Response { in request()
56 async fn create_bucket(name: String) -> Response { in create_bucket()
62 async fn delete_bucket(name: String) -> Response { in delete_bucket()
/external/tensorflow/tensorflow/core/profiler/rpc/client/
Dremote_profiler_session_manager.h39 struct Response { struct
41 std::unique_ptr<ProfileResponse> profile_response; argument
53 std::vector<Response> WaitForCompletion(); argument
/external/rust/android-crates-io/crates/tonic/src/server/
Dservice.rs12 type Response; typedef
25 type Response = M2; typedef
39 type Response; typedef
56 type Response = M2; typedef
71 type Response; typedef
84 type Response = M2; typedef
98 type Response; typedef
115 type Response = M2; typedef
/external/flatbuffers/examples/go-echo/net/
DResponse.go38 type Response struct { struct
39 _tab flatbuffers.Table
56 func (rcv *Response) Init(buf []byte, i flatbuffers.UOffsetT) {
61 func (rcv *Response) Table() flatbuffers.Table {
65 func (rcv *Response) Player(obj *hero.Warrior) *hero.Warrior {
/external/rust/android-crates-io/crates/tonic/src/
Dresponse.rs5 pub struct Response<T> { struct
11 impl<T> Response<T> { implementation
/external/crosvm/media/libvda/src/decode/
Devent.rs20 pub enum Response { enum
30 impl Response { implementation
31 pub(crate) fn new(res: bindings::vda_result_t) -> Response { in new()
36 impl Display for Response { implementation
/external/pigweed/pw_rpc/pwpb/public/pw_rpc/pwpb/
Dtest_method_context.h125 using Response = internal::Response<kMethod>; variable
197 using Response = typename Base::Response; variable
242 using Response = typename Base::Response; variable
280 using Response = typename Base::Response; variable
322 using Response = typename Base::Response; variable
/external/pigweed/pw_rpc/nanopb/public/pw_rpc/nanopb/
Dtest_method_context.h120 using Response = internal::Response<kMethod>; variable
191 using Response = typename Base::Response; variable
236 using Response = typename Base::Response; variable
274 using Response = typename Base::Response; variable
316 using Response = typename Base::Response; variable
/external/rust/android-crates-io/extra_versions/crates/http/src/
Dresponse.rs179 pub struct Response<T> { struct
184 /// Component parts of an HTTP `Response` argument
213 impl Response<()> { implementation
235 impl<T> Response<T> { implementation
484 impl<T: Default> Default for Response<T> { implementation
491 impl<T: fmt::Debug> fmt::Debug for Response<T> { implementation
/external/rust/android-crates-io/crates/http/src/
Dresponse.rs179 pub struct Response<T> { struct
184 /// Component parts of an HTTP `Response` argument
213 impl Response<()> { impl
235 impl<T> Response<T> { implementation
484 impl<T: Default> Default for Response<T> { implementation
491 impl<T: fmt::Debug> fmt::Debug for Response<T> { implementation
/external/rust/android-crates-io/crates/tungstenite/src/handshake/
Dserver.rs30 pub type Response = HttpResponse<()>; typedef
84 pub fn create_response(request: &Request) -> Result<Response> { in create_response()
162 response: Response, in on_request()
163 ) -> StdResult<Response, ErrorResponse>; in on_request()
173 response: Response, in on_request()
174 ) -> StdResult<Response, ErrorResponse> { in on_request()
187 response: Response, in on_request()
188 ) -> StdResult<Response, ErrorResponse> { in on_request()
/external/rust/android-crates-io/crates/tower/src/util/
Dboxed_clone.rs69 S: Service<T, Response = U, Error = E> + Clone + Send + 'static, in new() argument
82 S: Service<T, Response = U, Error = E> + Clone + Send + 'static, in layer() argument
90 type Response = U; typedef
115 dyn CloneService<R, Response = Self::Response, Error = Self::Error, Future = Self::Future> in clone_box() argument
126 … ) -> Box<dyn CloneService<R, Response = T::Response, Error = T::Error, Future = T::Future> + Send> in clone_box() argument
Dmod.rs546 fn map_result<F, Response, Error>(self, f: F) -> MapResult<Self, F> in map_result() argument
550 F: FnOnce(Result<Self::Response, Self::Error>) -> Result<Response, Error> + Clone, in map_result()
873 fn then<F, Response, Error, Fut>(self, f: F) -> Then<Self, F> in then() argument
877 F: FnOnce(Result<Self::Response, Self::Error>) -> Fut + Clone, in then()
947 fn map_future<F, Fut, Response, Error>(self, f: F) -> MapFuture<Self, F> in map_future() argument
997 fn boxed(self) -> BoxService<Request, Self::Response, Self::Error> in boxed()
1046 fn boxed_clone(self) -> BoxCloneService<Request, Self::Response, Self::Error> in boxed_clone()
/external/volley/core/src/main/java/com/android/volley/
DResponse.java26 public class Response<T> { class
73 private Response(@Nullable T result, @Nullable Cache.Entry cacheEntry) { in Response() method in Response
79 private Response(VolleyError error) { in Response() method in Response
/external/dagger2/javatests/dagger/functional/producers/
DResponse.java19 final class Response { class
22 Response(String data) { in Response() method in Response
/external/uwb/src/rust/uwb_core/src/session/
Duwb_session.rs36 pub(super) enum Response { enum
178 async fn initialize(&mut self, params: AppConfigParams) -> Result<Response> { in initialize()
192 async fn deinitialize(&mut self) -> Result<Response> { in deinitialize()
197 async fn start_ranging(&mut self) -> Result<Response> { in start_ranging()
241 async fn stop_ranging(&mut self) -> Result<Response> { in stop_ranging()
261 async fn reconfigure(&mut self, params: AppConfigParams) -> Result<Response> { in reconfigure()
298 ) -> Result<Response> { in update_controller_multicast_list()
383 async fn params(&mut self) -> Result<Response> { in params()
/external/libbrillo/brillo/dbus/
Ddbus_object.h249 const base::Callback<void(std::unique_ptr<Response>, Args...)>& handler) { in AddMethodHandler()
261 void (*handler)(std::unique_ptr<Response>, Args...)) { in AddMethodHandler()
277 void(Class::*handler)(std::unique_ptr<Response>, Args...)) { in AddMethodHandler()
292 void(Class::*handler)(std::unique_ptr<Response>, Args...) const) { in AddMethodHandler()
301 inline void AddMethodHandlerWithMessage( in AddMethodHandlerWithMessage()
316 void (*handler)(std::unique_ptr<Response>, ::dbus::Message*, Args...)) { in AddMethodHandlerWithMessage()
332 void (Class::*handler)(std::unique_ptr<Response>, in AddMethodHandlerWithMessage()
349 void (Class::*handler)(std::unique_ptr<Response>, in AddMethodHandlerWithMessage()
/external/rust/android-crates-io/crates/tower/src/util/boxed/
Dunsync.rs31 S: Service<T, Response = U, Error = E> + 'static, in new() argument
43 S: Service<T, Response = U, Error = E> + 'static, in layer() argument
51 type Response = U; typedef
75 type Response = S::Response; typedef
Dsync.rs36 S: Service<T, Response = U, Error = E> + Send + 'static, in new() argument
49 S: Service<T, Response = U, Error = E> + Send + 'static, in layer() argument
57 type Response = U; typedef
/external/rust/android-crates-io/crates/tower-service/src/
Dlib.rs313 type Response; typedef
362 type Response = S::Response; typedef
379 type Response = S::Response; typedef
/external/rust/android-crates-io/crates/axum/src/handler/
Dfuture.rs36 inner: Map<Oneshot<S, Request<B>>, fn(Result<S::Response, S::Error>) -> Response>, in new() argument
/external/kotlinx.serialization/guide/example/
Dexample-poly-08.kt8 sealed class Response class
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Debuginfod/
DHTTPServer.cpp86 void HTTPServerRequest::setResponse(HTTPResponse Response) { in setResponse()
92 void HTTPServerRequest::setResponse(StreamingHTTPResponse Response) { in setResponse()
161 void HTTPServerRequest::setResponse(HTTPResponse Response) { in setResponse()
165 void HTTPServerRequest::setResponse(StreamingHTTPResponse Response) { in setResponse()

12345678910>>...12