Home
last modified time | relevance | path

Searched defs:next_layer (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/python/pyasn1-modules/tools/
Dcmcdump.py27 next_layer = rfc5652.id_ct_contentInfo variable
38 next_layer = layer['contentType'] variable
49 next_layer = layer['encapContentInfo']['eContentType'] variable
60 next_layer = None variable
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/include/boost/asio/ssl/detail/
Dio.hpp33 std::size_t io(Stream& next_layer, stream_core& core, in io()
100 io_op(Stream& next_layer, stream_core& core, in io_op()
373 inline void async_io(Stream& next_layer, stream_core& core, in async_io()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/include/boost/asio/impl/
Dbuffered_read_stream.hpp170 typename remove_reference<Stream>::type& next_layer) in initiate_async_buffered_fill()
407 typename remove_reference<Stream>::type& next_layer) in initiate_async_buffered_read_some()
Dbuffered_write_stream.hpp155 typename remove_reference<Stream>::type& next_layer) in initiate_async_buffered_flush()
393 typename remove_reference<Stream>::type& next_layer) in initiate_async_buffered_write_some()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/include/boost/asio/ssl/
Dstream.hpp186 const next_layer_type& next_layer() const in next_layer() function in boost::asio::ssl::stream
199 next_layer_type& next_layer() in next_layer() function in boost::asio::ssl::stream
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/include/boost/asio/
Dbuffered_read_stream.hpp85 next_layer_type& next_layer() in next_layer() function in boost::asio::buffered_read_stream
Dbuffered_write_stream.hpp85 next_layer_type& next_layer() in next_layer() function in boost::asio::buffered_write_stream
Dbuffered_stream.hpp76 next_layer_type& next_layer() in next_layer() function in boost::asio::buffered_stream
/aosp_15_r20/external/libaom/aom_dsp/flow_estimation/
H A Ddisflow.c699 const PyramidLayer *next_layer = &src_pyr->layers[level - 1]; in compute_flow_field() local
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/ragged/
H A Ddynamic_ragged_shape.py2030 def next_layer(self, original_rp, broadcast_rp): member in _LayerBroadcaster