Home
last modified time | relevance | path

Searched defs:typeIndex (Results 1 – 8 of 8) sorted by relevance

/frameworks/rs/rsov/driver/
DrsovContext.cpp151 uint32_t* typeIndex) { in MemoryTypeFromProperties()
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/binding/
DFakeAdapter.java66 int typeIndex = mTypes.indexOf(viewRef); in FakeAdapter() local
DFakeExpandableAdapter.java66 int typeIndex = types.indexOf(viewRef); in createItems() local
/frameworks/base/core/java/android/view/
DPointerIcon.java211 int typeIndex = getSystemIconTypeIndex(type); in getSystemIcon() local
/frameworks/support/room/runtime/src/main/java/androidx/room/util/
DTableInfo.java218 int typeIndex = cursor.getColumnIndex("type"); in readColumns() local
/frameworks/base/libs/androidfw/
DResourceTypes.cpp4989 uint32_t ResTable::findEntry(const PackageGroup* group, ssize_t typeIndex, const char16_t* name, in findEntry()
6355 const PackageGroup* packageGroup, int typeIndex, int entryIndex, in getEntry()
6710 uint8_t typeIndex = typeSpec->id - 1; in parsePackage() local
6788 uint8_t typeIndex = type->id - 1; in parsePackage() local
7070 for (size_t typeIndex = 0; typeIndex < pg->types.size(); ++typeIndex) { in createIdmap() local
7391 for (size_t typeIndex = 0; typeIndex < pg->types.size(); typeIndex++) { in print() local
7410 for (size_t typeIndex = 0; typeIndex < pg->types.size(); typeIndex++) { in print() local
/frameworks/rs/script_api/
DSpecification.h113 int typeIndex; // Index in the TYPES array. Negative if not found in the array. member
/frameworks/base/services/core/java/com/android/server/accounts/
DAccountsDb.java717 int typeIndex = cursor.getColumnIndex(ACCOUNTS_TYPE); in getSharedAccounts() local