Home
last modified time | relevance | path

Searched defs:sort_key (Results 1 – 8 of 8) sorted by relevance

/external/toybox/toys/posix/
Dsort.c75 struct sort_key struct
77 struct sort_key *next_key; // linked list argument
84 static char *get_key_data(char *str, struct sort_key *key, int flags) in get_key_data() argument
/external/libchrome/base/task_scheduler/
Dpriority_queue.cc22 const SequenceSortKey& sort_key) in SequenceAndSortKey()
52 const SequenceSortKey& sort_key() const { return sort_key_; } in sort_key() function in base::internal::PriorityQueue::SequenceAndSortKey
Dtask_tracker.cc365 const SequenceSortKey sort_key = sequence->GetSortKey(); in WillScheduleSequence() local
/external/rust/cxx/gen/build/src/
Ddeps.rs84 let sort_key = k[k.len() - counter_len..] in direct_dependencies() localVariable
/external/tensorflow/tensorflow/python/ops/
Dspecial_math_ops.py960 def sort_key(input_index, a): function
/external/python/cpython3/Tools/c-analyzer/
Dcheck-c-globals.py257 def sort_key(var): function
/external/fonttools/Lib/fontTools/varLib/
DvarStore.py354 def sort_key(self): member in _Encoding
/external/autotest/frontend/afe/
Dmoblab_rpc_interface.py866 def _get_sortable_build_number(sort_key): argument