Searched refs:tuple (Results 1 – 7 of 7) sorted by relevance
| /xnu-12377.81.4/makedefs/ |
| H A D | MakeInc.cmd | 385 # $(1) is an expanded kernel config from a TARGET_CONFIGS_UC tuple 386 # $(2) is an expanded arch config from a TARGET_CONFIGS_UC tuple 387 # $(3) is an expanded machine config from a TARGET_CONFIGS_UC tuple 390 # $(1) is an un-expanded kernel config from a TARGET_CONFIGS_UC tuple 391 # $(2) is an un-expanded arch config from a TARGET_CONFIGS_UC tuple 392 # $(3) is an un-expanded machine config from a TARGET_CONFIGS_UC tuple 411 # $(1) is an un-expanded kernel config from a TARGET_CONFIGS_UC tuple 412 # $(2) is an un-expanded arch config from a TARGET_CONFIGS_UC tuple 413 # $(3) is an un-expanded machine config from a TARGET_CONFIGS_UC tuple, that may be multiplexed (e.… 438 # Similar to build configs, but alias configs are a 4-tuple [all …]
|
| /xnu-12377.81.4/tools/lldbmacros/core/ |
| H A D | caching.py | 347 fasttypes = {int, str}, tuple=tuple, type=type, len=len): argument 354 key += tuple(kwd.items())
|
| H A D | xnu_lldb_init.py | 71 ver = tuple(map(int, lldb_ver.split('.')))
|
| /xnu-12377.81.4/tools/lldbmacros/tests/integration_smoke/ |
| H A D | test_lldb_macros.py | 625 macro: tuple[str, typing.Optional[str], typing.Optional[list[pytest.Mark]]],
|
| /xnu-12377.81.4/tools/ |
| H A D | format_vm_parameter_validation.py | 387 k = tuple(result.parameters[2:])
|
| /xnu-12377.81.4/tools/kt-dump/ |
| H A D | kt-dump.cpp | 183 std::set<std::tuple<const char *, const char *, const char *> > dedup_entries_var;
|
| /xnu-12377.81.4/tools/lldbmacros/ |
| H A D | kcdata.py | 2654 … return '%02X%02X%02X%02X-%02X%02X-%02X%02X-%02X%02X-%02X%02X%02X%02X%02X%02X' % tuple(data)
|