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

1 2 3 45 6 7 8 91011>>

  /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/go/darwin-x86/src/cmd/pprof/internal/symbolizer/
symbolizer.go 144 // Use $HOME/pprof/binaries as default directory for local symbolization binaries
145 searchPath = filepath.Join(os.Getenv("HOME"), "pprof", "binaries")
  /prebuilts/go/linux-x86/src/cmd/pprof/internal/symbolizer/
symbolizer.go 144 // Use $HOME/pprof/binaries as default directory for local symbolization binaries
145 searchPath = filepath.Join(os.Getenv("HOME"), "pprof", "binaries")
  /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")
  /external/curl/docs/cmdline-opts/
config.d 36 1) curl tries to find the "home dir": It first checks for the CURL_HOME and
37 then the HOME environment variables. Failing that, it uses getpwuid() on
38 Unix-like systems (which returns the home dir given the current user in your
42 2) On windows, if there is no _curlrc file in the home dir, it checks for one
44 simply try to load .curlrc from the determined home dir.
  /packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/task/
CrossProfileIntentFiltersSetter.java 138 /** HOME intent is always resolved by the primary user. */
140 static final CrossProfileIntentFilter HOME =
247 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
systemapps.sh 15 # Example 2: just start chrome, feedly, and the home screen in a loop
17 # ./systemapps.sh -L "chrome feedly home" -i 5
32 appList="gmail maps chrome youtube play home"
73 doKeyevent HOME
  /build/kati/testcase/
parse_benchcmp.go 73 fmt.Fprintln(os.Stderr, " export GOPATH=$HOME # if not set")
  /prebuilts/go/darwin-x86/src/net/http/
triv.go 121 var webroot = flag.String("root", os.Getenv("HOME"), "web root directory")
  /prebuilts/go/linux-x86/src/net/http/
triv.go 121 var webroot = flag.String("root", os.Getenv("HOME"), "web root directory")
  /prebuilts/sdk/tools/
jack-admin 26 JACK_HOME="${JACK_HOME:=$HOME/.jack-server}"
27 JACK_CLIENT_SETTING="${JACK_CLIENT_SETTING:=$HOME/.jack-settings}"
  /external/bison/build-aux/
gnupload 246 GNUPGHOME=${GNUPGHOME:-$HOME/.gnupg}
  /external/python/cpython2/Lib/test/
test_ntpath.py 95 tester('ntpath.commonprefix(["/home/swenson/spam", "/home/swen/spam"])',
96 "/home/swen")
97 tester('ntpath.commonprefix(["\\home\\swen\\spam", "\\home\\swen\\eggs"])',
98 "\\home\\swen\\")
99 tester('ntpath.commonprefix(["/home/swen/spam", "/home/swen/spam"])',
100 "/home/swen/spam")
257 env['HOME'] = 'C:\\idle\\eric
    [all...]
  /external/syslinux/gpxe/src/drivers/net/
sis190.h 279 HOME = 0x01,
  /external/bison/djgpp/
config.bat 398 Rem Set HOME to a sane default so configure stops complaining.
399 if not "%HOME%" == "" goto HostName
400 set HOME=%XSRC%/djgpp
401 if not "%HOME%" == "%XSRC%/djgpp" goto SmallEnv
402 echo No HOME found in the environment, using default value
543 if "%HOME%" == "%XSRC%/djgpp" set HOME=
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
NavigationBarInflaterView.java 62 public static final String HOME = "home";
325 if (HOME.equals(button)) {
326 v = inflater.inflate(R.layout.home, parent, false);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Lib/
ntpath.py 272 # '~' means $HOME; '~user' means that user's home directory.
273 # If the path doesn't begin with '~', or if the user or $HOME is unknown,
283 If user or $HOME is unknown, do nothing."""
290 if 'HOME' in os.environ:
291 userhome = os.environ['HOME']
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/
register.py 108 First we try to read the username/password from $HOME/.pypirc,
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
ntpath.py 267 # '~' means $HOME; '~user' means that user's home directory.
268 # If the path doesn't begin with '~', or if the user or $HOME is unknown,
278 If user or $HOME is unknown, do nothing."""
285 if 'HOME' in os.environ:
286 userhome = os.environ['HOME']
posixpath.py 241 # '~' means $HOME; '~user' means that user's home directory.
242 # If the path doesn't begin with '~', or if the user or $HOME is unknown,
250 """Expand ~ and ~user constructions. If user or $HOME is unknown,
258 if 'HOME' not in os.environ:
262 userhome = os.environ['HOME']
  /external/chromium-trace/catapult/common/py_utils/py_utils/
cloud_storage.py 52 _CROS_GSUTIL_HOME_WAR = '/home/chromeos-test/'
70 command = 'HOME=%s %s' % (_CROS_GSUTIL_HOME_WAR, _GSUTIL_PATH)
123 # On cros device, as telemetry is running as root, home will be set to /root/,
125 # in home dir and fail. To avoid this, override HOME dir to something writable
133 gsutil_env['HOME'] = _CROS_GSUTIL_HOME_WAR
  /external/dtc/
Makefile 28 PREFIX = $(HOME)
207 # This is for maintainer convenience, don't try this at home.
  /external/protobuf/
tests.sh 82 export GOPATH="$HOME/gocode"

Completed in 3893 milliseconds

1 2 3 45 6 7 8 91011>>