Searched refs:bool (Results 1 – 4 of 4) sorted by relevance
/bionic/libc/tools/ |
D | generate_notice.py | 25 def is_interesting(path_str: str) -> bool: 48 def is_copyright_end(line: str, first_line_was_hash: bool) -> bool: argument
|
D | genseccomp.py | 60 if bool(blocklist_names - base_names):
|
/bionic/benchmarks/linker_relocation/regen/ |
D | common_types.py | 56 def __init__(self, name: str, kind: SymKind, bind: SymBind, defined: bool, argument 62 self.defined: bool = defined 90 def __init__(self, name: str, is_weak: bool, ver: Optional[str]): argument 92 self.is_weak: bool = is_weak
|
D | gen_bench.py | 169 def make_asm_file(lib: LoadedLibrary, is_main: bool, out_filename: Path, map_out_filename: Path, argument 170 defs: Definitions) -> bool:
|