Lines Matching refs:shorty
602 static bool shortyDescMatch(char shorty, const char* descriptor, bool in shortyDescMatch() argument
604 switch (shorty) { in shortyDescMatch()
620 if ((descriptor[0] != shorty) || (descriptor[1] != '\0')) { in shortyDescMatch()
622 shorty, descriptor); in shortyDescMatch()
630 shorty, descriptor); in shortyDescMatch()
636 ALOGE("Bogus shorty: '%c'", shorty); in shortyDescMatch()
647 const char* shorty = in crossVerifyProtoIdItem() local
655 if (!shortyDescMatch(*shorty, in crossVerifyProtoIdItem()
666 shorty++; // Skip the return type. in crossVerifyProtoIdItem()
675 if (*shorty == '\0') { in crossVerifyProtoIdItem()
680 if (!shortyDescMatch(*shorty, desc, false)) { in crossVerifyProtoIdItem()
684 shorty++; in crossVerifyProtoIdItem()
687 if (*shorty != '\0') { in crossVerifyProtoIdItem()