Home
last modified time | relevance | path

Searched defs:readLength (Results 1 – 7 of 7) sorted by relevance

/cts/tests/tests/security/src/android/security/cts/
DBitmapFactorySecurityTests.java42 int readLength; in getResource() local
/cts/tests/tests/mediaparser/src/android/media/mediaparser/cts/
DMockMediaParserInputReader.java44 public int read(byte[] buffer, int offset, int readLength) throws IOException { in read()
/cts/tests/tests/content/src/android/content/res/cts/
DAssetFileDescriptorTest.java130 int readLength = 0; in testInputOutputStream() local
/cts/tests/tests/graphics/src/android/graphics/cts/
DUtils.java104 int readLength = 0; in obtainFile() local
DBitmapRegionDecoderTest.java831 int readLength; in obtainByteArray() local
849 int readLength = 0; in obtainPath() local
DTypefaceTest.java249 int readLength = 0; in obtainPath() local
/cts/tests/location/location_gnss/src/android/location/cts/gnss/asn1/base/
DAsn1Tag.java155 public static int readLength(ByteBuffer buf) { in readLength() method in Asn1Tag