HomeSort by relevance Sort by last modified time
    Searched refs:jaif (Results 1 - 11 of 11) sorted by null

  /external/annotation-tools/annotation-file-utilities/tests/system-test/
Makefile 37 out2.jaif:
38 CLASSPATH=`pwd`/out1 ${ANNCAT} --class out1/annotations/tests/AnnotationTest.class --out --index out2.jaif
40 out2.diff: out2.jaif
41 diff -u expected-annos.jaif out2.jaif > out2.diff
56 CLASSPATH=`pwd`/out1 ${ANNCAT} --index expected-annos.jaif --out --class out3/annotations/tests/AnnotationTest.class --to out4.class
63 out5.jaif: out4.class
64 CLASSPATH=`pwd`/out1 ${ANNCAT} --class out4.class --out --index out5.jaif
66 out5.diff: out5.jaif
67 diff -u expected-annos.jaif out5.jaif > out5.dif
    [all...]
  /external/annotation-tools/annotation-file-utilities/tests/ad-hoc/bridge/
Makefile 16 test 3 -eq `grep -c -w '@A' C.jaif` || (echo "Didn't find 3 '@A' in C.jaif:" && cat C.jaif && false)
23 test 2 -eq `grep -c -w '@A' C.jaif` || (echo "Didn't find 2 '@A' in C.jaif:" && cat C.jaif && false)
30 rm -rf *.class C.jaif annotated out
  /external/annotation-tools/annotation-file-utilities/scripts/
merge-annotations 14 jj=./jdk.jaif
30 mv "$d"/*.jaif "$td/$aj/$d"
  /external/annotation-tools/annotation-file-utilities/tests/
Makefile 3 # corresponding .jaif and .java files, and then output the difference in a
79 %.output: %.jaif %.java bin/annotator/tests/%.class ../lib/plume-core.jar ../bin ../annotation-file-utilities.jar
86 $*.jaif \
  /external/annotation-tools/annotation-file-utilities/tests/source-extension/
Makefile 3 # corresponding .jaif and .java files, and then output the difference in a
64 %.output: %.jaif %.java bin/annotator/tests/%.class ../../lib/plume-core.jar ../../bin ../../annotation-file-utilities.jar
71 $*.jaif \
  /tools/metalava/src/test/java/com/android/tools/metalava/
AnnotationsMergerTest.kt 136 fun `Merge jaif files`() {
  /external/annotation-tools/annotation-file-utilities/tests/abbreviated/
Makefile 3 # corresponding .jaif and .java files, and then output the difference in a
27 JAIF := C.jaif
60 output: compile $(JAIF) ../../bin $(AFU_JARS)
67 $(JAIF) \
  /libcore/
Docs.mk 22 # Get list of targets annotated with annotations from jaif file
JavaLibrary.mk 91 # Build jaif-annotated source files for ojluni target .
95 ojluni_annotate_jaif := $(LOCAL_PATH)/annotations/ojluni.jaif
115 echo -e "libcore/annotations/generate_annotated_java_files.py libcore/annotations/ojluni.jaif > libcore/annotated_java_files.bp" >&2; \
  /tools/metalava/src/main/java/com/android/tools/metalava/
AnnotationsMerger.kt 104 } else if (file.path.endsWith(".jaif")) {
106 val jaif = Files.asCharSource(file, Charsets.UTF_8).read()
107 mergeAnnotationsJaif(file.path, jaif)
214 private fun mergeAnnotationsJaif(path: String, jaif: String) {
220 for (rawLine in jaif.split("\n")) {
298 warning("$path: Can't merge complex annotations from jaif yet: $annotationSource")
    [all...]
  /external/annotation-tools/annotation-file-utilities/
annotation-file-format.tex 130 By convention, an annotation file ends with ``\code{.jaif}'' (for ``Java
535 code index. This can be done in a single \code{.jaif} file or two separate
536 \code{.jaif} files. It is not necessary to include
700 AST paths can be used in the \code{.jaif} file to specify a location to
704 For a cast insertion, the \code{.jaif} file specifies the type to cast to.
    [all...]

Completed in 465 milliseconds