HomeSort by relevance Sort by last modified time
    Searched refs:static_rows (Results 1 - 2 of 2) sorted by null

  /external/autotest/scheduler/
scheduler_models.py 376 def _get_labels_with_platform(self, non_static_rows, static_rows):
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)
    [all...]
  /external/autotest/frontend/afe/
rpc_interface.py     [all...]

Completed in 228 milliseconds