Home
last modified time | relevance | path

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

12345678910>>...67

/aosp_15_r20/libcore/ojluni/src/test/java/util/HexFormat/
H A DHexFormatTest.java148 HexFormat hex = HexFormat.of(); in testToHex() local
158 HexFormat hex = HexFormat.of(); in testToHexDigits() local
203 HexFormat hex = HexFormat.of(); in testAppendHexByteWithStringBuilder() local
219 HexFormat hex = HexFormat.of(); in testAppendHexByteWithCharBuffer() local
231 HexFormat hex = HexFormat.of(); in testAppendHexByteWithCharArrayWriter() local
242 HexFormat hex = HexFormat.of(); in testFromHexPairInvalid() local
256 HexFormat hex = HexFormat.ofDelimiter(sep).withPrefix(prefix).withSuffix(suffix); in testToBytesThrowing() local
341 HexFormat hex) { in testFormatter()
375 boolean unused4, HexFormat hex) { in testFormatHexString()
388 boolean unused4, HexFormat hex) { in testParseHexStringRange()
[all …]
/aosp_15_r20/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/euicc/asn1/
DAsn1DecoderTest.java40 String hex = "e30c5a0a98102100000000000000"; in testNormalOperation() local
71 String hex = "bf370c5a0a98102100000000000000"; in testHighTagNumberForm() local
88 String hex = "e30c5a0a98102100000000000000e30c5a0a98102100000000000001"; in testNodeList() local
126 String hex = "e30c5a0a98102100000000000000e30c5a0a98102100000000"; in testMissingData() local
155 String hex = "e3025a00e3025a00"; in testEmptyData() local
190 String hex = "bf37075a820003010203"; in testLongFormLength() local
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/hex-0.4.3/benches/
H A Dhex.rs26 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
/aosp_15_r20/external/rust/android-crates-io/crates/hex/benches/
Dhex.rs26 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
/aosp_15_r20/external/icu/icu4j/main/translit/src/test/java/com/ibm/icu/dev/test/translit/
H A DTestUtility.java16 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
/aosp_15_r20/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/
H A DTestUtility.java19 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
/aosp_15_r20/external/deqp-deps/amber/src/
Dfloat16_helper.cc78 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
/aosp_15_r20/external/okhttp/okio/okio/src/test/java/okio/
H A DUtf8Test.java189 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()
/aosp_15_r20/external/mesa3d/src/panfrost/compiler/valhall/
H A Dva_pack.c416 uint64_t hex = 0; in va_pack_alu() local
675 uint64_t hex = (uint64_t)load_lane_identity[memory_size] << 36; in va_pack_load() local
709 uint64_t hex = va_pack_memory_access(I) << 24; in va_pack_store() local
787 uint64_t hex = info.exact | (((uint64_t)I->flow) << 59); in va_pack_instr() local
1085 uint64_t hex = va_pack_instr(I); in bi_pack_valhall() local
/aosp_15_r20/packages/modules/AdServices/adservices/tests/unittest/service-core/protectedaudience/src/com/android/adservices/service/signals/
DHexEncodingUtilTest.java31 String hex = binaryToHex(emptyArray); in test_binaryToHex_emptyArray_returnsEmptyString() local
40 String hex = binaryToHex(oneByte); in test_binaryToHex_oneByte_returnsProperEncoding() local
56 String hex = binaryToHex(binary); in test_binaryToHex_variousBytes_returnsProperEncoding() local
/aosp_15_r20/system/libbase/
H A Dhex_test.cpp21 TEST(hex, empty) { in TEST() argument
26 TEST(hex, short) { in TEST() argument
34 TEST(hex, all) { in TEST() argument
/aosp_15_r20/external/wycheproof/keystore-cts/java/com/google/security/wycheproof/
H A DJsonUtil.java60 String hex = element.getAsString(); in asByteArray() local
76 String hex = element.getAsString(); in asBigInteger() local
79 public static BigInteger asBigInteger(String hex) { in asBigInteger()
/aosp_15_r20/system/core/fs_mgr/libfs_avb/tests/
H A Dutil_test.cpp107 std::string hex = "000102030405060708090A0B0C0D0E0F"; in TEST() local
117 std::string hex = "101112131415161718191A1B1C1D1E1F"; in TEST() local
140 std::string hex = "12345"; in TEST() local
147 std::string hex = "101112131415161718191A1B1C1D1E1F"; in TEST() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/algorithm/include/boost/algorithm/
Dhex.hpp152 hex ( InputIterator first, InputIterator last, OutputIterator out ) { in hex() function
185 hex ( const T *ptr, OutputIterator out ) { in hex() function
217 hex ( const Range &r, OutputIterator out ) { in hex() function
289 String hex ( const String &input ) { in hex() function
/aosp_15_r20/external/cronet/third_party/icu/source/test/intltest/
H A Dtestutil.cpp39 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, char16_t sep) { in hex() function in TestUtility
63 UnicodeString TestUtility::hex(const uint8_t* bytes, int32_t len) { in hex() function in TestUtility
/aosp_15_r20/external/icu/icu4c/source/test/intltest/
H A Dtestutil.cpp39 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, char16_t sep) { in hex() function in TestUtility
63 UnicodeString TestUtility::hex(const uint8_t* bytes, int32_t len) { in hex() function in TestUtility
/aosp_15_r20/system/keymaster/tests/
H A Dckdf_test.cpp73 template <class Blob> Blob hex2span(const char* hex) { in hex2span()
79 KeymasterKeyBlob hex2key(const char* hex) { in hex2key()
83 KeymasterBlob hex2blob(const char* hex) { in hex2blob()
/aosp_15_r20/external/tink/cc/subtle/
H A Dwycheproof_util.cc42 util::StatusOr<std::string> HexDecode(absl::string_view hex) { in HexDecode()
65 std::string HexDecodeOrDie(absl::string_view hex) { in HexDecodeOrDie()
127 std::string hex(val.GetString()); in GetInteger() local
/aosp_15_r20/tools/netsim/rust/cli/src/
H A Dargs.rs710 let hex = ParsableBytes::from_str("beef1234"); in test_hex_parser_succeeds() localVariable
712 let hex = hex.unwrap().unwrap(); in test_hex_parser_succeeds() localVariable
719 let hex = ParsableBytes::from_str("0xabcd"); in test_hex_parser_prefix_succeeds() localVariable
721 let hex = hex.unwrap().unwrap(); in test_hex_parser_prefix_succeeds() localVariable
728 let hex = ParsableBytes::from_str(""); in test_hex_parser_empty_str_succeeds() localVariable
730 let hex = hex.unwrap().unwrap(); in test_hex_parser_empty_str_succeeds() localVariable
/aosp_15_r20/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/
H A DTestFmwk.java232 protected static String hex(char[] s){ in hex() method in TestFmwk
241 protected static String hex(byte[] s){ in hex() method in TestFmwk
250 protected static String hex(char ch) { in hex() method in TestFmwk
259 protected static String hex(int ch) { in hex() method in TestFmwk
268 protected static String hex(CharSequence s) { in hex() method in TestFmwk
/aosp_15_r20/external/icu/icu4j/main/framework/src/test/java/com/ibm/icu/dev/test/
H A DTestFmwk.java231 protected static String hex(char[] s){ in hex() method in TestFmwk
240 protected static String hex(byte[] s){ in hex() method in TestFmwk
249 protected static String hex(char ch) { in hex() method in TestFmwk
258 protected static String hex(int ch) { in hex() method in TestFmwk
267 protected static String hex(CharSequence s) { in hex() method in TestFmwk
/aosp_15_r20/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/normalizer/
H A DNormalizerBuilder.java486 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
/aosp_15_r20/external/icu/icu4j/main/core/src/test/java/com/ibm/icu/dev/test/normalizer/
H A DNormalizerBuilder.java485 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
/aosp_15_r20/external/coreboot/Documentation/getting_started/
H A Dkconfig.md522 #### hex subsubsection
527 ##### Usage:
531 ##### Example:
538 ##### Notes:
551 ##### Restrictions:
/aosp_15_r20/external/capstone/bindings/java/
H A DTestSystemz.java26 private static String hex(int i) { in hex() method in TestSystemz
30 private static String hex(long i) { in hex() method in TestSystemz

12345678910>>...67