OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:attacker
(Results
1 - 2
of
2
) sorted by null
/external/replicaisland/src/com/replica/replicaisland/
HitReactionComponent.java
149
public boolean receivedHit(GameObject parent, GameObject
attacker
, int hitType) {
173
final boolean sameTeam = (parent.team ==
attacker
.team && parent.team != Team.NONE);
180
newVelocity.subtract(
attacker
.getPosition());
205
InventoryComponent attackerInventory =
attacker
.findByClass(InventoryComponent.class);
215
if (mPossessionComponent != null && parent.life > 0 &&
attacker
.life > 0) {
/external/chromium_org/net/url_request/
url_request_throttler_simulation_unittest.cc
506
Requester*
attacker
= new Requester(throttler_entry.get(),
local
510
attacker
->SetStartupJitter(TimeDelta::FromSeconds(120));
511
requesters.push_back(
attacker
);
512
simulation.AddActor(
attacker
);
Completed in 192 milliseconds