Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/tools/buildman/
H A Dkconfiglib.py1701 "Visibility : " + s(_get_visibility(sc)),
1756 "Visibility : " + s(_get_visibility(sc)),
1906 vis = _get_visibility(self)
2073 vis = _get_visibility(self)
2096 if TRI_TO_INT[_get_visibility(self)] > TRI_TO_INT[rev_dep]:
2120 TRI_TO_INT[_get_visibility(self)] + 1]
2165 return _get_visibility(self)
2250 return TRI_TO_INT[_get_visibility(self)] > TRI_TO_INT[rev_dep]
2251 return _get_visibility(self) != "n"
2747 if self.user_val is not None and _get_visibility(self.user_val) == "y":
[all …]