Home
last modified time | relevance | path

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

123456789

/aosp_15_r20/external/okio/okio/src/commonTest/kotlin/okio/
H A DByteStringFactory.kt24 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 DByteStringTest.kt337 @Test fun decodeHex() { in decodeHex() method in okio.AbstractByteStringTest
/aosp_15_r20/external/okio/okio/src/jvmTest/kotlin/okio/
H A DByteStringJavaTest.kt45 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 DTestUtils.java676 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 DTestUtils.java684 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 DByteString.kt262 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/
Ded25519vectors_test.go113 func decodeHex(t *testing.T, s string) []byte { func
/aosp_15_r20/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/
H A DHex.java50 public static byte[] decodeHex(String hexString) { in decodeHex() method in Hex
/aosp_15_r20/packages/providers/ContactsProvider/src/com/android/providers/contacts/util/
DHex.java82 public static byte[] decodeHex(String hexString) { in decodeHex() method in Hex
/aosp_15_r20/prebuilts/go/linux-x86/src/crypto/internal/edwards25519/
Dedwards25519_test.go296 func decodeHex(s string) []byte { func
/aosp_15_r20/external/apache-http/src/org/apache/commons/codec/binary/
H A DHex.java59 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/
DTypeATag.kt57 fun String.decodeHex(): ByteArray { in <lambda>() method in com.android.nfc.pn532.TypeATag
DPN532.kt405 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 DLocaleDistanceMapperTest.java287 private static byte[] decodeHex(String s) { in decodeHex() method in LocaleDistanceMapperTest
/aosp_15_r20/prebuilts/go/linux-x86/src/crypto/internal/edwards25519/field/
Dfe_test.go560 func decodeHex(s string) []byte { func
/aosp_15_r20/external/okhttp/okio/okio/src/test/java/okio/
H A DByteStringTest.java233 @Test public void decodeHex() throws Exception { in decodeHex() method in ByteStringTest
/aosp_15_r20/external/okio/okio/src/commonMain/kotlin/okio/
H A DByteString.kt213 fun String.decodeHex(): ByteString in utf8() method
/aosp_15_r20/external/okhttp/repackaged/okio/okio/src/main/java/com/android/okhttp/okio/
H A DByteString.java157 public static ByteString decodeHex(String hex) { in decodeHex() method in ByteString
/aosp_15_r20/external/okio/okio/src/nonAppleMain/kotlin/okio/
H A DByteString.kt187 actual fun String.decodeHex() = commonDecodeHex() in get() method
/aosp_15_r20/external/okhttp/okio/okio/src/main/java/okio/
H A DByteString.java155 public static ByteString decodeHex(String hex) { in decodeHex() method in ByteString
/aosp_15_r20/frameworks/av/media/libstagefright/rtsp/
H A DAMPEG4AudioAssembler.cpp63 static sp<ABuffer> decodeHex(const AString &s) { in decodeHex() function
H A DAPacketSource.cpp70 static sp<ABuffer> decodeHex(const AString &s) { in decodeHex() function
/aosp_15_r20/external/okio/okio/src/appleMain/kotlin/okio/
H A DByteString.kt193 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/
DLdtNpJniTests.kt162 private fun String.decodeHex(): ByteArray { in decodeHex() method
/aosp_15_r20/hardware/interfaces/identity/support/tests/
H A DIdentityCredentialSupportTest.cpp46 TEST(IdentityCredentialSupport, decodeHex) { in TEST() argument

123456789