HomeSort by relevance Sort by last modified time
    Searched refs:HOME (Results 101 - 125 of 460) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/trappy/doc/api_reference/
Makefile 111 @echo "# mkdir -p $$HOME/.local/share/devhelp/TRAPpy"
112 @echo "# ln -s $(BUILDDIR)/devhelp $$HOME/.local/share/devhelp/TRAPpy"
  /prebuilts/go/darwin-x86/src/os/user/
lookup_stubs.go 27 HomeDir: os.Getenv("HOME"),
  /prebuilts/go/linux-x86/src/os/user/
lookup_stubs.go 27 HomeDir: os.Getenv("HOME"),
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
netrc.py 26 file = os.path.join(os.environ['HOME'], ".netrc")
28 raise IOError("Could not find .netrc: $HOME is not set")
  /external/conscrypt/
gradlew 168 if [ "$(uname)" = "Darwin" ] && [ "$HOME" = "$PWD" ]; then
  /external/flatbuffers/android/
gradlew 168 if [ "$(uname)" = "Darwin" ] && [ "$HOME" = "$PWD" ]; then
  /external/flatbuffers/samples/android/
gradlew 168 if [ "$(uname)" = "Darwin" ] && [ "$HOME" = "$PWD" ]; then
  /external/ltp/
build.sh 12 DEFAULT_PREFIX="$HOME/ltp-install"
  /external/perfetto/tools/
tmux 177 TRACE=$HOME/Downloads/trace
  /external/python/cpython2/Lib/
netrc.py 29 file = os.path.join(os.environ['HOME'], ".netrc")
31 raise IOError("Could not find .netrc: $HOME is not set")
  /external/python/cpython3/Lib/
netrc.py 27 file = os.path.join(os.environ['HOME'], ".netrc")
29 raise OSError("Could not find .netrc: $HOME is not set")
  /external/robolectric-shadows/
gradlew 168 if [ "$(uname)" = "Darwin" ] && [ "$HOME" = "$PWD" ]; then
  /external/smali/
gradlew 168 if [ "$(uname)" = "Darwin" ] && [ "$HOME" = "$PWD" ]; then
  /external/subsampling-scale-image-view/
gradlew 168 if [ "$(uname)" = "Darwin" ] && [ "$HOME" = "$PWD" ]; then
  /external/volley/
gradlew 168 if [ "$(uname)" = "Darwin" ] && [ "$HOME" = "$PWD" ]; then
  /prebuilts/gdb/darwin-x86/lib/python2.7/
netrc.py 26 file = os.path.join(os.environ['HOME'], ".netrc")
28 raise IOError("Could not find .netrc: $HOME is not set")
  /prebuilts/gdb/linux-x86/lib/python2.7/
netrc.py 26 file = os.path.join(os.environ['HOME'], ".netrc")
28 raise IOError("Could not find .netrc: $HOME is not set")
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
netrc.py 26 file = os.path.join(os.environ['HOME'], ".netrc")
28 raise IOError("Could not find .netrc: $HOME is not set")
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
netrc.py 26 file = os.path.join(os.environ['HOME'], ".netrc")
28 raise IOError("Could not find .netrc: $HOME is not set")
  /prebuilts/sdk/tools/jetifier/jetifier-standalone/bin/
jetifier-standalone 168 if [ "$(uname)" = "Darwin" ] && [ "$HOME" = "$PWD" ]; then
  /tools/metalava/
gradlew 168 if [ "$(uname)" = "Darwin" ] && [ "$HOME" = "$PWD" ]; then
  /external/curl/docs/cmdline-opts/
config.d 37 1) curl tries to find the "home dir": It first checks for the CURL_HOME and
38 then the HOME environment variables. Failing that, it uses getpwuid() on
39 Unix-like systems (which returns the home dir given the current user in your
43 2) On windows, if there is no _curlrc file in the home dir, it checks for one
45 simply try to load .curlrc from the determined home dir.
  /packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/task/
CrossProfileIntentFiltersSetter.java 142 /** HOME intent is always resolved by the primary user. */
144 static final CrossProfileIntentFilter HOME =
251 HOME,
  /system/extras/tests/workloads/
defs.sh 8 dfltAppList="gmail hangouts chrome youtube camera photos play maps calendar earth calculator sheets docs home"
21 photosActivity='com.google.android.apps.photos/com.google.android.apps.photos.home.HomeActivity'
357 if [ "$1" = home ]; then
358 doKeyevent HOME
368 if [ "$1" = home ]; then
369 doKeyevent HOME
  /prebuilts/go/darwin-x86/src/cmd/vendor/github.com/google/pprof/internal/driver/
cli.go 315 " PPROF_TMPDIR Location for saved profiles (default $HOME/pprof)\n" +
318 " default: $HOME/pprof/binaries\n" +
320 " * On Windows, %USERPROFILE% is used instead of $HOME"

Completed in 892 milliseconds

1 2 3 45 6 7 8 91011>>