Home
last modified time | relevance | path

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

123

/third_party/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 …]
/third_party/nghttp2/src/
Dshrpx_downstream.h154 struct Request { struct
155 Request(BlockAllocator &balloc) in Request() argument
186 // Request scheme. For HTTP/2, this is :scheme header field value. argument
189 // Request authority. This is HTTP/2 :authority header field value argument
195 // Request path, including query component. For HTTP/1.1, this is argument
198 StringRef path;
201 StringRef orig_authority;
204 StringRef orig_path;
206 int64_t recv_body_length;
208 size_t unconsumed_body_length;
[all …]
Dnghttp.h137 struct Request { struct
176 RequestTiming timing; argument
177 int64_t data_length;
178 int64_t data_offset;
180 int64_t response_len;
181 nghttp2_gzip *inflater;
182 std::unique_ptr<HtmlParser> html_parser;
183 const nghttp2_data_provider *data_prd;
184 size_t header_buffer_size;
185 int32_t stream_id;
[all …]
/third_party/node/deps/v8/src/heap/
Dmemory-measurement.h41 struct Request { struct
56 std::list<Request> received_; argument
/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
/third_party/skia/third_party/externals/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
/third_party/skia/third_party/externals/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
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DRingBufferAllocator.h45 struct Request { struct
50 SerialQueue<ExecutionSerial, Request> argument
/third_party/typescript/tests/cases/compiler/
DaugmentExportEquals5.ts6 export interface Request { } interface
73 interface Request { interface
DexportEqualsOfModule.ts2 export class Request {} class
/third_party/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() function
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()
290 using Request = SkFontRequestCache::Request; in onLegacyMakeTypeface() typedef
/third_party/rust/crates/nom/benchmarks/benches/
Dhttp.rs11 struct Request<'a> { struct
12 method: &'a [u8],
13 uri: &'a [u8],
14 version: &'a [u8],
/third_party/skia/third_party/externals/swiftshader/third_party/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) {
/third_party/skia/third_party/externals/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) {
/third_party/skia/infra/lottiecap/gold/
Dlottie-web-aggregator.go93 func reporter(w http.ResponseWriter, r *http.Request) {
151 func dumpJSON(w http.ResponseWriter, r *http.Request) {
/third_party/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) {
/third_party/skia/infra/wasm-common/gold/
Dwasm_gold_aggregator.go101 func reporter(w http.ResponseWriter, r *http.Request) {
162 func dumpJSON(w http.ResponseWriter, r *http.Request) {
/third_party/nghttp2/examples/
Dclient.c91 struct Request { struct
92 char *host;
94 char *path;
97 char *hostport;
99 int32_t stream_id;
100 uint16_t port;
/third_party/skia/third_party/externals/swiftshader/third_party/marl/include/marl/
Dmemory.h71 struct Request { struct
72 size_t size = 0; // The size of the allocation in bytes.
73 size_t alignment = 0; // The minimum alignment of the allocation.
74 bool useGuards = false; // Whether the allocation is guarded.
75 Usage usage = Usage::Undefined; // Intended usage of the allocation.
/third_party/skia/third_party/externals/microhttpd/src/testspdy/
Dtest_notls.c98 struct Request { struct
99 char *host;
100 uint16_t port;
102 char *path;
105 char *hostport;
107 int32_t stream_id;
109 spdylay_gzip *inflater;
Dtest_new_connection.c119 struct Request { struct
120 char *host;
121 uint16_t port;
123 char *path;
126 char *hostport;
128 int32_t stream_id;
130 spdylay_gzip *inflater;
/third_party/node/deps/undici/src/docs/api/
DFetch.md21 ## Request section in Fetch

123