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

1 2

  /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
  /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";
ApplicationsStackLayout.java 17 package com.example.android.home;
34 * The ApplicationsStackLayout is a specialized layout used for the purpose of the home screen
Home.java 17 package com.example.android.home;
71 public class Home extends Activity {
75 private static final String LOG_TAG = "Home";
130 setContentView(R.layout.home);
162 // the previous Home screen on orientation change
430 // Do HOME behavior.
550 // ViewDebug.startHierarchyTracing("Home", mGrid);
  /external/opencore/codecs_v2/audio/aac/dec/src/
s_adif_header.h 82 Int home; member in struct:__anon3438
  /frameworks/base/media/libstagefright/codecs/aacdec/
s_adif_header.h 82 Int home; member in struct:__anon7340
  /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);
  /sdk/androidprefs/src/com/android/prefs/
AndroidLocation.java 50 String home = findValidPath("ANDROID_SDK_HOME", "user.home", "HOME"); local
53 if (home == null) {
55 "Unable to get the Android SDK home directory.\n" +
58 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...]
  /system/core/adb/
usb_vendors.c 149 int build_path(char* buff, size_t len, const char* format, const char* home)
151 if (snprintf(buff, len, format, home, ANDROID_PATH, ANDROID_ADB_INI) >= len) {
162 const char* home = getenv("ANDROID_SDK_HOME"); local
163 if (home != NULL) {
164 return build_path(buff, len, "%s\\%s\\%s", home);
171 const char* home = getenv("HOME");
172 if (home == NULL)
173 home = "/tmp";
175 return build_path(buff, len, "%s/%s/%s", home);
    [all...]
  /dalvik/dx/src/junit/runner/
BaseTestRunner.java 216 String home= System.getProperty("user.home"); local
217 return new File(home, "junit.properties");
  /dalvik/libcore/luni/src/test/java/junit/runner/
BaseTestRunner.java 216 String home= System.getProperty("user.home"); local
217 return new File(home, "junit.properties");
  /external/dbus/tools/
dbus-launch-x11.c 68 const char *home; local
70 home = getenv ("HOME");
71 if (home == NULL)
76 home = user->pw_dir;
79 if (home == NULL)
81 fprintf (stderr, "Can't get user home directory\n");
85 return home;
96 const char *home; local
150 home = get_homedir ()
175 const char *home; local
    [all...]
  /external/junit/src/junit/runner/
BaseTestRunner.java 231 String home= System.getProperty("user.home"); local
232 return new File(home, "junit.properties");
  /frameworks/base/test-runner/src/junit/runner/
BaseTestRunner.java 216 String home= System.getProperty("user.home"); local
217 return new File(home, "junit.properties");
  /external/bluetooth/glib/gio/xdgmime/
xdgmime.c 239 const char *home; local
241 home = getenv ("HOME");
242 if (home != NULL)
247 guessed_xdg_home = malloc (strlen (home) + strlen ("/.local/share/") + 1);
248 strcpy (guessed_xdg_home, home);
  /system/core/debuggerd/
debuggerd.c 631 "* Press HOME key to let the process continue crashing.\n"
635 /* wait for HOME key (TODO: something useful for devices w/o HOME key) */
648 int home = 0; local
656 home = 1;
666 } while (!home);
  /system/core/sh/
expand.c 262 const char *home; local
283 if ((home = lookupvar("HOME")) == NULL)
287 if (*home == '\0')
290 while ((c = *home++) != '\0') {
  /external/wpa_supplicant/
wpa_cli.c 1346 char *home, *hfile = NULL; local
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/
wpa_cli.c 1661 char *home, *hfile = NULL; local
    [all...]
  /external/junit/src/junit/swingui/
TestRunner.java 582 String home= System.getProperty("user.home"); local
583 return new File(home,".junitsession");
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
AndroidLaunchController.java 1403 String home = store.getString(AdtPrefs.PREFS_HOME_PACKAGE); local
    [all...]

Completed in 6256 milliseconds

1 2