| /third_party/flutter/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/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/flutter/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
| D | BufferVk.h | 70 struct Request { struct 76 SerialQueue<Request> mInflightRequests; argument
|
| /third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/d3d12/ |
| D | BufferD3D12.h | 69 struct Request { struct 75 SerialQueue<Request> mInflightRequests; argument
|
| /third_party/rust/crates/tracing/.github/ISSUE_TEMPLATE/ |
| D | feature_request.md | 9 ### Crates 16 ### Motivation 22 ### Proposal 29 ### Alternatives
|
| /third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/metal/ |
| D | BufferMTL.h | 60 struct Request { struct 65 SerialQueue<Request> mInflightRequests; 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/flutter/skia/third_party/externals/dawn/src/dawn_native/ |
| D | RingBuffer.h | 55 struct Request { struct 60 SerialQueue<Request> mInflightRequests; // Queue of the recorded sub-alloc requests (e.g. argument
|
| /third_party/typescript/tests/cases/compiler/ |
| D | augmentExportEquals5.ts | 6 export interface Request { } interface 73 interface Request { interface
|
| /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() 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() 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/flutter/skia/src/ports/ |
| D | SkFontMgr_FontConfigInterface.cpp | 70 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() 295 using Request = SkFontRequestCache::Request; in onLegacyMakeTypeface() typedef
|
| /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/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/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/flutter/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) {
|