Home
last modified time | relevance | path

Searched refs:check_line (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/buildroot/utils/checkpackagelib/
H A Dlib.py10 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 Dlib_mk.py36 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 Dlib_config.py39 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 Dlib_hash.py20 def check_line(self, lineno, text): member in HashNumberOfFields
35 def check_line(self, lineno, text): member in HashType
H A Dlib_patch.py31 def check_line(self, lineno, text): member in NumberedSubject
52 def check_line(self, lineno, text): member in Sob
H A Dbase.py14 def check_line(self, lineno, text): member in _CheckFunction
H A Dreadme.txt6 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 Dcheck-package145 nwarnings += print_warnings(cf.check_line(lineno + 1, text))
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/cases/
H A Ddevtool.py613 def check_line(checkfile, expected, message, present=True): function
629 check_line(modfile, 'Linux Software RAID', 'Could not find initial string')
630check_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)')
636check_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)')
642check_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 Dbtf.c4685 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()