HomeSort by relevance Sort by last modified time
    Searched refs:home (Results 1 - 25 of 308) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium/chrome/browser/importer/
firefox_importer_utils_linux.cc 12 // under user HOME directory in .mozilla/firefox folder on Linux.
13 FilePath home = file_util::GetHomeDir(); local
14 if (!home.empty()) {
15 ini_file = home.Append(".mozilla/firefox/profiles.ini");
  /external/chromium_org/chrome/common/importer/
firefox_importer_utils_linux.cc 12 // under user HOME directory in .mozilla/firefox folder on Linux.
13 base::FilePath home = file_util::GetHomeDir(); local
14 if (!home.empty()) {
15 ini_file = home.Append(".mozilla/firefox/profiles.ini");
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
user.py 14 The user module looks for a file .pythonrc.py in the user's home
29 home = os.curdir # Default variable
30 if 'HOME' in os.environ:
31 home = os.environ['HOME'] variable
33 home = os.path.expanduser("~/") variable
37 home = os.environ['HOMEDRIVE'] + os.environ['HOMEPATH'] variable
39 home = os.environ['HOMEPATH'] variable
41 pythonrc = os.path.join(home, ".pythonrc.py")
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
user.py 14 The user module looks for a file .pythonrc.py in the user's home
29 home = os.curdir # Default variable
30 if 'HOME' in os.environ:
31 home = os.environ['HOME'] variable
33 home = os.path.expanduser("~/") variable
37 home = os.environ['HOMEDRIVE'] + os.environ['HOMEPATH'] variable
39 home = os.environ['HOMEPATH'] variable
41 pythonrc = os.path.join(home, ".pythonrc.py")
  /external/elfutils/tests/
run-funcscopes.sh 32 inline-test.c (0x11): 0x8048348 (/home/roland/build/stock-elfutils/inline-test.c:7) .. 0x804834f (/home/roland/build/stock-elfutils/inline-test.c:9)
33 incr (0x2e): 0x8048348 (/home/roland/build/stock-elfutils/inline-test.c:7) .. 0x804834f (/home/roland/build/stock-elfutils/inline-test.c:9)
run-allfcts.sh 32 /home/drepper/gnu/new-bu/build/ttt/m.c:5:main
33 /home/drepper/gnu/new-bu/build/ttt/b.c:4:bar
34 /home/drepper/gnu/new-bu/build/ttt/f.c:3:foo
38 /home/drepper/gnu/elfutils/build/src/../../src/strip.c:107:main
39 /home/drepper/gnu/elfutils/build/src/../../src/strip.c:159:print_version
40 /home/drepper/gnu/elfutils/build/src/../../src/strip.c:173:parse_opt
41 /home/drepper/gnu/elfutils/build/src/../../src/strip.c:201:more_help
42 /home/drepper/gnu/elfutils/build/src/../../src/strip.c:217:process_file
44 /home/drepper/gnu/elfutils/build/src/../../src/strip.c:291:crc32_file
45 /home/drepper/gnu/elfutils/build/src/../../src/strip.c:313:handle_el
    [all...]
run-addrscopes.sh 43 inline-test.c (0x11): 0x8048348 (/home/roland/build/stock-elfutils/inline-test.c:7) .. 0x8048364 (/home/roland/build/stock-elfutils/inline-test.c:16)
44 add (0x1d): 0x804834e (/home/roland/build/stock-elfutils/inline-test.c:3) .. 0x8048350 (/home/roland/build/stock-elfutils/inline-test.c:9)
run-line2addr.sh 32 f.c:4 -> 0x804846b (/home/drepper/gnu/new-bu/build/ttt/f.c:4)
41 strip.c:953 -> (.text)+0x169f (/home/drepper/gnu/elfutils/build/src/../../src/strip.c:953)
42 strip.c:953 -> (.text)+0x16aa (/home/drepper/gnu/elfutils/build/src/../../src/strip.c:953)
43 strip.c:365 -> (.text)+0x278b (/home/drepper/gnu/elfutils/build/src/../../src/strip.c:365)
44 strip.c:365 -> (.text)+0x2797 (/home/drepper/gnu/elfutils/build/src/../../src/strip.c:365)
48 v.c:6 -> 0x400468 (/home/drepper/local/elfutils-build/20050425/v.c:6)
49 v.c:6 -> 0x400487 (/home/drepper/local/elfutils-build/20050425/v.c:6)
53 foo.c:2 -> (.init.text)+0xc (/home/roland/stock-elfutils-build/foo.c:2)
54 foo.c:6 -> (.text)+0xc (/home/roland/stock-elfutils-build/foo.c:6)
  /external/proguard/bin/
proguard.bat 6 IF EXIST "%PROGUARD_HOME%" GOTO home
8 :home label
proguardgui.bat 6 IF EXIST "%PROGUARD_HOME%" GOTO home
8 :home label
retrace.bat 6 IF EXIST "%PROGUARD_HOME%" GOTO home
8 :home label
  /prebuilts/tools/common/proguard/proguard4.7/bin/
proguard.bat 10 IF EXIST "%PROGUARD_HOME%" GOTO home
12 :home label
proguardgui.bat 10 IF EXIST "%PROGUARD_HOME%" GOTO home
12 :home label
retrace.bat 10 IF EXIST "%PROGUARD_HOME%" GOTO home
12 :home label
  /sdk/files/proguard/bin/
proguard.bat 10 IF EXIST "%PROGUARD_HOME%" GOTO home
12 :home label
  /external/chromium_org/remoting/webapp/
ui_mode.js 21 // 'home' state applies to all elements and can be removed.
23 HOME: 'home',
24 TOKEN_REFRESH_FAILED: 'home.token-refresh-failed',
25 HOST: 'home.host',
26 HOST_WAITING_FOR_CODE: 'home.host.waiting-for-code',
27 HOST_WAITING_FOR_CONNECTION: 'home.host.waiting-for-connection',
28 HOST_SHARED: 'home.host.shared',
29 HOST_SHARE_FAILED: 'home.host.share-failed',
30 HOST_SHARE_FINISHED: 'home.host.share-finished'
    [all...]
  /external/qemu/android/utils/
bufprint.c 68 ** on Unix, this is $HOME/.android, on Windows, this is something like
171 const char* home = getenv("ANDROID_SDK_HOME"); local
172 if (home != NULL) {
173 return bufprint(buff, end, "%s\\%s", home, _ANDROID_PATH );
183 const char* home = getenv("ANDROID_SDK_HOME");
184 if (home == NULL)
185 home = getenv("HOME");
186 if (home == NULL)
187 home = "/tmp"
    [all...]
  /system/core/adb/
usb_vendors.c 282 int build_path(char* buff, size_t len, const char* format, const char* home)
284 if (snprintf(buff, len, format, home, ANDROID_PATH, ANDROID_ADB_INI) >= (signed)len) {
295 const char* home = getenv("ANDROID_SDK_HOME"); local
296 if (home != NULL) {
297 return build_path(buff, len, "%s\\%s\\%s", home);
304 const char* home = getenv("HOME");
305 if (home == NULL)
306 home = "/tmp";
308 return build_path(buff, len, "%s/%s/%s", home);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/tests/
build.properties 25 bootclasspath=${java.home}/lib/rt.jar
  /external/proguard/examples/
proguard.pro 14 -libraryjars <java.home>/lib/rt.jar
retrace.pro 17 -libraryjars <java.home>/lib/rt.jar
  /prebuilts/tools/common/proguard/proguard4.7/examples/
proguard.pro 14 -libraryjars <java.home>/lib/rt.jar
retrace.pro 17 -libraryjars <java.home>/lib/rt.jar
  /external/chromium/chrome/common/
chrome_paths_linux.cc 94 FilePath home = file_util::GetHomeDir(); local
95 if (*result == home) {
96 *result = home.Append(kDownloadsDir);
103 *result = home.Append(kDownloadsDir);
  /external/chromium_org/third_party/sqlite/src/
Makefile.arm-wince-mingw32ce-gcc 106 TCL_FLAGS = -I/home/drh/tcltk/8.5linux
107 #TCL_FLAGS = -I/home/drh/tcltk/8.5win -DSTATIC_BUILD=1
108 #TCL_FLAGS = -I/home/drh/tcltk/8.3hpux
113 LIBTCL = /home/drh/tcltk/8.5linux/libtcl8.5g.a -lm -ldl
114 #LIBTCL = /home/drh/tcltk/8.5win/libtcl85s.a -lmsvcrt
115 #LIBTCL = /home/drh/tcltk/8.3hpux/libtcl8.3.a -ldld -lm -lc

Completed in 2191 milliseconds

1 2 3 4 5 6 7 8 91011>>