HomeSort by relevance Sort by last modified time
    Searched defs:death (Results 1 - 6 of 6) 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
234 si->death.func = (void*) svcinfo_death;
235 si->death.ptr = si;
242 binder_link_to_death(bs, handle, &si->death);
binder.c 266 struct binder_death *death = (struct binder_death *)(uintptr_t) *(binder_uintptr_t *)ptr; local
268 death->func(bs, death->ptr);
302 void binder_link_to_death(struct binder_state *bs, uint32_t target, struct binder_death *death)
311 data.payload.cookie = (uintptr_t) death;
  /external/chromium_org/third_party/skia/tests/
MathTest.cpp 134 int death = 0; local
156 death += 1;
157 SkDebugf("death src:%d dst:%d a:%d result:%d float:%g\n",
163 SkDebugf("---- failed %d death %d\n", failed, death);
  /external/skia/tests/
MathTest.cpp 134 int death = 0; local
156 death += 1;
157 SkDebugf("death src:%d dst:%d a:%d result:%d float:%g\n",
163 SkDebugf("---- failed %d death %d\n", failed, death);
  /frameworks/base/core/java/android/app/
LoadedApk.java 1134 public void death(ComponentName name, IBinder service) { method in class:LoadedApk.ServiceDispatcher
1239 death(mName, mService); method
    [all...]

Completed in 969 milliseconds