Home
last modified time | relevance | path

Searched refs:bool (Results 1 – 4 of 4) sorted by relevance

/bionic/libc/tools/
Dgenerate_notice.py25 def is_interesting(path_str: str) -> bool:
48 def is_copyright_end(line: str, first_line_was_hash: bool) -> bool: argument
Dgenseccomp.py60 if bool(blocklist_names - base_names):
/bionic/benchmarks/linker_relocation/regen/
Dcommon_types.py56 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
Dgen_bench.py169 def make_asm_file(lib: LoadedLibrary, is_main: bool, out_filename: Path, map_out_filename: Path, argument
170 defs: Definitions) -> bool: