Home
last modified time | relevance | path

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

/build/bazel/scripts/bp2build_progress/
Dbp2build_progress_test.py994 reasons_from_heuristics=frozenset(
1006 reasons_from_heuristics=frozenset(
1018 reasons_from_heuristics=frozenset({'unconverted dependencies'}),
1035 reasons_from_heuristics=frozenset({'type missing converter'}),
1047 reasons_from_heuristics=frozenset({'unconverted dependencies'}),
1303 reasons_from_heuristics=frozenset(
1314 reasons_from_heuristics=frozenset(
1325 reasons_from_heuristics=frozenset({'unconverted dependencies'}),
1341 reasons_from_heuristics=frozenset({'type missing converter'}),
1352 reasons_from_heuristics=frozenset(
[all …]
Dbp2build_progress.py46 reasons_from_heuristics: FrozenSet[str] = frozenset() variable in ModuleInfo
61 if len(self.reasons_from_heuristics) == 0:
65 .format(reasons_from_heuristics=", ".join(self.reasons_from_heuristics))
377 module.reasons_from_heuristics
433 reasons_from_heuristics = module.get_reasons_from_heuristics()
436 if reasons_from_heuristics != "":