Home
last modified time | relevance | path

Searched defs:CheckContext (Results 1 – 2 of 2) sorted by relevance

/external/crosvm/tools/
Dpresubmit49 def check_python_tests(_: CheckContext):
58 def check_python_types(context: CheckContext):
63 def check_python_format(context: CheckContext):
71 def check_markdown_format(context: CheckContext):
85 def check_rust_format(context: CheckContext):
100 def check_cargo_doc(_: CheckContext):
105 def check_mdbook(_: CheckContext):
111 def check(_: CheckContext):
127 def check(_: CheckContext):
138 def check(_: CheckContext):
[all …]
/external/crosvm/tools/impl/
Dpresubmit.py32 class CheckContext(object): class