Searched defs:shorty (Results 1 - 2 of 2) sorted by relevance

/dalvik/libdex/
H A DDexProto.cpp227 const char* shorty = dexProtoGetShorty(pProto); local
231 shorty++;
234 switch (*(shorty++)) {
H A DDexSwapVerify.cpp609 /* Helper for crossVerifyProtoIdItem(), which checks a shorty character
612 static bool shortyDescMatch(char shorty, const char* descriptor, bool argument
614 switch (shorty) {
630 if ((descriptor[0] != shorty) || (descriptor[1] != '\0')) {
632 shorty, descriptor);
640 shorty, descriptor);
646 ALOGE("Bogus shorty: '%c'", shorty);
657 const char* shorty = local
665 if (!shortyDescMatch(*shorty,
[all...]

Completed in 27 milliseconds