Home
last modified time | relevance | path

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

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