Searched refs:binary (Results 1 – 11 of 11) sorted by relevance
/libcore/ojluni/src/main/java/sun/net/ |
D | TelnetOutputStream.java | 78 public TelnetOutputStream(OutputStream fd, boolean binary) { in TelnetOutputStream() argument 80 binaryMode = binary; in TelnetOutputStream()
|
D | TelnetInputStream.java | 81 public TelnetInputStream(InputStream fd, boolean binary) { in TelnetInputStream() argument 83 binaryMode = binary; in TelnetInputStream()
|
/libcore/luni/src/test/java/libcore/java/lang/ |
D | IntegerTest.java | 254 String binary = leftPad + Integer.toBinaryString(value) + rightPad; in testParseUnsignedIntSubstring() local 256 value, Integer.parseUnsignedInt(binary, i, binary.length() - j, 2)); in testParseUnsignedIntSubstring()
|
/libcore/luni/src/test/resources/keystore/ |
D | README.md | 21 `openssl` binary and `openssl3` refers to version 3.x.
|
/libcore/support/src/test/java/tests/resources/x509/ |
D | default.cnf | 6 # Redistribution and use in source and binary forms, with or without 13 # 2. Redistributions in binary form must reproduce the above copyright
|
/libcore/ojluni/src/test/java/util/Base64/ |
D | plain.txt | 2 It is used to test java.util.Base64.Encoder, and will be encoded by org.apache.commons.codec.binary…
|
/libcore/ojluni/src/main/java/java/nio/ |
D | X-Buffer.java.template | 142 * <h2> Access to binary data </h2> 152 * <p> For access to heterogeneous binary data, that is, sequences of values of 170 * <p> For access to homogeneous binary data, that is, sequences of values of 2182 // -- Other byte stuff: Access to binary data --
|
/libcore/ojluni/src/test/ |
D | LICENSE | 161 anything that is normally distributed (in either source or binary
|
/libcore/ojluni/src/tools/ |
D | LICENSE | 161 anything that is normally distributed (in either source or binary
|
/libcore/ |
D | LICENSE | 154 source or binary form) with the major components (compiler, kernel, and so on)
|
/libcore/ojluni/src/main/ |
D | LICENSE | 162 source or binary form) with the major components (compiler, kernel, and so on)
|