Home
last modified time | relevance | path

Searched refs:declared (Results 1 – 4 of 4) sorted by relevance

/dalvik/dx/tests/081-dex-throws-list/
Dinfo.txt2 throws lists (that is, list of declared exceptions on methods) get
/dalvik/vm/native/
DREADME.txt12 These methods should not be declared "synchronized", because we don't
/dalvik/tests/004-annotations/
Dexpected.txt101 Package declared annotations:
/dalvik/vm/
DDebugger.cpp1179 u4 declared = clazz->sfieldCount + clazz->ifieldCount; in dvmDbgOutputAllFields() local
1180 expandBufAdd4BE(pReply, declared); in dvmDbgOutputAllFields()
1218 u4 declared; in dvmDbgOutputAllMethods() local
1226 declared = clazz->directMethodCount + clazz->virtualMethodCount; in dvmDbgOutputAllMethods()
1227 expandBufAdd4BE(pReply, declared); in dvmDbgOutputAllMethods()