Home
last modified time | relevance | path

Searched defs:inner_read (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/crosvm/base/src/sys/unix/
H A Dstream_channel.rs82 pub(super) fn inner_read(&self, buf: &mut [u8]) -> io::Result<usize> { in inner_read() method
/aosp_15_r20/external/crosvm/base/src/sys/windows/
H A Dstream_channel.rs198 pub(super) fn inner_read(&self, buf: &mut [u8]) -> io::Result<usize> { in inner_read() method
/aosp_15_r20/external/tensorflow/tensorflow/python/eager/
H A Dfunction_test.py1700 def inner_read(): function