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

1 2 3

  /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/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/aac/libMpegTPEnc/src/
tpenc_adif.cpp 105 const int home=0; local
135 FDKwriteBits(hBs, home ? 1:0,1);
tpenc_adts.h 111 UCHAR home; member in struct:__anon1735
  /external/webkit/Source/WebKit/efl/ewk/
ewk_main.cpp 184 String home = WebCore::homeDirectoryPath(); local
186 // check home directory first
187 if (stat(home.utf8().data(), &state) == -1) {
190 CRITICAL("Can't access HOME dir (or /tmp) - no place to save databases: %s", strerror(errnowas));
194 WTF::String wkdir = home + "/.webkit";
  /development/samples/Home/src/com/example/android/home/
ApplicationInfo.java 17 package com.example.android.home;
Wallpaper.java 17 package com.example.android.home;
37 * Wallpaper picker for the Home application. User can choose from
43 private static final String LOG_TAG = "Home";
  /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/oprofile/libpopt/
poptconfig.c 165 char * fn, * home; local
173 if ((home = getenv("HOME"))) {
174 fn = alloca(strlen(home) + 20);
175 strcpy(fn, home);
  /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);
  /sdk/common/src/com/android/prefs/
AndroidLocation.java 52 String home = findValidPath("ANDROID_SDK_HOME", "user.home", "HOME"); local
55 if (home == null) {
57 "Unable to get the Android SDK home directory.\n" +
60 sPrefsLocation = home + File.separator + ".android" + File.separator;
  /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...]
  /external/valgrind/main/coregrind/
m_commandline.c 216 HChar* home = VG_(getenv)("HOME"); local
217 HChar* f1_clo = home ? read_dot_valgrindrc( home ) : NULL;
222 // Don't read ./.valgrindrc if "." is the same as "$HOME", else its
224 if (home) {
227 f2_clo = ( (cwd_ok && VG_STREQ(home, cwd))
  /frameworks/base/core/java/android/text/method/
ScrollingMovementMethod.java 79 protected boolean home(TextView widget, Spannable buffer) { method in class:ScrollingMovementMethod
  /device/google/accessory/arduino/USB_Host_Shield/
Max_LCD.cpp 2 * Copyright 2009-2011 Oleg Mazurov, Circuits At Home, http://www.circuitsathome.com
161 void Max_LCD::home() function in class:Max_LCD
  /external/aac/libMpegTPDec/src/
tpdec_adts.h 121 UCHAR home; member in struct:__anon1720
  /external/chromium/chrome/browser/net/
url_fixer_upper.cc 126 const char* home = getenv(base::env_vars::kHome); local
128 home = URLFixerUpper::home_directory_override;
129 // We'll probably break elsewhere if $HOME is undefined, but check here
131 if (!home)
133 return home + text.substr(1);
137 // user foobar's home directory. Officially, we should use getpwent(),
143 static const char kHome[] = "/home/";

Completed in 1121 milliseconds

1 2 3