Home
last modified time | relevance | path

Searched defs:hex (Results 1 – 19 of 19) sorted by relevance

/libcore/ojluni/src/test/java/util/HexFormat/
DHexFormatTest.java148 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/
DNotDirectoryExceptionTest.java37 String hex = "ACED0005737200236A6176612E6E696F2E66696C652E4E6F744469726563746F7279457863657" in test_serialization() local
DAtomicMoveNotSupportedExceptionTest.java38 String hex = "ACED00057372002D6A6176612E6E696F2E66696C652E41746F6D69634D6F76654E6F745375707" in test_serialization() local
DFileSystemLoopExceptionTest.java35 String hex = "ACED0005737200256A6176612E6E696F2E66696C652E46696C6553797374656D4C6F6F7045786" in test_serialization() local
DDirectoryNotEmptyExceptionTest.java38 String hex = "ACED0005737200286A6176612E6E696F2E66696C652E4469726563746F72794E6F74456D70747" in test_serialization() local
DAccessDeniedExceptionTest.java45 String hex = "ACED0005737200236A6176612E6E696F2E66696C652E41636365737344656E6965644578" in test_serialization() local
DNotLinkExceptionTest.java44 String hex = "ACED00057372001E6A6176612E6E696F2E66696C652E4E6F744C696E6B457863657074696F6EF" in test_serialization() local
DFileAlreadyExistsExceptionTest.java45 String hex = "ACED0005737200286A6176612E6E696F2E66696C652E46696C65416C726561647945786973747" in test_serialization() local
DNoSuchFileExceptionTest.java44 String hex = "ACED0005737200216A6176612E6E696F2E66696C652E4E6F5375636846696C654578636570746" in test_serialization() local
DFileSystemExceptionTest.java43 String hex = "ACED0005737200216A6176612E6E696F2E66696C652E46696C6553797374656D4578636570746" in test_serialization() local
/libcore/luni/src/test/java/libcore/java/util/
DHexFormatTest.java33 HexFormat hex = HexFormat.of(); in toHexDigits_short() local
DInvalidPropertiesFormatExceptionTest.java46 String hex = "aced00057372002a6a6176612e7574696c2e496e76616c696450726f" in testDeserialize_notSupported() local
/libcore/json/src/main/java/org/json/
DJSONTokener.java256 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/
DSerializationTester.java108 public static Object deserializeHex(String hex) throws IOException, ClassNotFoundException { in deserializeHex()
/libcore/ojluni/src/test/java/text/Collator/
DCollatorTest.java75 String hex = Integer.toString((int)ch,16); in prettify() local
/libcore/luni/src/test/java/libcore/java/lang/
DIntegerTest.java265 String hex = leftPad + Integer.toHexString(value) + rightPad; in testParseUnsignedIntSubstring() local
/libcore/ojluni/src/main/java/java/util/
DProperties.java698 HexFormat hex = HexFormat.of().withUpperCase(); in saveConvert() local
745 HexFormat hex = HexFormat.of().withUpperCase(); in writeComments() local
/libcore/ojluni/src/test/java/lang/invoke/
DMethodTypeTest.java562 String hex = Integer.toHexString(wire[i] & 0xFF); in testPortableSerialFormat() local
/libcore/ojluni/src/test/java/util/Arrays/
DSorting.java1608 private String hex(long a, int b) { in hex() method in Sorting.InnerState