Home
last modified time | relevance | path

Searched refs:sort_key (Results 1 - 6 of 6) sorted by relevance

/third_party/toybox/toys/posix/
H A Dsort.c75 struct sort_key struct
77 struct sort_key *next_key; // linked list
84 static char *get_key_data(char *str, struct sort_key *key, int flags) in get_key_data()
160 // append a sort_key to key_list.
162 static struct sort_key *add_key(void) in add_key()
165 struct sort_key **pkey = (struct sort_key **)stupid_compiler; in add_key()
168 return *pkey = xzalloc(sizeof(struct sort_key)); in add_key()
248 struct sort_key *key; in compare_keys()
250 for (key=(struct sort_key *)T in compare_keys()
[all...]
/third_party/rust/crates/cxx/gen/build/src/
H A Ddeps.rs84 let sort_key = k[k.len() - counter_len..] in direct_dependencies()
91 .push((sort_key, PathBuf::from(v))); in direct_dependencies()
95 dirs.sort_by_key(|(sort_key, _dir)| *sort_key); in direct_dependencies()
/third_party/mbedtls/scripts/
H A Dassemble_changelog.py382 def sort_key(self): member in EntryFileSortKey
385 ``ts1 < ts2`` is implemented as ``ts1.sort_key() < ts2.sort_key()``.
390 return self.sort_key() == other.sort_key()
393 return self.sort_key() < other.sort_key()
/third_party/python/Tools/scripts/
H A Dstable_abi.py203 def sort_key(item): function
214 key=sort_key):
224 key=sort_key):
/third_party/node/deps/v8/tools/unittests/
H A Drun_tests_test.py277 def sort_key(x): function
279 json_output['slowest_tests'].sort(key=sort_key)
/third_party/rust/crates/clap/src/output/
H A Dhelp_template.rs425 fn write_args(&mut self, args: &[&Arg], _category: &str, sort_key: ArgSortKey) { in write_args()
447 let key = (sort_key)(arg); in write_args()

Completed in 5 milliseconds