/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/ |
InputStreamTest.java | 30 in.read(null, -1, 1); 38 public int read() throws IOException { method in class:InputStreamTest.MockInputStream
|
/external/proguard/src/proguard/io/ |
DataEntryRenamer.java | 76 public void read(DataEntry dataEntry) throws IOException method in class:DataEntryRenamer 97 renamedDataEntryReader.read(new RenamedDataEntry(dataEntry, newName)); 101 missingDataEntryReader.read(dataEntry);
|
JarReader.java | 27 * This DataEntryReader lets a given DataEntryReader read all data entries of 28 * the read jar/war/zip data entries. 48 public void read(DataEntry dataEntry) throws IOException method in class:JarReader 65 dataEntryReader.read(new ZipDataEntry(dataEntry,
|
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);
|
/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 | 49 int read(byte[] b, int off, int len) throws IOException; method in interface:SessionInputBuffer 51 int read(byte[] b) throws IOException; method in interface:SessionInputBuffer 53 int read() throws IOException; method in interface:SessionInputBuffer
|
/external/clang/test/Analysis/ |
taint-tester.cpp | 20 ssize_t read; local 23 while ((read = T.getline(&line, &len, stdin)) != -1) {
|
/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/ganymed-ssh2/src/main/java/ch/ethz/ssh2/ |
SFTPInputStream.java | 19 * Offset (in bytes) in the file to read 29 * an array of bytes. An attempt is made to read as many as 30 * <code>len</code> bytes, but a smaller number may be read, possibly 31 * zero. The number of bytes actually read is returned as an integer. 33 * @see SFTPv3Client#read(SFTPv3FileHandle,long,byte[],int,int) 36 public int read(byte[] buffer, int offset, int len) throws IOException method in class:SFTPInputStream 38 int read = handle.getClient().read(handle, readOffset, buffer, offset, len); local 39 if(read > 0) { 40 readOffset += read; 60 public int read() throws IOException { method in class:SFTPInputStream 62 int read = handle.getClient().read(handle, readOffset, buffer, 0, 1); local [all...] |
/external/guava/guava/src/com/google/common/base/ |
Ticker.java | 43 public abstract long read(); method in class:Ticker 56 public long read() {
|
/external/guava/guava-testlib/src/com/google/common/testing/ |
FakeTicker.java | 51 @Override public long read() { method in class:FakeTicker
|
/external/jmonkeyengine/engine/src/networking/com/jme3/network/kernel/ |
Connector.java | 54 * Closes the connection. Any subsequent attempts to read 70 * until the next read() call is made. Callers should copy 73 * @return The data read or null if there is no more data 76 public ByteBuffer read(); method in interface:Connector
|
/external/marisa-trie/lib/marisa/ |
reader.h | 22 void read(T *obj) { function in class:marisa::Reader 28 void read(T *objs, std::size_t num_objs) { function in class:marisa::Reader
|
/external/marisa-trie/v0_1_5/lib/marisa_alpha/ |
reader.h | 22 void read(T *obj) { function in class:marisa_alpha::Reader 28 void read(T *objs, std::size_t num_objs) { function in class:marisa_alpha::Reader
|
/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 void MtpDeviceInfo::read(MtpDataPacket& packet) { function in class:android::MtpDeviceInfo 65 // read the device info
|
MtpEventPacket.cpp | 57 int MtpEventPacket::read(struct usb_request *request) { function in class:android::MtpEventPacket
|
MtpObjectInfo.cpp | 58 void MtpObjectInfo::read(MtpDataPacket& packet) { function in class:android::MtpObjectInfo
|
MtpRequestPacket.cpp | 38 int MtpRequestPacket::read(int fd) { function in class:android::MtpRequestPacket 39 int ret = ::read(fd, mBuffer, mBufferSize);
|
MtpResponsePacket.cpp | 47 int MtpResponsePacket::read(struct usb_request *request) { function in class:android::MtpResponsePacket
|
MtpStorageInfo.cpp | 46 void MtpStorageInfo::read(MtpDataPacket& packet) { function in class:android::MtpStorageInfo 49 // read the device info
|