HomeSort by relevance Sort by last modified time
    Searched full:newannotation (Results 1 - 4 of 4) sorted by null

  /external/proguard/src/proguard/classfile/editor/
AnnotationAdder.java 102 Annotation newAnnotation =
110 newAnnotation.referencedClasses = annotation.referencedClasses;
115 newAnnotation,
122 targetAnnotationElementValue.annotationValue = newAnnotation;
127 annotationsAttributeEditor.addAnnotation(newAnnotation);
134 Annotation newAnnotation =
142 newAnnotation.referencedClasses = annotation.referencedClasses;
147 newAnnotation,
151 parameterAnnotationsAttributeEditor.addAnnotation(parameterIndex, newAnnotation);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
AddSuppressAnnotation.java 115 return IconFactory.getInstance().getIcon("newannotation"); //$NON-NLS-1$
175 SingleMemberAnnotation newAnnotation = ast.newSingleMemberAnnotation();
176 newAnnotation.setTypeName(ast.newSimpleName(local));
179 newAnnotation.setValue(value);
182 listRewrite.insertFirst(newAnnotation, null);
263 SingleMemberAnnotation newAnnotation = ast.newSingleMemberAnnotation();
264 newAnnotation.setTypeName(ast.newSimpleName(local));
266 newAnnotation.setValue(value);
269 listRewrite.insertFirst(newAnnotation, null);
AddSuppressAttribute.java 104 return IconFactory.getInstance().getIcon("newannotation"); //$NON-NLS-1$
  /external/clang/lib/Parse/
ParseExprCXX.cpp     [all...]

Completed in 531 milliseconds