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.
1240 const char* base = typeDescriptor+1;
1242 while (*base != ')') {
1245 while (*base == '[')
1246 *cp++ = *base++;
1248 if (*base == 'L') {
1251 *cp = *base++;
1255 if (strchr("ZBCSIFJD", *base) == NULL) {
1256 fprintf(stderr, "ERROR: bad method signature '%s'\n", base);
1259 *cp++ = *base++;