Lines Matching refs:format
116 results.append(output_api.PresubmitError("Torque format check failed"))
120 results.append(output_api.PresubmitError("JS format check failed"))
229 description_with_path = '{}\n {}'.format(path, rule_description)
291 problems.append('{}: Missing include guard \'{}\''.format(
326 problems.append('{}:{}\n {}'.format(local_path, line_number,
348 r'({})\s*\('.format(base_function_pattern))
350 r'//.*({})'.format(base_function_pattern))
352 r'::[A-Za-z0-9_]+({})|({})[^;]+'.format(base_function_pattern,
371 problems.append('{}:{}\n {}'.format(local_path, line_number,
446 'BUG entry requires issue tracker prefix, e.g. {}:{}'.format(
449 results.append(bogus_bug_msg.format(bug))
451 results.append(bogus_bug_msg.format(bug))
468 results.append('JSON validation failed for {}. Error:\n{}'.format(
543 json_url='http://v8-status.appspot.com/current?format=json'))