Home
last modified time | relevance | path

Searched refs:copyType (Results 1 – 3 of 3) sorted by relevance

/external/javassist/src/main/javassist/bytecode/
DAnnotationsAttribute.java496 writer.annotation(copyType(type), numPairs); in annotation()
513 writer.enumConstValue(copyType(typeNameIndex), copy(constNameIndex)); in enumMemberValue()
518 writer.classInfoIndex(copyType(index)); in classMemberValue()
555 int copyType(int srcIndex) { in copyType() method in AnnotationsAttribute.Copier
/external/skia/include/views/
DSkView.h148 void copyType(const char type[]); // makes a copy of the string
/external/skia/src/views/
DSkView.cpp333 void SkView::Click::copyType(const char type[]) { in copyType() function in SkView::Click