Searched refs:Read (Results 1 - 25 of 1395) sorted by path

1234567891011>>

/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.JavaExtensions/
H A DIOExtensions.cs83 return reader.Read( buffer, index, count );
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
H A DANTLRFileStream.cs116 n = fr.Read((Char[])data, 0, data.Length);
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
H A DIOExtensions.cs81 return reader.Read( buffer, index, count );
/external/bison/build-aux/
H A Dtexinfo.tex1291 % Read toc silently, to get counts of subentries for \pdfoutline.
1326 % Read toc second time, this time actually producing the outlines.
6019 % Read the toc file, which is essentially Texinfo input.
8167 % Read the last existing aux file, if any. No error if none exists.
8775 % Read the file by the name they passed if it exists.
/external/blktrace/btt/doc/
H A Dbtt.tex696 \item Read data -- just seek deltas for reads
/external/blktrace/doc/
H A Dblktrace.tex164 Read Dispatches: 0, 0KiB Write Dispatches: 7, 128KiB
166 Read Merges: 0 Write Merges: 25
171 Read Dispatches: 0, 0KiB Write Dispatches: 1, 28KiB
173 Read Merges: 0 Write Merges: 6
178 Read Dispatches: 0, 0KiB Write Dispatches: 11, 168KiB
180 Read Merges: 0 Write Merges: 31
300 Read Dispatches: 0, 0KiB Write Dispatches: 0, 0KiB
302 Read Merges: 0 Write Merges: 336
306 Read Dispatches: 2,407, 38,512KiB Write Dispatches: 118, 61,680KiB
308 Read Merge
[all...]
/external/ceres-solver/examples/
H A Dlibmv_bundle_adjuster.cc285 unsigned char file_endian_type_flag = Read<unsigned char>();
296 // Read value from the file, will switch endian if needed.
298 T Read(void) const { function in class:__anon1748::EndianAwareFileReader
333 // Read 3x3 column-major matrix from the file
337 (*matrix)(i % 3, i / 3) = file_reader.Read<float>();
341 // Read 3-vector from file
345 (*vector)(i) = file_reader.Read<float>();
377 // Read markers' space flag.
378 unsigned char is_image_space_flag = file_reader.Read<unsigned char>();
387 // Read camer
[all...]
/external/chromium_org/android_webview/browser/
H A Dinput_stream.h43 virtual bool Read(net::IOBuffer* dest, int length, int* bytes_read) = 0;
/external/chromium_org/android_webview/browser/net/
H A Dandroid_stream_reader_url_request_job_unittest.cc63 virtual bool Read(net::IOBuffer* dest, int length, int* bytes_read) OVERRIDE {
H A Dinput_stream_reader.cc48 if (!stream_->Read(dest, dest_size, &bytes_read))
H A Dinput_stream_reader_unittest.cc37 MOCK_METHOD3(Read, bool(net::IOBuffer* dest, int length, int* bytes_read));
147 EXPECT_CALL(input_stream_, Read(buffer.get(), bytesToRead, NotNull()))
157 EXPECT_CALL(input_stream_, Read(buffer.get(), bytesToRead, NotNull()))
167 EXPECT_CALL(input_stream_, Read(buffer.get(), bytesToRead, NotNull()))
/external/chromium_org/android_webview/native/
H A Dinput_stream_impl.cc79 bool InputStreamImpl::Read(net::IOBuffer* dest, int length, int* bytes_read) { function in class:android_webview::InputStreamImpl
H A Dinput_stream_impl.h37 virtual bool Read(net::IOBuffer* dest, int length, int* bytes_read) OVERRIDE;
H A Dinput_stream_unittest.cc56 EXPECT_TRUE(input_stream->Read(buffer.get(), bytes_requested, bytes_read));
73 EXPECT_TRUE(input_stream->Read(buffer.get(), bytes_requested, &bytes_read));
140 EXPECT_FALSE(input_stream->Read(buffer.get(), bytes_requested, &bytes_read));
/external/chromium_org/base/
H A Dasync_socket_io_handler.h31 // CHECK(io_handler.Read(&buffer_[0], sizeof(buffer_)));
38 // CHECK(io_handler.Read(&buffer_[0], sizeof(buffer_)));
65 // on the current thread. The |callback| will be invoked whenever a Read()
74 bool Read(char* buffer, int buffer_len);
97 // Read() and OnFileCanReadWithoutBlocking().
H A Dasync_socket_io_handler_posix.cc39 // let's stop watching the fd and restart the watch when Read() is called.
45 bool AsyncSocketIoHandler::Read(char* buffer, int buffer_len) { function in class:base::AsyncSocketIoHandler
H A Dasync_socket_io_handler_unittest.cc18 // of Read operations to complete. Once that number is reached, the current
37 return io_handler.Read(&buffer_[0], sizeof(buffer_));
124 // Calls Read() from within a callback to test that simple read "loops" work.
135 // Issue sends on an interval to satisfy the Read() requirements.
153 // Calls Read() then close other end, check that a correct callback is received.
H A Dasync_socket_io_handler_win.cc41 bool AsyncSocketIoHandler::Read(char* buffer, int buffer_len) { function in class:base::AsyncSocketIoHandler
H A Dbig_endian.cc38 bool BigEndianReader::Read(T* value) { function in class:base::BigEndianReader
47 return Read(value);
51 return Read(value);
55 return Read(value);
59 return Read(value);
H A Dbig_endian.h14 // Read an integer (signed or unsigned) from |buf| in Big Endian order.
71 bool Read(T* v);
/external/chromium_org/base/debug/
H A Dtrace_event_unittest.cc172 root.reset(base::JSONReader::Read(json_output_.json_output,
/external/chromium_org/base/files/
H A Ddir_reader_posix_unittest.cc22 TEST(DirReaderPosixUnittest, Read) {
H A Dfile.h216 int Read(int64 offset, char* data, int size);
H A Dfile_path_watcher_browsertest.cc795 Read, enumerator in enum:base::__anon2250::Permission
809 case Read:
854 ASSERT_TRUE(ChangeFilePermissions(test_dir1, Read, false));
859 ASSERT_TRUE(ChangeFilePermissions(test_dir1, Read, true));
H A Dfile_posix.cc293 int File::Read(int64 offset, char* data, int size) { function in class:base::File

Completed in 709 milliseconds

1234567891011>>