Searched refs:bin (Results 1 – 11 of 11) sorted by relevance
280 private final BlockDataInputStream bin; field in ObjectInputStream347 bin = new BlockDataInputStream(in); in ObjectInputStream()354 bin.setBlockDataMode(true); in ObjectInputStream()379 bin = null; in ObjectInputStream()556 bin.setBlockDataMode(false); in defaultReadObject()558 bin.setBlockDataMode(true); in defaultReadObject()595 bin.setBlockDataMode(false); in readFields()598 bin.setBlockDataMode(true); in readFields()858 short s0 = bin.readShort(); in readStreamHeader()859 short s1 = bin.readShort(); in readStreamHeader()[all …]
51 …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 \
69 BufferedInputStream bin = new BufferedInputStream(in); in loadDefaultProperties() local70 props.load(bin); in loadDefaultProperties()71 bin.close(); in loadDefaultProperties()
40 ByteArrayInputStream bin = new ByteArrayInputStream(bout.toByteArray()); in testSerialization() local41 Object o = new ObjectInputStream(bin).readObject(); in testSerialization()
64 $(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)
23 newProg=`/bin/ls -ld "${prog}"`
291 private final java.io.ObjectInputStream.BlockDataInputStream bin; field in ObjectInputStream294 bin = null;
1295 BufferedInputStream bin = new BufferedInputStream(in); in readConfiguration() local1297 readConfiguration(bin); in readConfiguration()
944 ByteArrayInputStream bin = new ByteArrayInputStream(bytes); in test_readObjectCorrupt() local946 ObjectInputStream in = new ObjectInputStream(bin); in test_readObjectCorrupt()
1599 substring: "/system/bin.*IOException"