HomeSort by relevance Sort by last modified time
    Searched refs:readLength (Results 1 - 17 of 17) sorted by null

  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/crypto/
SimpleDERReader.java 73 private int readLength() throws IOException
101 int len = readLength();
118 int len = readLength();
135 int len = readLength();
150 int len = readLength();
  /cts/tests/tests/content/src/android/content/res/cts/
AssetFileDescriptorTest.java 103 int readLength = 0;
105 while ((readByte != FILE_END) && (readLength < FILE_DATA.length)) {
106 readLength += readByte;
108 readLength, FILE_DATA.length - readLength);
110 assertEquals(FILE_DATA.length, readLength);
  /cts/tests/tests/graphics/src/android/graphics/cts/
TypefaceTest.java 175 int readLength = 0;
176 while ((readLength = is.read(dataBuffer)) != -1) {
177 fOutput.write(dataBuffer, 0, readLength);
BitmapRegionDecoderTest.java 322 int readLength;
323 while ((readLength = is.read(buffer)) != -1) {
324 os.write(buffer, 0, readLength);
340 int readLength = 0;
341 while ((readLength = is.read(dataBuffer)) != -1) {
342 fOutput.write(dataBuffer, 0, readLength);
BitmapFactoryTest.java 281 int readLength = 0;
282 while ((readLength = is.read(dataBuffer)) != -1) {
283 fOutput.write(dataBuffer, 0, readLength);
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
ASN1InputStream.java 109 protected int readLength()
112 return readLength(this, limit);
231 int length = readLength();
320 static int readLength(InputStream s, int limit)
ASN1StreamParser.java 143 int length = ASN1InputStream.readLength(_in, _limit);
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppObexClientSession.java 395 int readLength = 0;
403 readLength = readFully(a, buffer, outputBufferSize);
413 outputStream.write(buffer, 0, readLength);
415 position += readLength;
451 readLength = a.read(buffer, 0, outputBufferSize);
452 outputStream.write(buffer, 0, readLength);
462 position += readLength;
465 + " readLength " + readLength + " bytes took "
BluetoothOppObexServerSession.java 461 int readLength = 0;
468 readLength = is.read(b);
470 if (readLength == -1) {
475 bos.write(b, 0, readLength);
476 position += readLength;
479 Log.v(TAG, "Receive file position = " + position + " readLength "
480 + readLength + " bytes took "
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
WspTypeDecoder.java 431 int readLength = mDataLength;
438 mDataLength += readLength;
447 int readLength = mDataLength;
453 mDataLength += readLength;
  /prebuilts/devtools/tools/lib/
jobb.jar 
ddmlib.jar 
bcprov-jdk15on-1.48.jar 
  /prebuilts/misc/common/ddmlib/
ddmlib-prebuilt.jar 
  /prebuilts/sdk/tools/lib/
signapk.jar 
  /prebuilts/tools/common/m2/repository/org/bouncycastle/bcprov-jdk15on/1.48/
bcprov-jdk15on-1.48.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
jdimodel.jar 

Completed in 431 milliseconds