Home
last modified time | relevance | path

Searched refs:bin (Results 1 – 17 of 17) sorted by relevance

/libcore/ojluni/src/main/java/java/io/
DObjectInputStream.java283 private final BlockDataInputStream bin; field in ObjectInputStream
350 bin = new BlockDataInputStream(in); in ObjectInputStream()
357 bin.setBlockDataMode(true); in ObjectInputStream()
382 bin = null; in ObjectInputStream()
559 bin.setBlockDataMode(false); in defaultReadObject()
561 bin.setBlockDataMode(true); in defaultReadObject()
598 bin.setBlockDataMode(false); in readFields()
601 bin.setBlockDataMode(true); in readFields()
861 short s0 = bin.readShort(); in readStreamHeader()
862 short s1 = bin.readShort(); in readStreamHeader()
[all …]
/libcore/ojluni/src/test/
Dartrun51 …if [ "$(realpath "$ANDROID_ROOT/bin/$DALVIKVM")" = "$(realpath "$ANDROID_ROOT/bin/dalvikvm64")" ];…
130 PATH=$ANDROID_ROOT/bin:$PATH \
132 $invoke_with $ANDROID_ROOT/bin/$DALVIKVM $lib \
/libcore/ojluni/src/main/java/sun/net/
DNetProperties.java69 BufferedInputStream bin = new BufferedInputStream(in); in loadDefaultProperties() local
70 props.load(bin); in loadDefaultProperties()
71 bin.close(); in loadDefaultProperties()
/libcore/luni/src/test/java/libcore/java/io/
DOldAndroidSerializationTest.java40 ByteArrayInputStream bin = new ByteArrayInputStream(bout.toByteArray()); in testSerialization() local
41 Object o = new ObjectInputStream(bin).readObject(); in testSerialization()
/libcore/ojluni/src/test/java/util/Base64/
DTestBase64.java187 ByteBuffer bin = ByteBuffer.allocateDirect(orig.length); in test() local
188 bin.put(orig).flip(); in test()
189 testEncode(enc, bin, encoded); in test()
192 bin = ByteBuffer.allocateDirect(encoded.length); in test()
193 bin.put(encoded).flip(); in test()
194 testDecode(dec, bin, orig); in test()
485 private static final void testEncode(Base64.Encoder enc, ByteBuffer bin, byte[] expected) in testEncode() argument
488 ByteBuffer bout = enc.encode(bin); in testEncode()
491 if (bin.hasRemaining()) { in testEncode()
498 private static final void testDecode(Base64.Decoder dec, ByteBuffer bin, byte[] expected) in testDecode() argument
[all …]
/libcore/
DCleanSpec.mk64 $(call add-clean-step, touch -c $(OUT_DIR)/host/linux-x86/bin/dex2oat)
65 $(call add-clean-step, touch -c $(OUT_DIR)/host/linux-x86/bin/dex2oatd)
/libcore/luni/src/test/etc/loading-test2-jar/
Dbuild.sh23 newProg=`/bin/ls -ld "${prog}"`
/libcore/luni/src/test/etc/loading-test-jar/
Dbuild.sh23 newProg=`/bin/ls -ld "${prog}"`
/libcore/ojluni/src/test/java/util/Scanner/
Dinput.txt54 <li><a href=http://example.com/cgi-bin/bugtraq_showbug?bugid=4904881>4904881</a>: JVM crash during …
63 <li><a href=http://example.com/cgi-bin/bugtraq_showbug?bugid=4904881>4904881</a>: JVM crash during …
72 <li><a href=http://example.com/cgi-bin/bugtraq_showbug?bugid=4904881>4904881</a>: JVM crash during …
305 ; winbind template shell = /bin/sh
/libcore/ojluni/src/test/java/lang/invoke/
DMethodTypeTest.java440 try (java.io.ByteArrayInputStream bin = new java.io.ByteArrayInputStream(wire); in readSerial() argument
441 java.io.ObjectInputStream in = new java.io.ObjectInputStream(bin)) { in readSerial()
/libcore/ojluni/annotations/hiddenapi/java/io/
DObjectInputStream.java291 private final java.io.ObjectInputStream.BlockDataInputStream bin; field in ObjectInputStream
294 bin = null;
/libcore/ojluni/src/test/java/util/EnumMap/
DEnumMapBash.java206 ByteArrayInputStream bin = new ByteArrayInputStream( in deepCopy() local
208 ObjectInputStream ois = new ObjectInputStream(bin); in deepCopy()
/libcore/ojluni/src/test/java/util/EnumSet/
DEnumSetBash.java150 ByteArrayInputStream bin = new ByteArrayInputStream( in deepCopy() local
152 ObjectInputStream ois = new ObjectInputStream(bin); in deepCopy()
/libcore/ojluni/src/main/java/java/util/logging/
DLogManager.java1296 BufferedInputStream bin = new BufferedInputStream(in); in readConfiguration() local
1298 readConfiguration(bin); in readConfiguration()
/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/io/
DObjectInputStreamTest.java944 ByteArrayInputStream bin = new ByteArrayInputStream(bytes); in test_readObjectCorrupt() local
946 ObjectInputStream in = new ObjectInputStream(bin); in test_readObjectCorrupt()
/libcore/expectations/
Dknownfailures.txt1594 substring: "/system/bin.*IOException"
/libcore/ojluni/src/main/java/java/nio/
DX-Buffer.java.template136 * <a id="bin"></a>