Lines Matching defs:base
252 * In the base language the access_flags fields are type u2; in Dalvik
331 * string above as the base metric.
1231 const char* base = typeDescriptor+1;
1233 while (*base != ')') {
1236 while (*base == '[')
1237 *cp++ = *base++;
1239 if (*base == 'L') {
1242 *cp = *base++;
1246 if (strchr("ZBCSIFJD", *base) == NULL) {
1247 fprintf(stderr, "ERROR: bad method signature '%s'\n", base);
1250 *cp++ = *base++;