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

1 2 3 4 56 7 8 91011

  /external/valgrind/main/none/tests/ppc64/
tw_td.c 11 void try ( char* who, void(*maybe_traps)(long,long), long arg1, long arg2 )
28 printf("%s(%4lld,%4lld) -> %s\n", who, (long long int)arg1,
  /frameworks/av/camera/
Camera.cpp 406 void Camera::binderDied(const wp<IBinder>& who) {
411 void Camera::DeathNotifier::binderDied(const wp<IBinder>& who) {
  /frameworks/base/core/java/android/app/
PendingIntent.java 144 FinishedDispatcher(PendingIntent pi, OnFinished who, Handler handler) {
146 mWho = who;
IActivityManager.java 87 public void finishReceiver(IBinder who, int resultCode, String resultData, Bundle map, boolean abortBroadcast) throws RemoteException;
199 public void showWaitingForDebugger(IApplicationThread who, boolean waiting)
416 public ComponentName who; field in class:IActivityManager.WaitResult
430 ComponentName.writeToParcel(who, dest);
449 who = ComponentName.readFromParcel(source);
    [all...]
  /external/valgrind/main/helgrind/
hg_main.c 103 static void all__sanity_check ( Char* who ); /* fwds */
728 static void laog__sanity_check ( Char* who ); /* fwds */
811 static void threads__sanity_check ( Char* who )
838 VG_(printf)("threads__sanity_check: who=\"%s\", bad=\"%s\"\n", who, how);
846 static void locks__sanity_check ( Char* who )
904 VG_(printf)("locks__sanity_check: who=\"%s\", bad=\"%s\"\n", who, how);
910 static void all_except_Locks__sanity_check ( Char* who ) {
912 if (0) VG_(printf)("all_except_Locks__sanity_check(%s)\n", who);
4808 HChar* who = (HChar*)args[1]; local
    [all...]
  /frameworks/base/core/java/android/view/
WindowManagerImpl.java 431 public void closeAll(IBinder token, String who, String what) {
446 if (who != null) {
448 what + " " + who + " has leaked window "
  /frameworks/base/graphics/java/android/graphics/drawable/
LayerDrawable.java 317 public void invalidateDrawable(Drawable who) {
324 public void scheduleDrawable(Drawable who, Runnable what, long when) {
331 public void unscheduleDrawable(Drawable who, Runnable what) {
  /packages/apps/Settings/src/com/android/settings/widget/
ChartSweepView.java 343 protected boolean verifyDrawable(Drawable who) {
344 return who == mSweep || super.verifyDrawable(who);
  /external/quake/quake/src/WinQuake/
host_cmd.cpp 1433 const char *who; local
1477 who = "Console";
1479 who = cl_name.string;
1481 who = save->name;
1501 SV_ClientPrintf ("Kicked by %s: %s\n", who, message);
1503 SV_ClientPrintf ("Kicked by %s\n", who);
    [all...]
  /gdk/samples/quake/jni/
host_cmd.cpp 1433 const char *who; local
1477 who = "Console";
1479 who = cl_name.string;
1481 who = save->name;
1501 SV_ClientPrintf ("Kicked by %s: %s\n", who, message);
1503 SV_ClientPrintf ("Kicked by %s\n", who);
    [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
CompoundButtonTest.java 353 protected boolean verifyDrawable(Drawable who) {
354 return super.verifyDrawable(who);
FrameLayoutTest.java 309 protected boolean verifyDrawable(Drawable who) {
310 return super.verifyDrawable(who);
ProgressBarTest.java 425 protected boolean verifyDrawable(Drawable who) {
426 return super.verifyDrawable(who);
  /external/iproute2/ip/
iprule.c 46 int print_rule(const struct sockaddr_nl *who, struct nlmsghdr *n, void *arg)
365 static int flush_rule(const struct sockaddr_nl *who, struct nlmsghdr *n, void *arg)
  /packages/experimental/NotificationShowcase/src/com/android/example/notificationshowcase/
NotificationShowcaseActivity.java 153 private static PendingIntent makeEmailIntent(Context context, String who) {
155 Uri.parse("mailto:" + who));
192 "those who here gave their lives that that nation might live. It is "+
195 "hallow -- this ground.The brave men, living and dead, who struggled "+
199 " to be dedicated here to the unfinished work which they who fought "+
  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DrawableContainerTest.java     [all...]
  /external/kernel-headers/original/linux/
nfs4.h 107 uid_t who; member in struct:nfs4_ace
  /external/valgrind/main/coregrind/
pub_core_aspacemgr.h 101 extern void VG_(am_show_nsegments) ( Int logLevel, HChar* who );
m_debuglog.c 823 void VG_(debugLog_startup) ( Int level, HChar* who )
831 who, loglevel);
  /development/ndk/platforms/android-3/include/sys/
linux-unistd.h 41 int getrusage (int who, struct rusage* r_usage);
  /external/quake/
NOTICE 140 entire whole, and thus to each and every part regardless of who wrote it.
195 However, parties who have received copies, or rights, from you under
225 all those who receive copies directly or indirectly through you, then
251 original copyright holder who places the Program under this License
291 WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
485 entire whole, and thus to each and every part regardless of who wrote it.
540 However, parties who have received copies, or rights, from you under
570 all those who receive copies directly or indirectly through you, then
596 original copyright holder who places the Program under this License
    [all...]
  /external/valgrind/main/coregrind/m_ume/
macho.c 76 static void check_mmap(SysRes res, Addr base, SizeT len, HChar* who)
80 (ULong)base, (Long)len, who);
  /prebuilts/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/sys/
linux-unistd.h 41 int getrusage (int who, struct rusage* r_usage);
  /prebuilts/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/sys/
linux-unistd.h 41 int getrusage (int who, struct rusage* r_usage);
  /prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/sys/
linux-unistd.h 41 int getrusage (int who, struct rusage* r_usage);

Completed in 752 milliseconds

1 2 3 4 56 7 8 91011