Home
last modified time | relevance | path

Searched defs:Outgoing (Results 1 – 14 of 14) sorted by relevance

/external/android_onboarding/java/com/android/onboarding/nodes/
DOnboardingGraphEdge.kt18 interface Outgoing : OnboardingGraphEdge interface
/external/rust/android-crates-io/crates/hyper/src/proto/h1/
Dmod.rs37 type Outgoing: Default; typedef
40 fn encode(enc: Encode<'_, Self::Outgoing>, dst: &mut Vec<u8>) -> crate::Result<Encoder>; in encode()
42 fn on_error(err: &crate::Error) -> Option<MessageHead<Self::Outgoing>>; in on_error()
Drole.rs133 enc: Encode<'_, T::Outgoing>, in encode_headers()
155 type Outgoing = StatusCode; typedef
373 fn encode(mut msg: Encode<'_, Self::Outgoing>, dst: &mut Vec<u8>) -> crate::Result<Encoder> { in encode()
475 fn on_error(err: &crate::Error) -> Option<MessageHead<Self::Outgoing>> { in on_error()
961 type Outgoing = RequestLine; typedef
1141 fn encode(msg: Encode<'_, Self::Outgoing>, dst: &mut Vec<u8>) -> crate::Result<Encoder> { in encode()
1190 fn on_error(_err: &crate::Error) -> Option<MessageHead<Self::Outgoing>> { in on_error()
Dconn.rs512 pub(crate) fn write_head(&mut self, head: MessageHead<T::Outgoing>, body: Option<BodyLength>) { in write_head()
524 pub(crate) fn write_full_msg(&mut self, head: MessageHead<T::Outgoing>, body: B) { in write_full_msg()
544 mut head: MessageHead<T::Outgoing>, in encode_head()
589 fn fix_keep_alive(&mut self, head: &mut MessageHead<T::Outgoing>) { in fix_keep_alive()
616 fn enforce_version(&mut self, head: &mut MessageHead<T::Outgoing>) { in enforce_version()
/external/aws-sdk-java-v2/http-clients/netty-nio-client/src/main/java/software/amazon/awssdk/http/nio/netty/internal/nrs/
DHttpStreamsHandler.java390 class Outgoing { class in HttpStreamsHandler
394 Outgoing(OutT message, ChannelPromise promise) { in Outgoing() method in HttpStreamsHandler.Outgoing
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/
DBasicBlockUtils.cpp1747 const BBSetVector &Outgoing) { in redirectToHub()
1786 const BBSetVector &Outgoing, in setupBranchForGuard()
1806 const BBSetVector &Incoming, const BBSetVector &Outgoing, in calcPredicateUsingInteger()
1851 const BBSetVector &Incoming, const BBSetVector &Outgoing, in calcPredicateUsingBooleans()
1923 const BBSetVector &Outgoing, const StringRef Prefix, in convertToGuardPredicates()
1948 const BBSetVector &Incoming, const BBSetVector &Outgoing, in CreateControlFlowHub()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DDependenceGraphBuilder.cpp146 Outgoing, // Edges going ot of the SCC in createPiBlocks() enumerator
/external/rust/android-crates-io/crates/petgraph/src/
Dlib.rs179 Outgoing = 0, enumerator
Dgraphmap.rs91 Outgoing, enumerator
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
DDependenceGraphBuilder.cpp146 Outgoing, // Edges going ot of the SCC in createPiBlocks() enumerator
/external/federated-compute/fcp/protocol/
Dgrpc_chunked_bidi_stream.h226 Outgoing*) { in TryDecorateCheckinRequest() argument
/external/rust/crates/openssl/src/ssl/test/
Dmod.rs1368 pub struct Outgoing<'a>(&'a mut Vec<u8>); in stateless() struct
1370 impl<'a> Drop for Outgoing<'a> { in stateless() implementation
1376 impl<'a> ::std::ops::Deref for Outgoing<'a> { in stateless() implementation
1383 impl<'a> AsRef<[u8]> for Outgoing<'a> { in stateless() implementation
/external/virtio-media/device/src/devices/
Dsimple_device.rs58 Outgoing { enumerator
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Instrumentation/
DGCOVProfiling.cpp404 const uint32_t Outgoing = EntryBlock.OutEdges.size(); in writeOut() local