/tools/repohooks/rh/ |
D | git.py | 88 def get_patch(commit): argument 106 def get_file_content(commit, path): argument 163 def get_affected_files(commit): argument 180 def get_commit_desc(commit): argument
|
D | hooks.py | 268 def _check_cmd(hook_name, project, commit, cmd, fixup_func=None, **kwargs): argument 283 def check_custom(project, commit, _desc, diff, options=None, **kwargs): argument 289 def check_checkpatch(project, commit, _desc, diff, options=None): argument 298 def check_clang_format(project, commit, _desc, diff, options=None): argument 312 def check_google_java_format(project, commit, _desc, _diff, options=None): argument 327 def check_commit_msg_bug_field(project, commit, desc, _diff, options=None): argument 351 def check_commit_msg_changeid_field(project, commit, desc, _diff, options=None): argument 405 def check_commit_msg_test_field(project, commit, desc, _diff, options=None): argument 428 def check_cpplint(project, commit, _desc, diff, options=None): argument 441 def check_gofmt(project, commit, _desc, diff, options=None): argument [all …]
|
D | results.py | 32 def __init__(self, hook, project, commit, error, files=(), fixup_func=None): argument 65 def __init__(self, hook, project, commit, result, files=(), argument
|
/tools/loganalysis/src/com/android/loganalysis/parser/ |
D | ActivityServiceParser.java | 70 protected void commit() { in commit() method in ActivityServiceParser
|
D | DumpsysParser.java | 75 protected void commit() { in commit() method in DumpsysParser
|
D | DumpsysBatteryStatsParser.java | 82 protected void commit() { in commit() method in DumpsysBatteryStatsParser
|
D | AbstractSectionParser.java | 82 protected void commit() { in commit() method in AbstractSectionParser
|
D | BatteryStatsDetailedInfoParser.java | 153 protected void commit() { in commit() method in BatteryStatsDetailedInfoParser
|
D | KernelLogParser.java | 206 private void commit() { in commit() method in KernelLogParser
|
D | BugreportParser.java | 192 protected void commit() { in commit() method in BugreportParser
|
D | LogcatParser.java | 339 private void commit() { in commit() method in LogcatParser
|
/tools/repohooks/ |
D | pre-upload.py | 74 def commit_start(self, commit, commit_summary): argument
|