Searched refs:writeAnnotations (Results 1 - 16 of 16) sorted by relevance

/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/raw/
H A DRawDexFile.java96 public void writeAnnotations(@Nonnull Writer out, @Nonnull AnnotatedBytes annotatedBytes) throws IOException { method in class:RawDexFile
98 annotatedBytes.writeAnnotations(out, getBuf());
/external/dagger2/compiler/src/main/java/dagger/internal/codegen/writer/
H A DModifiable.java62 Appendable writeAnnotations(Appendable appendable, Context context) throws IOException { method in class:Modifiable
H A DVariableWriter.java44 writeAnnotations(appendable, context);
H A DConstructorWriter.java89 writeAnnotations(appendable, context);
H A DInterfaceWriter.java48 writeAnnotations(appendable, context);
H A DClassWriter.java97 writeAnnotations(appendable, context);
H A DMethodWriter.java94 writeAnnotations(appendable, context);
H A DEnumWriter.java65 writeAnnotations(appendable, context);
/external/smali/baksmali/src/main/java/org/jf/baksmali/
H A Ddump.java57 annotator.writeAnnotations(writer);
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/raw/util/
H A DDexAnnotator.java152 public void writeAnnotations(Writer out) throws IOException { method in class:DexAnnotator
169 dexFile.writeAnnotations(out, this);
/external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/
H A DClassDefinition.java109 writeAnnotations(writer);
162 private void writeAnnotations(IndentingWriter writer) throws IOException { method in class:ClassDefinition
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/util/
H A DAnnotatedBytes.java284 public void writeAnnotations(Writer out, byte[] data) throws IOException { method in class:AnnotatedBytes
/external/doclava/src/com/google/doclava/
H A DStubs.java535 writeAnnotations(stream, cl.annotations(), cl.isDeprecated());
713 writeAnnotations(stream, method.annotations(), method.isDeprecated());
754 writeAnnotations(stream, param.annotations(), false);
782 writeAnnotations(stream, field.annotations(), field.isDeprecated());
948 static void writeAnnotations(PrintStream stream, List<AnnotationInstanceInfo> annotations, method in class:Stubs
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/
H A DDexWriter.java249 writeAnnotations(offsetWriter);
582 private void writeAnnotations(@Nonnull DexDataWriter writer) throws IOException { method in class:DexWriter
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dbcel.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/bcel/ org/apache/bcel/classfile/ ...
/external/testng/ant/3rdparty/
H A Ddoclava-1.0.3.jarMETA-INF/MANIFEST.MF assets/html/index.html assets/templates/data.hdf assets/templates/assets/ ...

Completed in 584 milliseconds