Home
last modified time | relevance | path

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

/external/libxkbcommon/xkbcommon/
Dmakekeys.py40 def print_entries(x): function
45 print_entries(sorted(entries, key=lambda e: e[0].lower()))
50 print_entries(next(g[1]) for g in itertools.groupby(sorted(entries, key=lambda e: e[1]), key=lambda…
/external/libkmsxx/utils/
Dkmsprint.cpp351 static void print_entries(const vector<Entry>& entries, const string& prefix) in print_entries() function
460 print_entries(entries, ""); in print_as_tree()