Lines Matching defs:self

63         def __init__(self, args, returncode, stdout=None, stderr=None):  argument
89 def __init__(self, topdir, parallelism, keep, replace_sources, strip, argument
125 def get_script_text(self): argument
130 def exec_self(self): argument
135 def get_build_triplet(self): argument
143 def get_glibc_version(self): argument
158 def add_all_configs(self): argument
459 def add_config(self, **args): argument
472 def component_srcdir(self, component): argument
476 def component_builddir(self, action, config, component, subconfig=None): argument
489 def compiler_installdir(self, config): argument
493 def compiler_bindir(self, config): argument
497 def compiler_sysroot(self, config): argument
501 def glibc_installdir(self, config): argument
505 def run_builds(self, action, configs): argument
586 def add_makefile_cmdlist(self, target, cmdlist, logsdir): argument
593 def write_files(self): argument
687 def do_build(self): argument
692 def build_host_libraries(self): argument
708 def build_host_library(self, cmdlist, lib, extra_opts=None): argument
727 def build_compilers(self, configs): argument
737 def build_glibcs(self, configs): argument
747 def update_syscalls(self, configs): argument
756 def load_versions_json(self): argument
764 def store_json(self, data, filename): argument
771 def store_versions_json(self): argument
775 def set_component_version(self, component, version, explicit, revision): argument
782 def checkout(self, versions): argument
845 def checkout_vcs(self, component, version, update): argument
896 def git_checkout(self, component, git_url, git_branch, update): argument
920 def fix_glibc_timestamps(self): argument
941 def gcc_checkout(self, branch, update): argument
962 def checkout_tar(self, component, version, update): argument
992 def load_build_state_json(self): argument
1013 def store_build_state_json(self): argument
1017 def clear_last_build_state(self, action): argument
1027 def update_build_state(self, action, build_time, build_versions): argument
1065 def load_bot_config_json(self): argument
1070 def part_build_old(self, action, delay): argument
1082 def bot_cycle(self): argument
1143 def bot_build_mail(self, action, build_time): argument
1210 def bot_run_self(self, opts, action, check=True): argument
1221 def bot(self): argument
1241 def __init__(self, config): argument
1250 def __init__(self, glibc, headers_dir): argument
1300 def __init__(self, ctx, arch, os_name, variant=None, gcc_cfg=None, argument
1339 def component_builddir(self, component): argument
1343 def build(self): argument
1378 def build_cross_tool(self, cmdlist, tool_src, tool_build, extra_opts=None): argument
1408 def install_gnumach_headers(self, cmdlist): argument
1425 def install_hurd_headers(self, cmdlist): argument
1443 def build_gcc(self, cmdlist, bootstrap): argument
1499 def __init__(self, glibc): argument
1527 def configure(self, cmdlist): argument
1533 def extra_commands(self, cmdlist): argument
1540 def __init__(self, glibc): argument
1549 def __init__(self, glibc): argument
1560 def extra_commands(self, cmdlist): argument
1575 def __init__(self, glibc): argument
1590 def __init__(self, compiler, arch=None, os_name=None, variant=None, argument
1619 def tool_name(self, tool): argument
1626 def build(self): argument
1641 def build_glibc(self, cmdlist, policy): argument
1660 def update_syscalls(self): argument
1686 def __init__(self, desc, num, dir, path, command, always_run=False): argument
1718 def shell_make_quote(self): argument
1726 def __init__(self, desc, keep): argument
1734 def desc_txt(self, desc): argument
1738 def use_dir(self, dir): argument
1742 def use_path(self, path): argument
1747 def push_subdesc(self, subdesc): argument
1753 def pop_subdesc(self): argument
1757 def create_use_dir(self, dir): argument
1764 def add_command_dir(self, desc, dir, command, always_run=False): argument
1770 def add_command(self, desc, command, always_run=False): argument
1776 def cleanup_dir(self, desc='cleanup', dir=None): argument
1787 def makefile_commands(self, wrapper, logsdir): argument
1821 def status_logs(self, logsdir): argument