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

  /external/javassist/src/main/javassist/bytecode/annotation/
AnnotationsWriter.java 35 * writer.numAnnotations(1);
93 * <code>numAnnotations()</code>.
105 public void numAnnotations(int num) throws IOException {
  /external/clang/lib/Sema/
CodeCompleteConsumer.cpp 194 unsigned NumAnnotations,
197 : NumChunks(NumChunks), NumAnnotations(NumAnnotations),
202 assert(NumAnnotations <= 0xffff);
209 for (unsigned I = 0; I != NumAnnotations; ++I)
214 return NumAnnotations;
218 if (AnnotationNr < NumAnnotations)
  /external/javassist/src/main/javassist/bytecode/
ParameterAnnotationsAttribute.java 156 writer.numAnnotations(anno.length);
AnnotationsAttribute.java 155 public int numAnnotations() {
245 writer.numAnnotations(n);
491 writer.numAnnotations(num);
  /external/clang/include/clang/Sema/
CodeCompleteConsumer.h 428 unsigned NumAnnotations : 16;
448 const char **Annotations, unsigned NumAnnotations,
    [all...]
  /external/robolectric/lib/main/
javassist-3.14.0-GA.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
findbugs.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 

Completed in 328 milliseconds