Lines Matching refs:format
74 def log(format, *args, **kwargs):
76 print(mark * 2, str(format).format(*list(map(str, args))))
79 def fatal(format):
80 log(format)
126 "-I{}".format(options.v8_root_dir),
127 "-I{}".format(options.v8_root_dir / 'include'),
128 "-I{}".format(options.v8_build_dir / 'gen'),
129 "-I{}".format(icu_src_dir / 'common'),
130 "-I{}".format(icu_src_dir / 'i18n'),
310 ALLOWLIST_PATTERN = "|".join("(?:{})".format(p) for p in ALLOWLIST)
314 return re.compile("|".join("(?P<{}>{})".format(key, value)
414 # function that can cause a gc. The format is encoded for simplified
427 out.write("{}\n".format(name))
430 out.write("{}\n".format(cause))
547 help="Tested CPU architecture. Choices: {}".format(archs),
554 "Default: env['CLANG_DIR'] or '{}'".format(default_clang_bin_dir))
559 "Default: env['CLANG_PLUGINS'] or '{}'".format(gcmole_dir))
565 help="V8 checkout directory. Default: '{}'".format(default_root_dir))
702 parser.error("{}='{}' does not exist!".format(flag, dir))
708 parser.error("'{}' does not exist. Please build gcmole first.".format(
713 "'{}' does not exist. Please build gcmole first.".format(clang_path))
745 parser.error("Build dir '{}' config doesn't match request cpu. {}: {}".format(