| /OK3568_Linux_fs/buildroot/utils/checkpackagelib/ |
| H A D | lib.py | 10 def check_line(self, lineno, text): member in ConsecutiveEmptyLines 22 def check_line(self, lineno, text): member in EmptyLastLine 37 def check_line(self, lineno, text): member in NewlineAtEof 49 def check_line(self, lineno, text): member in TrailingSpace 64 def check_line(self, lineno, text): member in Utf8Characters
|
| H A D | lib_mk.py | 36 def check_line(self, lineno, text): member in Indent 97 def check_line(self, lineno, text): member in OverriddenVariable 145 def check_line(self, lineno, text): member in PackageHeader 181 def check_line(self, lineno, text): member in RemoveDefaultPackageSourceVariable 196 def check_line(self, lineno, text): member in SpaceBeforeBackslash 209 def check_line(self, lineno, text): member in TrailingBackslash 260 def check_line(self, lineno, text): member in TypoInPackageVariable 299 def check_line(self, lineno, text): member in UselessFlag 327 def check_line(self, lineno, text): member in VariableWithBraces
|
| H A D | lib_config.py | 39 def check_line(self, lineno, text): member in AttributesOrder 89 def check_line(self, lineno, text): member in CommentsMenusPackagesOrder 161 def check_line(self, lineno, text): member in HelpText 196 def check_line(self, lineno, text): member in Indent
|
| H A D | lib_hash.py | 20 def check_line(self, lineno, text): member in HashNumberOfFields 35 def check_line(self, lineno, text): member in HashType
|
| H A D | lib_patch.py | 31 def check_line(self, lineno, text): member in NumberedSubject 52 def check_line(self, lineno, text): member in Sob
|
| H A D | base.py | 14 def check_line(self, lineno, text): member in _CheckFunction
|
| H A D | readme.txt | 6 newline!) to the method check_line() of every check object. 32 any line is served to be checked by the method check_line(). A class that 37 lines were served to be checked by the method check_line(). A class that
|
| /OK3568_Linux_fs/buildroot/utils/ |
| H A D | check-package | 145 nwarnings += print_warnings(cf.check_line(lineno + 1, text))
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/cases/ |
| H A D | devtool.py | 613 def check_line(checkfile, expected, message, present=True): function 629 check_line(modfile, 'Linux Software RAID', 'Could not find initial string') 630 … check_line(modfile, 'antique pin sardine', 'Unexpectedly found replacement string', present=False) 633 check_line(modfile, 'antique pin sardine', 'mdadm.8.in file not modified (sed failed)') 636 …check_line(manfile, 'antique pin sardine', 'man file not modified. man searched file path: %s' % m… 639 check_line(modfile, 'Linux Software RAID', 'man .in file not restored (git failed)') 642 …check_line(manfile, 'Linux Software RAID', 'man file not updated. man searched file path: %s' % ma…
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/prog_tests/ |
| H A D | btf.c | 4685 static int check_line(const char *expected_line, int nexpected_line, in check_line() function 4832 err = check_line(expected_line, nexpected_line, in do_test_pprint() 4848 err = check_line(expected_line, nexpected_line, in do_test_pprint()
|