/external/syzkaller/vendor/google.golang.org/appengine/internal/remote_api/ |
D | remote_api.pb.go | 182 type Response struct { struct 183 Response []byte `protobuf:"bytes,1,opt,name=response" json:"response,omitempty"` argument 184 …ception []byte `protobuf:"bytes,2,opt,name=exception" json:"exception,omitempty"` 185 …ApplicationError `protobuf:"bytes,3,opt,name=application_error" json:"application_error,omitempty"` 186 …n []byte `protobuf:"bytes,4,opt,name=java_exception" json:"java_exception,omitempty"` 187 …cError *RpcError `protobuf:"bytes,5,opt,name=rpc_error" json:"rpc_error,omitempty"` 188 XXX_unrecognized []byte `json:"-"` 191 func (m *Response) Reset() { *m = Response{} } 192 func (m *Response) String() string { return proto.CompactTextString(m) } 193 func (*Response) ProtoMessage() {} [all …]
|
D | remote_api.proto | 38 message Response { message
|
/external/dagger2/compiler/src/it/producers-functional-tests/src/main/java/producerstest/ |
D | Response.java | 18 final class Response { class 21 Response(String data) { in Response() method in Response
|
/external/volley/src/main/java/com/android/volley/ |
D | Response.java | 24 public class Response<T> { class 71 private Response(T result, Cache.Entry cacheEntry) { in Response() method in Response 77 private Response(VolleyError error) { in Response() method in Response
|
/external/libbrillo/brillo/dbus/ |
D | dbus_object.h | 246 const base::Callback<void(std::unique_ptr<Response>, Args...)>& handler) { in AddMethodHandler() 258 void (*handler)(std::unique_ptr<Response>, Args...)) { in AddMethodHandler() 274 void(Class::*handler)(std::unique_ptr<Response>, Args...)) { in AddMethodHandler() 289 void(Class::*handler)(std::unique_ptr<Response>, Args...) const) { in AddMethodHandler() 300 const base::Callback<void(std::unique_ptr<Response>, dbus::Message*, in AddMethodHandlerWithMessage() 313 void (*handler)(std::unique_ptr<Response>, dbus::Message*, Args...)) { in AddMethodHandlerWithMessage() 329 void(Class::*handler)(std::unique_ptr<Response>, in AddMethodHandlerWithMessage() 345 void(Class::*handler)(std::unique_ptr<Response>, dbus::Message*, in AddMethodHandlerWithMessage()
|
D | dbus_object_internal_impl.h | 254 const base::Callback<void(std::unique_ptr<Response>, Args...)>& handler) in DBusInterfaceMethodHandler() 300 const base::Callback<void(std::unique_ptr<Response>, dbus::Message*, in DBusInterfaceMethodHandlerWithMessage()
|
/external/grpc-grpc/src/ruby/end2end/protos/package_with_underscore/ |
D | data.proto | 22 message Response { message
|
/external/grpc-grpc/src/python/grpcio_tests/tests/protoc_plugin/protos/invocation_testing/split_messages/sub/ |
D | messages.proto | 20 message Response {} message
|
/external/libbrillo/brillo/http/ |
D | http_connection.h | 22 class Response; variable
|
D | http_transport.h | 28 class Response; variable
|
/external/grpc-grpc/src/php/tests/qps/generated_code/Grpc/Testing/ |
D | Response.php | 14 class Response extends \Google\Protobuf\Internal\Message class
|
/external/grpc-grpc/src/python/grpcio_tests/tests/protoc_plugin/protos/invocation_testing/ |
D | same.proto | 20 message Response {} message
|
/external/grpc-grpc/examples/protos/ |
D | auth_sample.proto | 31 message Response { message
|
/external/syzkaller/vendor/google.golang.org/api/gensupport/ |
D | retry.go | 28 func Retry(ctx context.Context, f func() (*http.Response, error), backoff BackoffStrategy) (*http.R…
|
/external/libchrome/dbus/ |
D | exported_object.h | 27 class Response; variable
|
D | object_proxy.h | 33 class Response; variable
|
/external/grpc-grpc/src/proto/grpc/testing/ |
D | compiler_test.proto | 29 message Response { message
|
/external/protobuf/src/google/protobuf/util/internal/testdata/ |
D | oneofs.proto | 61 message Response { message
|
/external/syzkaller/vendor/google.golang.org/api/googleapi/ |
D | googleapi.go | 114 func CheckResponse(res *http.Response) error { 153 func CheckMediaResponse(res *http.Response) error { 296 func CloseBody(res *http.Response) {
|
/external/guava/guava-tests/test/com/google/common/util/concurrent/ |
D | TestThread.java | 273 private static class Response { class in TestThread 278 Response(String methodName, Object result, Throwable throwable) { in Response() method in TestThread.Response
|
/external/skia/tools/skiaserve/ |
D | Response.cpp | 42 namespace Response { namespace
|
/external/skqp/tools/skiaserve/ |
D | Response.cpp | 42 namespace Response { namespace
|
/external/okhttp/repackaged/okhttp/src/main/java/com/android/okhttp/ |
D | Response.java | 38 public final class Response { class 57 private Response(Builder builder) { in Response() method in Response
|
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/ |
D | Response.java | 36 public final class Response { class 50 private Response(Builder builder) { in Response() method in Response
|
/external/syzkaller/vendor/golang.org/x/net/http2/ |
D | go17.go | 49 func setResponseUncompressed(res *http.Response) { res.Uncompressed = true }
|