Home | History | Annotate | Download | only in androidfw

Lines Matching full:theme_entry

2462         theme_entry* te = pi->types[j].entries;
2478 theme_entry* te = pi->types[j].entries;
2480 theme_entry* newte = (theme_entry*)malloc(cnt*sizeof(theme_entry));
2482 memcpy(newte, te, cnt*sizeof(theme_entry));
2507 theme_entry* curEntries = NULL;
2549 curEntries = (theme_entry*)malloc(cnt*sizeof(theme_entry));
2550 memset(curEntries, Res_value::TYPE_NULL, cnt*sizeof(theme_entry));
2561 theme_entry* curEntry = curEntries + e;
2644 const theme_entry& te = ti.entries[e];
2709 theme_entry& te = ti.entries[k];