Home
last modified time | relevance | path

Searched refs:HOME (Results 1 – 25 of 214) sorted by relevance

123456789

/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/bin/
Drunant.pl60 my $HOME = $ENV{ANT_HOME};
61 if ($HOME eq "")
88 my $localpath = "$HOME/lib/ant-launcher.jar";
114 $HOME = `cygpath --path --windows $HOME`;
115 chomp ($HOME);
120 push @ARGS, "-Dant.home=$HOME";
Dant55 if [ -f "$HOME/.ant/ant.conf" ] ; then
56 . $HOME/.ant/ant.conf
58 if [ -f "$HOME/.antrc" ] ; then
59 . "$HOME/.antrc"
263 CYGHOME=`cygpath --$format "$HOME"`
Dant.bat24 if "%HOME%"=="" goto homeDrivePathPre
25 if exist "%HOME%\antrc_pre.bat" call "%HOME%\antrc_pre.bat"
29 if "%HOMEDRIVE%%HOMEPATH%"=="%HOME%" goto userProfilePre
34 if "%USERPROFILE%"=="%HOME%" goto alpha
211 if "%HOME%"=="" goto homeDrivePathPost
212 if exist "%HOME%\antrc_post.bat" call "%HOME%\antrc_post.bat"
216 if "%HOMEDRIVE%%HOMEPATH%"=="%HOME%" goto userProfilePost
221 if "%USERPROFILE%"=="%HOME%" goto omega
/external/libmtp/examples/
Devolution-sync.sh7 SYNC_HOME=$HOME/MTP_device_sync
65 cat $HOME/.evolution/tasks/local/system/tasks.ics \
66 $HOME/.evolution/calendar/local/system/calendar.ics \
/external/valgrind/drd/scripts/
Ddownload-and-build-gcc11 SRCDIR=$HOME/software
13 SRC=$HOME/software/gcc-${GCC_VERSION}
16 PREFIX=$HOME/gcc-${GCC_VERSION}
Ddownload-and-build-firefox6 SRCDIR="$HOME/software"
11 PREFIX="$HOME/firefox3"
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_cvs/searchcvs/
DREADME.searchcvs.setup.mysql.txt7 1. Extract the searchcvs/ folder from cvs and place it in your $HOME folder
19 00 22 * * * $HOME/searchcvs/parsecvs.sh 2>&1 1> $HOME/searchcvs/parsecvs.log.txt
/external/vboot_reference/tests/
Dtest_using_qemu.sh29 -E HOME=${HOME} \
/external/nanopb-c/tests/common/
Dperson.proto10 HOME = 1; enumerator
16 optional PhoneType type = 2 [default = HOME];
/external/libxml2/doc/
DbuildDocBookCatalog21 ROOTCATALOG=$HOME/xmlcatalog
22 CATALOG=$HOME/dbkxmlcatalog
23 DIR=$HOME
200 finddbx $HOME
267 found=`find $HOME -name iso-amsb.ent`
367 found=`find $HOME -name chunk.xsl`
/external/valgrind/drd/
DTesting.txt66 cp $HOME/gcc-.../lib/libgomp.so.1.0.0.0 /usr/lib
67 cp $HOME/gcc-.../lib64/libgomp.so.1.0.0.0 /usr/lib64
71 ./autogen.sh && ./configure --prefix=/usr CC=$HOME/gcc-4.4.0/bin/gcc \
79 …make -j2 -s MEMCHECK="$HOME/software/valgrind/vg-in-place --tool=drd --check-stack-var=yes --read-…
86 …RARY_PATH=$HOME/software/mozilla-build/dist/lib: ./vg-in-place --tool=drd --check-stack-var=yes --…
/external/protobuf/examples/
Daddressbook.proto15 HOME = 1; enumerator
21 optional PhoneType type = 2 [default = HOME];
/external/valgrind/nightly/conf/
Dlfedora1.sendmail7 MAILFILE="$HOME/valgrind-results/$(date +%d-%b-%Y.%R)"
17 MAILLATEST="$HOME/valgrind-results/latest"
/external/libxml2/python/
Dsetup.py28 HOME = os.environ['HOME'] variable
30 HOME="C:" variable
63 HOME
Dsetup.py.in28 HOME = os.environ['HOME'] variable
30 HOME="C:" variable
63 HOME
/external/valgrind/
DREADME.android_emulator30 export SDKROOT=$HOME/android/android-sdk-linux
32 export NDKROOT=$HOME/android/android-ndk-r8
79 $HOME/android/android-ndk-r8/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/arm-linu…
/external/chromium-trace/trace-viewer/third_party/webapp2/docs/
DMakefile84 @echo "# mkdir -p $$HOME/.local/share/devhelp/webapp2"
85 @echo "# ln -s $(BUILDDIR)/devhelp $$HOME/.local/share/devhelp/webapp2"
/external/chromium-trace/trace-viewer/third_party/six/documentation/
DMakefile84 @echo "# mkdir -p $$HOME/.local/share/devhelp/six"
85 @echo "# ln -s $(BUILDDIR)/devhelp $$HOME/.local/share/devhelp/six"
/external/clang/docs/analyzer/
DMakefile91 @echo "# mkdir -p $$HOME/.local/share/devhelp/ClangStaticAnalyzer"
92 @echo "# ln -s $(BUILDDIR)/devhelp $$HOME/.local/share/devhelp/ClangStaticAnalyzer"
/external/llvm/docs/
DMakefile.sphinx91 @echo "# mkdir -p $$HOME/.local/share/devhelp/llvm"
92 @echo "# ln -s $(BUILDDIR)/devhelp $$HOME/.local/share/devhelp/llvm"
/external/mksh/
Dmkshrc9 : ${HOME:=/data}
17 export HOME HOSTNAME MKSH SHELL TERM TMPDIR USER
/external/clang/docs/
DMakefile.sphinx99 @echo "# mkdir -p $$HOME/.local/share/devhelp/Clang"
100 @echo "# ln -s $(BUILDDIR)/devhelp $$HOME/.local/share/devhelp/Clang"
/external/llvm/utils/crosstool/ARM/
Dbuild-install-linux.sh23 readonly CODE_SOURCERY_PKG_PATH="${CODE_SOURCERY_PKG_PATH:-${HOME}/codesourcery}"
36 readonly LLVM_PKG_PATH="${LLVM_PKG_PATH:-${HOME}/llvm-project/snapshots}"
/external/ceres-solver/docs/source/
Dcontributing.rst87 - On Windows, by default users do not have a ``%HOME%``
91 Executing ``setx HOME %USERPROFILE%`` in a terminal will set up
92 the ``%HOME%`` environment variable persistently, and is used
93 by ``git`` to find ``%HOME%\_netrc``.
/external/libvncserver/x11vnc/misc/
Dx11vnc_pw5 file=$HOME/.vnc/passwd

123456789