Searched defs:initial_query (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/autotest/frontend/afe/ |
H A D | model_logic.py | 754 def query_objects(cls, filter_data, valid_only=True, initial_query=None, argument 803 def query_count(cls, filter_data, initial_query=None): argument 828 def list_objects(cls, filter_data, initial_query=None): argument
|
H A D | models.py | 565 def get_hosts_with_labels(cls, label_names, initial_query): argument 596 def get_hosts_with_label_ids(cls, label_ids, initial_query): argument
|
/aosp_15_r20/external/autotest/frontend/tko/ |
H A D | models.py | 737 def query_objects(cls, filter_data, initial_query=None, argument
|