Home | History | Annotate | Download | only in jni

Lines Matching defs:ident

593     jint ident = am->getResources().identifierForName(
604 return ident;
703 jint ident,
716 ssize_t block = res.getResource(ident, &value, false, &typeSpecFlags, &config);
723 uint32_t ref = ident;
737 jint ident, jint bagEntryId,
754 ssize_t entryCount = res.getBagLocked(ident, &entry, &typeSpecFlags);
757 if (((uint32_t)bagEntryId) == entry->map.name.ident) {
770 uint32_t ref = ident;
852 JNIEnv* env, jobject clazz, jint themeInt, jint ident, jobject outValue, jboolean resolve)
860 ssize_t block = theme->getAttribute(ident, &value, &typeSpecFlags);
1049 while (styleEnt < endStyleEnt && curIdent > styleEnt->map.name.ident) {
1053 if (styleEnt < endStyleEnt && curIdent == styleEnt->map.name.ident) {
1065 while (defStyleEnt < endDefStyleEnt && curIdent > defStyleEnt->map.name.ident) {
1069 if (defStyleEnt < endDefStyleEnt && curIdent == defStyleEnt->map.name.ident) {