Searched refs:declared (Results 1 – 4 of 4) sorted by relevance
2 throws lists (that is, list of declared exceptions on methods) get
12 These methods should not be declared "synchronized", because we don't
101 Package declared annotations:
1179 u4 declared = clazz->sfieldCount + clazz->ifieldCount; in dvmDbgOutputAllFields() local1180 expandBufAdd4BE(pReply, declared); in dvmDbgOutputAllFields()1218 u4 declared; in dvmDbgOutputAllMethods() local1226 declared = clazz->directMethodCount + clazz->virtualMethodCount; in dvmDbgOutputAllMethods()1227 expandBufAdd4BE(pReply, declared); in dvmDbgOutputAllMethods()