/external/libnl-headers/netlink/genl/ |
mngt.h | 27 struct sockaddr_nl * who; member in struct:genl_info
|
/external/valgrind/main/include/ |
pub_tool_mallocfree.h | 61 extern void VG_(out_of_memory_NORETURN) ( HChar* who, SizeT szB );
|
/frameworks/av/include/media/ |
IMediaDeathNotifier.h | 48 virtual void binderDied(const wp<IBinder>& who);
|
mediametadataretriever.h | 87 virtual void binderDied(const wp<IBinder>& who);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
resource.h | 72 int getrusage(struct task_struct *p, int who, struct rusage *ru);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
resource.h | 72 int getrusage(struct task_struct *p, int who, struct rusage *ru);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
resource.h | 72 int getrusage(struct task_struct *p, int who, struct rusage *ru);
|
/packages/apps/Settings/src/com/android/settings/drawable/ |
DrawableWrapper.java | 149 public void invalidateDrawable(Drawable who) { 154 public void scheduleDrawable(Drawable who, Runnable what, long when) { 159 public void unscheduleDrawable(Drawable who, Runnable what) {
|
/system/core/libcutils/ |
iosched_policy.c | 30 extern int ioprio_set(int which, int who, int ioprio);
|
/frameworks/base/services/java/com/android/server/am/ |
PendingIntentRecord.java | 48 final String who; field in class:PendingIntentRecord.Key 66 who = _w; 117 if (who != other.who) { 118 if (who != null) { 119 if (!who.equals(other.who)) { 122 } else if (other.who != null) { 263 key.who, key.requestCode, code, finalIntent); 332 if (key.activity != null || key.who != null) [all...] |
/frameworks/base/core/java/android/app/ |
Instrumentation.java | 564 final boolean match(Context who, 569 && mWhich.match(who.getContentResolver(), intent, [all...] |
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/ |
ActionBarContainer.java | 134 protected boolean verifyDrawable(Drawable who) { 135 return (who == mBackground && !mIsSplit) || (who == mStackedBackground && mIsStacked) || 136 (who == mSplitBackground && mIsSplit) || super.verifyDrawable(who);
|
/frameworks/base/policy/src/com/android/internal/policy/impl/ |
RecentApplicationsBackground.java | 70 protected boolean verifyDrawable(Drawable who) { 71 return who == mBackground || super.verifyDrawable(who);
|
/external/valgrind/main/none/tests/amd64/ |
redundantRexW.c | 39 void pp_XMMRegs ( char* who, XMMRegs* regs ) { 41 printf ("%s (xmms in order [15..0]) {\n", who ); 50 void pp_Mem ( char* who, Mem* mem ) { 52 printf ("%s (dqws in order [15 .. 0]) {\n", who ); 95 void after_test ( char* who, XMMRegs* regs, Mem* mem ) { 102 sprintf(s, "after \"%s\"", who );
|
/frameworks/support/v4/java/android/support/v4/app/ |
ActionBarDrawerToggle.java | 533 public void invalidateDrawable(Drawable who) { 534 if (who == mWrapped) { 540 public void scheduleDrawable(Drawable who, Runnable what, long when) { 541 if (who == mWrapped) { 547 public void unscheduleDrawable(Drawable who, Runnable what) { 548 if (who == mWrapped) {
|
/cts/tests/src/android/widget/cts/ |
MockTextView.java | 217 public boolean verifyDrawable(Drawable who) { 218 return super.verifyDrawable(who);
|
/frameworks/native/libs/gui/ |
SensorManager.cpp | 80 virtual void binderDied(const wp<IBinder>& who) { 81 ALOGW("sensorservice died [%p]", who.unsafe_get());
|
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/ |
TransitionDrawableTest.java | 255 public void invalidateDrawable(Drawable who) { 259 public void scheduleDrawable(Drawable who, Runnable what, long when) { 262 public void unscheduleDrawable(Drawable who, Runnable what) { 265 public int getResolvedLayoutDirection(Drawable who) {
|
/external/valgrind/main/coregrind/ |
pub_core_transtab.h | 81 HChar* who );
|
/external/webkit/Tools/Scripts/webkitpy/common/checkout/ |
changelog_unittest.py | 49 causing problems for people who purposefully have non-Cygwin versions of
|
/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/ |
filter_functions.c | 135 double *weo, *who, opol[PITCH_WLPCORDER+1], ext[PITCH_WLPCWINLEN]; local 153 who=dp2; 173 WebRtcIsac_ZeroPoleFilter(inp, apolr, opol, PITCH_SUBFRAME_LEN, PITCH_WLPCORDER, who); 178 who+=PITCH_SUBFRAME_LEN;
|
/frameworks/av/include/camera/ |
CameraBase.h | 100 virtual void binderDied(const wp<IBinder>& who);
|
/frameworks/base/cmds/bootanimation/ |
BootAnimation.h | 51 virtual void binderDied(const wp<IBinder>& who);
|
/frameworks/base/services/common_time/ |
common_clock_service.h | 59 virtual void binderDied(const wp<IBinder>& who);
|
/frameworks/native/include/binder/ |
IBinder.h | 95 virtual void binderDied(const wp<IBinder>& who) = 0;
|