Classes | |
class | Patch |
Patch class. More... | |
class | PatchChunk |
PatchChunk class. More... | |
class | PatchChunkLine |
PatchChunkLine class. More... | |
Functions | |
def | copy_file (filename) |
def | git_modified_files () |
def | indent (source, debug, level) |
def | indent_files (files, diff=False, debug=False, level=0, inplace=False) |
def | parse_patchset (generator) |
def | remove_trailing_whitespace_changes (patch_generator) |
def | run_as_main () |
def | uncrustify_config_file (level) |
def check-style.copy_file | ( | filename | ) |
Definition at line 25 of file check-style.py.
def check-style.git_modified_files | ( | ) |
Definition at line 13 of file check-style.py.
Referenced by run_as_main().
def check-style.indent | ( | source, | |
debug, | |||
level | |||
) |
Definition at line 432 of file check-style.py.
References remove_trailing_whitespace_changes(), and uncrustify_config_file().
Referenced by nlohmann::basic_json< ObjectType, ArrayType, StringType, BooleanType, NumberIntegerType, NumberUnsignedType, NumberFloatType, AllocatorType, JSONSerializer, BinaryType >.dump(), indent_files(), ns3::Ipv4FlowClassifier.SerializeToXmlStream(), ns3::Ipv6FlowClassifier.SerializeToXmlStream(), ns3::FlowMonitorHelper.SerializeToXmlStream(), ns3::FlowMonitor.SerializeToXmlStream(), ns3::Histogram.SerializeToXmlStream(), ns3::FlowProbe.SerializeToXmlStream(), ns3::FlowMonitorHelper.SerializeToXmlString(), and ns3::FlowMonitor.SerializeToXmlString().
def check-style.indent_files | ( | files, | |
diff = False , |
|||
debug = False , |
|||
level = 0 , |
|||
inplace = False |
|||
) |
Definition at line 489 of file check-style.py.
References indent().
Referenced by run_as_main().
def check-style.parse_patchset | ( | generator | ) |
Definition at line 367 of file check-style.py.
Referenced by remove_trailing_whitespace_changes().
def check-style.remove_trailing_whitespace_changes | ( | patch_generator | ) |
Definition at line 413 of file check-style.py.
References parse_patchset().
Referenced by indent().
def check-style.run_as_main | ( | ) |
Definition at line 521 of file check-style.py.
References git_modified_files(), and indent_files().
def check-style.uncrustify_config_file | ( | level | ) |
Definition at line 33 of file check-style.py.
Referenced by indent().