Home
last modified time | relevance | path

Searched defs:Parts (Results 1 – 25 of 135) sorted by relevance

123456

/aosp_15_r20/external/rust/android-crates-io/crates/http/src/
Dresponse.rs188 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()
Drequest.rs166 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/
Drequest_parts.rs28 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
Dmod.rs54 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/
Dhttp1.rs56 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/
Dmod.rs106 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/
Dconn.rs231 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/
Dhttp1.rs33 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/
Drequest_parts.rs7 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()
Dmod.rs24 _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/
Dupgrade.rs83 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 DPackedVersion.cpp28 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 DPackedVersion.cpp29 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/
Drequest_parts.rs95 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()
Draw_query.rs37 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/
Dconn.rs229 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 DJwtFormat.java32 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/
Dfrom_extractor.rs329 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 DURL.java1513 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/
DURL.java1513 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/
DURL.java1513 class Parts { class
1518 Parts(String file, String host) { in Parts() method in Parts
/aosp_15_r20/external/llvm/utils/TableGen/
H A DCodeGenRegisters.cpp72 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 DAPFloat.cpp894 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 DSymbolRemappingReader.cpp43 SmallVector<StringRef, 4> Parts; in read() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DSymbolRemappingReader.cpp42 SmallVector<StringRef, 4> Parts; in read() local

123456