Home
last modified time | relevance | path

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

/external/libxkbcommon/scripts/
Dmakekeys44 def print_entries(x): function
49 print_entries(sorted(entries, key=lambda e: e[0].lower()))
54 print_entries(next(g[1]) for g in itertools.groupby(sorted(entries, key=lambda e: e[1]), key=lambda…
/external/libkmsxx/utils/
Dkmsprint.cpp338 static void print_entries(const vector<Entry>& entries, const string& prefix) in print_entries() function
445 print_entries(entries, ""); in print_as_tree()