OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:readLength
(Results
1 - 18
of
18
) 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
);
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
AbstractDictDecoder.java
174
int
readLength
= 0;
178
++
readLength
;
181
int bigramAddress = baseAddress +
readLength
;
185
readLength
+= 1;
189
readLength
+= 2;
193
readLength
+= 3;
203
return
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
361
int
readLength
;
362
while ((
readLength
= is.read(buffer)) != -1) {
363
os.write(buffer, 0,
readLength
);
379
int
readLength
= 0;
380
while ((
readLength
= is.read(dataBuffer)) != -1) {
381
fOutput.write(dataBuffer, 0,
readLength
);
BitmapFactoryTest.java
429
int
readLength
= 0;
430
while ((
readLength
= is.read(dataBuffer)) != -1) {
431
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 4617 milliseconds