Home
last modified time | relevance | path

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

12345678910>>...13

/third_party/python/Mac/BuildScript/scripts/
Dpostflight.patch-profile50 if [ -f "${HOME}/.tcshrc" ]; then
51 RC="${HOME}/.tcshrc"
53 RC="${HOME}/.cshrc"
69 if [ -e "${HOME}/.bash_profile" ]; then
70 PR="${HOME}/.bash_profile"
71 elif [ -e "${HOME}/.bash_login" ]; then
72 PR="${HOME}/.bash_login"
73 elif [ -e "${HOME}/.profile" ]; then
74 PR="${HOME}/.profile"
76 PR="${HOME}/.bash_profile"
[all …]
/third_party/flutter/skia/third_party/externals/harfbuzz/
Dmingw-configure.sh14 --prefix=$HOME/.local/$target \
21 CPPFLAGS="-I$HOME/.local/$target/include" \
22 LDFLAGS=-L$HOME/.local/$target/lib \
23 PKG_CONFIG_LIBDIR=$HOME/.local/$target/lib/pkgconfig:/usr/$target/sys-root/mingw/lib/pkgconfig/ \
24 PKG_CONFIG_PATH=$HOME/.local/$target/share/pkgconfig:/usr/$target/sys-root/mingw/share/pkgconfig/ \
25 PATH=$HOME/.local/$target/bin:/usr/$target/sys-root/mingw/bin:/usr/$target/bin:$PATH \
/third_party/harfbuzz/
Dmingw-configure.sh14 --prefix=$HOME/.local/$target \
21 CPPFLAGS="-I$HOME/.local/$target/include" \
22 LDFLAGS=-L$HOME/.local/$target/lib \
23 PKG_CONFIG_LIBDIR=$HOME/.local/$target/lib/pkgconfig:/usr/$target/sys-root/mingw/lib/pkgconfig/ \
24 PKG_CONFIG_PATH=$HOME/.local/$target/share/pkgconfig:/usr/$target/sys-root/mingw/share/pkgconfig/ \
25 PATH=$HOME/.local/$target/bin:/usr/$target/sys-root/mingw/bin:/usr/$target/bin:$PATH \
/third_party/skia/third_party/externals/harfbuzz/
Dmingw-configure.sh14 --prefix=$HOME/.local/$target \
21 CPPFLAGS="-I$HOME/.local/$target/include" \
22 LDFLAGS=-L$HOME/.local/$target/lib \
23 PKG_CONFIG_LIBDIR=$HOME/.local/$target/lib/pkgconfig:/usr/$target/sys-root/mingw/lib/pkgconfig/ \
24 PKG_CONFIG_PATH=$HOME/.local/$target/share/pkgconfig:/usr/$target/sys-root/mingw/share/pkgconfig/ \
25 PATH=$HOME/.local/$target/bin:/usr/$target/sys-root/mingw/bin:/usr/$target/bin:$PATH \
/third_party/jerryscript/targets/esp8266/docs/
DESP-PREREQUISITES.md15 a common directory structure. For the sake of simplicity, `$HOME/Espressif` will
20 mkdir $HOME/Espressif
26 pre-built for your development platform to `$HOME/Espressif` and untar it. E.g.,
30 cd $HOME/Espressif
37 cd $HOME/Esprissif
45 cd $HOME/Espressif
52 cd $HOME/Espressif
60 export PATH=$HOME/Espressif/xtensa-lx106-elf/bin:$PATH
61 export SDK_PATH=$HOME/Espressif/ESP8266_RTOS_SDK
62 export ESPTOOL_PATH=$HOME/Espressif/esptool
[all …]
/third_party/node/test/parallel/
Dtest-module-loading-globalpaths.js51 env.HOME = env.USERPROFILE = noPkgHomeDir;
61 env.HOME = env.USERPROFILE = modHomeDir;
66 env.HOME = env.USERPROFILE = libHomeDir;
71 env.HOME = env.USERPROFILE = bothHomeDir;
84 env.HOME = env.USERPROFILE = noPkgHomeDir;
88 env.HOME = env.USERPROFILE = bothHomeDir;
92 env.HOME = env.USERPROFILE = bothHomeDir;
98 env.HOME = env.USERPROFILE = bothHomeDir;
/third_party/vulkan-loader/tests/
Dloader_envvar_tests.cpp178 fs::path HOME = "/home/fake_home"; in TEST() local
179 set_env_var("HOME", HOME.str()); in TEST()
193 …ck_paths = [](DebugUtilsLogger const& debug_log, ManifestCategory category, fs::path const& HOME) { in TEST() argument
199 check_paths(env.debug_log, ManifestCategory::icd, HOME); in TEST()
200 check_paths(env.debug_log, ManifestCategory::implicit_layer, HOME); in TEST()
201 check_paths(env.debug_log, ManifestCategory::explicit_layer, HOME); in TEST()
276 fs::path HOME = "/home/fake_home"; in TEST() local
277 set_env_var("HOME", HOME.str()); in TEST()
279 vk_layer_path += (HOME / "/ with spaces/:::::/tandy:").str(); in TEST()
290 EXPECT_TRUE(env.debug_log.find((HOME / "/ with spaces/").str())); in TEST()
[all …]
/third_party/alsa-utils/alsamixer/
Dgo6 ALSA_MIXER_SIMPLE_MODULES="$HOME/hg/alsa-lib/modules/mixer/simple/.libs" \
7 ALSA_MIXER_SIMPLE="$HOME/hg/alsa-lib/src/conf/smixer.conf" \
8 ALSA_MIXER_SIMPLE_MPYTHON="$HOME/hg/alsa-lib/modules/mixer/simple/python/main.py" \
9 LD_PRELOAD="$HOME/hg/alsa-lib/src/.libs/libasound.so" \
/third_party/alsa-utils/amixer/
Dgo6 ALSA_MIXER_SIMPLE_MODULES="$HOME/hg/alsa-lib/modules/mixer/simple/.libs" \
7 ALSA_MIXER_SIMPLE="$HOME/hg/alsa-lib/src/conf/smixer.conf" \
8 ALSA_MIXER_SIMPLE_MPYTHON="$HOME/hg/alsa-lib/modules/mixer/simple/python/main.py" \
9 LD_PRELOAD="$HOME/hg/alsa-lib/src/.libs/libasound.so" \
/third_party/flutter/flutter/packages/flutter_tools/test/general.shard/android/
Dandroid_workflow_test.dart54 Platform: () => FakePlatform()..environment = <String, String>{'HOME': '/home/me'},
68 Platform: () => FakePlatform()..environment = <String, String>{'HOME': '/home/me'},
83 Platform: () => FakePlatform()..environment = <String, String>{'HOME': '/home/me'},
101 Platform: () => FakePlatform()..environment = <String, String>{'HOME': '/home/me'},
120 Platform: () => FakePlatform()..environment = <String, String>{'HOME': '/home/me'},
139 Platform: () => FakePlatform()..environment = <String, String>{'HOME': '/home/me'},
152 Platform: () => FakePlatform()..environment = <String, String>{'HOME': '/home/me'},
165 Platform: () => FakePlatform()..environment = <String, String>{'HOME': '/home/me'},
178 Platform: () => FakePlatform()..environment = <String, String>{'HOME': '/home/me'},
191 Platform: () => FakePlatform()..environment = <String, String>{'HOME': '/home/me'},
[all …]
/third_party/pulseaudio/
DMakefile.am114 test -d $$HOME/homepage/private
115 …mkdir -p $$HOME/homepage/private/projects/pulseaudio $$HOME/homepage/private/projects/pulseaudio/d…
116 cp pulseaudio-@PACKAGE_VERSION@.tar.gz $$HOME/homepage/private/projects/pulseaudio
117 cp pulseaudio-@PACKAGE_VERSION@.tar.gz $$HOME/git.fedora/pulseaudio
118 cp -a doxygen/html/* $$HOME/homepage/private/projects/pulseaudio/doxygen
130 cp $(distdir).tar.gz $$HOME/git.fedora/pulseaudio/$(distdir).tar.gz
/third_party/gstreamer/gstplugins_bad/gst/audiovisualizers/
DREADME90 GST_PLUGIN_PATH=$GST_PLUGIN_PATH:$PWD gst-launch filesrc location=$HOME/Music/1.mp3 ! decodebin2 ! …
91 GST_PLUGIN_PATH=$GST_PLUGIN_PATH:$PWD gst-launch filesrc location=$HOME/Music/1.mp3 ! decodebin2 ! …
93 GST_PLUGIN_PATH=$GST_PLUGIN_PATH:$PWD gst-launch filesrc location=$HOME/Music/1.mp3 ! decodebin2 ! …
94 GST_PLUGIN_PATH=$GST_PLUGIN_PATH:$PWD gst-launch filesrc location=$HOME/Music/1.mp3 ! decodebin2 ! …
96 GST_PLUGIN_PATH=$GST_PLUGIN_PATH:$PWD gst-launch filesrc location=$HOME/Music/1.mp3 ! decodebin2 ! …
97 GST_PLUGIN_PATH=$GST_PLUGIN_PATH:$PWD gst-launch filesrc location=$HOME/Music/1.mp3 ! decodebin2 ! …
99 GST_PLUGIN_PATH=$GST_PLUGIN_PATH:$PWD gst-launch filesrc location=$HOME/Music/1.mp3 ! decodebin2 ! …
104 gst-launch-1.0 filesrc location=$HOME/Music/1.mp3 ! decodebin ! audioconvert ! spectrascope ! video…
106 gst-launch-1.0 filesrc location=$HOME/Music/1.mp3 ! decodebin ! tee name=t ! queue ! audioconvert !…
/third_party/elfutils/tests/
Drun-debuginfod-tmp-home.sh84 testrun env HOME=$PWD/tmphome XDG_CACHE_HOME= DEBUGINFOD_CACHE_PATH= ${abs_top_builddir}/debuginfod…
91 testrun env HOME=$PWD/tmphome XDG_CACHE_HOME= DEBUGINFOD_CACHE_PATH= ${abs_top_builddir}/debuginfod…
97 testrun env HOME=$PWD/tmphome XDG_CACHE_HOME=$PWD/tmpxdg DEBUGINFOD_CACHE_PATH= ${abs_top_builddir}…
112 filename=`testrun env HOME=$PWD/tmphome XDG_CACHE_HOME=$PWD/tmpxdg DEBUGINFOD_CACHE_PATH= ${abs_top…
116 testrun env HOME=$PWD/tmphome XDG_CACHE_HOME=$PWD/tmpxdg DEBUGINFOD_CACHE_PATH=$PWD/tmpcache ${abs_…
/third_party/node/deps/npm/node_modules/fs-vacuum/test/
Dnot-remove-home-directory.js29 realHome = process.env.HOME
30 process.env.HOME = homePath
43 process.env.HOME = realHome
/third_party/flutter/flutter/packages/flutter_tools/lib/src/vscode/
Dvscode.dart103 // $HOME/Applications/Visual Studio Code.app/Contents/
104 // $HOME/Applications/Visual Studio Code - Insiders.app/Contents/
106 // $HOME/.vscode/extensions
107 // $HOME/.vscode-insiders/extensions
141 // $HOME/.vscode/extensions
142 // $HOME/.vscode-insiders/extensions
186 // $HOME/.vscode/extensions
187 // $HOME/.vscode-insiders/extensions
/third_party/skia/site/docs/dev/testing/
Dxsan.md33 CLANGDIR="${HOME}/clang"
41 CLANGDIR="${HOME}/clang"
51 CLANGDIR="${HOME}/clang"
74 CLANGDIR="${HOME}/clang"
91 CLANGDIR="${HOME}/clang"
/third_party/flutter/skia/site/dev/testing/
Dxsan.md28 CLANGDIR="${HOME}/clang"
36 CLANGDIR="${HOME}/clang"
46 CLANGDIR="${HOME}/clang"
69 CLANGDIR="${HOME}/clang"
86 CLANGDIR="${HOME}/clang"
/third_party/alsa-utils/alsaucm/
Dgo.sh9 ALSA_CONFIG_UCM2="$HOME/alsa/alsa-ucm-conf/ucm2" \
10 LD_PRELOAD="$HOME/alsa/alsa-lib/src/.libs/libasound.so" \
/third_party/flatbuffers/.travis/
Dformat_install.sh30 export PATH="$HOME/.yarn/bin:$PATH"
32 export PATH="$HOME/.yarn/bin:$HOME/.config/yarn/global/node_modules/.bin:$PATH"
/third_party/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`
/third_party/flutter/flutter/dev/bots/
Ddownload_open_jdk.sh9 mkdir -p $HOME/Java
10 pushd $HOME/Java
/third_party/flutter/skia/third_party/externals/harfbuzz/.ci/
Dbuild-freetype.sh9 pushd $HOME
14 ./configure --prefix=$HOME/.local
/third_party/mesa3d/.gitlab-ci/container/
Dbuild-rust.sh11 mkdir -p $HOME/.cargo
12 ln -s /usr/local/bin $HOME/.cargo/bin
/third_party/harfbuzz/.ci/
Dpublish_release_artifact.sh10 mkdir -p $HOME/.local/bin
14 tar xz -C $HOME/.local/bin --strip-components=1 $_GHR/ghr
/third_party/gstreamer/gstreamer/tests/benchmarks/
Dtracing.sh14 file=$(ls -1R $HOME/Music/ | grep -v "/:" | head -n1)
15 file=$(ls $HOME/Music/$file)

12345678910>>...13