Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/
Dtrie_map.cpp244 const int mapIndex = getTailEntryIndex(); in allocateTable() local
248 return mapIndex; in allocateTable()
315 const int mapIndex = bitmapEntry.getTableIndex(); in putInternal() local
318 return addNewEntryByExpandingTable(key, value, mapIndex, bitmap, bitmapEntryIndex, label); in putInternal()
320 const int entryIndex = mapIndex + popCount(bitmap, label); in putInternal()
/packages/modules/Connectivity/service/src/com/android/server/connectivity/
DMulticastRoutingCoordinatorService.java155 int mapIndex = getIndexForValue(mInterfaces, ifName); in getInterfaceIndex() local
156 if (mapIndex < 0) return null; in getInterfaceIndex()
157 return mInterfaces.keyAt(mapIndex); in getInterfaceIndex()
284 int mapIndex = getIndexForValue(mVirtualInterfaces, ifName); in getVirtualInterfaceIndex() local
285 if (mapIndex < 0) return null; in getVirtualInterfaceIndex()
286 return mVirtualInterfaces.keyAt(mapIndex); in getVirtualInterfaceIndex()