Home
last modified time | relevance | path

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

/bionic/tools/bionicbb/
Dtasks.py29 def get_gerrit_info(body): argument
32 for match in re.finditer(gerrit_pattern, body, flags=re.MULTILINE):
39 body = gmail.get_body(msg)
40 gerrit_info = get_gerrit_info(body)
58 return handlers[message_type](gerrit_info, body, dry_run)
Dpresubmit.py162 def handle_comment(gerrit_info, body, dry_run): argument
163 if 'Verified+1' in body:
191 re.finditer(r'^bionicbb:\s*(.+)$', body, flags=re.MULTILINE)]
/bionic/libc/tools/
Dpylintrc193 # Allow the body of an if to be on the same line as the test if there is no
235 # Maximum number of locals for function / method body
238 # Maximum number of return / yield for function / method body
241 # Maximum number of branch for function / method body
244 # Maximum number of statements in function / method body
/bionic/libc/kernel/uapi/linux/
Dhyperv.h229 } body; member