| /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/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/nghttp2/src/ |
| D | shrpx_downstream.h | 149 struct Request { struct 150 Request(BlockAllocator &balloc) in Request() function 181 // Request scheme. For HTTP/2, this is :scheme header field value. argument 184 // Request authority. This is HTTP/2 :authority header field value argument 190 // Request path, including query component. For HTTP/1.1, this is argument 193 StringRef path; 196 StringRef orig_authority; 199 StringRef orig_path; 201 int64_t recv_body_length; 203 size_t unconsumed_body_length; [all …]
|
| D | nghttp.h | 135 struct Request { struct 174 RequestTiming timing; argument 175 int64_t data_length; 176 int64_t data_offset; 178 int64_t response_len; 179 nghttp2_gzip *inflater; 180 std::unique_ptr<HtmlParser> html_parser; 181 const nghttp2_data_provider *data_prd; 182 size_t header_buffer_size; 183 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/flutter/skia/third_party/externals/dawn/src/dawn_native/metal/ |
| D | BufferMTL.h | 60 struct Request { struct 65 SerialQueue<Request> mInflightRequests; argument
|
| /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/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/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
|
| 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/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() argument 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/grpc/src/python/grpcio_tests/tests/protoc_plugin/protos/invocation_testing/split_messages/sub/ |
| D | messages.proto | 19 message Request {} message
|
| /third_party/grpc/src/ruby/end2end/protos/package_with_underscore/ |
| D | data.proto | 19 message Request { message
|
| /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/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) {
|
| /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) {
|