Searched refs:sorted_items (Results 1 – 3 of 3) sorted by relevance
11630 const Ebl_Core_Item *sorted_items[nitems]; in handle_core_items() local11632 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()
74 sorted_items = sorted(self.__dict__.items())75 kwarg_str = ', '.join(['%s=%r' % tup for tup in sorted_items])
65 sorted_items = sorted(self.__dict__.items())66 kwarg_str = ', '.join(['%s=%r' % tup for tup in sorted_items])