Home
last modified time | relevance | path

Searched refs:life (Results 1 – 25 of 87) sorted by relevance

1234

/external/replicaisland/src/com/replica/replicaisland/
DHitReactionComponent.java110 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()
DLifetimeComponent.java103 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()
DGhostComponent.java64 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()
DPatrolComponent.java77 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()
DPlayerComponent.java233 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()
DGameObject.java48 public int life; field in GameObject
111 life = DEFAULT_LIFE; in reset()
DHitPlayerComponent.java51 if (player != null && player.life > 0) { in update()
DAnimationComponent.java196 if (parentObject.life == 1 && !mDamageSwap.getCurrentlySwapped()) { in update()
198 } else if (parentObject.life != 1 && mDamageSwap.getCurrentlySwapped()) { in update()
DGameObjectFactory.java949 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 …]
DTheSourceComponent.java66 if (parentObject.life > 0) { in update()
DLauncherComponent.java68 if (mShot.life <= 0) { in update()
/external/autotest/client/profilers/powertop/src/
DREADME1 What's eating the battery life of my laptop? Why isn't it many more
9 idle for long periods, which translates into a longer battery life for
28 battery life of typical laptops was increased by one hour or more!
32 maximum battery life out of your (hopefully Intel based) laptops. Try
/external/parameter-framework/upstream/skeleton-subsystem/
DREADME.md11 does not install it. If you want to see a real-life plugin and makefiles, see
/external/fio/examples/
Dssd-test.fio10 # depth and compare. Note that most real-life usage will not see that
/external/e2fsprogs/debian/
Duuid-dev.README.Debian13 tar file which is appropriately named to make life easier for
/external/autotest/client/tests/sparse/
Dcontrol14 and partly because of that easy to use. It has one mission in life:
/external/antlr/antlr-3.4/tool/
DREADME.txt5 ANTLR project lead and supreme dictator for life
57 work and might even destroy all life on this planet:
/external/autotest/client/site_tests/power_LoadTest/
Dcontrol.fast29 for any battery life estimations.
/external/antlr/antlr-3.4/gunit/
DREADME.txt21 work and might even destroy all life on this planet:
/external/zlib/src/contrib/asm686/
DREADME.68642 learned that, despite what I believed, this code still has some life
/external/parameter-framework/upstream/tools/coverage/
DREADME.md5 During the PFW's life cycle, criteria states are changed and configurations are
/external/libjpeg-turbo/testimages/
Dnightshot_iso_100.txt7 …ression research (lena, barbra, pepper etc...) have outlived their useful life and its about time …
/external/wpa_supplicant_8/src/pae/
Dieee802_1x_kay.h165 u32 life, enum mka_created_mode mode,
/external/chromium-trace/catapult/third_party/html5lib-python/
DCONTRIBUTING.rst33 request for the bugfix. This makes life much easier for maintainers
/external/llvm/test/CodeGen/X86/
Dfast-isel.ll112 define i64* @life() nounwind {

1234