Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/libcore/java/nio/file/
DDirectoryNotEmptyExceptionTest.java38 String hex = "aced0005737200286a6176612e6e696f2e66696c652e4469726563746f72794e6f74456d70747" in test_serialization() local
DAtomicMoveNotSupportedExceptionTest.java38 String hex = "aced00057372002d6a6176612e6e696f2e66696c652e41746f6d69634d6f76654e6f745375707" in test_serialization() local
DNotDirectoryExceptionTest.java37 String hex = "aced0005737200236a6176612e6e696f2e66696c652e4e6f744469726563746f7279457863657" in test_serialization() local
DFileSystemLoopExceptionTest.java35 String hex = "aced0005737200256a6176612e6e696f2e66696c652e46696c6553797374656d4c6f6f7045786" in test_serialization() local
DNoSuchFileExceptionTest.java44 String hex = "aced0005737200216a6176612e6e696f2e66696c652e4e6f5375636846696c654578636570746" in test_serialization() local
DAccessDeniedExceptionTest.java45 String hex = "aced0005737200236a6176612e6e696f2e66696c652e41636365737344656e6965644578" in test_serialization() local
DFileAlreadyExistsExceptionTest.java45 String hex = "aced0005737200286a6176612e6e696f2e66696c652e46696c65416c726561647945786973747" in test_serialization() local
DNotLinkExceptionTest.java44 String hex = "aced00057372001e6a6176612e6e696f2e66696c652e4e6f744c696e6b457863657074696f6ef" in test_serialization() local
DFileSystemExceptionTest.java43 String hex = "aced0005737200216a6176612e6e696f2e66696c652e46696c6553797374656d4578636570746" in test_serialization() local
/libcore/luni/src/test/java/libcore/java/util/
DInvalidPropertiesFormatExceptionTest.java46 String hex = "aced00057372002a6a6176612e7574696c2e496e76616c696450726f" in testDeserialize_notSupported() local
/libcore/json/src/main/java/org/json/
DJSONTokener.java244 String hex = in.substring(pos, pos + 4); in readEscapeCharacter() local
599 public static int dehexchar(char hex) { in dehexchar()
/libcore/luni/src/test/java/libcore/util/
DSerializationTester.java122 public static Object deserializeHex(String hex) throws IOException, ClassNotFoundException { in deserializeHex()