/aosp_15_r20/external/okio/okio/src/commonTest/kotlin/okio/ |
H A D | ByteStringFactory.kt | 24 fun decodeHex(hex: String): ByteString in decodeHex() method 30 override fun decodeHex(hex: String) = hex.decodeHex() in decodeHex() method 35 override fun decodeHex(hex: String) = Buffer().apply { write(hex.decodeHex()) }.snapshot() in decodeHex() method 40 override fun decodeHex(hex: String) = makeSegments(hex.decodeHex()) in decodeHex() method 48 override fun decodeHex(hex: String) = hex.decodeHex() in decodeHex() method
|
H A D | ByteStringTest.kt | 337 @Test fun decodeHex() { in decodeHex() method in okio.AbstractByteStringTest
|
/aosp_15_r20/external/okio/okio/src/jvmTest/kotlin/okio/ |
H A D | ByteStringJavaTest.kt | 45 fun decodeHex(hex: String): ByteString in decodeHex() method 50 override fun decodeHex(hex: String): ByteString { in decodeHex() method 59 override fun decodeHex(hex: String): ByteString { in decodeHex() method 72 override fun decodeHex(hex: String): ByteString { in decodeHex() method
|
/aosp_15_r20/external/conscrypt/testing/src/main/java/org/conscrypt/ |
H A D | TestUtils.java | 676 public static byte[] decodeHex(String encoded) throws IllegalArgumentException { in decodeHex() method in TestUtils 687 …public static byte[] decodeHex(String encoded, boolean allowSingleChar) throws IllegalArgumentExce… in decodeHex() method in TestUtils 697 public static byte[] decodeHex(char[] encoded) throws IllegalArgumentException { in decodeHex() method in TestUtils 708 …public static byte[] decodeHex(char[] encoded, boolean allowSingleChar) throws IllegalArgumentExce… in decodeHex() method in TestUtils
|
/aosp_15_r20/external/conscrypt/repackaged/testing/src/main/java/com/android/org/conscrypt/ |
H A D | TestUtils.java | 684 public static byte[] decodeHex(String encoded) throws IllegalArgumentException { in decodeHex() method in TestUtils 695 …public static byte[] decodeHex(String encoded, boolean allowSingleChar) throws IllegalArgumentExce… in decodeHex() method in TestUtils 705 public static byte[] decodeHex(char[] encoded) throws IllegalArgumentException { in decodeHex() method in TestUtils 716 …public static byte[] decodeHex(char[] encoded, boolean allowSingleChar) throws IllegalArgumentExce… in decodeHex() method in TestUtils
|
/aosp_15_r20/external/okio/okio/src/jvmMain/kotlin/okio/ |
H A D | ByteString.kt | 262 actual fun String.decodeHex() = commonDecodeHex() in getByte() method 306 fun decodeHex(string: String) = string.decodeHex() in getByte() method
|
/aosp_15_r20/prebuilts/go/linux-x86/src/crypto/ed25519/ |
D | ed25519vectors_test.go | 113 func decodeHex(t *testing.T, s string) []byte { func
|
/aosp_15_r20/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/ |
H A D | Hex.java | 50 public static byte[] decodeHex(String hexString) { in decodeHex() method in Hex
|
/aosp_15_r20/packages/providers/ContactsProvider/src/com/android/providers/contacts/util/ |
D | Hex.java | 82 public static byte[] decodeHex(String hexString) { in decodeHex() method in Hex
|
/aosp_15_r20/prebuilts/go/linux-x86/src/crypto/internal/edwards25519/ |
D | edwards25519_test.go | 296 func decodeHex(s string) []byte { func
|
/aosp_15_r20/external/apache-http/src/org/apache/commons/codec/binary/ |
H A D | Hex.java | 59 public static byte[] decodeHex(char[] data) throws DecoderException { in decodeHex() method in Hex
|
/aosp_15_r20/packages/apps/Nfc/testutils/pn532/src/com/android/nfc/pn532/ |
D | TypeATag.kt | 57 fun String.decodeHex(): ByteArray { in <lambda>() method in com.android.nfc.pn532.TypeATag
|
D | PN532.kt | 405 private fun String.decodeHex(): ByteArray { in <lambda>() method in com.android.nfc.pn532.PN532
|
/aosp_15_r20/external/icu/tools/cldr/cldr-to-icu/src/test/java/org/unicode/icu/tool/cldrtoicu/localedistance/ |
H A D | LocaleDistanceMapperTest.java | 287 private static byte[] decodeHex(String s) { in decodeHex() method in LocaleDistanceMapperTest
|
/aosp_15_r20/prebuilts/go/linux-x86/src/crypto/internal/edwards25519/field/ |
D | fe_test.go | 560 func decodeHex(s string) []byte { func
|
/aosp_15_r20/external/okhttp/okio/okio/src/test/java/okio/ |
H A D | ByteStringTest.java | 233 @Test public void decodeHex() throws Exception { in decodeHex() method in ByteStringTest
|
/aosp_15_r20/external/okio/okio/src/commonMain/kotlin/okio/ |
H A D | ByteString.kt | 213 fun String.decodeHex(): ByteString in utf8() method
|
/aosp_15_r20/external/okhttp/repackaged/okio/okio/src/main/java/com/android/okhttp/okio/ |
H A D | ByteString.java | 157 public static ByteString decodeHex(String hex) { in decodeHex() method in ByteString
|
/aosp_15_r20/external/okio/okio/src/nonAppleMain/kotlin/okio/ |
H A D | ByteString.kt | 187 actual fun String.decodeHex() = commonDecodeHex() in get() method
|
/aosp_15_r20/external/okhttp/okio/okio/src/main/java/okio/ |
H A D | ByteString.java | 155 public static ByteString decodeHex(String hex) { in decodeHex() method in ByteString
|
/aosp_15_r20/frameworks/av/media/libstagefright/rtsp/ |
H A D | AMPEG4AudioAssembler.cpp | 63 static sp<ABuffer> decodeHex(const AString &s) { in decodeHex() function
|
H A D | APacketSource.cpp | 70 static sp<ABuffer> decodeHex(const AString &s) { in decodeHex() function
|
/aosp_15_r20/external/okio/okio/src/appleMain/kotlin/okio/ |
H A D | ByteString.kt | 193 actual fun String.decodeHex() = commonDecodeHex() in <lambda>() method
|
/aosp_15_r20/external/rust/beto-rust/nearby/presence/ldt_np_jni/java/LdtNpJni/src/test/java/com/google/android/gms/nearby/presence/hazmat/ |
D | LdtNpJniTests.kt | 162 private fun String.decodeHex(): ByteArray { in decodeHex() method
|
/aosp_15_r20/hardware/interfaces/identity/support/tests/ |
H A D | IdentityCredentialSupportTest.cpp | 46 TEST(IdentityCredentialSupport, decodeHex) { in TEST() argument
|