OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:APPDIR
(Results
1 - 6
of
6
) sorted by null
/external/autotest/frontend/client/
generate-javadoc
2
APPDIR
=`dirname $0`;
3
GWTDIR=`$
APPDIR
/gwt_dir`;
4
javadoc -classpath "$
APPDIR
/src:$GWTDIR/gwt-user.jar" -d doc -public \
AfeClient-shell
2
APPDIR
=`dirname $0`;
3
GWTDIR=`$
APPDIR
/gwt_dir`;
4
java -cp "$
APPDIR
/src:$
APPDIR
/bin:$GWTDIR/gwt-user.jar:$GWTDIR/gwt-dev-linux.jar:$GWTDIR/gwt-incubator.jar" com.google.gwt.dev.HostedMode -ea -startupUrl http://localhost:8000/afe/server/autotest.AfeClient/AfeClient.html "$@" autotest.AfeClient
EmbeddedTkoClient-shell
2
APPDIR
=`dirname $0`;
3
GWTDIR=`$
APPDIR
/gwt_dir`;
4
java -cp "$
APPDIR
/src:$
APPDIR
/bin:$GWTDIR/gwt-user.jar:$GWTDIR/gwt-dev-linux.jar:$GWTDIR/gwt-incubator.jar" com.google.gwt.dev.HostedMode -ea -startupUrl http://localhost:8000/new_tko/server/autotest.EmbeddedTkoClient/EmbeddedTkoClientTest.html "$@" autotest.EmbeddedTkoClient
TkoClient-shell
2
APPDIR
=`dirname $0`;
3
GWTDIR=`$
APPDIR
/gwt_dir`;
4
java -cp "$
APPDIR
/src:$
APPDIR
/bin:$GWTDIR/gwt-user.jar:$GWTDIR/gwt-dev-linux.jar:$GWTDIR/gwt-incubator.jar" com.google.gwt.dev.HostedMode -ea -startupUrl http://localhost:8000/new_tko/server/autotest.TkoClient/TkoClient.html "$@" autotest.TkoClient
/external/python/cpython2/Mac/BuildScript/scripts/
postflight.documentation
7
APPDIR
="/Applications/Python ${PYVER}"
13
if [ -d "${
APPDIR
}" ]; then
14
ln -fhs "${FWK_DOCDIR}/index.html" "${
APPDIR
}/Python Documentation.html"
15
open "${
APPDIR
}" || true # open the applications folder
/external/python/cpython3/Mac/BuildScript/scripts/
postflight.documentation
7
APPDIR
="/Applications/Python ${PYVER}"
13
if [ -d "${
APPDIR
}" ]; then
14
ln -fhs "${FWK_DOCDIR}/index.html" "${
APPDIR
}/Python Documentation.html"
15
open "${
APPDIR
}" || true # open the applications folder
Completed in 455 milliseconds