| /third_party/icu/ohos_icu4j/src/main/tests/ohos/global/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
|
| D | RegexUtilitiesTest.java | 61 Transliterator hex = Transliterator.getInstance("hex"); field in RegexUtilitiesTest
|
| /third_party/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
|
| D | RegexUtilitiesTest.java | 58 Transliterator hex = Transliterator.getInstance("hex"); field in RegexUtilitiesTest
|
| /third_party/vk-gl-cts/external/amber/src/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
|
| /third_party/musl/libc-test/src/functional/ |
| D | inet_pton.c | 29 #define V6(src,ret,hex) do{\ argument 56 #define V4(src,ret,hex) do{\ argument
|
| /third_party/typescript/src/testRunner/unittests/ |
| D | parsePseudoBigInt.ts | 42 const hex = "0".repeat(leadingZeros) + testNumber.toString(16) + "n"; constant 44 for (const hexCase of [hex.toLowerCase(), hex.toUpperCase()]) { constant
|
| /third_party/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
|
| /third_party/mesa3d/src/panfrost/bifrost/valhall/ |
| D | va_pack.c | 318 uint64_t hex = 0; in va_pack_alu() local 561 uint64_t hex = (uint64_t) load_lane_identity[memory_size] << 36; in va_pack_load() local 591 uint64_t hex = va_pack_memory_access(I) << 24; in va_pack_store() local 656 uint64_t hex = info.exact | (((uint64_t) I->flow) << 59); in va_pack_instr() local 948 uint64_t hex = va_pack_instr(I); in bi_pack_valhall() local
|
| /third_party/node/deps/npm/node_modules/@tufjs/models/dist/utils/ |
| D | key.js | 89 hexToDER: (hex) => { argument 116 hexToDER: (hex) => { argument
|
| /third_party/node/src/ |
| D | node_report.h | 26 std::stringstream hex; in ValueToHexString() local
|
| /third_party/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
|
| /third_party/icu/ohos_icu4j/src/main/tests/ohos/global/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
|
| /third_party/rust/crates/minimal-lexical/etc/correctness/test-parse-golang/parse-number-fxx-test-data/script/ |
| D | test-go-strconv.go | 110 var hex = [256]uint8{ var
|
| /third_party/node/test/parallel/ |
| D | test-crypto-ecb.js | 43 let hex = encrypt.update('Hello World!', 'ascii', 'hex'); variable
|
| D | test-buffer-badhex.js | 43 const hex = buf.toString('hex'); constant
|
| /third_party/curl/lib/ |
| D | escape.c | 82 const char hex[] = "0123456789ABCDEF"; in curl_easy_escape() local 219 const char *hex = "0123456789abcdef"; in Curl_hexencode() local
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/strings/ |
| D | charconv.h | 32 hex = 4, enumerator
|
| /third_party/mesa3d/src/asahi/lib/ |
| D | hexdump.h | 28 hexdump(FILE *fp, const uint8_t *hex, size_t cnt, bool with_strings) in hexdump()
|
| /third_party/googletest/googletest/src/hwext/ |
| D | gtest-tag.cc | 25 void TestFlag::element(const char* desc, int hex) in element() 43 bool TestFlag::verify(int hex, char* err) const in verify()
|
| /third_party/node/deps/v8/src/json/ |
| D | json-stringifier.cc | 964 char* const hex = DoubleToRadixCString(c, 16); in SerializeStringUnchecked_() local 972 char* const hex = DoubleToRadixCString(c, 16); in SerializeStringUnchecked_() local 982 char* const hex = DoubleToRadixCString(c, 16); in SerializeStringUnchecked_() local 1030 char* const hex = DoubleToRadixCString(c, 16); in SerializeString_() local 1038 char* const hex = DoubleToRadixCString(c, 16); in SerializeString_() local 1048 char* const hex = DoubleToRadixCString(c, 16); in SerializeString_() local
|
| /third_party/node/deps/v8/src/utils/ |
| D | ostreams.cc | 175 std::ostream& operator<<(std::ostream& os, const AsHex& hex) { in operator <<() 186 std::ostream& operator<<(std::ostream& os, const AsHexBytes& hex) { in operator <<()
|
| /third_party/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/test/ |
| D | TestFmwk.java | 240 protected static String hex(char[] s){ in hex() method in TestFmwk 249 protected static String hex(byte[] s){ in hex() method in TestFmwk 258 protected static String hex(char ch) { in hex() method in TestFmwk 267 protected static String hex(int ch) { in hex() method in TestFmwk 276 protected static String hex(CharSequence s) { in hex() method in TestFmwk
|
| /third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/ |
| D | TestFmwk.java | 266 protected static String hex(char[] s){ in hex() method in TestFmwk 275 protected static String hex(byte[] s){ in hex() method in TestFmwk 284 protected static String hex(char ch) { in hex() method in TestFmwk 293 protected static String hex(int ch) { in hex() method in TestFmwk 302 protected static String hex(CharSequence s) { in hex() method in TestFmwk
|
| /third_party/zlib/test/ |
| D | infcover.c | 245 local unsigned char *h2b(const char *hex, unsigned *len) in h2b() 284 local void inf(char *hex, char *what, unsigned step, int win, unsigned len, in inf() 508 local int try(char *hex, char *id, int err) in try()
|