Searched
full:home (Results
576 -
600 of
1051) sorted by null
<<21222324252627282930>>
/frameworks/base/awt/java/awt/color/ |
ICC_Profile.java | [all...] |
/frameworks/base/core/java/android/pim/vcard/ |
VCardConstants.java | 85 public static final String PARAM_TYPE_HOME = "HOME";
|
/frameworks/base/core/java/android/provider/ |
CallLog.java | 117 * The cached number type (Home, Work, etc) associated with the
|
/frameworks/base/docs/html/guide/developing/ |
device.jd | 69 <p>On the device, go to the home screen, press <b>MENU</b>, select <b>Applications</b> > <b>Development</b>,
|
/frameworks/base/docs/html/resources/articles/ |
avoiding-memory-leaks.jd | 79 <a href="http://android.git.kernel.org/?p=platform/packages/apps/Launcher.git;a=blob;f=src/com/android/launcher/LauncherModel.java;h=0ef2a806b767142b28b2ff3b37f21f4ca16c355d;hb=cupcake">Home screen's source code</a>
|
/frameworks/policies/base/mid/com/android/internal/policy/impl/ |
RecentApplicationsDialog.java | 188 // Skip the current home activity.
|
/frameworks/policies/base/phone/com/android/internal/policy/impl/ |
RecentApplicationsDialog.java | 204 // Skip the current home activity.
|
/packages/apps/Mms/src/com/android/mms/ui/ |
RecipientsAdapter.java | 199 * to display the default label ("Home") next to the transformation
|
/packages/apps/Protips/src/com/android/protips/ |
ProtipWidget.java | 50 /** Mister Widget appears on your home screen to provide helpful tips. */
|
/packages/apps/VoiceDialer/src/com/android/voicedialer/ |
VoiceDialerTester.java | 31 * The person has a name and a list of phones (home, mobile, work).
|
/prebuilt/darwin-x86/sdl/include/SDL/ |
SDL_keysym.h | 229 /* Arrows + Home/End pad */
|
/prebuilt/linux-x86/sdl/include/SDL/ |
SDL_keysym.h | 229 /* Arrows + Home/End pad */
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/ |
diagnostic.h | 94 from "/home/gdr/src/nifty_printer.h:56:
|
/prebuilt/sdk/tools/linux/ |
acp | |
/prebuilt/windows/sdl/host/include/SDL/ |
SDL_keysym.h | 234 /* Arrows + Home/End pad */
|
/prebuilt/windows/sdl/include/SDL/ |
SDL_keysym.h | 229 /* Arrows + Home/End pad */
|
/dalvik/libcore/logging/src/main/java/java/util/logging/ |
FileHandler.java | 77 * <li>"%h" represents the home directory of the current user, which is 78 * specified by "user.home" system property</li> 293 String homePath = System.getProperty("user.home"); //$NON-NLS-1$
|
/development/pdk/docs/source/ |
download.jd | 138 <li>This will create a .dmg file which, once mounted, acts as a drive with the required formatting for Android development. For a disk image named "android.dmg" stored in your home directory, you can add the following to your ~/.bash_profile to mount the image when you execute "mountAndroid":<br><br><div># command to mount the android file image <br>function mountAndroid{ hdiutil attach ~/android.dmg-mountpoint /Volumes/android; }<br></div> 153 <li>Make sure that /opt/local/bin is in your path before /usr/bin. by running <br>$ echo $PATH <br>If you don't see /opt/local/bin, edit $HOME/.bash_profile and add the line <br>export PATH=/opt/local/bin:$PATH <br>(or the equivalent for other shells) after any other PATH-related lines.<span>To verify that your path is now correct, o</span> 182 <ol><li><span>Make sure you have a~/bindirectory in your home directory, and check to be sure that this bin directory is in your path:</span>
|
/external/elfutils/ |
config.log | 41 PATH: /home/build/public/google/tools/ 48 PATH: /home/malchev/bin 52 PATH: /home/build/public/google/tools/
|
/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/webkit/WebKitTools/Scripts/ |
bisect-builds | 34 # the following lines (use "~/" to specify a path from your home directory): 288 our $nightlyDownloadDirectory = File::Spec->catdir($ENV{HOME}, "Library/Caches/WebKit-Nightlies"); 291 my $rcfile = File::Spec->catdir($ENV{HOME}, ".bisect-buildsrc");
|
/frameworks/base/ |
Android.mk | 397 -samplecode $(sample_dir)/Home \ 398 resources/samples/Home "Home" \
|
/sdk/eclipse/ |
changes.txt | 8 - Launched applications from ADT now behave as if they were clicked from the Home screen of the emulator. 66 - Customizable HOME package name. 85 - new launch option for activity. Can choose to launch default activity (finds an activity configured to show up in the home screen), or specific activity, or none.
|
/packages/apps/Browser/res/values/ |
strings.xml | 146 <string name="create_shortcut_bookmark">Add shortcut to Home</string> 244 <!-- Context Menu item to set the image as the home screen wallpaper --> 307 <string name="pref_content_homepage">Set home page</string> [all...] |
Completed in 63 milliseconds
<<21222324252627282930>>