Home
last modified time | relevance | path

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

/external/deqp/scripts/khr_util/
Dregistry.py355 def sortedIndex(items): function
383 types=sortedIndex(types),
384 enums=sortedIndex(enums),
385 groups=sortedIndex(groups),
386 commands=sortedIndex(commands),
/external/bcc/tests/lua/
Dluaunit.lua94 local sortedIndex = {}
97 table.insert(sortedIndex, key)
100 table.sort(sortedIndex, crossTypeSort)
101 return sortedIndex