Searched refs:bin (Results 1 – 11 of 11) sorted by relevance
244 private final BlockDataInputStream bin; field in ObjectInputStream298 bin = new BlockDataInputStream(in); in ObjectInputStream()303 bin.setBlockDataMode(true); in ObjectInputStream()328 bin = null; in ObjectInputStream()503 bin.setBlockDataMode(false); in defaultReadObject()505 bin.setBlockDataMode(true); in defaultReadObject()542 bin.setBlockDataMode(false); in readFields()545 bin.setBlockDataMode(true); in readFields()805 short s0 = bin.readShort(); in readStreamHeader()806 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()
50 mkdir -p ${BUILD_DIR}/bin65 BIN_DIR=${BUILD_DIR}/bin
4 export PATH=$PATH:~dalvik-prebuild/vogar/bin
23 newProg=`/bin/ls -ld "${prog}"`
83 substring: "/system/bin.*IOException"
1303 BufferedInputStream bin = new BufferedInputStream(in); in readConfiguration() local1305 readConfiguration(bin); in readConfiguration()
944 ByteArrayInputStream bin = new ByteArrayInputStream(bytes); in test_readObjectCorrupt() local946 ObjectInputStream in = new ObjectInputStream(bin); in test_readObjectCorrupt()