Searched defs:None (Results 1 – 5 of 5) sorted by relevance
/development/scripts/ |
D | lldbclient.py | 70 def get_tracer_pid(device: adb.AndroidDevice, pid: int | str | None) -> int: 168 def ensure_linker(device: adb.AndroidDevice, sysroot: str, interp: str | None) -> str | None: 272 def merge_launch_dict(base: dict[str, Any], to_add: dict[str, Any] | None) -> None: argument 314 …me: str, port: str | int, solib_search_path: list[str], extra_props: dict[str, Any] | None) -> str: 351 …: str, linker_search_dir: str | None, binary_name: str, is64bit: bool, port: str | int, debugger: …
|
D | gdbclient.py | 70 def get_tracer_pid(device: adb.AndroidDevice, pid: int | str | None) -> int: 168 def ensure_linker(device: adb.AndroidDevice, sysroot: str, interp: str | None) -> str | None: 272 def merge_launch_dict(base: dict[str, Any], to_add: dict[str, Any] | None) -> None: argument 314 …me: str, port: str | int, solib_search_path: list[str], extra_props: dict[str, Any] | None) -> str: 351 …: str, linker_search_dir: str | None, binary_name: str, is64bit: bool, port: str | int, debugger: …
|
D | gdbclient_test.py | 27 …def merge_compare(self, base: dict[str, Any], to_add: dict[str, Any] | None, expected: dict[str, A… argument
|
/development/python-packages/adb/adb/ |
D | __init__.py | 77 product: str | None = None, adb_path: str = 'adb' 86 serial: str, product: str | None = None, adb_path: str = 'adb' 95 serial: str | None = None, product: str | None = None, adb_path: str = 'adb' 182 def version(adb_path: list[str] | None = None) -> int: 212 self, serial: str | None, product: str | None = None, adb_path: str = 'adb' 327 preexec_fn: Callable[[], None] | None = None, argument 405 def sync(self, directory: str | None = None) -> str:
|
/development/tools/ndk/ndkabidump/ |
D | soong.py | 40 env: dict[str, str] | None = None, argument 101 def build(self, targets: list[str], env: dict[str, str] | None = None) -> None: argument
|