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

/dalvik/vm/reflect/
H A DAnnotation.cpp1149 * Extract an encoded annotation value from the field specified by "annoName".
1158 const DexAnnotationItem* pAnnoItem, const char* annoName,
1165 ptr = searchEncodedAnnotation(clazz, pAnnoItem->annotation, annoName);
1167 ALOGW("%s annotation lacks '%s' member", debugAnnoName, annoName);
1177 debugAnnoName, annoName, avalue.type, expectedType);
1157 getAnnotationValue(const ClassObject* clazz, const DexAnnotationItem* pAnnoItem, const char* annoName, int expectedType, const char* debugAnnoName) argument

Completed in 34 milliseconds