Home
last modified time | relevance | path

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

/external/ltp/tools/pounder21/
Drun.c53 static inline int test_sort(const struct dirent **a, const struct dirent **b);
265 static inline int test_sort(const struct dirent **a, const struct dirent **b) in test_sort() function
621 (int (*)(const void *, const void *))test_sort); in process_dir()
/external/selinux/python/sepolgen/tests/
Dtest_matching.py70 def test_sort(self): member in TestMatchList