Home
last modified time | relevance | path

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

/external/u-boot/tools/buildman/
Dkconfiglib.py1725 "Visibility : " + s(_get_visibility(sc)),
1786 "Visibility : " + s(_get_visibility(sc)),
1936 vis = _get_visibility(self)
2113 vis = _get_visibility(self)
2136 if TRI_TO_INT[_get_visibility(self)] > TRI_TO_INT[rev_dep]:
2160 TRI_TO_INT[_get_visibility(self)] + 1]
2205 return _get_visibility(self)
2297 return TRI_TO_INT[_get_visibility(self)] > TRI_TO_INT[rev_dep]
2298 return _get_visibility(self) != "n"
2797 if self.user_val is not None and _get_visibility(self.user_val) == "y":
[all …]