Home
last modified time | relevance | path

Searched defs:Row (Results 1 – 3 of 3) sorted by relevance

/build/bazel/scripts/incremental_build/
Dpretty.py30 Row = NewType("Row", dict[str, str]) variable
34 def _normalize_rebuild(row: Row):
39 def _get_tagged_build_type(row: Row) -> str:
44 def _build_types(rows: list[Row]) -> list[str]:
70 def _aggregate(prop: str, rows: list[Row], agg: Aggregation) -> str:
95 def acceptable(row: Row) -> bool:
Dperf_metrics.py186 Row = dict[str, any] variable
189 def _get_column_headers(rows: list[Row], allow_cycles: bool) -> list[str]:
268 def _get_prefix_headers(prefix_rows: list[Row]) -> list[str]:
Dplot_metrics.py28 Row = NewType("Row", dict[str, str]) variable
46 def _is_numeric(summary_row: Row) -> Optional[bool]: