Home
last modified time | relevance | path

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

/external/autotest/scheduler/
Dscheduler_models.py376 def _get_labels_with_platform(self, non_static_rows, static_rows): argument
399 for label_id, label_name, is_platform in static_rows:
429 static_rows = _db.execute(static_query)
431 rows = self._get_labels_with_platform(non_static_rows, static_rows)
/external/autotest/frontend/afe/
Drpc_interface.py1812 static_rows = models.StaticHostAttribute.query_objects(
1814 for row in static_rows: