| /external/rust/crates/hex/benches/ |
| D | hex.rs | 26 let hex = hex::encode(DATA); in bench_decode() localVariable 31 let hex = DATA.to_hex::<String>(); in bench_decode() localVariable 36 let hex = faster_hex::hex_string(DATA).unwrap(); in bench_decode() localVariable 44 let hex = faster_hex::hex_string(DATA).unwrap(); in bench_decode() localVariable 52 let hex = faster_hex::hex_string(DATA).unwrap(); in bench_decode() localVariable
|
| /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/ |
| D | TestUtility.java | 19 public static String hex(char ch) { in hex() method in TestUtility 24 public static String hex(int ch) { in hex() method in TestUtility 29 public static String hex(String s) { in hex() method in TestUtility 33 public static String hex(String s, String sep) { in hex() method in TestUtility
|
| /external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/ |
| D | TestUtility.java | 16 public static String hex(char ch) { in hex() method in TestUtility 21 public static String hex(int ch) { in hex() method in TestUtility 26 public static String hex(String s) { in hex() method in TestUtility 30 public static String hex(String s, String sep) { in hex() method in TestUtility
|
| /external/wycheproof/keystore-cts/java/com/google/security/wycheproof/ |
| D | JsonUtil.java | 60 String hex = element.getAsString(); in asByteArray() local 76 String hex = element.getAsString(); in asBigInteger() local 79 public static BigInteger asBigInteger(String hex) { in asBigInteger()
|
| /external/deqp-deps/amber/src/ |
| D | float16_helper.cc | 78 uint32_t hex = sign | exponent | mantissa; in HexFloat16ToFloat() local 95 uint32_t hex = exponent | mantissa; in HexFloat11ToFloat() local 112 uint32_t hex = exponent | mantissa; in HexFloat10ToFloat() local 137 const uint32_t* hex = reinterpret_cast<const uint32_t*>(&value); in FloatToHexFloat16() local
|
| /external/okhttp/okio/okio/src/test/java/okio/ |
| D | Utf8Test.java | 189 private void assertEncoded(String hex, int... codePoints) throws Exception { in assertEncoded() 195 private void assertCodePointEncoded(String hex, int... codePoints) throws Exception { in assertCodePointEncoded() 203 private void assertCodePointDecoded(String hex, int... codePoints) throws Exception { in assertCodePointDecoded() 211 private void assertStringEncoded(String hex, String string) throws Exception { in assertStringEncoded()
|
| /external/okio/okio/src/jvmTest/java/okio/ |
| D | Utf8Test.java | 236 private void assertEncoded(String hex, int... codePoints) throws Exception { in assertEncoded() 242 private void assertCodePointEncoded(String hex, int... codePoints) throws Exception { in assertCodePointEncoded() 250 private void assertCodePointDecoded(String hex, int... codePoints) throws Exception { in assertCodePointDecoded() 258 private void assertStringEncoded(String hex, String string) throws Exception { in assertStringEncoded()
|
| /external/capstone/bindings/java/ |
| D | TestXcore.java | 25 private static String hex(int i) { in hex() method in TestXcore 29 private static String hex(long i) { in hex() method in TestXcore
|
| D | TestPpc.java | 26 private static String hex(int i) { in hex() method in TestPpc 30 private static String hex(long i) { in hex() method in TestPpc
|
| D | TestSystemz.java | 26 private static String hex(int i) { in hex() method in TestSystemz 30 private static String hex(long i) { in hex() method in TestSystemz
|
| D | TestSparc.java | 27 private static String hex(int i) { in hex() method in TestSparc 31 private static String hex(long i) { in hex() method in TestSparc
|
| D | TestMips.java | 27 private static String hex(int i) { in hex() method in TestMips 31 private static String hex(long i) { in hex() method in TestMips
|
| D | TestArm64.java | 26 private static String hex(int i) { in hex() method in TestArm64 30 private static String hex(long i) { in hex() method in TestArm64
|
| D | TestArm.java | 29 private static String hex(int i) { in hex() method in TestArm 33 private static String hex(long i) { in hex() method in TestArm
|
| D | TestX86.java | 31 private static String hex(int i) { in hex() method in TestX86 35 private static String hex(long i) { in hex() method in TestX86
|
| /external/icu/icu4c/source/test/intltest/ |
| D | testutil.cpp | 39 UnicodeString TestUtility::hex(UChar32 ch) { in hex() function in TestUtility 45 UnicodeString TestUtility::hex(const UnicodeString& s) { in hex() function in TestUtility 49 UnicodeString TestUtility::hex(const UnicodeString& s, UChar sep) { in hex() function in TestUtility 63 UnicodeString TestUtility::hex(const uint8_t* bytes, int32_t len) { in hex() function in TestUtility
|
| /external/cronet/third_party/icu/source/test/intltest/ |
| D | testutil.cpp | 39 UnicodeString TestUtility::hex(UChar32 ch) { in hex() function in TestUtility 45 UnicodeString TestUtility::hex(const UnicodeString& s) { in hex() function in TestUtility 49 UnicodeString TestUtility::hex(const UnicodeString& s, UChar sep) { in hex() function in TestUtility 63 UnicodeString TestUtility::hex(const uint8_t* bytes, int32_t len) { in hex() function in TestUtility
|
| /external/rust/crates/ring/src/rsa/ |
| D | convert_nist_rsa_test_vectors.py | 52 def from_hex(hex): argument 60 def reformat_hex(hex): argument
|
| /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/normalizer/ |
| D | NormalizerBuilder.java | 486 static public String hex(int i) { in hex() method in NormalizerBuilder 494 static public String hex(char i) { in hex() method in NormalizerBuilder 502 public static String hex(String s, String sep) { in hex() method in NormalizerBuilder
|
| /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/ |
| D | NormalizerBuilder.java | 485 static public String hex(int i) { in hex() method in NormalizerBuilder 493 static public String hex(char i) { in hex() method in NormalizerBuilder 501 public static String hex(String s, String sep) { in hex() method in NormalizerBuilder
|
| /external/rust/crates/bytes/src/fmt/ |
| D | mod.rs | 2 mod hex; module
|
| /external/rust/crates/gdbstub/src/protocol/common/ |
| D | mod.rs | 1 pub mod hex; module
|
| /external/pigweed/pw_bluetooth/public/pw_bluetooth/internal/ |
| D | hex.h | 22 constexpr uint16_t HexToNibble(char hex) { in HexToNibble()
|
| /external/cronet/buildtools/third_party/libc++/trunk/include/__charconv/ |
| D | chars_format.h | 24 enum class _LIBCPP_ENUM_VIS chars_format { scientific = 0x1, fixed = 0x2, hex = 0x4, general = fixe… enumerator
|
| /external/cronet/net/base/ |
| D | hex_utils.cc | 13 std::string HexDecode(base::StringPiece hex) { in HexDecode()
|