Home
last modified time | relevance | path

Searched defs:writeAnnotations (Results 1 – 10 of 10) sorted by relevance

/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/raw/
DRawDexFile.java62 …public void writeAnnotations(@Nonnull Writer out, @Nonnull AnnotatedBytes annotatedBytes) throws I… in writeAnnotations() method in RawDexFile
/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/dexbacked/raw/util/
DDexAnnotator.java189 public void writeAnnotations(Writer out) throws IOException { in writeAnnotations() method in DexAnnotator
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/raw/util/
DDexAnnotator.java160 public void writeAnnotations(Writer out) throws IOException { in writeAnnotations() method in DexAnnotator
/external/apache-commons-bcel/src/main/java/org/apache/bcel/classfile/
DAnnotations.java105 protected void writeAnnotations(final DataOutputStream dos) throws IOException { in writeAnnotations() method in Annotations
/external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/
DClassDefinition.java161 private void writeAnnotations(IndentingWriter writer) throws IOException { in writeAnnotations() method in ClassDefinition
/external/google-smali/third_party/baksmali/src/main/java/com/android/tools/smali/baksmali/Adaptors/
DClassDefinition.java167 private void writeAnnotations(BaksmaliWriter 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/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/util/
DAnnotatedBytes.java283 public void writeAnnotations(Writer out, byte[] data, int offset) throws IOException { in writeAnnotations() method in AnnotatedBytes
/external/nullaway/jar-infer/jar-infer-lib/src/main/java/com/uber/nullaway/jarinfer/
DDefinitelyDerefedParamsDriver.java452 private void writeAnnotations(String inPath, String outFile) throws IOException { in writeAnnotations() method in DefinitelyDerefedParamsDriver
/external/doclava/src/com/google/doclava/
DStubs.java1069 static void writeAnnotations(PrintStream stream, List<AnnotationInstanceInfo> annotations, in writeAnnotations() method in Stubs