Searched refs:Optional (Results 1 – 10 of 10) sorted by relevance
| /xnu-12377.61.12/tools/lldbmacros/kmemory/ |
| H A D | vm.py | 10 Optional, 58 def __new__(cls, pmap: lldbwrap.SBValue, name: Optional[str]=None): 72 def __init__(self, pmap: lldbwrap.SBValue, name: Optional[str]=None): 123 def walk(self, vaddr: int, extra: Optional[dict] = None) -> Optional[int]: 136 def tag_storage(self, vaddr: int) -> (Optional[int], Optional[int], Optional[int]): 154 def get_tag(self, vaddr: int) -> Optional[int]: 177 def __init__(self, pmap: lldbwrap.SBValue, name: Optional[str]=None): 211 def walk(self, vaddr: int, extra: Optional[dict] = None) -> Optional[int]: 268 def tag_storage(self, vaddr: int) -> (Optional[int], Optional[int], Optional[int]): 286 def get_tag(self, vaddr: int) -> Optional[int]: [all …]
|
| /xnu-12377.61.12/tools/lldbmacros/tests/integration_smoke/ |
| H A D | lldb_session.py | 23 def create(cls, gdb_remote: typing.Optional[str]) -> 'AtDeskLLDBGdbSession': 47 def _gdb(self, remote_gdb: typing.Optional[str] = None) -> 'AtDeskLLDBGdbSession':
|
| H A D | test_lldb_macros.py | 625 macro: tuple[str, typing.Optional[str], typing.Optional[list[pytest.Mark]]],
|
| /xnu-12377.61.12/tools/lldbmacros/ |
| H A D | vm_pageout.py | 11 from typing import Iterable, Optional 16 def __init__(self, num_samples: Optional[int] = None):
|
| H A D | process.py | 5 from typing import Union, Optional 302 def GetTaskSummary(task: Optional[value], showcorpse=False) -> str: 366 def GetProcFromTask(task) -> Optional[value]: 377 def GetTaskFromProc(proc) -> Optional[value]: 794 def GetProcSummary(proc: Optional[value]) -> str: 1204 def TaskForPmapHelper(pmap) -> Optional[value]:
|
| /xnu-12377.61.12/tools/lldbmacros/core/ |
| H A D | cvalue.py | 17 from typing import Optional 682 def get_field(val: value, field: str) -> Optional[value]:
|
| /xnu-12377.61.12/iokit/DriverKit/ |
| H A D | IOServiceNotificationDispatchSource.iig | 76 …* @param handler Optional block to be executed after the interrupt has been disabled and any…
|
| H A D | IOServiceStateNotificationDispatchSource.iig | 64 …* @param handler Optional block to be executed after the interrupt has been disabled and any…
|
| H A D | IOInterruptDispatchSource.iig | 117 …* @param handler Optional block to be executed after the interrupt has been disabled and any…
|
| H A D | IODataQueueDispatchSource.iig | 96 …* @param handler Optional block to be executed after the interrupt has been disabled and any…
|