HomeSort by relevance Sort by last modified time
    Searched refs:who (Results 101 - 125 of 274) sorted by null

1 2 3 45 6 7 8 91011

  /external/valgrind/main/coregrind/m_debuginfo/
priv_tytypes.h 147 void ML_(pp_TyEnts)( XArray* tyents, HChar* who );
  /frameworks/base/graphics/java/android/graphics/drawable/
Drawable.java 267 * @param who The drawable that is requesting the update.
269 public void invalidateDrawable(Drawable who);
275 * the parameters <var>(what, who, when)</var> to perform the
278 * @param who The drawable being scheduled.
283 public void scheduleDrawable(Drawable who, Runnable what, long when);
290 * the parameters <var>(what, who)</var> to unschedule the drawable.
292 * @param who The drawable being unscheduled.
295 public void unscheduleDrawable(Drawable who, Runnable what);
304 * A Drawable can call this to get the resolved layout direction of the <var>who</var>.
306 * @param who The drawable being queried
    [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
AbsSeekBarTest.java 229 protected boolean verifyDrawable(Drawable who) {
230 return super.verifyDrawable(who);
  /external/iproute2/ip/
ipaddrlabel.c 57 int print_addrlabel(const struct sockaddr_nl *who, struct nlmsghdr *n, void *arg)
199 static int flush_addrlabel(const struct sockaddr_nl *who, struct nlmsghdr *n, void *arg)
rtmon.c 48 static int dump_msg(const struct sockaddr_nl *who, struct nlmsghdr *n,
ipaddress.c 220 int print_linkinfo(const struct sockaddr_nl *who,
449 int print_addrinfo(const struct sockaddr_nl *who, struct nlmsghdr *n,
636 int print_addrinfo_primary(const struct sockaddr_nl *who, struct nlmsghdr *n,
644 return print_addrinfo(who, n, arg);
647 int print_addrinfo_secondary(const struct sockaddr_nl *who, struct nlmsghdr *n,
655 return print_addrinfo(who, n, arg);
686 static int store_nlmsg(const struct sockaddr_nl *who, struct nlmsghdr *n,
703 ll_remember_index(who, n, NULL);
  /external/valgrind/main/none/tests/ppc64/
twi_tdi.c 11 void try ( char* who, void(*maybe_traps)(long), long arg )
28 printf("%s(%4lld) -> %s\n", who, (long long int)arg,
  /frameworks/av/include/media/
AudioSystem.h 248 virtual void binderDied(const wp<IBinder>& who);
264 virtual void binderDied(const wp<IBinder>& who);
AudioEffect.h 439 virtual void binderDied(const wp<IBinder>& who) {mEffect->binderDied();}
  /frameworks/base/core/java/android/widget/
ProgressBar.java 550 protected boolean verifyDrawable(Drawable who) {
551 return who == mProgressDrawable || who == mIndeterminateDrawable
552 || super.verifyDrawable(who);
    [all...]
AbsSeekBar.java 198 protected boolean verifyDrawable(Drawable who) {
199 return who == mThumb || super.verifyDrawable(who);
FrameLayout.java 183 protected boolean verifyDrawable(Drawable who) {
184 return super.verifyDrawable(who) || (who == mForeground);
Switch.java 815 protected boolean verifyDrawable(Drawable who) {
816 return super.verifyDrawable(who) || who == mThumbDrawable || who == mTrackDrawable;
  /frameworks/native/include/binder/
Parcel.h 280 const flat_binder_object& obj, const void* who);
282 const flat_binder_object& obj, const void* who);
  /packages/apps/MusicFX/src/com/android/musicfx/seekbar/
ProgressBar.java 546 protected boolean verifyDrawable(Drawable who) {
547 return who == mProgressDrawable || who == mIndeterminateDrawable
548 || super.verifyDrawable(who);
922 public int getResolvedLayoutDirection(Drawable who) {
923 return (who == mProgressDrawable || who == mIndeterminateDrawable) ?
924 getResolvedLayoutDirection() : super.getResolvedLayoutDirection(who);
    [all...]
AbsSeekBar.java 191 protected boolean verifyDrawable(Drawable who) {
192 return who == mThumb || super.verifyDrawable(who);
  /external/valgrind/main/coregrind/m_scheduler/
scheduler.c 234 void VG_(acquire_BigLock)(ThreadId tid, HChar* who)
241 vg_assert(VG_(strlen)(who) <= 100-50);
242 VG_(sprintf)(buf, "waiting for lock (%s)", who);
269 vg_assert(VG_(strlen)(who) <= 150-50);
270 VG_(sprintf)(buf, " acquired lock (%s)", who);
282 void VG_(release_BigLock)(ThreadId tid, ThreadStatus sleepstate, HChar* who)
298 vg_assert(VG_(strlen)(who) <= 200-100);
300 who, VG_(name_of_ThreadStatus)(sleepstate));
310 void VG_(acquire_BigLock_LL) ( HChar* who )
316 void VG_(release_BigLock_LL) ( HChar* who )
    [all...]
  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
ScaleDrawableTest.java 122 public void invalidateDrawable(Drawable who) {
126 public void scheduleDrawable(Drawable who, Runnable what, long when) {
130 public void unscheduleDrawable(Drawable who, Runnable what) {
146 public int getResolvedLayoutDirection(Drawable who) {
  /device/samsung/crespo4g/
device.mk 32 # vendor tree and is used by engineers who have access to it. The other
34 # and is used by people who have access to binary versions of the drivers
  /external/iproute2/lib/
ll_map.c 40 int ll_remember_index(const struct sockaddr_nl *who,
  /frameworks/av/drm/libdrmframework/include/
DrmManagerClientImpl.h 418 virtual void binderDied(const wp<IBinder>& who);
  /frameworks/av/include/media/stagefright/
CameraSource.h 130 virtual void binderDied(const wp<IBinder>& who);
  /frameworks/av/media/libmedia/
mediametadataretriever.cpp 160 void MediaMetadataRetriever::DeathNotifier::binderDied(const wp<IBinder>& who) {
  /frameworks/base/core/java/android/app/admin/
DevicePolicyManager.java 131 public boolean isAdminActive(ComponentName who) {
134 return mService.isAdminActive(who);
178 public void removeActiveAdmin(ComponentName who) {
181 mService.removeActiveAdmin(who);
    [all...]
  /cts/tests/src/android/view/cts/
MockView.java 240 protected boolean verifyDrawable(Drawable who) {
241 return super.verifyDrawable(who);

Completed in 820 milliseconds

1 2 3 45 6 7 8 91011