/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/uboot/u-boot-2020.01/drivers/power/regulator/ |
D | max77686.c | 71 int hex = 0; in max77686_buck_volt2hex() local 102 static int max77686_buck_hex2volt(int buck, int hex) in max77686_buck_hex2volt() 140 int hex = 0; in max77686_ldo_volt2hex() local 164 static int max77686_ldo_hex2volt(int ldo, int hex) in max77686_ldo_hex2volt() 193 static int max77686_ldo_hex2mode(int ldo, int hex) in max77686_ldo_hex2mode() 227 static int max77686_buck_hex2mode(int buck, int hex) in max77686_buck_hex2mode() 321 int hex, ldo, ret; in max77686_ldo_val() local 362 int hex, buck, ret; in max77686_buck_val() local
|
D | s2mps11_regulator.c | 44 static int s2mps11_buck_hex2volt(int buck, int hex) in s2mps11_buck_hex2volt() 83 int hex; in s2mps11_buck_volt2hex() local 118 int hex, buck, ret; in s2mps11_buck_val() local 334 static int s2mps11_ldo_hex2volt(int ldo, int hex) in s2mps11_ldo_hex2volt() 363 int hex = 0; in s2mps11_ldo_volt2hex() local 393 int hex, ldo, ret; in s2mps11_ldo_val() local
|
D | lp873x_regulator.c | 72 static int lp873x_buck_hex2volt(int hex) in lp873x_buck_hex2volt() 88 unsigned int hex, adr; in lp873x_buck_val() local 169 static int lp873x_ldo_hex2volt(int hex) in lp873x_ldo_hex2volt() 182 unsigned int hex, adr; in lp873x_ldo_val() local
|
D | palmas_regulator.c | 100 static int palmas_smps_hex2volt(int hex, bool range) in palmas_smps_hex2volt() 120 unsigned int hex, adr; in palmas_smps_val() local 243 static int palmas_ldo_hex2volt(int hex) in palmas_ldo_hex2volt() 256 unsigned int hex, adr; in palmas_ldo_val() 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/boost/libs/convert/example/ |
D | algorithms.cpp | 30 cnv(std::hex)(std::skipws); in introduction() local 163 cnv(std::hex)(std::uppercase)(std::showbase); in example5() local
|
/third_party/node/src/ |
D | node_report.h | 36 std::stringstream hex; in ValueToHexString() local
|
D | node_url_tables.cc | 8 const char hex[1024] = variable
|
/third_party/boost/boost/algorithm/ |
D | hex.hpp | 152 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
|
/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/boost/libs/filesystem/src/ |
D | unique_path.cpp | 225 BOOST_CONSTEXPR_OR_CONST wchar_t hex[] = L"0123456789abcdef"; variable 228 BOOST_CONSTEXPR_OR_CONST char hex[] = "0123456789abcdef"; variable
|
/third_party/node/test/parallel/ |
D | test-crypto-ecb.js | 39 let hex = encrypt.update('Hello World!', 'ascii', 'hex'); variable
|
D | test-buffer-badhex.js | 43 const hex = buf.toString('hex'); constant
|
/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/libpsl/include/ |
D | meson.build | 13 hex = '0123456789abcdef' variable
|
/third_party/boost/libs/geometry/example/with_external_libs/ |
D | x03_d_soci_example.cpp | 64 std::string const& hex = *it; in main() local
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/ |
D | charconv.h | 32 hex = 4, enumerator
|
/third_party/abseil-cpp/absl/strings/ |
D | charconv.h | 32 hex = 4, enumerator
|
/third_party/boringssl/src/crypto/test/ |
D | test_util.cc | 38 static const char hex[] = "0123456789abcdef"; in operator <<() local
|
/third_party/curl/lib/vquic/ |
D | vquic.c | 65 char hex[3]; in Curl_qlogdir() local
|
/third_party/node/deps/npm/node_modules/ecc-jsbn/ |
D | index.js | 8 function unstupid(hex,len) argument
|
/third_party/flutter/skia/gm/ |
D | multipicturedraw.cpp | 47 SkPath hex; in make_hex_path() local 64 SkPath hex = make_hex_path(0, 0); in make_hex_plane_picture() local 109 SkPath hex = make_hex_path(0, 0); in make_single_layer_hex_plane_picture() local 316 SkPath hex = make_hex_path((kNumHexX / 2.0f) * kHexSide, kNumHexY * kHexSide * kRoot3Over2); in path_clip() local 328 SkPath hex = make_hex_path((kNumHexX / 2.0f) * kHexSide, kNumHexY * kHexSide * kRoot3Over2); in invpath_clip() local
|