Lines Matching refs:shorty
612 static bool shortyDescMatch(char shorty, const char* descriptor, bool in shortyDescMatch() argument
614 switch (shorty) { in shortyDescMatch()
630 if ((descriptor[0] != shorty) || (descriptor[1] != '\0')) { in shortyDescMatch()
632 shorty, descriptor); in shortyDescMatch()
640 shorty, descriptor); in shortyDescMatch()
646 ALOGE("Bogus shorty: '%c'", shorty); in shortyDescMatch()
657 const char* shorty = in crossVerifyProtoIdItem() local
665 if (!shortyDescMatch(*shorty, in crossVerifyProtoIdItem()
676 shorty++; // Skip the return type. in crossVerifyProtoIdItem()
685 if (*shorty == '\0') { in crossVerifyProtoIdItem()
690 if (!shortyDescMatch(*shorty, desc, false)) { in crossVerifyProtoIdItem()
694 shorty++; in crossVerifyProtoIdItem()
697 if (*shorty != '\0') { in crossVerifyProtoIdItem()