Searched refs:BIN (Results 1 – 4 of 4) sorted by relevance
/libcore/ojluni/src/main/java/sun/net/www/protocol/ftp/ |
D | FtpURLConnection.java | 108 static final int BIN = 2; field in FtpURLConnection 353 type = BIN; in decodePath() 620 type = BIN;
|
/libcore/ojluni/src/tools/make/gensrc/ |
D | GensrcBuffer.gmk | 283 $(eval $(call SetupGenBuffer,ByteBuffer, $(X_BUF), type:=byte, BIN:=1)) 314 $(eval $(call SetupGenBuffer,DirectByteBuffer, $(DIRECT_X_BUF), type:=byte, BIN:=1)) 315 $(eval $(call SetupGenBuffer,DirectByteBufferR,$(DIRECT_X_BUF), type:=byte, BIN:=1, RW:=R))
|
/libcore/ojluni/src/main/java/java/nio/ |
D | Direct-X-Buffer.java.template | 470 // #BIN
|
D | X-Buffer.java.template | 2421 // #BIN
|