Home
last modified time | relevance | path

Searched defs:check_line (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/buildroot/utils/checkpackagelib/
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.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_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
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/cases/
H A Ddevtool.py613 def check_line(checkfile, expected, message, present=True): function
/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