/packages/apps/VoiceDialer/src/com/android/voicedialer/ |
VoiceContact.java | 35 * This class represents a person who may be called via the VoiceDialer app.
|
VoiceDialerTester.java | 30 * This class represents a person who may be called via the VoiceDialer app.
|
/prebuilt/darwin-x86/toolchain/arm-eabi-4.2.1/man/man7/ |
fsf-funding.7 | 151 they must compete to be the one who gives the most.
|
/prebuilt/darwin-x86/toolchain/arm-eabi-4.3.1/man/man7/ |
fsf-funding.7 | 150 they must compete to be the one who gives the most.
|
gpl.7 | 362 anyone who comes into possession of a copy. This License will 406 anyone who possesses the object code either (1) a copy of the 541 anyone who conveys the material (or modified versions of it) with 590 licenses of parties who have received copies or rights from you under 615 transaction who receives a copy of the work also receives whatever 630 A \*(L"contributor\*(R" is a copyright holder who authorizes use under this 686 who would receive the covered work from you, a discriminatory paten [all...] |
/prebuilt/darwin-x86/toolchain/arm-eabi-4.4.0/man/man7/ |
fsf-funding.7 | 151 they must compete to be the one who gives the most.
|
gpl.7 | 362 anyone who comes into possession of a copy. This License will 403 anyone who possesses the object code either (1) a copy of the 529 anyone who conveys the material (or modified versions of it) with 578 licenses of parties who have received copies or rights from you under 603 transaction who receives a copy of the work also receives whatever 618 A \*(L"contributor\*(R" is a copyright holder who authorizes use under this 674 who would receive the covered work from you, a discriminatory patent [all...] |
/prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/man/man7/ |
fsf-funding.7 | 151 they must compete to be the one who gives the most.
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.3.1/man/man7/ |
fsf-funding.7 | 158 they must compete to be the one who gives the most.
|
gpl.7 | 362 anyone who comes into possession of a copy. This License will 403 anyone who possesses the object code either (1) a copy of the 529 anyone who conveys the material (or modified versions of it) with 578 licenses of parties who have received copies or rights from you under 603 transaction who receives a copy of the work also receives whatever 618 A \*(L"contributor\*(R" is a copyright holder who authorizes use under this 674 who would receive the covered work from you, a discriminatory patent [all...] |
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/man/man7/ |
fsf-funding.7 | 151 they must compete to be the one who gives the most.
|
/prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/X11/ |
Xos.h | 96 * a change would break compatibility for anyone who's relying on them
|
/prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/man/man7/ |
fsf-funding.7 | 151 they must compete to be the one who gives the most.
|
/system/core/logcat/ |
event.logtags | 170 # NOTE - the range 1000000-2000000 is reserved for partners and others who
|
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/ |
DrawableContainerTest.java | [all...] |
ScaleDrawableTest.java | 157 public void invalidateDrawable(Drawable who) { 161 public void scheduleDrawable(Drawable who, Runnable what, long when) { 165 public void unscheduleDrawable(Drawable who, Runnable what) {
|
/development/simulator/wrapsim/ |
Intercept.c | 805 * For now, do some basic verification of the which and who parameters, 809 int setpriority(__priority_which_t which, id_t who, int what) 819 if ((int)who < 0) {
|
/external/bison/ |
ABOUT-NLS | 130 system libraries. For example, some Swedish users who would rather 144 people who like their own language and write it well, and who are also [all...] |
/external/elfutils/ |
ABOUT-NLS | 93 system libraries. For example, some Swedish users who would rather 107 people who like their own language and write it well, and who are also [all...] |
/external/strace/ |
strace.1 | 544 as setuid to root when the users who can execute it are restricted 545 to those users who have this trust. 632 by Branko Lankester, who also wrote the Linux kernel support.
|
/frameworks/base/cmds/am/src/com/android/commands/am/ |
Am.java | 313 result.who = intent.getComponent(); 316 if (result.who != null) { 317 System.out.println("Activity: " + result.who.flattenToShortString());
|
/frameworks/base/core/java/android/app/ |
WallpaperManager.java | 602 * @param windowToken The window who these offsets should be associated 635 * @param windowToken The window who these offsets should be associated 663 * @param windowToken The window who these offsets should be associated
|
/frameworks/base/graphics/java/android/graphics/drawable/ |
LayerDrawable.java | 295 public void invalidateDrawable(Drawable who) { 301 public void scheduleDrawable(Drawable who, Runnable what, long when) { 307 public void unscheduleDrawable(Drawable who, Runnable what) {
|
/frameworks/base/services/java/com/android/server/am/ |
HistoryRecord.java | 48 final int launchedFromUid; // always the uid who started the activity. 71 HistoryRecord resultTo; // who started this entry, so will get our reply 446 // Hmmm, who might we be waiting for?
|
/frameworks/base/docs/html/sdk/ |
OLD_RELEASENOTES.jd | 186 <li>There are no requirements on the key used to sign .apk files; locally-generated and self-signed keys are allowed. There is no PKI, and developers will not be required to purchase certificates, or similar. For developers who use the Eclipse/ADT plugin, application signing will be largely automatic. Developers who do not use Eclipse/ADT can use the standard Java jarsigner tool to sign .apk files. 207 <li>We know that these changes will affect many developers who have worked with the prior early looks at the SDK, and we are very sorry for the resulting inconvenience. We look forward to the possibilty of restoring some or all of this functionality in a later version of the Android platform. 223 <li>For performance and maintainability reasons, some APIs were moved into separate modules that must be explicitly included in the application via a directive in AndroidManifest.xml. Notable APIs that fall into this category are the MapView, and the java.awt.* classes, which each now reside in separate modules that must be imported. Developers who overlook this requirement will see ClassNotFoundExceptions that seem spurious. 225 <li>Developers who use 'adb push' to install applications must now use 'adb install', since the full package manager is now implemented. 'adb push' will no longer work to install .apk files.
|