Home
last modified time | relevance | path

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

1234567

/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()
/external/skqp/tests/
DCanvasTest.cpp730 bool life[2]; in DEF_TEST() local
732 LifeLineCanvas c0(w, h, &life[0]); in DEF_TEST()
733 REPORTER_ASSERT(r, life[0]); in DEF_TEST()
735 REPORTER_ASSERT(r, !life[0]); in DEF_TEST()
738 std::unique_ptr<SkCanvas> c0 = std::unique_ptr<SkCanvas>(new LifeLineCanvas(w, h, &life[0])); in DEF_TEST()
739 std::unique_ptr<SkCanvas> c1 = std::unique_ptr<SkCanvas>(new LifeLineCanvas(w, h, &life[1])); in DEF_TEST()
740 REPORTER_ASSERT(r, life[0]); in DEF_TEST()
741 REPORTER_ASSERT(r, life[1]); in DEF_TEST()
747 REPORTER_ASSERT(r, life[0]); in DEF_TEST()
748 REPORTER_ASSERT(r, life[1]); in DEF_TEST()
[all …]
/external/skia/tests/
DCanvasTest.cpp730 bool life[2]; in DEF_TEST() local
732 LifeLineCanvas c0(w, h, &life[0]); in DEF_TEST()
733 REPORTER_ASSERT(r, life[0]); in DEF_TEST()
735 REPORTER_ASSERT(r, !life[0]); in DEF_TEST()
738 std::unique_ptr<SkCanvas> c0 = std::unique_ptr<SkCanvas>(new LifeLineCanvas(w, h, &life[0])); in DEF_TEST()
739 std::unique_ptr<SkCanvas> c1 = std::unique_ptr<SkCanvas>(new LifeLineCanvas(w, h, &life[1])); in DEF_TEST()
740 REPORTER_ASSERT(r, life[0]); in DEF_TEST()
741 REPORTER_ASSERT(r, life[1]); in DEF_TEST()
747 REPORTER_ASSERT(r, life[0]); in DEF_TEST()
748 REPORTER_ASSERT(r, life[1]); in DEF_TEST()
[all …]
/external/openssh/
Dauthfd.c530 encode_constraints(struct sshbuf *m, u_int life, u_int confirm) in encode_constraints() argument
534 if (life != 0) { in encode_constraints()
536 (r = sshbuf_put_u32(m, life)) != 0) in encode_constraints()
554 u_int life, u_int confirm) in ssh_add_identity_constrained() argument
557 int r, constrained = (life || confirm); in ssh_add_identity_constrained()
596 (r = encode_constraints(msg, life, confirm)) != 0) in ssh_add_identity_constrained()
664 u_int life, u_int confirm) in ssh_update_card() argument
667 int r, constrained = (life || confirm); in ssh_update_card()
684 (r = encode_constraints(msg, life, confirm)) != 0) in ssh_update_card()
Dauthfd.h34 const char *comment, u_int life, u_int confirm);
37 const char *pin, u_int life, u_int confirm);
/external/autotest/client/site_tests/power_LoadTest/
DREADME.md6 Modern mobile computers are sold with an advertised battery life, ranging from a
8 many users report that their actual battery life doesn’t match up with the
10 life that is as close as possible to what an average user experiences. Thus
12 resultant battery life. This test is as an [open source][1] Chrome extension
138 life.
140 Estimate your total battery life by this calculation,
145 battery life would be,
153 which we use to track platforms battery life. However that only tells part of
155 measurements that should be examined to ensure the battery life estimate is
189 experienced battery life differs from tested battery life, we will use this
/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/python/cpython3/Tools/demo/
DREADME7 life.py Curses programming: Simple game-of-life.
/external/toolchain-utils/go/
Dtest_go76 run_test misc/cgo/{stdio,life}
/external/autotest/client/site_tests/autoupdate_EOL/
Dcontrol15 This test will check that the DUT behaves correctly in an end of life scenario.
/external/e2fsprogs/doc/RelNotes/
Dv1.38.txt16 consistency, and to make life easier for translators. Fixed a few
19 make life easier for translators.
119 make life easier for translators.
/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/perfetto/docs/
Dtoc.md16 * [Life of a tracing session](life-of-a-tracing-session.md)
/external/python/cpython2/Demo/curses/
DREADME24 life.py -- Simple game of Life
/external/autotest/client/site_tests/hardware_StorageWearoutDetect/
Dcontrol13 # flakes due to random machine allocation when a DUT nears end of life (and slow
/external/e2fsprogs/debian/
Duuid-dev.README.Debian13 tar file which is appropriately named to make life easier for
/external/u-boot/drivers/mtd/ubi/
DKconfig36 other flashes which have eraseblock life-cycle 100000 or more.
38 life-cycle less than 10000, the threshold should be lessened (e.g.,
/external/antlr/
DREADME.txt5 ANTLR project lead and supreme dictator for life
57 work and might even destroy all life on this planet:

1234567