Lines Matching full:base
257 * In the base language the access_flags fields are type u2; in Dalvik
336 * string above as the base metric.
1108 const char* base = typeDescriptor+1;
1110 while (*base != ')') {
1113 while (*base == '[')
1114 *cp++ = *base++;
1116 if (*base == 'L') {
1119 *cp = *base++;
1123 if (strchr("ZBCSIFJD", *base) == NULL) {
1124 fprintf(stderr, "ERROR: bad method signature '%s'\n", base);
1127 *cp++ = *base++;