/libcore/ojluni/src/test/java/util/HexFormat/ |
D | HexFormatTest.java | 148 HexFormat hex = HexFormat.of(); in testToHex() local 158 HexFormat hex = HexFormat.of(); in testToHexDigits() local 203 HexFormat hex = HexFormat.of(); in testAppendHexByteWithStringBuilder() local 219 HexFormat hex = HexFormat.of(); in testAppendHexByteWithCharBuffer() local 231 HexFormat hex = HexFormat.of(); in testAppendHexByteWithCharArrayWriter() local 242 HexFormat hex = HexFormat.of(); in testFromHexPairInvalid() local 256 HexFormat hex = HexFormat.ofDelimiter(sep).withPrefix(prefix).withSuffix(suffix); in testToBytesThrowing() local 341 HexFormat hex) { in testFormatter() 375 boolean unused4, HexFormat hex) { in testFormatHexString() 388 boolean unused4, HexFormat hex) { in testParseHexStringRange() [all …]
|
/libcore/luni/src/test/java/libcore/java/nio/file/ |
D | NotDirectoryExceptionTest.java | 37 String hex = "ACED0005737200236A6176612E6E696F2E66696C652E4E6F744469726563746F7279457863657" in test_serialization() local
|
D | AtomicMoveNotSupportedExceptionTest.java | 38 String hex = "ACED00057372002D6A6176612E6E696F2E66696C652E41746F6D69634D6F76654E6F745375707" in test_serialization() local
|
D | FileSystemLoopExceptionTest.java | 35 String hex = "ACED0005737200256A6176612E6E696F2E66696C652E46696C6553797374656D4C6F6F7045786" in test_serialization() local
|
D | DirectoryNotEmptyExceptionTest.java | 38 String hex = "ACED0005737200286A6176612E6E696F2E66696C652E4469726563746F72794E6F74456D70747" in test_serialization() local
|
D | AccessDeniedExceptionTest.java | 45 String hex = "ACED0005737200236A6176612E6E696F2E66696C652E41636365737344656E6965644578" in test_serialization() local
|
D | NotLinkExceptionTest.java | 44 String hex = "ACED00057372001E6A6176612E6E696F2E66696C652E4E6F744C696E6B457863657074696F6EF" in test_serialization() local
|
D | FileAlreadyExistsExceptionTest.java | 45 String hex = "ACED0005737200286A6176612E6E696F2E66696C652E46696C65416C726561647945786973747" in test_serialization() local
|
D | NoSuchFileExceptionTest.java | 44 String hex = "ACED0005737200216A6176612E6E696F2E66696C652E4E6F5375636846696C654578636570746" in test_serialization() local
|
D | FileSystemExceptionTest.java | 43 String hex = "ACED0005737200216A6176612E6E696F2E66696C652E46696C6553797374656D4578636570746" in test_serialization() local
|
/libcore/luni/src/test/java/libcore/java/util/ |
D | HexFormatTest.java | 33 HexFormat hex = HexFormat.of(); in toHexDigits_short() local
|
D | InvalidPropertiesFormatExceptionTest.java | 46 String hex = "aced00057372002a6a6176612e7574696c2e496e76616c696450726f" in testDeserialize_notSupported() local
|
/libcore/json/src/main/java/org/json/ |
D | JSONTokener.java | 256 String hex = in.substring(pos, pos + 4); in readEscapeCharacter() local 609 public static int dehexchar(char hex) { in dehexchar()
|
/libcore/luni/src/test/java/libcore/libcore/util/ |
D | SerializationTester.java | 108 public static Object deserializeHex(String hex) throws IOException, ClassNotFoundException { in deserializeHex()
|
/libcore/ojluni/src/test/java/text/Collator/ |
D | CollatorTest.java | 75 String hex = Integer.toString((int)ch,16); in prettify() local
|
/libcore/luni/src/test/java/libcore/java/lang/ |
D | IntegerTest.java | 265 String hex = leftPad + Integer.toHexString(value) + rightPad; in testParseUnsignedIntSubstring() local
|
/libcore/ojluni/src/main/java/java/util/ |
D | Properties.java | 698 HexFormat hex = HexFormat.of().withUpperCase(); in saveConvert() local 745 HexFormat hex = HexFormat.of().withUpperCase(); in writeComments() local
|
/libcore/ojluni/src/test/java/lang/invoke/ |
D | MethodTypeTest.java | 562 String hex = Integer.toHexString(wire[i] & 0xFF); in testPortableSerialFormat() local
|
/libcore/ojluni/src/test/java/util/Arrays/ |
D | Sorting.java | 1608 private String hex(long a, int b) { in hex() method in Sorting.InnerState
|