Home | History | Annotate | Download | only in androidfw

Lines Matching refs:theme_entry

3028         theme_entry* te = pi->types[j].entries;
3042 theme_entry* te = pi->types[j].entries;
3044 theme_entry* newte = (theme_entry*)malloc(cnt*sizeof(theme_entry));
3046 memcpy(newte, te, cnt*sizeof(theme_entry));
3071 theme_entry* curEntries = NULL;
3110 curEntries = (theme_entry*)malloc(cnt*sizeof(theme_entry));
3111 memset(curEntries, Res_value::TYPE_NULL, cnt*sizeof(theme_entry));
3122 theme_entry* curEntry = curEntries + e;
3205 const theme_entry& te = ti.entries[e];
3269 const theme_entry& te = ti.entries[k];