/aosp_15_r20/prebuilts/go/linux-x86/src/net/http/ |
D | request.go | 112 type Request struct { struct 115 Method string 129 URL *url.URL 136 Proto string // "HTTP/1.0" 137 ProtoMajor int // 1 138 ProtoMinor int // 0 171 Header Header 187 Body io.ReadCloser 195 GetBody func() (io.ReadCloser, error) 204 ContentLength int64 [all …]
|
D | fs.go | 134 func dirList(w ResponseWriter, r *Request, f File) { 240 func ServeContent(w ResponseWriter, req *Request, name string, modtime time.Time, content io.ReadSe… 269 func serveContent(w ResponseWriter, r *Request, name string, modtime time.Time, sizeFunc func() (in… 478 func checkIfMatch(w ResponseWriter, r *Request) condResult { 508 func checkIfUnmodifiedSince(r *Request, modtime time.Time) condResult { 527 func checkIfNoneMatch(w ResponseWriter, r *Request) condResult { 557 func checkIfModifiedSince(r *Request, modtime time.Time) condResult { 578 func checkIfRange(w ResponseWriter, r *Request, modtime time.Time) condResult { 640 func checkPreconditions(w ResponseWriter, r *Request, modtime time.Time) (done bool, rangeHeader st… 674 func serveFile(w ResponseWriter, r *Request, fs FileSystem, name string, redirect bool) { [all …]
|
/aosp_15_r20/external/sdk-platform-java/gapic-generator-java/src/test/proto/ |
H A D | explicit_dynamic_routing_header_testing.proto | 48 rpc Example2Test(Request) returns (google.protobuf.Empty) { argument 62 rpc Example3Test(Request) returns (google.protobuf.Empty) { argument 75 rpc Example3CTest(Request) returns (google.protobuf.Empty) { argument 92 rpc Example4Test(Request) returns (google.protobuf.Empty) { argument 106 rpc Example5Test(Request) returns (google.protobuf.Empty) { argument 126 rpc Example6Test(Request) returns (google.protobuf.Empty) { argument 147 rpc Example7Test(Request) returns (google.protobuf.Empty) { argument 168 rpc Example8Test(Request) returns (google.protobuf.Empty) { argument 192 rpc Example9Test(Request) returns (google.protobuf.Empty) { argument 229 rpc BackwardsCompatible1Test(Request) returns (google.protobuf.Empty) { argument [all …]
|
/aosp_15_r20/external/skia/tools/skiaserve/ |
H A 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 …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/tungstenite/src/ |
D | client.rs | 51 request: Request, in connect_with_config() 77 fn create_request(parts: &Parts, uri: &Uri) -> Request { in connect_with_config() 192 fn into_client_request(self) -> Result<Request>; in into_client_request() 196 fn into_client_request(self) -> Result<Request> { in into_client_request() 202 fn into_client_request(self) -> Result<Request> { in into_client_request() 208 fn into_client_request(self) -> Result<Request> { in into_client_request() 214 fn into_client_request(self) -> Result<Request> { in into_client_request() 220 fn into_client_request(self) -> Result<Request> { in into_client_request() 245 fn into_client_request(self) -> Result<Request> { in into_client_request() 251 fn into_client_request(self) -> Result<Request> { in into_client_request() [all …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/Symbolize/ |
H A D | DIPrinter.cpp | 184 void PlainPrinterBase::print(const Request &Request, const DILineInfo &Info) { in print() 190 void PlainPrinterBase::print(const Request &Request, in print() 202 void PlainPrinterBase::print(const Request &Request, const DIGlobal &Global) { in print() 216 void PlainPrinterBase::print(const Request &Request, in print() 263 void PlainPrinterBase::printInvalidCommand(const Request &Request, in printInvalidCommand() 268 bool PlainPrinterBase::printError(const Request &Request, in printError() 282 static json::Object toJSON(const Request &Request, StringRef ErrorMsg = "") { in toJSON() 291 void JSONPrinter::print(const Request &Request, const DILineInfo &Info) { in print() 297 void JSONPrinter::print(const Request &Request, const DIInliningInfo &Info) { in print() 333 void JSONPrinter::print(const Request &Request, const DIGlobal &Global) { in print() [all …]
|
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/jsonrpc2/ |
H A 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 {
|
/aosp_15_r20/external/deqp-deps/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 {
|
/aosp_15_r20/external/angle/third_party/spirv-tools/src/utils/vscode/src/lsp/jsonrpc2/ |
H A 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 {
|
/aosp_15_r20/prebuilts/go/linux-x86/src/net/http/pprof/ |
D | pprof.go | 110 func Cmdline(w http.ResponseWriter, r *http.Request) { 116 func sleep(r *http.Request, d time.Duration) { 123 func configureWriteDeadline(w http.ResponseWriter, r *http.Request, seconds float64) { 144 func Profile(w http.ResponseWriter, r *http.Request) { 170 func Trace(w http.ResponseWriter, r *http.Request) { 196 func Symbol(w http.ResponseWriter, r *http.Request) { 250 func (name handler) ServeHTTP(w http.ResponseWriter, r *http.Request) { 275 func (name handler) serveDeltaProfile(w http.ResponseWriter, r *http.Request, p *pprof.Profile, sec… 385 func Index(w http.ResponseWriter, r *http.Request) {
|
/aosp_15_r20/external/webrtc/modules/rtp_rtcp/source/rtcp_packet/ |
H A D | fir.h | 25 struct Request { struct 26 Request() : ssrc(0), seq_nr(0) {} in Request() argument 27 Request(uint32_t ssrc, uint8_t seq_nr) : ssrc(ssrc), seq_nr(seq_nr) {} in Request() function 42 const std::vector<Request>& requests() const { return items_; } in requests() argument
|
/aosp_15_r20/external/ot-br-posix/ |
H A D | CONTRIBUTING.md | 60 #### Branch 72 #### Create Commits 84 #### Upstream Sync and Clean Up 110 #### Coding Conventions and Style 116 #### Push and Test 128 #### Submit Pull Request 132 #### Checks fail
|
/aosp_15_r20/external/openthread/ |
H A D | CONTRIBUTING.md | 60 #### Branch 72 #### Create Commits 84 #### Upstream Sync and Clean Up 110 #### Coding Conventions and Style 116 #### Push and Test 128 #### Submit Pull Request 132 #### Checks fail
|
/aosp_15_r20/frameworks/av/media/utils/include/mediautils/ |
H A D | TimerThread.h | 219 struct Request { struct 220 Request(std::chrono::system_clock::time_point _scheduled, in Request() function 232 const std::chrono::system_clock::time_point scheduled; 233 const std::chrono::system_clock::time_point deadline; // deadline := scheduled 261 // from pendingRequests. May be the same as timeoutTid, if the timed-out argument
|
/aosp_15_r20/external/rust/android-crates-io/crates/tower/src/filter/ |
D | predicate.rs | 17 type Request; typedef 32 type Request; typedef 37 fn check(&mut self, request: Request) -> Result<Self::Request, BoxError>; in check() 47 type Request = R; typedef 60 type Request = R; typedef 62 fn check(&mut self, request: T) -> Result<Self::Request, BoxError> { in check()
|
/aosp_15_r20/prebuilts/vndk/v32/x86_64/include/system/core/libutils/include/utils/ |
D | Looper.h | 424 struct Request { struct 437 Request request; argument
|
/aosp_15_r20/prebuilts/vndk/v30/arm/include/system/core/libutils/include/utils/ |
D | Looper.h | 422 struct Request { struct 435 Request request; argument
|
/aosp_15_r20/prebuilts/vndk/v30/x86_64/include/system/core/libutils/include/utils/ |
D | Looper.h | 422 struct Request { struct 435 Request request; argument
|
/aosp_15_r20/prebuilts/vndk/v32/arm/include/system/core/libutils/include/utils/ |
D | Looper.h | 424 struct Request { struct 437 Request request; argument
|
/aosp_15_r20/prebuilts/vndk/v32/arm64/include/system/core/libutils/include/utils/ |
D | Looper.h | 424 struct Request { struct 437 Request request; argument
|
/aosp_15_r20/prebuilts/vndk/v31/x86/include/system/core/libutils/include/utils/ |
D | Looper.h | 424 struct Request { struct 437 Request request; argument
|
/aosp_15_r20/prebuilts/vndk/v32/x86/include/system/core/libutils/include/utils/ |
D | Looper.h | 424 struct Request { struct 437 Request request; argument
|
/aosp_15_r20/prebuilts/vndk/v31/arm/include/system/core/libutils/include/utils/ |
D | Looper.h | 424 struct Request { struct 437 Request request; argument
|
/aosp_15_r20/prebuilts/vndk/v30/arm64/include/system/core/libutils/include/utils/ |
D | Looper.h | 422 struct Request { struct 435 Request request; argument
|
/aosp_15_r20/prebuilts/vndk/v31/x86_64/include/system/core/libutils/include/utils/ |
D | Looper.h | 424 struct Request { struct 437 Request request; argument
|