/external/bison/m4/ |
javaexec.m4 | 0 # javaexec.m4 serial 5 7 # Prerequisites of javaexec.sh. 9 # Sets HAVE_JAVAEXEC to nonempty if javaexec.sh will work.
|
gnulib-comp.m4 | 118 # Code from module javaexec-script: 456 AC_CONFIG_FILES([javaexec.sh:build-aux/javaexec.sh.in]) 907 build-aux/javaexec.sh.in [all...] |
/external/libgdx/extensions/gdx-setup/src/com/badlogic/gdx/setup/resources/desktop/ |
build.gradle | 9 task run(dependsOn: classes, type: JavaExec) {
|
/external/bison/djgpp/ |
config.sed | 42 s,javaexec\\.sh\\.in,javaexec.sh-in,g\ 75 s|javaexec\.sh\.in|javaexec.sh-in| 84 s|javaexec\.sh\.in|javaexec.sh-in|
|
fnchange.lst | 2 @V@/build-aux/javaexec.sh.in @V@/build-aux/javaexec.sh-in
|
config.bat | 225 test -f %XSRC%/build-aux/javaexec.sh.in
226 if not errorlevel 1 mv -f %XSRC%/build-aux/javaexec.sh.in %XSRC%/build-aux/javaexec.sh-in
227 test -f %XSRC%/build-aux/javaexec.sh-in
228 if errorlevel 1 mv -f %XSRC%/build-aux/javaexec.sh %XSRC%/build-aux/javaexec.sh-in
229 test -f %XSRC%/build-aux/javaexec.sh-in
230 if errorlevel 1 mv -f %XSRC%/build-aux/javaexec.shin %XSRC%/build-aux/javaexec.sh-in
231 test -f %XSRC%/build-aux/javaexec.sh-in [all...] |
/external/smali/dexlib2/ |
build.gradle | 69 task generateAccessorTestSource(type: JavaExec) { 80 task generateAccessorTestDex(type: JavaExec, dependsOn: compileAccessorTestJava) {
|
/frameworks/data-binding/compilerCommon/ |
build.gradle | 47 project.tasks.create(name : "generateXmlParser", type : JavaExec) { 54 project.tasks.create(name : "generateGrammar", type : JavaExec) {
|
/external/bison/build-aux/ |
javaexec.sh.in | 20 # This uses the same choices as javaexec.c, but instead of relying on the
|
Makefile.in | 102 $(top_srcdir)/m4/javacomp.m4 $(top_srcdir)/m4/javaexec.m4 \ [all...] |
/frameworks/support/buildSrc/src/main/groovy/android/support/checkapi/ |
CheckApiTask.groovy | 283 // JavaExec), and it is also difficult to have a custom error message on failure. But it is 284 // easy to get the exit code with Project#javaexec. 285 // If either of those gets tweaked, then this should be refactored to extend JavaExec. 286 ExecResult result = project.javaexec {
|
/external/bison/ |
Makefile.in | 73 $(top_srcdir)/build-aux/javaexec.sh.in \ 110 $(top_srcdir)/m4/javacomp.m4 $(top_srcdir)/m4/javaexec.m4 \ 177 CONFIG_CLEAN_FILES = javacomp.sh javaexec.sh [all...] |
aclocal.m4 | [all...] |
/external/bison/lib/ |
gnulib.mk | 24 # Reproduce by: gnulib-tool --import --dir=. --local-dir=gl --lib=libbison --source-base=lib --m4-base=m4 --doc-base=doc --tests-base=tests --aux-dir=build-aux --makefile-name=gnulib.mk --no-conditional-dependencies --no-libtool --macro-prefix=gl argmatch assert c-strcase calloc-posix close closeout config-h configmake dirname error extensions fdl fopen-safer fprintf-posix getline getopt-gnu gettext git-version-gen gitlog-to-changelog gpl-3.0 hash inttypes isnan javacomp-script javaexec-script ldexpl malloc-gnu mbschr mbsrchr mbswidth obstack obstack-printf perror printf-posix progname quote quotearg readme-release realloc-posix snprintf-posix spawn-pipe sprintf-posix stdbool stpcpy strdup-posix strerror strtoul strverscmp unistd unistd-safer unlocked-io unsetenv update-copyright verify vsnprintf-posix vsprintf-posix warnings xalloc xalloc-die xmemdup0 xstrndup 713 ## begin gnulib module javaexec-script 716 EXTRA_DIST += $(top_srcdir)/build-aux/javaexec.sh.in 718 ## end gnulib module javaexec-script [all...] |
Makefile.in | 56 # Reproduce by: gnulib-tool --import --dir=. --local-dir=gl --lib=libbison --source-base=lib --m4-base=m4 --doc-base=doc --tests-base=tests --aux-dir=build-aux --makefile-name=gnulib.mk --no-conditional-dependencies --no-libtool --macro-prefix=gl argmatch assert c-strcase calloc-posix close closeout config-h configmake dirname error extensions fdl fopen-safer fprintf-posix getline getopt-gnu gettext git-version-gen gitlog-to-changelog gpl-3.0 hash inttypes isnan javacomp-script javaexec-script ldexpl malloc-gnu mbschr mbsrchr mbswidth obstack obstack-printf perror printf-posix progname quote quotearg readme-release realloc-posix snprintf-posix spawn-pipe sprintf-posix stdbool stpcpy strdup-posix strerror strtoul strverscmp unistd unistd-safer unlocked-io unsetenv update-copyright verify vsnprintf-posix vsprintf-posix warnings xalloc xalloc-die xmemdup0 xstrndup 132 $(top_srcdir)/m4/javacomp.m4 $(top_srcdir)/m4/javaexec.m4 \ [all...] |
/external/bison/tests/ |
local.at | 749 [AT_CHECK([$5[ $SHELL ../../../javaexec.sh ]$1], [$2], [$3], [$4])])
|
Makefile.in | 101 $(top_srcdir)/m4/javacomp.m4 $(top_srcdir)/m4/javaexec.m4 \ [all...] |
/external/bison/data/ |
Makefile.in | 102 $(top_srcdir)/m4/javacomp.m4 $(top_srcdir)/m4/javaexec.m4 \ [all...] |
/external/bison/etc/ |
Makefile.in | 102 $(top_srcdir)/m4/javacomp.m4 $(top_srcdir)/m4/javaexec.m4 \ [all...] |
/external/bison/examples/ |
Makefile.in | 102 $(top_srcdir)/m4/javacomp.m4 $(top_srcdir)/m4/javaexec.m4 \ [all...] |
/external/bison/doc/ |
Makefile.in | 104 $(top_srcdir)/m4/javacomp.m4 $(top_srcdir)/m4/javaexec.m4 \ [all...] |
/external/bison/examples/calc++/ |
Makefile.in | 103 $(top_srcdir)/m4/javacomp.m4 $(top_srcdir)/m4/javaexec.m4 \ [all...] |
/external/bison/src/ |
Makefile.in | 109 $(top_srcdir)/m4/javacomp.m4 $(top_srcdir)/m4/javaexec.m4 \ [all...] |
/prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/1.10/ |
gradle-tooling-api-1.10-sources.jar | |
/prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/1.11/ |
gradle-tooling-api-1.11-sources.jar | |