Home
last modified time | relevance | path

Searched refs:sort_specs (Results 1 – 12 of 12) sorted by relevance

/external/autotest/client/common_lib/cros/graphite/
Des_utils.py228 range_constraints=[], size=1000000, sort_specs=None, argument
341 if sort_specs:
342 query['sort'] = sort_specs
/external/autotest/site_utils/
Dhost_history_utils.py110 sort_specs=[{'time_recorded': 'desc'}])
161 sort_specs=[{'time_recorded': 'asc'}])
301 sort_specs=[{'time_recorded': 'asc'}])
345 sort_specs=[{'hostname': 'asc'}])
Dcollect_suite_time_stats.py119 sort_specs=[{'time_recorded': 'desc'}])
378 sort_specs=[{'time_recorded': 'asc'}],
Dhost_label_utils.py70 sort_specs=[{'time_index': 'desc'}])
Danalyze_reboot_time.py71 sort_specs=[{'hostname': 'asc'}, {'value': 'desc'}])
Ddevserver_history.py109 sort_specs=[{'time_recorded': 'desc'}],
/external/libselinux/utils/
Dsefcontext_compile.c339 rc = sort_specs(data); in main()
/external/selinux/libselinux/src/
Dlabel_file.h185 static inline int sort_specs(struct saved_data *data) in sort_specs() function
Dlabel_file.c581 status = sort_specs(data); in init()
/external/selinux/libselinux/utils/
Dsefcontext_compile.c386 rc = sort_specs(data); in main()
/external/libselinux/src/
Dlabel_file.h188 static inline int sort_specs(struct saved_data *data) in sort_specs() function
Dlabel_file.c544 status = sort_specs(data); in init()