| /third_party/gptfdisk/ |
| H A D | gpttext.cc | 1011 cout << "Enter an MBR hex code (default " << hex; in GetMBRTypeCode() local
|
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
| H A D | Utility.java | 1030 public static String hex(long ch) { in hex() method in Utility 1037 static public String hex(long i, int places) { in hex() method in Utility 1057 public static String hex(CharSequence s) { hex() method in Utility 1066 public static <S extends CharSequence, U extends CharSequence, T extends Appendable> T hex(S s, int width, U separator, boolean useCodePoints, T result) { hex() method in Utility 1091 public static String hex(byte[] o, int start, int end, String separator) { hex() method in Utility 1105 public static <S extends CharSequence> String hex(S s, int width, S separator) { hex() method in Utility [all...] |
| /third_party/icu/icu4c/source/test/cintltst/ |
| H A D | utransts.c | 514 UTransliterator* hex = utrans_open("Any-Hex", UTRANS_FORWARD, NULL,0,NULL,&status); in TestFilter() local
|
| /third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/rbbi/ |
| H A D | RBBIMonkeyTest.java | 339 private static String hexToCodePoint(String hex) { in hexToCodePoint() argument
|
| /third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/ |
| H A D | RBBIMonkeyTest.java | 336 private static String hexToCodePoint(String hex) { in hexToCodePoint() argument
|
| /third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/ |
| H A 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 [all...] |
| /third_party/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/test/ |
| H A 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 [all...] |
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
| H A D | Utility.java | 965 public static String hex(long ch) { in hex() method in Utility 972 static public String hex(long i, int places) { in hex() method in Utility 992 public static String hex(CharSequenc method in Utility 1001 public static <S extends CharSequence, U extends CharSequence, T extends Appendable> T hex(S s, int width, U separator, boolean useCodePoints, T result) { hex() method in Utility 1026 public static String hex(byte[] o, int start, int end, String separator) { hex() method in Utility 1040 public static <S extends CharSequence> String hex(S s, int width, S separator) { hex() method in Utility [all...] |
| /third_party/libcoap/src/ |
| H A D | coap_pdu.c | 1260 const uint8_t hex[] = "0123456789abcdef"; in write_char() local
|
| /third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/impl/ |
| H A D | DumbTextComponent.java | 824 public static String hex(char ch) { in hex() method in DumbTextComponent
|
| /third_party/mesa3d/src/gallium/auxiliary/driver_trace/ |
| H A D | tr_dump.c | 491 char hex[2]; in trace_dump_bytes() local
|
| /third_party/skia/src/core/ |
| H A D | SkString.cpp | 492 void SkString::insertHex(size_t offset, uint32_t hex, int minDigits) { in insertHex() argument
|
| /third_party/protobuf/php/tests/ |
| H A D | undefined_test.php | 285 $hex = hex2bin("ff"); variable 296 $hex = hex2bin("ff"); variable 545 $hex = hex2bin("ff"); variable
|
| /third_party/python/Lib/ |
| H A D | uuid.py | 335 def hex(self): global() member in UUID [all...] |
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
| H A D | dpp_auth.c | 885 char hex[SHA256_MAC_LEN * 2 + 1]; in dpp_auth_req_rx() local
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
| H A D | dpp_hostapd.c | 627 char hex[64 * 2 + 1]; in hostapd_dpp_handle_config_obj() local 635 char hex[PMK_LEN * 2 + 1]; in hostapd_dpp_handle_config_obj() local 642 char *hex; in hostapd_dpp_handle_config_obj() local 657 char *hex; hostapd_dpp_handle_config_obj() local [all...] |
| /arkcompiler/runtime_core/static_core/libpandabase/utils/ |
| H A D | pandargs.h | 766 const int hex = 16; in ParseIntArgParam() local 873 const int hex = 16; in ParseUint64ArgParam() local 906 const int hex = 16; in ParseUint32ArgParam() local
|
| /kernel/linux/linux-5.10/arch/powerpc/kernel/ |
| H A D | rtas.c | 197 void rtas_progress(char *s, unsigned short hex) in rtas_progress() argument
|
| H A D | rtas-proc.c | 319 unsigned long hex; in ppc_rtas_progress_write() local
|
| /kernel/linux/linux-6.6/arch/powerpc/kernel/ |
| H A D | rtas-proc.c | 314 unsigned long hex; in ppc_rtas_progress_write() local
|
| /kernel/linux/linux-5.10/tools/lib/traceevent/ |
| H A D | parse-filter.c | 1706 char hex[64]; in get_field_str() local
|
| /kernel/linux/linux-5.10/tools/perf/util/ |
| H A D | data-convert-bt.c | 1424 static struct bt_ctf_field_type *create_int_type(int size, bool sign, bool hex) in create_int_type() argument
|
| /kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/steering/ |
| H A D | dr_dbg.c | 97 dr_dump_hex_print(char hex[DR_HEX_SIZE], char *src, u32 size) in dr_dump_hex_print() argument
|
| /kernel/linux/linux-6.6/tools/perf/util/ |
| H A D | data-convert-bt.c | 1430 static struct bt_ctf_field_type *create_int_type(int size, bool sign, bool hex) in create_int_type() argument
|
| /third_party/alsa-utils/alsactl/ |
| H A D | state.c | 416 char *hex = "0123456789abcdef"; in get_control() local
|