Searched refs:FilesBelongToSameModule (Results 1 – 5 of 5) sorted by relevance
/external/compiler-rt/lib/sanitizer_common/scripts/ |
D | cpplint.py | 3573 def FilesBelongToSameModule(filename_cc, filename_h): function 3728 (same_module, common_path) = FilesBelongToSameModule(abs_filename, header)
|
/external/libvpx/libvpx/tools/ |
D | cpplint.py | 4290 def FilesBelongToSameModule(filename_cc, filename_h): function 4445 (same_module, common_path) = FilesBelongToSameModule(abs_filename, header)
|
/external/libaom/libaom/tools/ |
D | cpplint.py | 4290 def FilesBelongToSameModule(filename_cc, filename_h): function 4445 (same_module, common_path) = FilesBelongToSameModule(abs_filename, header)
|
/external/google-styleguide/cpplint/ |
D | cpplint.py | 5400 def FilesBelongToSameModule(filename_cc, filename_h): function 5559 (same_module, common_path) = FilesBelongToSameModule(abs_filename, header)
|
D | cpplint_unittest.py | 1118 f = cpplint.FilesBelongToSameModule
|