/external/marisa-trie/v0_1_5/lib/marisa_alpha/ |
tail.cc | 55 read(reader); 60 read(reader); 63 void Tail::read(int fd) { function in class:marisa_alpha::Tail 65 read(reader); 68 void Tail::read(std::istream &stream) { function in class:marisa_alpha::Tail 70 read(reader); 73 void Tail::read(Reader &reader) { function in class:marisa_alpha::Tail 75 temp.buf_.read(reader);
|
vector-inline.h | 52 read(reader); 58 read(reader); 62 void Vector<T>::read(int fd) { function in class:marisa_alpha::Vector 64 read(reader); 68 void Vector<T>::read(std::istream &stream) { function in class:marisa_alpha::Vector 70 read(reader); 74 void Vector<T>::read(Reader &reader) { function in class:marisa_alpha::Vector 76 reader.read(&size); 79 reader.read(temp.buf_, size);
|
/external/okhttp/src/main/java/com/squareup/okhttp/internal/http/ |
AbstractHttpInputStream.java | 28 * <p>Since a single socket's input stream may be used to read multiple HTTP 59 * read() is implemented using read(byte[], int, int) so subclasses only 62 @Override public final int read() throws IOException { method in class:AbstractHttpInputStream 94 * cannot be read to completion, subsequent messages cannot be read
|
/external/opencv/cxcore/src/ |
cximage.cpp | 3 // IMPORTANT: READ BEFORE DOWNLOADING, COPYING, INSTALLING OR USING. 111 CV_FUNCNAME( "CvImage::read" ); 147 bool CvImage::read( CvFileStorage* fs, const char* mapname, const char* imgname ) function in class:CvImage 167 bool CvImage::read( CvFileStorage* fs, const char* seqname, int idx ) function in class:CvImage 262 CV_FUNCNAME( "CvMatrix::read" ); 300 bool CvMatrix::read( CvFileStorage* fs, const char* mapname, const char* matname ) function in class:CvMatrix 320 bool CvMatrix::read( CvFileStorage* fs, const char* seqname, int idx ) function in class:CvMatrix
|
/external/proguard/src/proguard/io/ |
ManifestRewriter.java | 75 public int read() throws IOException method in class:ManifestRewriter.SplitLineReader 84 // Read the first character. 85 int c1 = super.read(); 95 // Read the second character. 96 int c2 = super.read(); 109 // Read the third character. 110 int c3 = super.read(); 122 public int read(char[] cbuf, int off, int len) throws IOException method in class:ManifestRewriter.SplitLineReader 128 int c = read(); 147 int c = read(); [all...] |
/external/replicaisland/src/com/replica/replicaisland/ |
TiledWorld.java | 78 signature = (byte)byteStream.read(); 80 byteStream.read(mWorkspaceBytes, 0, 4); 82 byteStream.read(mWorkspaceBytes, 0, 4); 94 mTilesArray[x][y] = (byte)byteStream.read();
|
/external/skia/src/utils/ |
SkFrontBufferedStream.cpp | 17 virtual size_t read(void* buffer, size_t size) SK_OVERRIDE; 39 // Amount that has been buffered by calls to read. Will always be less than 48 // Read up to size bytes from already buffered data, and copy to 58 // Read up to size bytes directly from the stream and into dst if non- 103 // Some data has already been copied to fBuffer. Read up to the 126 const size_t buffered = fStream->read(buffer, bytesToBuffer); 132 // Copy the buffer to the destination buffer and update the amount read. 145 const size_t bytesReadDirectly = fStream->read(dst, size); 148 // If we have read past the end of the buffer, rewinding is no longer 157 size_t FrontBufferedStream::read(void* voidDst, size_t size) function in class:FrontBufferedStream [all...] |
/external/smack/src/com/kenai/jbosh/ |
GZIPCodec.java | 89 int read; local 92 read = gzIn.read(buffer); 93 if (read > 0) { 94 byteOut.write(buffer, 0, read); 96 } while (read >= 0);
|
ZLIBCodec.java | 89 int read; local 92 read = inflaterIn.read(buffer); 93 if (read > 0) { 94 byteOut.write(buffer, 0, read); 96 } while (read >= 0);
|
/external/smack/src/org/jivesoftware/smack/util/ |
ObservableReader.java | 41 public int read(char[] cbuf, int off, int len) throws IOException { method in class:ObservableReader 42 int count = wrappedReader.read(cbuf, off, len); 45 // Notify that a new string has been read 52 readerListeners[i].read(str); method 62 public int read() throws IOException { method in class:ObservableReader 63 return wrappedReader.read(); 66 public int read(char cbuf[]) throws IOException { method in class:ObservableReader 67 return wrappedReader.read(cbuf); 92 * new strings are read.
|
/external/srec/portable/include/ |
PFile.h | 103 * @param count [in/out] Maximum number of items to be read. On output, contains the 104 * number of full items actually read, which may be less than count if 109 ESR_ReturnCode(*read)(struct PFile_t* self, void* buffer, size_t size, size_t* count); member in struct:PFile_t 117 * @param count [in/out] Maximum number of items to be read. On output, contains the 277 * @param count [in/out] Maximum number of items to be read. On output, contains the 278 * number of full items actually read, which may be less than count if 291 * @param count [in/out] Maximum number of items to be read. On output, contains the 407 * @param value [out] Integer that was read 417 * @param value [out] String that was read
|
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/ |
FixASCIIControlsReader.java | 55 * @see Reader#read(char[], int, int) 57 public int read(char[] cbuf, int off, int len) throws IOException method in class:FixASCIIControlsReader 60 int read = 0; local 65 while (available && read < len) 67 available = super.read(readAheadBuffer, readAhead, 1) == 1; 80 read++; 103 return read > 0 || available ? read : -1;
|
/frameworks/av/media/libstagefright/ |
SkipCutBuffer.cpp | 64 size_t copied = read(dst, buffer->size()); 91 size_t copied = read(dst, buffer->capacity()); 133 size_t SkipCutBuffer::read(char *dst, size_t num) { function in class:android::SkipCutBuffer
|
/frameworks/av/media/libstagefright/wifi-display/source/ |
RepeaterSource.cpp | 108 status_t RepeaterSource::read( function in class:android::RepeaterSource 183 status_t err = mSource->read(&buffer); 185 ALOGV("read mbuf %p", buffer);
|
/frameworks/av/media/mtp/ |
MtpProperty.cpp | 124 void MtpProperty::read(MtpDataPacket& packet) { function in class:android::MtpProperty
|
/frameworks/base/core/java/android/hardware/ |
SerialPort.java | 89 * @param buffer to read into 90 * @return number of bytes read 92 public int read(ByteBuffer buffer) throws IOException { method in class:SerialPort
|
/frameworks/base/core/java/android/speech/srec/ |
UlawEncoderInputStream.java | 141 public int read(byte[] buf, int offset, int length) throws IOException { method in class:UlawEncoderInputStream 146 int n = mIn.read(mBuf, mBufCount, Math.min(length * 2, mBuf.length - mBufCount)); 163 public int read(byte[] buf) throws IOException { method in class:UlawEncoderInputStream 164 return read(buf, 0, buf.length); 168 public int read() throws IOException { method in class:UlawEncoderInputStream 169 int n = read(mOneByte, 0, 1);
|
/frameworks/base/core/java/android/util/ |
Base64InputStream.java | 24 * An InputStream that does Base64 decoding on the data read through 39 * An InputStream that performs Base64 decoding on the data read 42 * @param in the InputStream to read the source data from 51 * Performs Base64 encoding or decoding on the data read from the 54 * @param in the InputStream to read the source data from 108 public int read() throws IOException { method in class:Base64InputStream 119 public int read(byte[] b, int off, int len) throws IOException { method in class:Base64InputStream 133 * Read data from the input stream into inputBuffer, then 139 int bytesRead = in.read(inputBuffer);
|
/frameworks/base/media/java/android/media/ |
AmrInputStream.java | 51 // helper for bytewise read() 65 public int read() throws IOException { method in class:AmrInputStream 66 int rtn = read(mOneByte, 0, 1); 71 public int read(byte[] b) throws IOException { method in class:AmrInputStream 72 return read(b, 0, b.length); 76 public int read(byte[] b, int offset, int length) throws IOException { method in class:AmrInputStream 87 int n = mInputStream.read(mBuf, i, SAMPLES_PER_FRAME * 2 - i);
|
ResampleInputStream.java | 51 // helper for bytewise read() 73 public int read() throws IOException { method in class:ResampleInputStream 74 int rtn = read(mOneByte, 0, 1); 79 public int read(byte[] b) throws IOException { method in class:ResampleInputStream 80 return read(b, 0, b.length); 84 public int read(byte[] b, int offset, int length) throws IOException { method in class:ResampleInputStream 97 // read until we have enough data for at least one output sample 105 int n = mInputStream.read(mBuf, mBufCount, mBuf.length - mBufCount);
|
/frameworks/base/obex/javax/obex/ |
PrivateInputStream.java | 54 * Creates an input stream for the <code>Operation</code> to read from 65 * Returns the number of bytes that can be read (or skipped over) from this 69 * @return the number of bytes that can be read from this input stream 85 * @return the byte read from the input stream or -1 if it reaches the end of 90 public synchronized int read() throws IOException { method in class:PrivateInputStream 101 public int read(byte[] b) throws IOException { method in class:PrivateInputStream 102 return read(b, 0, b.length); 106 public synchronized int read(byte[] b, int offset, int length) throws IOException { method in class:PrivateInputStream
|
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/model/ |
DocumentStack.java | 100 public void read(DataInputStream in) throws IOException { method in class:DocumentStack 108 root.read(in); 113 doc.read(in);
|
DurableUtils.java | 43 d.read(new DataInputStream(in)); 64 Log.w(TAG, "Failed to read", e); 95 if (in.read() != 0) {
|
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/ |
CountedDataInputStream.java | 44 public int read(byte[] b) throws IOException { method in class:CountedDataInputStream 45 int r = in.read(b); 51 public int read(byte[] b, int off, int len) throws IOException { method in class:CountedDataInputStream 52 int r = in.read(b, off, len); 58 public int read() throws IOException { method in class:CountedDataInputStream 59 int r = in.read(); 83 int r = read(b, off, len);
|
/frameworks/base/tools/aapt/ |
ZipEntry.cpp | 47 /* read the CDE */ 48 result = mCDE.read(fp); 50 ALOGD("mCDE.read failed\n"); 64 result = mLFH.read(fp); 66 ALOGD("mLFH.read failed\n"); 76 * We *might* need to read the Data Descriptor at this point and 397 * Read a local file header. 402 status_t ZipEntry::LocalFileHeader::read(FILE* fp) function in class:ZipEntry::LocalFileHeader 530 * Read the central dir entry that appears next in the file. 536 status_t ZipEntry::CentralDirEntry::read(FILE* fp function in class:ZipEntry::CentralDirEntry [all...] |