OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sort_function
(Results
1 - 2
of
2
) sorted by null
/external/autotest/scheduler/
rdb_utils.py
139
sort_function
= lambda request: (request[0].priority,
141
return sorted(collections.Counter(requests).items(), key=
sort_function
,
/external/protobuf/python/google/protobuf/internal/
message_test.py
483
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)
[
all
...]
Completed in 642 milliseconds