OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sort_function
(Results
1 - 3
of
3
) sorted by null
/external/ltp/tools/top-LTP/proc/
compare.c
26
is just a trivial wrapper around (*
sort_function
[0]).
33
If time is a problem, reforming the whole
sort_function
array to not include
36
sort_function
[]:
40
int (*
sort_function
[])(void* a, void* b)={&cmp_foo, &cmp_bar, &cmp_hiho};
57
static int (*
sort_function
[10]) (void *a, void *b);
variable
63
cmp_val = sort_direction[i] * (*
sort_function
[i]) (a, b);
230
sort_function
[i] = (cmp_t) NULL;
239
sort_function
[sort_depth] = (cmp_t) cmp[i].fun;
270
sort_function
[i] = (cmp_t) NULL;
279
sort_function
[sort_depth] = (cmp_t) cmp[i].fun
[
all
...]
/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 498 milliseconds