Searched defs:readLength (Results 1 - 5 of 5) sorted by relevance

/external/smali/util/src/main/java/org/jf/util/
H A DUtf8Utils.java188 * @param readLength If non-null, the first element will contain the number of bytes read after the method exits
192 @Nullable int[] readLength) {
266 if (readLength != null && readLength.length > 0) {
267 readLength[0] = at - start;
268 readLength[0] = at - start;
191 utf8BytesWithUtf16LengthToString(@onnull byte[] bytes, int start, int utf16Length, @Nullable int[] readLength) argument
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
H A DASN1InputStream.java109 protected int readLength() method in class:ASN1InputStream
112 return readLength(this, limit);
231 int length = readLength();
320 static int readLength(InputStream s, int limit) method in class:ASN1InputStream
/external/chromium_org/third_party/webrtc/modules/media_file/source/
H A Dmedia_file_utility.cc735 int32_t readLength; local
740 readLength = wav.Read(dummy, _readSizeBytes);
741 if(readLength == _readSizeBytes)
743 _readPos += readLength;
/external/google-tv-pairing-protocol/java/jar/
H A Dbcprov-jdk15-143.jarMETA-INF/MANIFEST.MF META-INF/BCKEY.SF META-INF/BCKEY.DSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
H A Djdimodel.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 165 milliseconds