/frameworks/rs/cpu_ref/linkloader/utils/ |
D | serialize.h | 94 void readBytes(void *array, size_t size) { in readBytes() function 104 readBytes(array, size); 110 readBytes(array, size); 117 readBytes(&v, TypeTraits<T>::size);
|
/frameworks/av/drm/libdrmframework/include/ |
D | ReadWriteUtils.h | 48 static String8 readBytes(const String8& filePath); 56 static int readBytes(const String8& filePath, char** buffer);
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/ |
D | h264bsd_byte_stream.c | 81 u32 *readBytes) in h264bsdExtractNalUnit() argument 118 *readBytes = len; in h264bsdExtractNalUnit() 185 *readBytes = pStrmData->strmBuffSize + initByteCount + zeroCount; in h264bsdExtractNalUnit()
|
D | h264bsd_decoder.c | 152 u32 *readBytes) in h264bsdDecode() argument 171 ASSERT(readBytes); in h264bsdDecode() 180 *readBytes = pStorage->prevBytesConsumed; in h264bsdDecode() 184 tmp = h264bsdExtractNalUnit(byteStrm, len, &strm, readBytes); in h264bsdDecode() 192 pStorage->prevBytesConsumed = *readBytes; in h264bsdDecode() 256 *readBytes = 0; in h264bsdDecode() 353 *readBytes = 0; in h264bsdDecode()
|
D | h264bsd_byte_stream.h | 51 u32 *readBytes);
|
D | h264bsd_decoder.h | 62 u32 *readBytes);
|
/frameworks/base/core/java/android/os/ |
D | DropBoxManager.java | 193 int readBytes = 0; in getText() local 195 while (n >= 0 && (readBytes += n) < maxBytes) { in getText() 196 n = is.read(buf, readBytes, maxBytes - readBytes); in getText() 198 return new String(buf, 0, readBytes); in getText()
|
D | MemoryFile.java | 198 public int readBytes(byte[] buffer, int srcOffset, int destOffset, int count) in readBytes() method in MemoryFile 313 int result = readBytes(buffer, mOffset, offset, count); in read()
|
/frameworks/base/drm/java/android/drm/ |
D | DrmUtils.java | 38 /* package */ static byte[] readBytes(String path) throws IOException { in readBytes() method in DrmUtils 40 return readBytes(file); in readBytes() 44 /* package */ static byte[] readBytes(File file) throws IOException { in readBytes() method in DrmUtils
|
D | DrmInfo.java | 72 mData = DrmUtils.readBytes(path); in DrmInfo()
|
D | DrmRights.java | 98 mData = DrmUtils.readBytes(rightsFile); in instantiate()
|
/frameworks/base/core/tests/coretests/src/android/os/ |
D | MemoryFileTest.java | 57 file.readBytes(testString, 0, 0, testString.length); in testPurge() 79 file.readBytes(buffer, 2000, 0, testString.length); in testRun() 117 file.readBytes(copy, 0, 0, file.length()); in testOutputStreamAdvances() 207 assertEquals(128, file.readBytes(data, 0, 0, 128)); in testCloseRead()
|
/frameworks/av/media/libstagefright/codecs/aacenc/SampleCode/ |
D | AAC_E_SAMPLES.c | 126 int readBytes = 0; in ReadFile2Buf() local 127 readBytes = fread(dest, 1, readSize, infile); in ReadFile2Buf() 128 return readBytes; in ReadFile2Buf()
|
/frameworks/base/core/java/android/view/inputmethod/ |
D | InputMethodSubtypeArray.java | 247 final int readBytes = unzipper.read(result, totalReadBytes, restBytes); in decompress() local 248 if (readBytes < 0) { in decompress() 251 totalReadBytes += readBytes; in decompress()
|
/frameworks/av/drm/common/ |
D | ReadWriteUtils.cpp | 35 String8 ReadWriteUtils::readBytes(const String8& filePath) { in readBytes() function in ReadWriteUtils 57 int ReadWriteUtils::readBytes(const String8& filePath, char** buffer) { in readBytes() function in ReadWriteUtils
|
D | DrmRights.cpp | 30 rightsLength = ReadWriteUtils::readBytes(rightsFilePath, &mRightsFromFile); in DrmRights()
|
/frameworks/rs/cpu_ref/linkloader/include/impl/ |
D | ELFSectionStrTab.hxx | 40 AR.readBytes(&*st->buf.begin(), sh->getSize()); in read()
|
/frameworks/rs/cpu_ref/linkloader/include/ |
D | ELFSectionProgBits.h | 84 AR.readBytes(chunk.getBuffer(), sh->getSize()); in serialize()
|
/frameworks/base/obex/javax/obex/ |
D | PrivateOutputStream.java | 127 public synchronized byte[] readBytes(int size) { in readBytes() method in PrivateOutputStream
|
D | ClientOperation.java | 494 byte[] body = mPrivateOutput.readBytes(bodyLength); in sendRequest()
|
D | ServerOperation.java | 361 byte[] body = mPrivateOutput.readBytes(bodyLength); in sendReply()
|
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/ |
D | BitcodeReader.cpp | 3054 if (Bytes->readBytes(0, 16, buf) == -1) in InitLazyStream()
|
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/ |
D | BitcodeReader.cpp | 3389 if (Bytes->readBytes(0, 16, buf) == -1) in InitLazyStream()
|
/frameworks/base/api/ |
D | system-current.txt | 23450 method public int readBytes(byte[], int, int, int) throws java.io.IOException; 49231 method public abstract byte[] readBytes() throws java.sql.SQLException;
|
D | current.txt | 21870 method public int readBytes(byte[], int, int, int) throws java.io.IOException; 46702 method public abstract byte[] readBytes() throws java.sql.SQLException;
|