HomeSort by relevance Sort by last modified time
    Searched defs:death (Results 1 - 7 of 7) sorted by null

  /external/replicaisland/src/com/replica/replicaisland/
NPCAnimationComponent.java 34 public static final int DEATH = 9;
100 case DEATH:
101 death(parentObject);
211 } else if (parentObject.getCurrentAction() == ActionType.DEATH) {
212 mCurrentAnimation = DEATH;
241 } else if (parentObject.getCurrentAction() == ActionType.DEATH) {
242 mCurrentAnimation = DEATH;
279 } else if (parentObject.getCurrentAction() == ActionType.DEATH) {
280 mCurrentAnimation = DEATH;
289 } else if (parentObject.getCurrentAction() == ActionType.DEATH) {
365 protected void death(GameObject parentObject) { method in class:NPCAnimationComponent
    [all...]
  /frameworks/native/cmds/servicemanager/
service_manager.c 132 struct binder_death death; member in struct:svcinfo
232 si->death.func = (void*) svcinfo_death;
233 si->death.ptr = si;
240 binder_link_to_death(bs, handle, &si->death);
binder.c 269 struct binder_death *death = (struct binder_death *)(uintptr_t) *(binder_uintptr_t *)ptr; local
271 death->func(bs, death->ptr);
305 void binder_link_to_death(struct binder_state *bs, uint32_t target, struct binder_death *death)
314 data.payload.cookie = (uintptr_t) death;
  /external/skia/tests/
MathTest.cpp 135 int death = 0; local
157 death += 1;
158 SkDebugf("death src:%d dst:%d a:%d result:%d float:%g\n",
164 SkDebugf("---- failed %d death %d\n", failed, death);
  /external/openssh/
ssh-agent.c 117 time_t death; member in struct:identity
521 if (id->death == 0)
523 if (now >= id->death) {
529 deadline = (deadline == 0) ? id->death :
530 MIN(deadline, id->death);
591 time_t death = 0; local
624 death = monotime() + seconds;
640 if (lifetime && !death)
641 death = monotime() + lifetime;
653 id->death = death
709 time_t death = 0; local
    [all...]
  /frameworks/base/core/java/android/app/
LoadedApk.java 1154 public void death(ComponentName name, IBinder service) { method in class:LoadedApk.ServiceDispatcher
1259 death(mName, mService); method
    [all...]
  /frameworks/base/services/core/java/com/android/server/am/
ActivityManagerService.java 593 * is the pid of the caller who requested it (we hold a death
11283 final IBinder.DeathRecipient death = new DeathRecipient() { local
    [all...]

Completed in 3327 milliseconds