Searched defs:FileInputStream (Results 1 - 11 of 11) sorted by relevance

/external/sfntly/cpp/src/sfntly/port/
H A Dfile_input_stream.h26 class FileInputStream : public PushbackInputStream { class in namespace:sfntly
28 FileInputStream();
29 virtual ~FileInputStream();
H A Dfile_input_stream.cc26 FileInputStream::FileInputStream() function in class:sfntly::FileInputStream
32 FileInputStream::~FileInputStream() {
36 int32_t FileInputStream::Available() {
40 void FileInputStream::Close() {
49 void FileInputStream::Mark(int32_t readlimit) {
54 bool FileInputStream::MarkSupported() {
58 int32_t FileInputStream::Read() {
77 int32_t FileInputStream
[all...]
/external/protobuf/src/google/protobuf/io/
H A Dzero_copy_stream_impl.cc78 FileInputStream::FileInputStream(int file_descriptor, int block_size) function in class:google::protobuf::io::FileInputStream
83 FileInputStream::~FileInputStream() {}
85 bool FileInputStream::Close() {
89 bool FileInputStream::Next(const void** data, int* size) {
93 void FileInputStream::BackUp(int count) {
97 bool FileInputStream::Skip(int count) {
101 int64 FileInputStream::ByteCount() const {
105 FileInputStream
[all...]
H A Dzero_copy_stream_impl.h59 // FileInputStream is preferred over using an ifstream with IstreamInputStream.
61 // Also, it's conceivable that FileInputStream could someday be enhanced
63 class LIBPROTOBUF_EXPORT FileInputStream : public ZeroCopyInputStream { class in namespace:google::protobuf::io
69 explicit FileInputStream(int file_descriptor, int block_size = -1);
70 ~FileInputStream();
129 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(FileInputStream);
214 // FileInputStream is more efficient.
/external/robolectric/v1/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 202 milliseconds