Home
last modified time | relevance | path

Searched refs:Optional (Results 1 – 10 of 10) sorted by relevance

/xnu-12377.61.12/tools/lldbmacros/kmemory/
H A Dvm.py10 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 Dlldb_session.py23 def create(cls, gdb_remote: typing.Optional[str]) -> 'AtDeskLLDBGdbSession':
47 def _gdb(self, remote_gdb: typing.Optional[str] = None) -> 'AtDeskLLDBGdbSession':
H A Dtest_lldb_macros.py625 macro: tuple[str, typing.Optional[str], typing.Optional[list[pytest.Mark]]],
/xnu-12377.61.12/tools/lldbmacros/
H A Dvm_pageout.py11 from typing import Iterable, Optional
16 def __init__(self, num_samples: Optional[int] = None):
H A Dprocess.py5 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 Dcvalue.py17 from typing import Optional
682 def get_field(val: value, field: str) -> Optional[value]:
/xnu-12377.61.12/iokit/DriverKit/
H A DIOServiceNotificationDispatchSource.iig76 …* @param handler Optional block to be executed after the interrupt has been disabled and any…
H A DIOServiceStateNotificationDispatchSource.iig64 …* @param handler Optional block to be executed after the interrupt has been disabled and any…
H A DIOInterruptDispatchSource.iig117 …* @param handler Optional block to be executed after the interrupt has been disabled and any…
H A DIODataQueueDispatchSource.iig96 …* @param handler Optional block to be executed after the interrupt has been disabled and any…