Home
last modified time | relevance | path

Searched defs:decodeHex (Results 1 – 7 of 7) sorted by relevance

/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/
DHex.java50 public static byte[] decodeHex(String hexString) { in decodeHex() method in Hex
/external/apache-http/src/org/apache/commons/codec/binary/
DHex.java59 public static byte[] decodeHex(char[] data) throws DecoderException { in decodeHex() method in Hex
/external/conscrypt/repackaged/testing/src/main/java/com/android/org/conscrypt/
DTestUtils.java560 public static byte[] decodeHex(String encoded) throws IllegalArgumentException { in decodeHex() method in TestUtils
571 …public static byte[] decodeHex(String encoded, boolean allowSingleChar) throws IllegalArgumentExce… in decodeHex() method in TestUtils
581 public static byte[] decodeHex(char[] encoded) throws IllegalArgumentException { in decodeHex() method in TestUtils
592 …public static byte[] decodeHex(char[] encoded, boolean allowSingleChar) throws IllegalArgumentExce… in decodeHex() method in TestUtils
/external/conscrypt/testing/src/main/java/org/conscrypt/
DTestUtils.java558 public static byte[] decodeHex(String encoded) throws IllegalArgumentException { in decodeHex() method in TestUtils
569 …public static byte[] decodeHex(String encoded, boolean allowSingleChar) throws IllegalArgumentExce… in decodeHex() method in TestUtils
579 public static byte[] decodeHex(char[] encoded) throws IllegalArgumentException { in decodeHex() method in TestUtils
590 …public static byte[] decodeHex(char[] encoded, boolean allowSingleChar) throws IllegalArgumentExce… in decodeHex() method in TestUtils
/external/okhttp/okio/okio/src/test/java/okio/
DByteStringTest.java233 @Test public void decodeHex() throws Exception { in decodeHex() method in ByteStringTest
/external/okhttp/repackaged/okio/okio/src/main/java/com/android/okhttp/okio/
DByteString.java157 public static ByteString decodeHex(String hex) { in decodeHex() method in ByteString
/external/okhttp/okio/okio/src/main/java/okio/
DByteString.java155 public static ByteString decodeHex(String hex) { in decodeHex() method in ByteString