/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/lib/ |
libthread_db.so | |
/sdk/emulator/keymaps/ |
qwerty.kl | 29 key 102 HOME WAKE
|
/external/bluetooth/glib/docs/reference/gio/ |
migrating.xml | 60 to gnome-vfs. gnome-vfs has a home-grown trash implementation that 63 has changed from <filename>$HOME/.Trash</filename> to 64 <filename>$HOME/.local/share/Trash</filename> (or more correctly
|
/external/webkit/WebKitExamplePlugins/NetscapeCocoaPlugin/NetscapeCocoaPlugin.xcodeproj/ |
project.pbxproj | 100 productInstallPath = "$(HOME)/Library/Bundles"; 167 INSTALL_PATH = "$(HOME)/Library/Bundles"; 186 INSTALL_PATH = "$(HOME)/Library/Bundles";
|
/external/webkit/WebKitExamplePlugins/NetscapeCoreAnimationPlugin/NetscapeCoreAnimationPlugin.xcodeproj/ |
project.pbxproj | 106 productInstallPath = "$(HOME)/Library/Bundles"; 173 INSTALL_PATH = "$(HOME)/Library/Bundles"; 192 INSTALL_PATH = "$(HOME)/Library/Bundles";
|
/external/webkit/WebKitExamplePlugins/NetscapeInputMethodPlugin/NetscapeInputMethodPlugin.xcodeproj/ |
project.pbxproj | 95 productInstallPath = "$(HOME)/Library/Bundles"; 161 INSTALL_PATH = "$(HOME)/Library/Bundles"; 180 INSTALL_PATH = "$(HOME)/Library/Bundles";
|
/libcore/luni/src/test/java/tests/api/java/util/ |
PropertyPermissionTest.java | 73 "java.home", "read"); 132 "java.home", "read"); 134 "java.home", "read,write");
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/ |
arm-eabi-gcov | |
arm-eabi-nm | |
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/arm-eabi/bin/ |
nm | |
/frameworks/base/docs/html/guide/basics/ |
appmodel.jd | 23 home screen through which it is accessed, and it is available as a top-level 68 to navigate from home back to where they are and launch the same Intent as a 69 new task. Otherwise, if the user presses HOME instead of BACK from the task 71 home screen without a way to return to them.</p> 94 or home screen shortcuts. The result is that, when the user launches your 181 be finished whether the user leaves it with BACK or HOME and it will not 183 isn't specified, pressing HOME will result in the activity and its task
|
/prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/bin/ |
i686-unknown-linux-gnu-gdbserver | |
/development/simulator/app/assets/chimera-2000/ |
layout.xml | 34 <image src="::/samsung-flip-2005/home-background.png" x="22" y="426"/> 40 <button keyCode="home" src="::/samsung-flip-2005/home.png" x="22" y="426"/> 79 <button keyCode="home" src="::/htc-audiovox-5600/home.png" x="57" y="331"/> 121 <button keyCode="home" src="::/htc-audiovox-5600/home.png" x="57" y="331"/> 157 <image src="::/samsung-flip-2005/home-background.png" x="22" y="426"/> 163 <button keyCode="home" src="::/samsung-flip-2005/home.png" x="22" y="426"/ [all...] |
/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/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);
|
/libcore/luni/src/main/java/javax/xml/validation/ |
SchemaFactoryFinder.java | 202 String javah = SecuritySupport.getSystemProperty( "java.home" ); 208 // try to read from $java.home/lib/jaxp.properties 223 if (debug) debugPrintln("found " + factoryClassName + " in $java.home/jaxp.properties"); 238 // try to read from $java.home/lib/jaxp.properties 240 String javah = ss.getSystemProperty( "java.home" ); 253 debugPrintln("failed to read $java.home/lib/jaxp.properties");
|
/prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/ |
libgcc_s.so | |
libgcc_s.so.1 | |
/build/tools/droiddoc/templates/assets/ |
carousel.js | 5 the android developers home page. modified from the 75 img.setAttribute("src", toRoot + assetsRoot + "images/home/" + droid.icon); 107 imgDiv.innerHTML = "<img src='" + toRoot + assetsRoot + "images/home/" + droid.img + "'>";
|
/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...] |
/dalvik/dx/src/junit/runner/ |
BaseTestRunner.java | 216 String home= System.getProperty("user.home"); local 217 return new File(home, "junit.properties");
|
/external/emma/ |
build.xml | 107 <property name="build.target.j2se.14.home" value="${java.home}" /> 108 <property name="build.target.j2se.12.home" value="${build.target.j2se.14.home}" /> 109 <property name="build.target.j2se.13.home" value="${build.target.j2se.14.home}" /> 111 <property name="build.target.ant.15.home" value="${env.ANT_HOME}" /> 112 <property name="build.target.ant.14.home" value="${build.target.ant.15.home}" /> 117 <fail unless="j2se.is.14+">location [${build.target.j2se.14.home}] does not specify J2SE 1.4+</fail [all...] |
/external/junit/src/junit/runner/ |
BaseTestRunner.java | 231 String home= System.getProperty("user.home"); local 232 return new File(home, "junit.properties");
|
/external/webkit/WebKit/qt/docs/ |
qtwebkit.qdoc | 153 \o \c{.mozilla/plugins} in the user's home directory 154 \o \c{.netscape/plugins} in the user's home directory 195 \o \c{Library/Internet Plug-Ins} in the user's home directory
|
/external/webkit/WebKitExamplePlugins/NetscapeCoreAnimationMoviePlugin/NetscapeCoreAnimationMoviePlugin.xcodeproj/ |
project.pbxproj | 126 productInstallPath = "$(HOME)/Library/Bundles"; 199 INSTALL_PATH = "$(HOME)/Library/Bundles"; 218 INSTALL_PATH = "$(HOME)/Library/Bundles";
|