Home
last modified time | relevance | path

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

/external/autotest/scheduler/
Drdb_utils.py139 sort_function = lambda request: (request[0].priority, function
141 return sorted(collections.Counter(requests).items(), key=sort_function,
/external/protobuf/python/google/protobuf/internal/
Dmessage_test.py483 message.repeated_nested_message.sort(sort_function=cmp_bb)
503 message.repeated_int32.sort(sort_function=abs_cmp)
517 message.repeated_string.sort(sort_function=len_cmp)