HomeSort by relevance Sort by last modified time
    Searched defs:readLength (Results 1 - 14 of 14) 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();
  /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)
  /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);
BitmapFactoryTest.java 281 int readLength = 0;
282 while ((readLength = is.read(dataBuffer)) != -1) {
283 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);
  /hardware/ril/mock-ril/src/cpp/
js_support.cpp 117 size_t readLength = fread(buffer, 1, fileLength, f);
118 if (readLength != fileLength) {
  /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);
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppObexClientSession.java 392 int readLength = 0;
400 readLength = readFully(a, buffer, outputBufferSize);
410 outputStream.write(buffer, 0, readLength);
412 position += readLength;
448 readLength = a.read(buffer, 0, outputBufferSize);
449 outputStream.write(buffer, 0, readLength);
459 position += readLength;
462 + " readLength " + readLength + " bytes took "
BluetoothOppObexServerSession.java 460 int readLength = 0;
467 readLength = is.read(b);
469 if (readLength == -1) {
474 bos.write(b, 0, readLength);
475 position += readLength;
478 Log.v(TAG, "Receive file position = " + position + " readLength "
479 + readLength + " bytes took "
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
DeviceMonitor.java 189 int length = readLength(mMainAdbConnection, mLengthBuffer);
650 int length = readLength(socket, mLengthBuffer2);
    [all...]
  /prebuilts/misc/common/ddmlib/
ddmlib-prebuilt.jar 
  /prebuilts/sdk/tools/lib/
signapk.jar 
  /tools/motodev/src/plugins/certmanager/lib/
bcprov-jdk15on-147.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 203 milliseconds