/aosp_15_r20/external/rust/android-crates-io/crates/http/src/ |
D | response.rs | 188 pub struct Parts { struct 210 inner: Result<Parts>, argument 274 pub fn from_parts(parts: Parts, body: T) -> Response<T> { in from_parts() 454 pub fn into_parts(self) -> (Parts, T) { in into_parts() 503 impl Parts { impl 516 impl fmt::Debug for Parts { implementation 769 F: FnOnce(Parts) -> Result<Parts> in and_then()
|
D | request.rs | 166 pub struct Parts { struct 191 inner: Result<Parts>, argument 459 pub fn from_parts(parts: Parts, body: T) -> Request<T> { in from_parts() 668 pub fn into_parts(self) -> (Parts, T) { in into_parts() 717 impl Parts { impl 731 impl fmt::Debug for Parts { implementation 1066 F: FnOnce(Parts) -> Result<Parts> in and_then()
|
/aosp_15_r20/external/rust/android-crates-io/crates/axum-core/src/extract/ |
D | request_parts.rs | 28 async fn from_request_parts(parts: &mut Parts, _: &S) -> Result<Self, Self::Rejection> { in from_request_parts() 40 async fn from_request_parts(parts: &mut Parts, _: &S) -> Result<Self, Self::Rejection> { in from_request_parts() 52 async fn from_request_parts(parts: &mut Parts, _: &S) -> Result<Self, Self::Rejection> { in from_request_parts() 69 async fn from_request_parts(parts: &mut Parts, _: &S) -> Result<Self, Self::Rejection> { in from_request_parts() 126 impl<S, B> FromRequest<S, B> for Parts implementation
|
D | mod.rs | 54 async fn from_request_parts(parts: &mut Parts, state: &S) -> Result<Self, Self::Rejection>; in from_request_parts() 150 parts: &mut Parts, in from_request_parts() 179 async fn from_request_parts(parts: &mut Parts, state: &S) -> Result<Self, Self::Rejection> { in from_request_parts()
|
/aosp_15_r20/external/rust/android-crates-io/crates/hyper/src/server/conn/ |
D | http1.rs | 56 pub struct Parts<T, S> { struct 58 pub io: T, 67 pub read_buf: Bytes, 69 pub service: S, 70 _inner: (),
|
/aosp_15_r20/external/rust/android-crates-io/crates/http/src/uri/ |
D | mod.rs | 106 pub struct Parts { struct 126 pub struct InvalidUriParts(InvalidUri); argument 390 pub fn into_parts(self) -> Parts { in into_parts() 795 impl From<Uri> for Parts { implementation
|
/aosp_15_r20/external/rust/android-crates-io/crates/hyper/src/server/ |
D | conn.rs | 231 pub struct Parts<T, S> { struct 233 pub io: T, 242 pub read_buf: Bytes, 244 pub service: S, 245 _inner: (),
|
/aosp_15_r20/external/rust/android-crates-io/crates/hyper/src/client/conn/ |
D | http1.rs | 33 pub struct Parts<T> { struct 35 pub io: T, 44 pub read_buf: Bytes, 45 _inner: (),
|
/aosp_15_r20/external/rust/android-crates-io/crates/axum-core/src/ext_traits/ |
D | request_parts.rs | 7 impl Sealed for http::request::Parts {} implementation 123 impl RequestPartsExt for Parts { implementation 193 async fn from_request_parts(parts: &mut Parts, state: &S) -> Result<Self, Self::Rejection> { in from_request_parts()
|
D | mod.rs | 24 _parts: &mut Parts, in from_request_parts() 44 _parts: &mut Parts, in from_request_parts()
|
/aosp_15_r20/external/rust/android-crates-io/crates/hyper/src/ |
D | upgrade.rs | 83 pub struct Parts<T> { struct 85 pub io: T, 94 pub read_buf: Bytes, 95 _inner: (),
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/TextAPI/ |
H A D | PackedVersion.cpp | 28 SmallVector<StringRef, 3> Parts; in parse32() local 63 SmallVector<StringRef, 5> Parts; in parse64() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/TextAPI/MachO/ |
H A D | PackedVersion.cpp | 29 SmallVector<StringRef, 3> Parts; in parse32() local 64 SmallVector<StringRef, 5> Parts; in parse64() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/axum/src/extract/ |
D | request_parts.rs | 95 async fn from_request_parts(parts: &mut Parts, state: &S) -> Result<Self, Self::Rejection> { in from_request_parts() 239 async fn handler(parts: http::request::Parts) { in extract_request_parts()
|
D | raw_query.rs | 37 async fn from_request_parts(parts: &mut Parts, _state: &S) -> Result<Self, Self::Rejection> { in from_request_parts()
|
/aosp_15_r20/external/rust/android-crates-io/crates/hyper/src/client/ |
D | conn.rs | 229 pub struct Parts<T> { struct 231 pub io: T, 240 pub read_buf: Bytes, 241 _inner: (),
|
/aosp_15_r20/external/tink/java_src/src/main/java/com/google/crypto/tink/jwt/ |
H A D | JwtFormat.java | 32 static class Parts { class in JwtFormat 39 Parts( in Parts() method in JwtFormat.Parts
|
/aosp_15_r20/external/rust/android-crates-io/crates/axum/src/middleware/ |
D | from_extractor.rs | 329 parts: &mut Parts, in test_from_extractor() 381 _parts: &mut Parts, in works_with_request_body_limit()
|
/aosp_15_r20/libcore/ojluni/src/main/java/java/net/ |
H A D | URL.java | 1513 class Parts { class 1518 Parts(String file, String host) { in Parts() method in Parts
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/net/ |
D | URL.java | 1513 class Parts { class 1518 Parts(String file, String host) { in Parts() method in Parts
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/7/libcore/ojluni/src/main/java/java/net/ |
D | URL.java | 1513 class Parts { class 1518 Parts(String file, String host) { in Parts() method in Parts
|
/aosp_15_r20/external/llvm/utils/TableGen/ |
H A D | CodeGenRegisters.cpp | 72 std::vector<Record*> Parts = in updateComponents() local 345 SmallVector<CodeGenSubRegIndex*, 8> Parts; in computeSubRegs() local 428 SmallVector<CodeGenSubRegIndex*, 8> Parts(1, I->first); in computeSecondarySubRegs() local 1086 getConcatSubRegIndex(const SmallVector<CodeGenSubRegIndex *, 8> &Parts) { in getConcatSubRegIndex()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/ |
H A D | APFloat.cpp | 894 const integerPart *Parts = significandParts(); in isSignificandAllOnes() local 916 const integerPart *Parts = significandParts(); in isSignificandAllOnesExceptLSB() local 943 const integerPart *Parts = significandParts(); in isSignificandAllZeros() local 964 const integerPart *Parts = significandParts(); in isSignificandAllZerosExceptMSB() local 4366 integerPart *Parts = significandParts(); in next() local 4388 integerPart *Parts = significandParts(); in next() local
|
H A D | SymbolRemappingReader.cpp | 43 SmallVector<StringRef, 4> Parts; in read() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | SymbolRemappingReader.cpp | 42 SmallVector<StringRef, 4> Parts; in read() local
|