Home
last modified time | relevance | path

Searched refs:hex_int (Results 1 – 19 of 19) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/toml_edit/src/parser/
Dnumbers.rs44 Some(b"0x") => cut_err(hex_int.try_map(|s| i64::from_str_radix(&s.replace('_', ""), 16))), in integer()
94 pub(crate) fn hex_int<'i>(input: &mut Input<'i>) -> PResult<&'i str> { in hex_int() function
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/tomllib/
H A D_parser.py506 hex_int = int(hex_str, 16)
507 if not is_unicode_scalar_value(hex_int):
509 return pos, chr(hex_int)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/pip/_vendor/tomli/
D_parser.py506 hex_int = int(hex_str, 16)
507 if not is_unicode_scalar_value(hex_int):
509 return pos, chr(hex_int)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/pip/_vendor/tomli/
D_parser.py506 hex_int = int(hex_str, 16)
507 if not is_unicode_scalar_value(hex_int):
509 return pos, chr(hex_int)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/pip/_vendor/tomli/
D_parser.py506 hex_int = int(hex_str, 16)
507 if not is_unicode_scalar_value(hex_int):
509 return pos, chr(hex_int)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/setuptools/_vendor/tomli/
D_parser.py506 hex_int = int(hex_str, 16)
507 if not is_unicode_scalar_value(hex_int):
509 return pos, chr(hex_int)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/setuptools/_vendor/tomli/
D_parser.py506 hex_int = int(hex_str, 16)
507 if not is_unicode_scalar_value(hex_int):
509 return pos, chr(hex_int)
/aosp_15_r20/external/python/setuptools/setuptools/_vendor/tomli/
D_parser.py506 hex_int = int(hex_str, 16)
507 if not is_unicode_scalar_value(hex_int):
509 return pos, chr(hex_int)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/setuptools/_vendor/tomli/
D_parser.py506 hex_int = int(hex_str, 16)
507 if not is_unicode_scalar_value(hex_int):
509 return pos, chr(hex_int)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/tomllib/
D_parser.py506 hex_int = int(hex_str, 16)
507 if not is_unicode_scalar_value(hex_int):
509 return pos, chr(hex_int)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/pip/_vendor/tomli/
D_parser.py506 hex_int = int(hex_str, 16)
507 if not is_unicode_scalar_value(hex_int):
509 return pos, chr(hex_int)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/tomllib/
D_parser.py506 hex_int = int(hex_str, 16)
507 if not is_unicode_scalar_value(hex_int):
509 return pos, chr(hex_int)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/setuptools/_vendor/tomli/
D_parser.py506 hex_int = int(hex_str, 16)
507 if not is_unicode_scalar_value(hex_int):
509 return pos, chr(hex_int)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/tomllib/
D_parser.py506 hex_int = int(hex_str, 16)
507 if not is_unicode_scalar_value(hex_int):
509 return pos, chr(hex_int)
/aosp_15_r20/external/python/cpython3/Lib/tomllib/
D_parser.py506 hex_int = int(hex_str, 16)
507 if not is_unicode_scalar_value(hex_int):
509 return pos, chr(hex_int)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/tomllib/
D_parser.py506 hex_int = int(hex_str, 16)
507 if not is_unicode_scalar_value(hex_int):
509 return pos, chr(hex_int)
/aosp_15_r20/external/pigweed/pw_tokenizer/py/pw_tokenizer/
H A Delf_reader.py391 def hex_int(arg): function
434 'address', nargs='+', type=hex_int, help='hexadecimal addresses to read'
/aosp_15_r20/external/clang/test/Sema/
H A Dconstant-conversion.c99 int hex_int = 0x80000000; in test9() local
/aosp_15_r20/external/robolectric/robolectric/src/test/java/org/robolectric/
H A DR.java466 public static final int hex_int=0x7f100009; field in R.integer