Searched defs:io (Results 226 - 250 of 390) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/protobuf/src/google/protobuf/io/
H A Dprinter.cc35 #include <google/protobuf/io/printer.h>
36 #include <google/protobuf/io/zero_copy_stream.h>
41 namespace io { namespace in namespace:google::protobuf
196 } // namespace io
H A Dzero_copy_stream_impl.h45 #include <google/protobuf/io/zero_copy_stream.h>
46 #include <google/protobuf/io/zero_copy_stream_impl_lite.h>
52 namespace io { namespace in namespace:google::protobuf
353 } // namespace io
H A Dtokenizer.h46 namespace io { namespace in namespace:google::protobuf
380 } // namespace io
H A Dtokenizer_unittest.cc40 #include <google/protobuf/io/tokenizer.h>
41 #include <google/protobuf/io/zero_copy_stream_impl.h>
51 namespace io { namespace in namespace:google::protobuf
999 } // namespace io
H A Dzero_copy_stream_impl.cc36 #include <io.h>
47 #include <google/protobuf/io/zero_copy_stream_impl.h>
54 namespace io { namespace in namespace:google::protobuf
469 } // namespace io
H A Dzero_copy_stream_impl_lite.cc35 #include <google/protobuf/io/zero_copy_stream_impl_lite.h>
43 namespace io { namespace in namespace:google::protobuf
393 } // namespace io
/external/chromium_org/tools/chrome_proxy/integration_tests/
H A Dnetwork_metrics.py8 import io namespace
111 bio = io.BytesIO()
/external/chromium_org/tools/telemetry/third_party/pyserial/serial/
H A Dserialcli.py243 # library, derive from io.RawIOBase
245 import io namespace
251 # io library present
252 class Serial(IronSerial, io.RawIOBase):
H A Dserialjava.py37 'gnu.io', # RXTX
230 # library, derive from io.RawIOBase
232 import io namespace
238 # io library present
239 class Serial(JavaSerial, io.RawIOBase):
H A Dserialwin32.py282 # convert data (needed in case of memoryview instance: Py 3.1 io lib), ctypes doesn't like memoryview
434 # library, derive from io.RawIOBase
436 import io namespace
442 # io library present
443 class Serial(Win32Serial, io.RawIOBase):
/external/chromium_org/tools/telemetry/third_party/pyserial/serial/urlhandler/
H A Dprotocol_socket.py250 # library, derive from io.RawIOBase
252 import io namespace
258 # io library present
259 class Serial(SocketSerial, io.RawIOBase):
/external/dexmaker/src/dx/java/com/android/dx/io/
H A DCode.java17 package com.android.dx.io;
/external/e2fsprogs/lib/ext2fs/
H A Dinode_io.c117 io_channel io = NULL; local
136 retval = ext2fs_get_mem(sizeof(struct struct_io_channel), &io);
139 memset(io, 0, sizeof(struct struct_io_channel));
141 io->magic = EXT2_ET_MAGIC_IO_CHANNEL;
142 io->manager = inode_io_manager;
143 retval = ext2fs_get_mem(strlen(name)+1, &io->name);
147 strcpy(io->name, name);
148 io->private_data = data;
149 io->block_size = 1024;
150 io
[all...]
/external/guava/guava/src/com/google/common/io/
H A DCharStreams.java17 package com.google.common.io;
22 import java.io.Closeable;
23 import java.io.EOFException;
24 import java.io.IOException;
25 import java.io.InputStream;
26 import java.io.InputStreamReader;
27 import java.io.OutputStream;
28 import java.io.OutputStreamWriter;
29 import java.io.Reader;
30 import java.io
[all...]
/external/guava/guava-tests/test/com/google/common/io/
H A DCharStreamsTest.java17 package com.google.common.io;
20 import static com.google.common.io.CharStreams.copy;
21 import static com.google.common.io.CharStreams.newReaderSupplier;
28 import java.io.ByteArrayInputStream;
29 import java.io.EOFException;
30 import java.io.FilterReader;
31 import java.io.FilterWriter;
32 import java.io.IOException;
33 import java.io.InputStreamReader;
34 import java.io
[all...]
/external/libvpx/libvpx/third_party/nestegg/test/
H A Dtest.c90 nestegg_io io = { local
104 io.userdata = fp;
107 r = nestegg_init(&ctx, io, log_callback, -1);
/external/libvpx/libvpx/
H A Dwebmdec.c64 nestegg_io io = {nestegg_read_cb, nestegg_seek_cb, nestegg_tell_cb, 0}; local
67 io.userdata = vpx_ctx->file;
68 if (nestegg_init(&webm_ctx->nestegg_ctx, io, NULL, -1))
/external/protobuf/src/google/protobuf/compiler/
H A Dimporter.h51 namespace io { class ZeroCopyInputStream; } namespace in namespace:google::protobuf
205 virtual io::ZeroCopyInputStream* Open(const string& filename) = 0;
276 io::ZeroCopyInputStream* Open(const string& filename);
290 io::ZeroCopyInputStream* OpenVirtualFile(const string& virtual_file,
294 io::ZeroCopyInputStream* OpenDiskFile(const string& filename);
/external/protobuf/src/google/protobuf/io/
H A Dgzip_stream.cc39 #include <google/protobuf/io/gzip_stream.h>
45 namespace io { namespace in namespace:google::protobuf
316 } // namespace io
H A Dgzip_stream.h48 #include <google/protobuf/io/zero_copy_stream.h>
52 namespace io { namespace in namespace:google::protobuf
203 } // namespace io
H A Dprinter.cc35 #include <google/protobuf/io/printer.h>
36 #include <google/protobuf/io/zero_copy_stream.h>
42 namespace io { namespace in namespace:google::protobuf
186 } // namespace io
H A Dzero_copy_stream_impl.h45 #include <google/protobuf/io/zero_copy_stream.h>
46 #include <google/protobuf/io/zero_copy_stream_impl_lite.h>
52 namespace io { namespace in namespace:google::protobuf
353 } // namespace io
/external/stlport/test/unit/
H A Dsstream_test.cpp25 CPPUNIT_TEST(io);
45 void io();
143 void SstreamTest::io() function in class:SstreamTest
/external/webp/src/dec/
H A Ddecode_vp8.h29 // VP8Io io;
30 // VP8InitIo(&io);
31 // io.data = data;
32 // io.data_size = size;
33 // /* customize io's functions (setup()/put()/teardown()) if needed. */
43 typedef int (*VP8IoPutHook)(const VP8Io* io);
44 typedef int (*VP8IoSetupHook)(VP8Io* io);
45 typedef void (*VP8IoTeardownHook)(const VP8Io* io);
128 // Must be called to make sure 'io' is initialized properly.
131 static WEBP_INLINE int VP8InitIo(VP8Io* const io) { argument
[all...]
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Dtext_format.h51 namespace io { namespace in namespace:google::protobuf
64 static bool Print(const Message& message, io::ZeroCopyOutputStream* output);
70 io::ZeroCopyOutputStream* output);
96 bool Print(const Message& message, io::ZeroCopyOutputStream* output) const;
99 io::ZeroCopyOutputStream* output) const;
195 static bool Parse(io::ZeroCopyInputStream* input, Message* output);
201 static bool Merge(io::ZeroCopyInputStream* input, Message* output);
284 bool Parse(io::ZeroCopyInputStream* input, Message* output);
288 bool Merge(io::ZeroCopyInputStream* input, Message* output);
294 void RecordErrorsTo(io
[all...]

Completed in 6010 milliseconds

1234567891011>>