/external/replicaisland/src/com/replica/replicaisland/ |
D | HitReactionComponent.java | 110 parent.life = 0; in hitVictim() 174 if (!mForceInvincibility && !mInvincible && parent.life > 0 && !sameTeam) { in receivedHit() 175 parent.life -= 1; in receivedHit() 177 if (mBounceOnHit && parent.life > 0) { in receivedHit() 201 parent.life = 0; in receivedHit() 204 if (mInventoryUpdate != null && parent.life > 0) { in receivedHit() 210 if (mDieOnCollect && parent.life > 0) { in receivedHit() 211 parent.life = 0; in receivedHit() 215 if (mPossessionComponent != null && parent.life > 0 && attacker.life > 0) { in receivedHit()
|
D | LifetimeComponent.java | 103 if (parentObject.life > 0 && mVulnerableToDeathTiles) { in update() 109 parentObject.life = 0; in update() 114 if (parentObject.life > 0 && mDieOnHitBackground) { in update() 116 parentObject.life = 0; in update() 120 if (parentObject.life <= 0) { in update()
|
D | GhostComponent.java | 64 if (parentObject.life > 0) { in update() 81 parentObject.life = 0; in update() 138 if (parentObject.life == 0) { in update() 169 parentObject.life = 0; in releaseControl()
|
D | PatrolComponent.java | 77 if ((mFlying || parentObject.touchingGround()) && parentObject.life > 0) { in update() 109 if (mTurnToFacePlayer && player != null && player.life > 0) { in update() 192 } else if (!mFlying && !parentObject.touchingGround() && parentObject.life > 0) { in update() 218 if (mAttackAtDistance > 0 && player != null && player.life > 0 in updateAttack()
|
D | PlayerComponent.java | 233 parentObject.life = mDifficultyConstants.getMaxPlayerLife(); in update() 269 if (parentObject.life <= 0) { in update() 273 parentObject.life = 0; in update() 285 parentObject.life = 0; in update() 568 parent.life += mDifficultyConstants.getDDAStage2LifeBoost(); in adjustDifficulty() 571 parent.life += mDifficultyConstants.getDDAStage1LifeBoost(); in adjustDifficulty()
|
D | GameObject.java | 48 public int life; field in GameObject 111 life = DEFAULT_LIFE; in reset()
|
D | HitPlayerComponent.java | 51 if (player != null && player.life > 0) { in update()
|
D | AnimationComponent.java | 196 if (parentObject.life == 1 && !mDamageSwap.getCurrentlySwapped()) { in update() 198 } else if (parentObject.life != 1 && mDamageSwap.getCurrentlySwapped()) { in update()
|
D | GameObjectFactory.java | 949 object.life = PlayerComponent.getDifficultyConstants().getMaxPlayerLife(); 1856 object.life = 1; 2272 object.life = 1; 2820 object.life = 1; 3003 object.life = 1; 3255 object.life = 1; 3590 object.life = 3; 3800 object.life = 3; 3910 LifetimeComponent life = (LifetimeComponent)allocateComponent(LifetimeComponent.class); 3914 life.setReleaseGhostOnDeath(false); [all …]
|
D | TheSourceComponent.java | 66 if (parentObject.life > 0) { in update()
|
D | LauncherComponent.java | 68 if (mShot.life <= 0) { in update()
|
/external/jmonkeyengine/engine/src/core/com/jme3/effect/ |
D | ParticleEmitter.java | 837 p.life = p.startlife; in emitParticle() 903 if (particles[i].life > 0) { in killAllParticles() 921 p.life = 0; in freeParticle() 929 while (lastUsed >= 0 && particles[lastUsed].life == 0) { in freeParticle() 953 float b = (p.startlife - p.life) / p.startlife; in updateParticle() 980 if (p.life == 0) { // particle is dead in updateParticleState() 985 p.life -= tpf; in updateParticleState() 986 if (p.life <= 0) { in updateParticleState() 1009 p.life -= tpf; in updateParticleState() 1010 if (p.life <= 0){ in updateParticleState()
|
D | Particle.java | 68 public float life; field in Particle
|
/external/openssh/ |
D | authfd.c | 518 encode_constraints(struct sshbuf *m, u_int life, u_int confirm) in encode_constraints() argument 522 if (life != 0) { in encode_constraints() 524 (r = sshbuf_put_u32(m, life)) != 0) in encode_constraints() 542 u_int life, u_int confirm) in ssh_add_identity_constrained() argument 545 int r, constrained = (life || confirm); in ssh_add_identity_constrained() 586 (r = encode_constraints(msg, life, confirm)) != 0) in ssh_add_identity_constrained() 654 u_int life, u_int confirm) in ssh_update_card() argument 657 int r, constrained = (life || confirm); in ssh_update_card() 674 (r = encode_constraints(msg, life, confirm)) != 0) in ssh_update_card()
|
D | authfd.h | 34 const char *comment, u_int life, u_int confirm); 37 const char *pin, u_int life, u_int confirm);
|
D | ssh-add.0 | 7 ssh-add [-cDdkLlXx] [-E fingerprint_hash] [-t life] [file ...] 66 -t life
|
D | ssh-agent.0 | 8 [-t life] [command [arg ...]] 49 -t life
|
/external/parameter-framework/skeleton-subsystem/ |
D | README.md | 11 does not install it. If you want to see a real-life plugin and makefiles, see
|
/external/fio/examples/ |
D | ssd-test.fio | 10 # depth and compare. Note that most real-life usage will not see that
|
/external/e2fsprogs/debian/ |
D | uuid-dev.README.Debian | 13 tar file which is appropriately named to make life easier for
|
/external/antlr/antlr-3.4/tool/ |
D | README.txt | 5 ANTLR project lead and supreme dictator for life 57 work and might even destroy all life on this planet:
|
/external/antlr/antlr-3.4/gunit/ |
D | README.txt | 21 work and might even destroy all life on this planet:
|
/external/zlib/src/contrib/asm686/ |
D | README.686 | 42 learned that, despite what I believed, this code still has some life
|
/external/parameter-framework/tools/coverage/ |
D | README.md | 5 During the PFW's life cycle, criteria states are changed and configurations are
|
/external/wpa_supplicant_8/src/pae/ |
D | ieee802_1x_kay.h | 165 u32 life, enum mka_created_mode mode,
|