HomeSort by relevance Sort by last modified time
    Searched refs:MemoryInputStream (Results 1 - 9 of 9) sorted by null

  /external/sfntly/cpp/src/sfntly/port/
memory_input_stream.cc 30 MemoryInputStream::MemoryInputStream()
36 MemoryInputStream::~MemoryInputStream() {
40 int32_t MemoryInputStream::Available() {
44 void MemoryInputStream::Close() {
47 void MemoryInputStream::Mark(int32_t readlimit) {
52 bool MemoryInputStream::MarkSupported() {
56 int32_t MemoryInputStream::Read() {
73 int32_t MemoryInputStream::Read(ByteVector* b)
    [all...]
memory_input_stream.h 26 class MemoryInputStream : public PushbackInputStream {
28 MemoryInputStream();
29 virtual ~MemoryInputStream();
  /external/tensorflow/tensorflow/core/kernels/
decode_compressed_op.cc 30 class MemoryInputStream : public io::InputStreamInterface {
32 explicit MemoryInputStream(const char* buffer, size_t length)
35 ~MemoryInputStream() override {}
103 std::unique_ptr<MemoryInputStream> input_stream(
104 new MemoryInputStream(bytes_flat(i).data(), bytes_flat(i).size()));
  /frameworks/base/core/java/android/os/
MemoryFile.java 160 return new MemoryInputStream();
241 private class MemoryInputStream extends InputStream {
  /external/sfntly/cpp/src/test/
memory_io_test.cc 41 MemoryInputStream is;
name_editing_test.cc 73 MemoryInputStream is;
122 MemoryInputStream is;
168 MemoryInputStream is;
serialization_test.cc 47 MemoryInputStream is;
113 MemoryInputStream is;
bitmap_table_test.cc 156 MemoryInputStream is;
  /external/sfntly/cpp/src/sample/chromium/
subsetter_impl.cc 624 MemoryInputStream mis;
642 MemoryInputStream mis;

Completed in 430 milliseconds