Home
last modified time | relevance | path

Searched refs:writeAnnotations (Results 1 – 9 of 9) sorted by relevance

/external/doclava/
Dandroid-changes.txt12 writeAnnotations call to writeMethod and to writeField
14 * Modified the writeAnnotations method to take a "isDeprecated"
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/raw/
DRawDexFile.java96 …public void writeAnnotations(@Nonnull Writer out, @Nonnull AnnotatedBytes annotatedBytes) throws I…
97 annotatedBytes.writeAnnotations(out, getBuf());
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/raw/util/
DDexAnnotator.java152 public void writeAnnotations(Writer out) throws IOException { in writeAnnotations() method in DexAnnotator
169 dexFile.writeAnnotations(out, this); in writeAnnotations()
/external/smali/baksmali/src/main/java/org/jf/baksmali/
Ddump.java57 annotator.writeAnnotations(writer); in dump()
/external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/
DClassDefinition.java109 writeAnnotations(writer); in writeTo()
163 private void writeAnnotations(IndentingWriter writer) throws IOException { in writeAnnotations() method in ClassDefinition
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/util/
DAnnotatedBytes.java284 public void writeAnnotations(Writer out, byte[] data) throws IOException { in writeAnnotations() method in AnnotatedBytes
/external/doclava/src/com/google/doclava/
DStubs.java455 writeAnnotations(stream, cl.annotations(), cl.isDeprecated()); in writeClass()
633 writeAnnotations(stream, method.annotations(), method.isDeprecated()); in writeMethod()
697 writeAnnotations(stream, field.annotations(), field.isDeprecated()); in writeField()
860 static void writeAnnotations(PrintStream stream, List<AnnotationInstanceInfo> annotations, in writeAnnotations() method in Stubs
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/
DDexWriter.java218 writeAnnotations(offsetWriter);
551 private void writeAnnotations(@Nonnull DexDataWriter writer) throws IOException {
/external/owasp/sanitizer/tools/findbugs/lib/
Dbcel.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...