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

  /external/autotest/frontend/afe/
models.py 547 replaced_ids = [l.label.id for l in replaced_labels]
549 l for l in label_objects if not l.id in replaced_ids]
551 l.name for l in label_objects if l.id in replaced_ids]
    [all...]
rpc_interface.py 321 replaced_ids = {r.label_id for r in replaced}
322 replaced_label_names = {l.name for l in labels if l.id in replaced_ids}
326 if non_static_label.get('id') not in replaced_ids:
    [all...]

Completed in 640 milliseconds