Home
last modified time | relevance | path

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

/external/autotest/scheduler/
Drdb_utils.py132 sort_function = lambda request: (request[0].priority, function
134 return sorted(collections.Counter(requests).items(), key=sort_function,
/external/protobuf/python/google/protobuf/internal/
Dmessage_test.py434 message.repeated_nested_message.sort(sort_function=cmp_bb)
454 message.repeated_int32.sort(sort_function=abs_cmp)
468 message.repeated_string.sort(sort_function=len_cmp)