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

1 2 3 4 5 6 7 8 910

  /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/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)
  /device/samsung/toroplus/
system.prop 16 ro.cdma.home.operator.alpha=Sprint
17 ro.cdma.home.operator.numeric=310120
  /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
proguardgui.bat 10 IF EXIST "%PROGUARD_HOME%" GOTO home
12 :home label
retrace.bat 10 IF EXIST "%PROGUARD_HOME%" GOTO home
12 :home label
  /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 255 int build_path(char* buff, size_t len, const char* format, const char* home)
257 if (snprintf(buff, len, format, home, ANDROID_PATH, ANDROID_ADB_INI) >= (signed)len) {
268 const char* home = getenv("ANDROID_SDK_HOME"); local
269 if (home != NULL) {
270 return build_path(buff, len, "%s\\%s\\%s", home);
277 const char* home = getenv("HOME");
278 if (home == NULL)
279 home = "/tmp";
281 return build_path(buff, len, "%s/%s/%s", home);
    [all...]
  /external/webkit/Source/WebCore/platform/efl/
FileSystemEfl.cpp 102 const char *home = getenv("HOME"); local
103 if (!home) {
104 home = getenv("TMPDIR");
105 if (!home)
106 home = "/tmp";
108 return String::fromUTF8(home);
  /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);
  /hardware/ti/wlan/mac80211/ti-utils/
Makefile 23 @echo Copy files to $(NFSROOT)/home/root
24 @cp -f ./calibrator $(NFSROOT)/home/root
25 @cp -f ./scripts/go.sh $(NFSROOT)/home/root

Completed in 332 milliseconds

1 2 3 4 5 6 7 8 910