| /third_party/skia/tools/skiaserve/ |
| D | Request.h | 34 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/ |
| D | shrpx_downstream.h | 154 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 …]
|
| D | nghttp.h | 137 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/ |
| D | memory-measurement.h | 41 struct Request { struct 56 std::list<Request> received_; argument
|
| /third_party/spirv-tools/utils/vscode/src/lsp/jsonrpc2/ |
| D | jsonrpc2.go | 52 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 {
|
| D | handler.go | 31 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/ |
| D | jsonrpc2.go | 52 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 {
|
| D | handler.go | 31 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/ |
| D | jsonrpc2.go | 52 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 {
|
| D | handler.go | 31 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/ |
| D | RingBufferAllocator.h | 45 struct Request { struct 50 SerialQueue<ExecutionSerial, Request> argument
|
| /third_party/typescript/tests/cases/compiler/ |
| D | augmentExportEquals5.ts | 6 export interface Request { } interface 73 interface Request { interface
|
| D | exportEqualsOfModule.ts | 2 export class Request {} class
|
| /third_party/skia/src/ports/ |
| D | SkFontMgr_FontConfigInterface.cpp | 69 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/ |
| D | http.rs | 11 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/ |
| D | protocol.go | 44 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/ |
| D | protocol.go | 44 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/ |
| D | lottie-web-aggregator.go | 93 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/ |
| D | protocol.go | 44 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/ |
| D | wasm_gold_aggregator.go | 101 func reporter(w http.ResponseWriter, r *http.Request) { 162 func dumpJSON(w http.ResponseWriter, r *http.Request) {
|
| /third_party/nghttp2/examples/ |
| D | client.c | 91 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/ |
| D | memory.h | 71 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/ |
| D | test_notls.c | 98 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;
|
| D | test_new_connection.c | 119 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/ |
| D | Fetch.md | 21 ## Request section in Fetch
|