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

  /external/annotation-tools/
.travis-build-without-test.sh 15 # jsr308-langtools
16 if [ -d ../jsr308-langtools ] ; then
17 (cd ../jsr308-langtools && hg pull && hg update)
20 echo "Running: hg identify https://bitbucket.org/${SLUGOWNER}/jsr308-langtools &>-"
21 hg identify https://bitbucket.org/${SLUGOWNER}/jsr308-langtools &>-
26 echo "Running: (cd .. && hg clone https://bitbucket.org/${SLUGOWNER}/jsr308-langtools)"
27 (cd .. && (hg clone https://bitbucket.org/${SLUGOWNER}/jsr308-langtools || hg clone https://bitbucket.org/${SLUGOWNER}/jsr308-langtools))
28 echo "... done: (cd .. && hg clone https://bitbucket.org/${SLUGOWNER}/jsr308-langtools)"
30 (cd ../jsr308-langtools/ && ./.travis-build-without-test.sh
    [all...]
  /external/annotation-tools/scene-lib/
anncat 9 JAVAC_JAR=${JAVAC_JAR:-${SCENE_LIB}/../../jsr308-langtools/dist/lib/javac.jar}
  /external/annotation-tools/annotation-file-utilities/scripts/
insert-annotations 17 LANGTOOLS=${LANGTOOLS:-${AFU}/../../jsr308-langtools}
insert-annotations-to-source 18 LANGTOOLS=${LANGTOOLS:-${AFU}/../../jsr308-langtools}
extract-annotations 17 LANGTOOLS=${LANGTOOLS:-${AFU}/../../jsr308-langtools}
extract-annotations.bat 11 set JAVAC_JAR=%JAVAC_JAR%..\..\..\jsr308-langtools\dist\lib\javac.jar
insert-annotations-to-source.bat 10 set JAVAC_JAR=%JAVAC_JAR%..\..\..\jsr308-langtools\dist\lib\javac.jar
insert-annotations.bat 11 set JAVAC_JAR=%JAVAC_JAR%..\..\..\jsr308-langtools\dist\lib\javac.jar
  /external/annotation-tools/annotation-file-utilities/
annotation-file-format.tex 108 section ``Class File Format Extensions'' of the JSR 308 design document~\cite{JSR308-webpage-201310},
325 \qquad \bnfcmt the type parameter bound~\cite{JSR308-webpage-201310}. \\
601 \qquad \bnfcmt fields of the annotations on this variable~\cite{JSR308-webpage-201310}. \\
617 \qquad \bnfcmt second integer is the type index of an intersection type~\cite{JSR308-webpage-201310}. \\
622 \qquad \bnfcmt intersection type~\cite{JSR308-webpage-201310}. The type index defaults to zero if not specified. \\
630 \qquad \bnfcmt Bytecode offset: the integer is the offset field of the annotation~\cite{JSR308-webpage-201310}. \\
641 \qquad \bnfcmt Bytecode offset: the integer is the offset field of the annotation~\cite{JSR308-webpage-201310}. \\
652 \qquad \bnfcmt Bytecode offset: the integer is the offset field of the annotation~\cite{JSR308-webpage-201310}. \\
663 \qquad \bnfcmt Bytecode offset: the integer is the offset field of the annotation~\cite{JSR308-webpage-201310}. \\
666 \qquad \bnfcmt reference~\cite{JSR308-webpage-201310}. \
    [all...]

Completed in 195 milliseconds