Home
last modified time | relevance | path

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

/aosp12/art/tools/dexfuzz/src/dexfuzz/rawdex/
H A DTypeItem.java22 public short typeIdx; field in TypeItem
H A DEncodedTypeAddrPair.java22 public int typeIdx; field in EncodedTypeAddrPair
H A DEncodedAnnotation.java22 public int typeIdx; field in EncodedAnnotation
H A DFieldIdItem.java23 public short typeIdx; field in FieldIdItem
/aosp12/art/tools/dexfuzz/src/dexfuzz/program/
H A DIdCreator.java144 int typeIdx = findTypeId(typeName); in findFieldIdInsertionPoint() local
413 int typeIdx = findOrCreateTypeId(typeName); in createFieldId() local
460 int typeIdx = findTypeId(typeName); in findFieldId() local
606 int typeIdx = findTypeId(parameter); in convertParameterListToTypeIdList() local
H A DProgram.java276 int typeIdx = classDataItem.meta.classDefItem.classIdx; in associateCodeItemsWithMethodNames() local
621 public String getTypeString(int typeIdx) { in getTypeString()
/aosp12/frameworks/base/tools/aapt/
H A DResourceTable.cpp361 ssize_t typeIdx = block.indexOfAttribute(NULL, "format"); in compileAttribute() local
946 ssize_t typeIdx = block.indexOfAttribute(NULL, "type"); in compileResourceFile() local
1018 ssize_t typeIdx = block.indexOfAttribute(NULL, "type"); in compileResourceFile() local
1158 ssize_t typeIdx = block.indexOfAttribute(NULL, "type"); in compileResourceFile() local
1201 ssize_t typeIdx = block.indexOfAttribute(NULL, "type"); in compileResourceFile() local
3869 int32_t typeIdx = Res_GETTYPE(ident); in addPublic() local
/aosp12/frameworks/rs/script_api/
H A DSpecification.cpp465 int typeIdx = findCType(cTypeStr); in expandRSTypeInString() local