/development/pdk/docs/community/ |
index.jd | 29 both those trying to answer your question as well as those who may be 50 This list is for developers who want to port Android to a new device. If 62 This list is for developers who want to contribute code to the Android 72 This list is for deveopers who want to contribute to the Linux kernel that
|
/external/bluetooth/glib/ |
AUTHORS | 1 Below are just a few of the people who have contributed
|
/external/bluetooth/glib/docs/reference/ |
COPYING | 25 WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY
|
/external/e2fsprogs/ |
SUBMITTING-PATCHES | 27 person who certified (a), (b) or (c) and I have not modified
|
/external/icu4c/common/ |
servrbf.cpp | 59 // who made this change? -- dlf
|
/external/kernel-headers/original/linux/ |
resource.h | 72 int getrusage(struct task_struct *p, int who, struct rusage __user *ru);
|
/external/netcat/scripts/ |
webrelay | 9 ## Please flame pinheads who use self-referential absolute links.
|
/external/webkit/WebKitTools/iExploder/tools/ |
lasthit.rb | 6 # of all the agents who tested within that section, what their last test
|
/frameworks/base/core/java/android/app/ |
ResultInfo.java | 45 return "ResultInfo{who=" + mResultWho + ", request=" + mRequestCode
|
/frameworks/base/core/res/res/xml-en/ |
autotext.xml | 178 <word src="whod">who'd</word> 179 <word src="wholl">who'll</word> 180 <word src="whos">who's</word> 181 <word src="whove">who've</word>
|
/frameworks/base/services/java/com/android/server/am/ |
AppBindRecord.java | 29 final ProcessRecord client; // Who has started/bound the service.
|
/ndk/build/platforms/android-3/arch-arm/usr/include/sys/ |
resource.h | 51 extern int getrusage(int who, struct rusage* r_usage);
|
/ndk/build/platforms/android-4/arch-arm/usr/include/sys/ |
resource.h | 51 extern int getrusage(int who, struct rusage* r_usage);
|
/ndk/build/platforms/android-5/arch-arm/usr/include/sys/ |
resource.h | 51 extern int getrusage(int who, struct rusage* r_usage);
|
/ndk/build/platforms/android-5/arch-x86/usr/include/sys/ |
resource.h | 51 extern int getrusage(int who, struct rusage* r_usage);
|
/ndk/build/platforms/android-8/arch-arm/usr/include/sys/ |
resource.h | 51 extern int getrusage(int who, struct rusage* r_usage);
|
/ndk/build/platforms/android-8/arch-x86/usr/include/sys/ |
resource.h | 51 extern int getrusage(int who, struct rusage* r_usage);
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ |
ShortcutRefresher.java | 42 * @param listener Who to report back to.
|
/external/dropbear/libtomcrypt/notes/ |
tech0004.txt | 22 put them to use. This PRNG while simple is not entirely safe. An attacker who learns the state 34 Fortuna was designed by Niels Fergusson and Bruce Schneier [Bruce is also the guy who invented Yarrow]. It 48 Now this may seem odd at first however there is a good reason behind it. An attacker who learns pool[0] won't
|
/frameworks/policies/base/phone/com/android/internal/policy/impl/ |
RecentApplicationsBackground.java | 70 protected boolean verifyDrawable(Drawable who) { 71 return who == mBackground || super.verifyDrawable(who);
|
/external/tcpdump/ |
print-arp.c | 206 ND_PRINT((ndo, "arp who-has %s", ipaddr_string(ATMTPA(ap)))); 224 ND_PRINT((ndo, "invarp who-is ")); 288 ND_PRINT((ndo, "arp who-has %s", ipaddr_string(TPA(ap)))); 301 ND_PRINT((ndo, "rarp who-is %s tell %s", 313 ND_PRINT((ndo, "invarp who-is %s tell %s",
|
/frameworks/base/libs/binder/ |
Parcel.cpp | 61 const flat_binder_object& obj, const void* who) 66 LOG_REFS("Parcel %p acquiring reference on local %p", who, obj.cookie); 67 static_cast<IBinder*>(obj.cookie)->incStrong(who); 72 static_cast<RefBase::weakref_type*>(obj.binder)->incWeak(who); 77 LOG_REFS("Parcel %p acquiring reference on remote %p", who, b.get()); 78 b->incStrong(who); 84 if (b != NULL) b.get_refs()->incWeak(who); 98 const flat_binder_object& obj, const void* who) 103 LOG_REFS("Parcel %p releasing reference on local %p", who, obj.cookie); 104 static_cast<IBinder*>(obj.cookie)->decStrong(who); [all...] |
/development/samples/SearchableDictionary/res/raw/ |
definitions.txt | 29 administrator - n. someone who manages a government agency or department 45 ally - n. an associate who provides cooperation or assistance 56 analyst - n. someone who is skilled at analyzing data 65 apartheid - n. a social policy or racial segregation involving political and economic and legal discrimination against people who are not Whites 91 authoritarian - n. a person who behaves in a tyrannical manner 100 belle - n. a young woman who is the most charming and beautiful of several rivals 112 bore - n. a person who evokes boredom 150 collector - n. a person who collects things 168 composer - n. someone who composes music as a profession 186 constituency - n. the body of voters who elect a representative for their are [all...] |
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/ |
ClipDrawableTest.java | 548 public void invalidateDrawable(Drawable who) { 549 mInvalidateDrawable = who; 552 public void scheduleDrawable(Drawable who, Runnable what, long when) { 553 mScheduleDrawable = who; 558 public void unscheduleDrawable(Drawable who, Runnable what) { 559 mScheduleDrawable = who;
|
/bionic/libc/include/sys/ |
linux-unistd.h | 41 int getrusage (int who, struct rusage* r_usage); 184 int ioprio_set (int which, int who, int ioprio); 185 int ioprio_get (int which, int who);
|