Home
last modified time | relevance | path

Searched refs:sorted_items (Results 1 – 3 of 3) sorted by relevance

/external/elfutils/src/
Dreadelf.c11630 const Ebl_Core_Item *sorted_items[nitems]; in handle_core_items() local
11632 sorted_items[i] = &items[i]; in handle_core_items()
11633 qsort (sorted_items, nitems, sizeof sorted_items[0], &compare_core_items); in handle_core_items()
11637 groups[0] = &sorted_items[0]; in handle_core_items()
11640 if (sorted_items[i]->group != sorted_items[i - 1]->group in handle_core_items()
11641 && strcmp (sorted_items[i]->group, sorted_items[i - 1]->group)) in handle_core_items()
11642 groups[ngroups++] = &sorted_items[i]; in handle_core_items()
11652 (item < &sorted_items[nitems] in handle_core_items()
/external/python/cpython2/Lib/test/
Dtest_argparse.py74 sorted_items = sorted(self.__dict__.items())
75 kwarg_str = ', '.join(['%s=%r' % tup for tup in sorted_items])
/external/python/cpython3/Lib/test/
Dtest_argparse.py65 sorted_items = sorted(self.__dict__.items())
66 kwarg_str = ', '.join(['%s=%r' % tup for tup in sorted_items])