Searched refs:_sort (Results 1 – 5 of 5) sorted by relevance
19 self._sort = sort78 if self._sort:
354 final IntVector _sort = new IntVector (); in parseProperties() local394 _sort.add (out [0]); // sort attribute ID in parseProperties()395 _sort.add (dir); // sort direction in parseProperties()398 result.setSortOrder (_sort.values ()); in parseProperties()
60 self._sort = False79 self._sort = fdt_util.GetBool(self._node, 'sort-by-pos')205 if self._sort:
104 self._sort = sort137 if self._sort == self.SORT_BY_KEYS:139 elif self._sort == self.SORT_BY_VALUES:142 elif self._sort == self.SORT_BY_VALUES_DESC:146 assert 0, 'Unimplemented sort %s' % self._sort
377 OPENSSL_INLINE void sk_##name##_sort(STACK_OF(name) *sk) { \