HomeSort by relevance Sort by last modified time
    Searched refs:home (Results 26 - 50 of 75) sorted by null

12 3

  /external/iproute2/examples/
cbqinit.eth1 3 TC=/home/root/tc
4 IP=/home/root/ip
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/libexec/gcc/i686-unknown-linux-gnu/4.2.1/install-tools/
mkheaders 57 prefix=/usr/local/google/home/dmitriyz/toolchain
  /build/tools/droiddoc/templates-pdk/assets/
android-developer-core.css 317 .home #home-link a,
333 .home #home-link a:hover,
335 .home #home-link a:hover,
539 background-image:url(images/home/bg_home_bottom.jpg);
808 background:url(images/home/bg_home_announcement.png) no-repeat 0 0;
842 background:url(images/home/bg_home_carousel.png) no-repeat 0 0;
848 background: url(images/home/bg_home_carousel_board.png) 0 0 no-repeat
    [all...]
  /development/samples/Home/src/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";
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);
ApplicationsStackLayout.java 17 package com.example.android.home;
34 * The ApplicationsStackLayout is a specialized layout used for the purpose of the home screen
  /dalvik/dx/src/junit/runner/
BaseTestRunner.java 216 String home= System.getProperty("user.home"); local
217 return new File(home, "junit.properties");
  /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");
  /libcore/junit/src/test/java/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);
  /external/chromium/base/
mime_util_linux.cc 398 const char* home = getenv("HOME"); local
399 if (home) {
400 FilePath legacy_data_dir(home);
408 } else if (home) {
409 FilePath local_data_dir(home);
  /external/chromium/base/third_party/xdg_mime/
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);
  /build/tools/droiddoc/templates/assets/
android-developer-core.css 278 .home #home-link a,
292 .home #home-link a:hover,
677 background:url(images/home/bg_home_announcement.png) no-repeat 0 0;
711 background:url(images/home/bg_home_carousel.png) no-repeat 0 0;
717 background: url(images/home/bg_home_carousel_board.png) 0 0 no-repeat;
740 background: url(images/home/bg_home_carousel_wheel.png) 0 0 no-repeat;
751 background-image:url(images/home/carousel_buttons_sprite.png);
  /build/tools/droiddoc/templates-pdk/
customization.cs 10 <ul class="<?cs if:home ?>home<?cs
17 <li id="home-link"><a href="<?cs var:toroot ?>index.html"><span>Home</span></a></li>
  /external/grub/
config.status 503 s,@ACLOCAL@,${SHELL} /home/dmitriyz/src-lcl/android-x86/device/tools/grub-0.97/missing --run aclocal-1.9,;t t
504 s,@AUTOCONF@,${SHELL} /home/dmitriyz/src-lcl/android-x86/device/tools/grub-0.97/missing --run autoconf,;t t
505 s,@AUTOMAKE@,${SHELL} /home/dmitriyz/src-lcl/android-x86/device/tools/grub-0.97/missing --run automake-1.9,;t t
506 s,@AUTOHEADER@,${SHELL} /home/dmitriyz/src-lcl/android-x86/device/tools/grub-0.97/missing --run autoheader,;t t
507 s,@MAKEINFO@,${SHELL} /home/dmitriyz/src-lcl/android-x86/device/tools/grub-0.97/missing --run makeinfo,;t t
508 s,@install_sh@,/home/dmitriyz/src-lcl/android-x86/device/tools/grub-0.97/install-sh,;t t
516 s,@AMTAR@,${SHELL} /home/dmitriyz/src-lcl/android-x86/device/tools/grub-0.97/missing --run tar,;t t
    [all...]
  /external/wpa_supplicant/
wpa_cli.c 1346 char *home, *hfile = NULL; local
    [all...]
  /packages/apps/Email/src/com/android/exchange/adapter/
ContactsSyncAdapter.java 357 Address home = new Address(); local
455 home.city = getValue();
458 home.country = getValue();
461 home.code = getValue();
464 home.state = getValue();
467 home.street = getValue();
604 if (home.hasData()) {
605 ops.addPostal(entity, StructuredPostal.TYPE_HOME, home.street, home.city,
606 home.state, home.country, home.code)
    [all...]
  /system/core/debuggerd/
debuggerd.c 677 "* Press HOME key to let the process continue crashing.\n"
681 /* wait for HOME key (TODO: something useful for devices w/o HOME key) */
694 int home = 0; local
702 home = 1;
712 } 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_6/wpa_supplicant/
wpa_cli.c 1661 char *home, *hfile = NULL; local
    [all...]
  /external/clearsilver/imd/
imd.cs 26 <?cs include:"/home/www/header.html" ?>
203 <?cs include:"/home/www/footer.html" ?>
  /external/elfutils/tests/
run-show-die-info.sh 35 directory : /home/drepper/gnu/new-bu/build/ttt
59 directory : /home/drepper/gnu/new-bu/build/ttt
83 directory : /home/drepper/gnu/new-bu/build/ttt
    [all...]
  /external/junit/src/junit/swingui/
TestRunner.java 582 String home= System.getProperty("user.home"); local
583 return new File(home,".junitsession");
  /external/bison/build-aux/
Makefile 197 prefix = /home/phanna/src/bison

Completed in 506 milliseconds

12 3