Home
last modified time | relevance | path

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

/external/deqp/scripts/khr_util/
Dregistry.py360 def sortedIndex(items): function
404 sortedTypes=sortedIndex(types)
405 sortedEnums=sortedIndex(enums)
406 sortedGroups=sortedIndex(groups)
407 sortedCommands=sortedIndex(commands)
/external/okio/okio/src/commonMain/kotlin/okio/
DOptions.kt45 val sortedIndex = list.binarySearch(byteString) in <lambda>() constant
46 indexes[sortedIndex] = callerIndex in <lambda>()
/external/angle/src/libANGLE/renderer/d3d/d3d11/
DInputLayoutCache.cpp215 const int sortedIndex = sortedSemanticIndices[attribIndex]; in createInputLayout() local
227 inputElement->SemanticIndex = sortedIndex; in createInputLayout()
/external/bcc/tests/lua/
Dluaunit.lua94 local sortedIndex = {}
97 table.insert(sortedIndex, key)
100 table.sort(sortedIndex, crossTypeSort)
101 return sortedIndex