Home
last modified time | relevance | path

Searched defs:is_padded (Results 1 – 7 of 7) sorted by relevance

/external/rust/android-crates-io/crates/h2/src/frame/
Ddata.rs68 pub fn is_padded(&self) -> bool { in is_padded() method
204 fn is_padded(&self) -> bool { in is_padded() method
Dheaders.rs757 pub fn is_padded(&self) -> bool { in is_padded() method
809 pub fn is_padded(&self) -> bool { in is_padded() method
/external/pytorch/aten/src/ATen/native/mkldnn/xpu/
DConv.cpp75 bool ConvParams::is_padded() const { in is_padded() function in at::native::xpu::impl::ConvParams
76 bool is_padded = false; in is_padded() local
/external/cronet/stable/net/third_party/quiche/src/quiche/quic/core/
Dquic_packet_creator.cc1007 const bool is_padded) { in SerializePathResponseConnectivityProbingPacket()
1132 const bool is_padded, EncryptionLevel level) { in BuildPathResponsePacket()
/external/cronet/tot/net/third_party/quiche/src/quiche/quic/core/
Dquic_packet_creator.cc1007 const bool is_padded) { in SerializePathResponseConnectivityProbingPacket()
1132 const bool is_padded, EncryptionLevel level) { in BuildPathResponsePacket()
/external/libjpeg-turbo/
Djquant1.c155 boolean is_padded; /* is the colorindex padded for odither? */ member
/external/pytorch/aten/src/ATen/native/
DConvolution.cpp313 bool is_padded() const { in is_padded() function
314 bool is_padded = false; in is_padded() local