HomeSort by relevance Sort by last modified time
    Searched refs:who (Results 201 - 225 of 426) sorted by null

1 2 3 4 5 6 7 891011>>

  /frameworks/base/graphics/java/android/graphics/drawable/
DrawableContainer.java 364 public void invalidateDrawable(Drawable who) {
365 if (who == mCurrDrawable && getCallback() != null) {
371 public void scheduleDrawable(Drawable who, Runnable what, long when) {
372 if (who == mCurrDrawable && getCallback() != null) {
378 public void unscheduleDrawable(Drawable who, Runnable what) {
379 if (who == mCurrDrawable && getCallback() != null) {
    [all...]
Drawable.java 297 * @param who The drawable that is requesting the update.
299 public void invalidateDrawable(Drawable who);
305 * the parameters <var>(what, who, when)</var> to perform the
308 * @param who The drawable being scheduled.
313 public void scheduleDrawable(Drawable who, Runnable what, long when);
320 * the parameters <var>(what, who)</var> to unschedule the drawable.
322 * @param who The drawable being unscheduled.
325 public void unscheduleDrawable(Drawable who, Runnable what);
    [all...]
  /external/compiler-rt/include/sanitizer/
linux_syscall_hooks.h 303 #define __sanitizer_syscall_pre_setpriority(which, who, niceval) \
304 __sanitizer_syscall_pre_impl_setpriority((long)(which), (long)(who), \
306 #define __sanitizer_syscall_post_setpriority(res, which, who, niceval) \
307 __sanitizer_syscall_post_impl_setpriority(res, (long)(which), (long)(who), \
309 #define __sanitizer_syscall_pre_getpriority(which, who) \
310 __sanitizer_syscall_pre_impl_getpriority((long)(which), (long)(who))
311 #define __sanitizer_syscall_post_getpriority(res, which, who) \
312 __sanitizer_syscall_post_impl_getpriority(res, (long)(which), (long)(who))
    [all...]
  /external/valgrind/main/coregrind/m_scheduler/
scheduler.c 263 void VG_(acquire_BigLock)(ThreadId tid, const HChar* who)
270 vg_assert(VG_(strlen)(who) <= 100-50);
271 VG_(sprintf)(buf, "waiting for lock (%s)", who);
301 vg_assert(VG_(strlen)(who) <= 150-50);
302 VG_(sprintf)(buf, " acquired lock (%s)", who);
315 const HChar* who)
331 vg_assert(VG_(strlen)(who) <= 200-100);
333 who, VG_(name_of_ThreadStatus)(sleepstate));
355 void VG_(acquire_BigLock_LL) ( const HChar* who )
361 void VG_(release_BigLock_LL) ( const HChar* who )
    [all...]
  /external/valgrind/main/helgrind/
hg_main.c 107 static void all__sanity_check ( const HChar* who ); /* fwds */
764 static void laog__sanity_check ( const HChar* who ); /* fwds */
847 static void threads__sanity_check ( const HChar* who )
874 VG_(printf)("threads__sanity_check: who=\"%s\", bad=\"%s\"\n", who, how);
882 static void locks__sanity_check ( const HChar* who )
940 VG_(printf)("locks__sanity_check: who=\"%s\", bad=\"%s\"\n", who, how);
946 static void all_except_Locks__sanity_check ( const HChar* who ) {
948 if (0) VG_(printf)("all_except_Locks__sanity_check(%s)\n", who);
5099 HChar* who = (HChar*)args[1]; local
    [all...]
  /frameworks/base/core/java/android/widget/
AbsSeekBar.java 344 protected boolean verifyDrawable(Drawable who) {
345 return who == mThumb || super.verifyDrawable(who);
FrameLayout.java 218 protected boolean verifyDrawable(Drawable who) {
219 return super.verifyDrawable(who) || (who == mForeground);
  /packages/apps/Settings/src/com/android/settings/widget/
ChartSweepView.java 344 protected boolean verifyDrawable(Drawable who) {
345 return who == mSweep || super.verifyDrawable(who);
  /frameworks/base/core/java/android/app/
IActivityManager.java 109 public void finishReceiver(IBinder who, int resultCode, String resultData, Bundle map, boolean abortBroadcast) throws RemoteException;
236 public void showWaitingForDebugger(IApplicationThread who, boolean waiting)
425 public void hang(IBinder who, boolean allowRestart) throws RemoteException;
525 public ComponentName who; field in class:IActivityManager.WaitResult
541 ComponentName.writeToParcel(who, dest);
562 who = ComponentName.readFromParcel(source);
    [all...]
PendingIntent.java 201 FinishedDispatcher(PendingIntent pi, OnFinished who, Handler handler) {
203 mWho = who;
    [all...]
Activity.java     [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
CompoundButtonTest.java 418 protected boolean verifyDrawable(Drawable who) {
419 return super.verifyDrawable(who);
FrameLayoutTest.java 373 protected boolean verifyDrawable(Drawable who) {
374 return super.verifyDrawable(who);
  /external/iproute2/ip/
iprule.c 46 int print_rule(const struct sockaddr_nl *who, struct nlmsghdr *n, void *arg)
385 static int flush_rule(const struct sockaddr_nl *who, struct nlmsghdr *n, void *arg)
  /external/libnl/lib/
cache.c 634 int nl_cache_parse(struct nl_cache_ops *ops, struct sockaddr_nl *who,
644 err = ops->co_msg_parser(ops, who, nlh, params);
handlers.c 83 static int nl_error_handler_verbose(struct sockaddr_nl *who,
  /frameworks/av/services/audiopolicy/
AudioPolicyService.h 135 virtual void binderDied(const wp<IBinder>& who);
472 virtual void binderDied(const wp<IBinder>& who);
  /frameworks/native/include/binder/
Parcel.h 397 const flat_binder_object& obj, const void* who);
399 const flat_binder_object& obj, const void* who);
  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DrawableContainerTest.java     [all...]
  /external/fio/os/
os.h 90 #define ioprio_set(which, who, prioclass, prio) (0)
  /external/fio/os/windows/
posix.c 632 int getrusage(int who, struct rusage *r_usage)
641 if (who == RUSAGE_SELF) {
644 } else if (who == RUSAGE_THREAD) {
648 log_err("fio: getrusage %d is not implemented\n", who);
  /external/libnl/lib/fib_lookup/
lookup.c 70 static int result_msg_parser(struct nl_cache_ops *ops, struct sockaddr_nl *who,
  /external/libnl/lib/netfilter/
log_msg.c 169 static int log_msg_parser(struct nl_cache_ops *ops, struct sockaddr_nl *who,
queue_msg.c 148 static int queue_msg_parser(struct nl_cache_ops *ops, struct sockaddr_nl *who,
  /external/libnl/lib/route/
cls.c 38 static int cls_msg_parser(struct nl_cache_ops *ops, struct sockaddr_nl *who,

Completed in 1030 milliseconds

1 2 3 4 5 6 7 891011>>