/external/replicaisland/src/com/replica/replicaisland/ |
D | NPCAnimationComponent.java | 34 public static final int DEATH = 9; field in NPCAnimationComponent 100 case DEATH: in update() 211 } else if (parentObject.getCurrentAction() == ActionType.DEATH) { in idle() 212 mCurrentAnimation = DEATH; in idle() 241 } else if (parentObject.getCurrentAction() == ActionType.DEATH) { in walk() 242 mCurrentAnimation = DEATH; in walk() 279 } else if (parentObject.getCurrentAction() == ActionType.DEATH) { in run() 280 mCurrentAnimation = DEATH; in run() 289 } else if (parentObject.getCurrentAction() == ActionType.DEATH) { in shoot() 290 mCurrentAnimation = DEATH; in shoot() [all …]
|
D | GenericAnimationComponent.java | 54 case DEATH: in update() 55 mSprite.playAnimation(Animation.DEATH); in update() 81 public static final int DEATH = 4; field in GenericAnimationComponent.Animation
|
D | AnimationComponent.java | 39 DEATH, enumConstant 281 } else if (currentAction == ActionType.DEATH) { in update() 287 boolean explodingDeath = parentObject.lastReceivedHitType == HitType.DEATH; in update() 308 mSprite.playAnimation(PlayerAnimations.DEATH.ordinal()); in update()
|
D | TheSourceComponent.java | 73 parentObject.setCurrentAction(ActionType.DEATH); in update() 74 currentAction = ActionType.DEATH; in update()
|
D | CollisionParameters.java | 29 public final static int DEATH = 2; // Causes instant death. field in CollisionParameters.HitType
|
D | PlayerComponent.java | 450 if (mTouchingGround && parentObject.getCurrentAction() != ActionType.DEATH) { in stateDead() 451 parentObject.setCurrentAction(ActionType.DEATH); in stateDead() 458 parentObject.setCurrentAction(ActionType.DEATH); in stateDead() 463 if (parentObject.getCurrentAction() == ActionType.DEATH && mTimer > 0.0f) { in stateDead()
|
D | GameObject.java | 64 DEATH, enumConstant
|
D | NPCComponent.java | 124 } else if (parentObject.getCurrentAction() == ActionType.DEATH) { in update() 145 parentObject.setCurrentAction(ActionType.DEATH); in update()
|
D | HitReactionComponent.java | 199 case CollisionParameters.HitType.DEATH: in receivedHit()
|
D | GameObjectFactory.java | 794 SpriteAnimation deathAnim = new SpriteAnimation(PlayerAnimations.DEATH.ordinal(), 16); 3522 SpriteAnimation die = new SpriteAnimation(NPCAnimationComponent.DEATH, 5); 3694 SpriteAnimation die = new SpriteAnimation(NPCAnimationComponent.DEATH, 5); 3768 deathSwap.setSwapAction(ActionType.DEATH); 4662 attackVolume.get(0).setHitType(HitType.DEATH);
|
/external/opencv3/3rdparty/libjasper/ |
D | LICENSE | 47 THE FAILURE OF THE SOFTWARE OR SYSTEM COULD LEAD DIRECTLY TO DEATH,
|
D | copyright | 58 THE FAILURE OF THE SOFTWARE OR SYSTEM COULD LEAD DIRECTLY TO DEATH,
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/about_files/ |
D | mpl-v11.txt | 381 LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR PERSONAL INJURY
|
/external/caliper/lib/ |
D | jersey-core-1.11.jar.txt | 289 LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR PERSONAL INJURY
|
D | jsr311-api-1.1.1.jar.txt | 289 LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR PERSONAL INJURY
|
D | jersey-client-1.11.jar.txt | 289 LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR PERSONAL INJURY
|
/external/icu/icu4c/source/data/unidata/norm2/ |
D | uts46.txt | 2955 # 2E9B..2E9E valid # 3.0 CJK RADICAL CHOKE..CJK RADICAL DEATH 3037 2F4D >6B79 # 3.0 KANGXI RADICAL DEATH
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/data/unicode/ |
D | confusables.txt | 7774 2F4D ; 6B79 ; MA #* ( ⽍ → 歹 ) KANGXI RADICAL DEATH → CJK UNIFIED IDEOGRAPH-6B79 # 7776 2E9E ; 6B7A ; MA #* ( ⺞ → 歺 ) CJK RADICAL DEATH → CJK UNIFIED IDEOGRAPH-6B7A #
|
D | UnicodeData.txt | 10593 2E9E;CJK RADICAL DEATH;So;0;ON;;;;;N;;;;; 10756 2F4D;KANGXI RADICAL DEATH;So;0;ON;<compat> 6B79;;;;N;;;;;
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/data/unicode/ |
D | confusables.txt | 7774 2F4D ; 6B79 ; MA #* ( ⽍ → 歹 ) KANGXI RADICAL DEATH → CJK UNIFIED IDEOGRAPH-6B79 # 7776 2E9E ; 6B7A ; MA #* ( ⺞ → 歺 ) CJK RADICAL DEATH → CJK UNIFIED IDEOGRAPH-6B7A #
|
D | UnicodeData.txt | 10593 2E9E;CJK RADICAL DEATH;So;0;ON;;;;;N;;;;; 10756 2F4D;KANGXI RADICAL DEATH;So;0;ON;<compat> 6B79;;;;N;;;;;
|
/external/icu/icu4c/source/data/unidata/ |
D | confusables.txt | 7774 2F4D ; 6B79 ; MA #* ( ⽍ → 歹 ) KANGXI RADICAL DEATH → CJK UNIFIED IDEOGRAPH-6B79 # 7776 2E9E ; 6B7A ; MA #* ( ⺞ → 歺 ) CJK RADICAL DEATH → CJK UNIFIED IDEOGRAPH-6B7A #
|
D | UnicodeData.txt | 10593 2E9E;CJK RADICAL DEATH;So;0;ON;;;;;N;;;;; 10756 2F4D;KANGXI RADICAL DEATH;So;0;ON;<compat> 6B79;;;;N;;;;;
|
D | ppucd.txt | 13298 cp;2E9E;na=CJK RADICAL DEATH 13466 cp;2F4D;dm=6B79;na=KANGXI RADICAL DEATH;NFKC_CF=6B79
|