Home
last modified time | relevance | path

Searched defs:Request (Results 1 – 25 of 80) sorted by relevance

1234

/external/skia/tools/skiaserve/
DRequest.h34 struct Request { struct
45 bool hasPicture() const { return SkToBool(fPicture.get()); } in hasPicture()
46 int getLastOp() const { return fDebugCanvas->getSize() - 1; } in getLastOp()
62 UploadContext* fUploadContext;
63 std::unique_ptr<DebugCanvas> fDebugCanvas;
64 UrlDataManager fUrlDataManager;
73 sk_sp<SkPicture> fPicture;
74 sk_gpu_test::GrContextFactory* fContextFactory;
75 sk_sp<SkSurface> fSurface;
76 bool fGPUEnabled;
[all …]
/external/skqp/tools/skiaserve/
DRequest.h34 struct Request { struct
45 bool hasPicture() const { return SkToBool(fPicture.get()); } in hasPicture()
46 int getLastOp() const { return fDebugCanvas->getSize() - 1; } in getLastOp()
62 UploadContext* fUploadContext;
63 std::unique_ptr<SkDebugCanvas> fDebugCanvas;
64 UrlDataManager fUrlDataManager;
73 sk_sp<SkPicture> fPicture;
74 sk_gpu_test::GrContextFactory* fContextFactory;
75 sk_sp<SkSurface> fSurface;
76 bool fGPUEnabled;
[all …]
/external/golang-protobuf/protoc-gen-go/testdata/proto3/
Dproto3.pb.go54 type Request struct { struct
57 …Taste Request_Flavour `protobuf:"varint,3,opt,name=taste,proto3,enum=proto3.Request
58 …ook *Book `protobuf:"bytes,4,opt,name=book,proto3" json:"book,omitempty"`
59 … []int64 `protobuf:"varint,5,rep,name=unpacked,proto3" json:"unpacked,omitempty"`
60 XXX_NoUnkeyedLiteral struct{} `json:"-"`
61 XXX_unrecognized []byte `json:"-"`
62 XXX_sizecache int32 `json:"-"`
65 func (m *Request) Reset() { *m = Request{} }
66 func (m *Request) String() string { return proto.CompactTextString(m) }
67 func (*Request) ProtoMessage() {}
[all …]
/external/crosvm/msg_socket/tests/
Dstruct.rs10 struct Request { struct
22 let (req, res) = pair::<Request, DummyResponse>().unwrap(); in sock_send_recv_struct() argument
/external/v8/src/heap/
Dmemory-measurement.h40 struct Request { struct
55 std::list<Request> received_; argument
/external/deqp-deps/SPIRV-Tools/utils/vscode/src/lsp/jsonrpc2/
Djsonrpc2.go52 type Request struct { struct
53 conn *Conn
54 cancel context.CancelFunc
55 state requestState
56 nextRequest chan struct{}
59 WireRequest
214 func (r *Request) Conn() *Conn { return r.conn }
217 func (r *Request) IsNotify() bool {
226 func (r *Request) Parallel() {
241 func (r *Request) Reply(ctx context.Context, result interface{}, err error) error {
Dhandler.go31 Deliver(ctx context.Context, r *Request, delivered bool) bool
51 Request(ctx context.Context, conn *Conn, direction Direction, r *WireRequest) context.Context methodSpec
103 func (EmptyHandler) Request(ctx context.Context, conn *Conn, direction Direction, r *WireRequest) c… func
/external/angle/third_party/spirv-tools/src/utils/vscode/src/lsp/jsonrpc2/
Djsonrpc2.go52 type Request struct { struct
53 conn *Conn
54 cancel context.CancelFunc
55 state requestState
56 nextRequest chan struct{}
59 WireRequest
214 func (r *Request) Conn() *Conn { return r.conn }
217 func (r *Request) IsNotify() bool {
226 func (r *Request) Parallel() {
241 func (r *Request) Reply(ctx context.Context, result interface{}, err error) error {
Dhandler.go31 Deliver(ctx context.Context, r *Request, delivered bool) bool
51 Request(ctx context.Context, conn *Conn, direction Direction, r *WireRequest) context.Context methodSpec
103 func (EmptyHandler) Request(ctx context.Context, conn *Conn, direction Direction, r *WireRequest) c… func
/external/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/jsonrpc2/
Djsonrpc2.go52 type Request struct { struct
53 conn *Conn
54 cancel context.CancelFunc
55 state requestState
56 nextRequest chan struct{}
59 WireRequest
214 func (r *Request) Conn() *Conn { return r.conn }
217 func (r *Request) IsNotify() bool {
226 func (r *Request) Parallel() {
241 func (r *Request) Reply(ctx context.Context, result interface{}, err error) error {
Dhandler.go31 Deliver(ctx context.Context, r *Request, delivered bool) bool
51 Request(ctx context.Context, conn *Conn, direction Direction, r *WireRequest) context.Context methodSpec
103 func (EmptyHandler) Request(ctx context.Context, conn *Conn, direction Direction, r *WireRequest) c… func
/external/golang-protobuf/protoc-gen-go/testdata/my_test/
Dtest.pb.go195 type Request struct { struct
198 …Hue *Request_Color `protobuf:"varint,3,opt,name=hue,enum=my.test.Request_Color" json:"hue,omitempt…
199 …t *HatType `protobuf:"varint,4,opt,name=hat,enum=my.test.HatType,def=1" json:"hat,omitempty"`
201 …line *float32 `protobuf:"fixed32,7,opt,name=deadline,def=inf" json:"deadline,omitempty"`
202 …Request_SomeGroup `protobuf:"group,8,opt,name=SomeGroup,json=somegroup" json:"somegroup,omitempty"`
204 …name_mapping,omitempty" protobuf_key:"varint,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value"`
206 …sg_mapping,omitempty" protobuf_key:"zigzag64,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value"`
207 Reset_ *int32 `protobuf:"varint,12,opt,name=reset" json:"reset,omitempty"`
209 …_ *string `protobuf:"bytes,16,opt,name=get_key,json=getKey" json:"get_key,omitempty"`
210 …t32 `protobuf:"fixed32,20,opt,name=float_ninf,json=floatNinf,def=-inf" json:"float_ninf,omitempty"`
[all …]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/ocsp/
DRequest.java12 public class Request class
18 public Request( in Request() method in Request
26 private Request( in Request() method in Request
/external/google-fruit/examples/server/
Drequest.h22 struct Request { struct
23 std::string path;
Dserver.cpp39 …void run(Component<Required<Request, ServerContext>, RequestDispatcher> (*getRequestDispatcherComp… in run()
68const NormalizedComponent<Required<Request>, RequestDispatcher>& requestDispatcherNormalizedCompon… in worker_thread_main()
90 static Component<Required<Request>, RequestDispatcher> getRequestDispatcherComponentWithContext( in getRequestDispatcherComponentWithContext()
/external/dagger2/javatests/dagger/functional/producers/
DRequest.java21 final class Request { class
25 Request() { in Request() method in Request
/external/swiftshader/third_party/marl/include/marl/
Dmemory.h46 struct Request { struct
47 size_t size = 0; // The size of the allocation in bytes.
48 size_t alignment = 0; // The minimum alignment of the allocation.
49 bool useGuards = false; // Whether the allocation is guarded.
50 Usage usage = Usage::Undefined; // Intended usage of the allocation.
/external/skia/src/ports/
DSkFontMgr_FontConfigInterface.cpp69 struct Request : public SkResourceCache::Key { struct in SkFontRequestCache
71 Request(const char* name, size_t nameLen, const SkFontStyle& style) : fStyle(style) { in Request() argument
86 const SkFontStyle fStyle;
88 static const size_t keySize = sizeof(fStyle);
91 static Request* Create(const char* name, const SkFontStyle& style) { in Create()
97 void operator delete(void* storage) { in operator delete()
294 using Request = SkFontRequestCache::Request; in onLegacyMakeTypeface() typedef
/external/skqp/src/ports/
DSkFontMgr_FontConfigInterface.cpp70 struct Request : public SkResourceCache::Key { struct in SkFontRequestCache
72 Request(const char* name, size_t nameLen, const SkFontStyle& style) : fStyle(style) { in Request() function
87 const SkFontStyle fStyle;
89 static const size_t keySize = sizeof(fStyle);
92 static Request* Create(const char* name, const SkFontStyle& style) { in Create()
98 void operator delete(void* storage) { in operator delete()
301 using Request = SkFontRequestCache::Request; in onLegacyMakeTypeface() typedef
/external/webrtc/webrtc/p2p/stunprober/
Dstunprober.cc45 struct Request { struct in stunprober::StunProber::Requester
47 int64_t sent_time_ms = 0;
49 int64_t received_time_ms = 0;
52 rtc::SocketAddress srflx_addr;
54 rtc::IPAddress server_addr;
56 int64_t rtt() { return received_time_ms - sent_time_ms; } in rtt()
/external/bcc/tests/python/
Dtest_trace3.c5 struct Request { u64 rq; }; struct
/external/grpc-grpc/src/python/grpcio_tests/tests/protoc_plugin/protos/invocation_testing/split_messages/sub/
Dmessages.proto19 message Request {} message
/external/grpc-grpc/src/ruby/end2end/protos/package_with_underscore/
Ddata.proto19 message Request { message
/external/angle/third_party/spirv-tools/src/utils/vscode/src/lsp/protocol/
Dprotocol.go44 func (canceller) Request(ctx context.Context, conn *jsonrpc2.Conn, direction jsonrpc2.Direction, r … func
79 func sendParseError(ctx context.Context, req *jsonrpc2.Request, err error) {
/external/deqp-deps/SPIRV-Tools/utils/vscode/src/lsp/protocol/
Dprotocol.go44 func (canceller) Request(ctx context.Context, conn *jsonrpc2.Conn, direction jsonrpc2.Direction, r … func
79 func sendParseError(ctx context.Context, req *jsonrpc2.Request, err error) {

1234