Searched refs:mOutput (Results 1 – 6 of 6) sorted by relevance
22 private final PrintStream mOutput; field in AnnotationPropertyWriter27 mOutput = new PrintStream(new FileOutputStream(new File(csvFile))); in AnnotationPropertyWriter()33 mOutput = new PrintStream(output); in AnnotationPropertyWriter()69 mOutput.println(String.join(",", columns)); in close()76 mOutput.println(columns.stream().map(column -> row.getOrDefault(column, "")) in close()82 mOutput.close(); in close()
19 private final PrintStream mOutput; field in HiddenapiFlagsWriter25 mOutput = new PrintStream(new FileOutputStream(new File(csvFile))); in HiddenapiFlagsWriter()38 mOutput.println(row.getKey() + "," + row.getValue()); in close()41 mOutput.close(); in close()
81 private final AnnotationConsumer mOutput; field in Class2NonSdkList174 mOutput = new AnnotationPropertyWriter(csvMetadataFile); in Class2NonSdkList()176 mOutput = new HiddenapiFlagsWriter(csvFlagsFile); in Class2NonSdkList()195 mStatus, mOutput, mPublicApis, TARGET_SDK_TO_LIST_MAP); in createAnnotationHandlers()204 mOutput, mPublicApis, FLAG_PUBLIC_API); in createAnnotationHandlers()246 mOutput.close(); in main()
META-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
META-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt META ...