HomeSort by relevance Sort by last modified time
    Searched defs:read (Results 51 - 75 of 2562) sorted by null

1 23 4 5 6 7 8 91011>>

  /dalvik/dx/src/com/android/dx/io/instructions/
CodeInput.java 26 * Returns whether there are any more code units to read. This
34 public int read() throws EOFException; method in interface:CodeInput
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.JavaExtensions/
IOExtensions.cs 81 public static int read( this TextReader reader, char[] buffer, int index, int count ) method in class:Antlr.Runtime.JavaExtensions.IOExtensions
83 return reader.Read( buffer, index, count );
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
IOExtensions.cs 79 public static int read( this TextReader reader, char[] buffer, int index, int count ) method in class:Antlr.Runtime.JavaExtensions.IOExtensions
81 return reader.Read( buffer, index, count );
  /external/apache-http/src/org/apache/http/io/
SessionInputBuffer.java 54 int read(byte[] b, int off, int len) throws IOException; method in interface:SessionInputBuffer
56 int read(byte[] b) throws IOException; method in interface:SessionInputBuffer
58 int read() throws IOException; method in interface:SessionInputBuffer
  /external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/apitools/base/py/
buffered_stream.py 19 self.__buffered_data = self.__stream.read(size)
43 def read(self, size=None): # pylint: disable=invalid-name member in class:BufferedStream
47 'Illegal read of size %s requested on BufferedStream. '
stream_slice.py 17 return 'Slice of stream %s with %s/%s bytes not yet read' % (
33 def read(self, size=None): # pylint: disable=missing-docstring member in class:StreamSlice
34 """Read at most size bytes from this slice.
37 unexpectedly raise an exception on read: if the underlying stream
38 is exhausted (i.e. returns no bytes on read), and the size of this
39 slice indicates we should still be able to read more bytes, we
43 size: If provided, read no more than size bytes from the stream.
46 The bytes read from this slice.
56 data = self.__stream.read(read_size)
  /external/chromium-trace/catapult/third_party/mapreduce/mapreduce/tools/
gcs_file_seg_reader.py 49 def read(self, n): member in class:_GCSFileSegReader
50 """Read data from file segs.
53 n: max bytes to read. Must be positive.
76 """Returns the next offset to read."""
103 """Read from current seg.
106 n: max number of bytes to read.
111 result = self._seg.read(size=n)
  /external/clang/test/SemaCXX/
incomplete-call.cpp 56 void basic_istream<CharT>::read() { // expected-error{{out-of-line definition of 'read' from class 'basic_istream<CharT>' without definition}} function in class:pr18542::X::basic_istream
  /external/curl/lib/
warnless.h 72 # undef read macro
73 # define read(fd, buf, count) curlx_read(fd, buf, count) macro
  /external/deqp/execserver/
xsPosixFileReader.hpp 45 int read (deUint8* dst, int numBytes) { return m_buf.tryRead(numBytes, dst); } function in class:xs::posix::FileReader
  /external/deqp/framework/delibs/destream/
deStreamCpyThread.c 35 deInt32 read = 0; local
39 readResult = deInStream_read(thread->input, buffer, thread->bufferSize, &read);
41 while (written < read)
44 deOutStream_write(thread->output, buffer, read - written, &wrote);
  /external/dexmaker/src/dx/java/com/android/dx/io/instructions/
CodeInput.java 26 * Returns whether there are any more code units to read. This
34 public int read() throws EOFException; method in interface:CodeInput
  /external/guava/guava/src/com/google/common/base/
Ticker.java 46 public abstract long read(); method in class:Ticker
59 public long read() {
  /external/guava/guava-testlib/src/com/google/common/testing/
FakeTicker.java 31 * The ticker can be configured so that the time is incremented whenever {@link #read} is called:
69 @Override public long read() { method in class:FakeTicker
  /external/guava/guava-tests/test/com/google/common/io/
RandomAmountInputStream.java 35 @Override public int read(byte[] b, int off, int len) throws IOException { method in class:RandomAmountInputStream
36 return super.read(b, off, random.nextInt(len) + 1);
  /external/libxml2/win32/wince/
wincecompat.c 22 int read(int handle, char *buffer, unsigned int len) function
  /external/lzma/Java/Tukaani/src/org/tukaani/xz/
CountingInputStream.java 17 * Counts the number of bytes read from an input stream.
26 public int read() throws IOException { method in class:CountingInputStream
27 int ret = in.read();
34 public int read(byte[] b, int off, int len) throws IOException { method in class:CountingInputStream
35 int ret = in.read(b, off, len);
  /external/okhttp/okio/okio/src/main/java/okio/
ForwardingSource.java 34 @Override public long read(Buffer sink, long byteCount) throws IOException { method in class:ForwardingSource
35 return delegate.read(sink, byteCount);
  /external/opencv3/3rdparty/openexr/IlmImf/
ImfStringVectorAttribute.cpp 75 int read = 0; local
77 while (read < size)
80 Xdr::read <StreamIO> (is, strSize);
81 read += Xdr::size<int>();
86 Xdr::read<StreamIO> (is, &str[0], strSize);
87 read += strSize;
  /external/proguard/src/proguard/io/
DirectoryPump.java 27 * This class can read a given file or directory, recursively, applying a given
65 dataEntryReader.read(new FileDataEntry(directory, file));
FilteredDataEntryReader.java 78 public void read(DataEntry dataEntry) method in class:FilteredDataEntryReader
87 dataEntryReader.read(dataEntry);
  /external/skia/platform_tools/android/apps/canvasproof/src/main/jni/
JavaInputStream.cpp 21 fReadMethodID = env->GetMethodID(fInputStreamClass, "read", "([B)I");
27 size_t JavaInputStream::read(void* voidBuffer, size_t size) { function in class:JavaInputStream
38 SkDebugf("---- java.io.InputStream::read() threw an exception\n");
44 return totalRead; // No more to read.
  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayerStreamListener.cpp 95 ssize_t NuPlayer::NuPlayerStreamListener::read( function in class:android::NuPlayer::NuPlayerStreamListener
  /frameworks/av/media/libnbaio/
LibsndfileSource.cpp 46 ssize_t LibsndfileSource::read(void *buffer, size_t count) function in class:android::LibsndfileSource
55 // Detect EOF by zero frames read, not by mFramesUntilEOF as it could be inaccurate
62 // We didn't read any frames during the current loop cycle, so disable
63 // further looping to prevent the caller from busy waiting at read().
  /frameworks/av/media/mtp/
MtpDeviceInfo.cpp 62 bool MtpDeviceInfo::read(MtpDataPacket& packet) { function in class:android::MtpDeviceInfo
65 // read the device info

Completed in 288 milliseconds

1 23 4 5 6 7 8 91011>>