HomeSort by relevance Sort by last modified time
    Searched refs:HIT (Results 1 - 7 of 7) sorted by null

  /external/replicaisland/src/com/replica/replicaisland/
CollisionParameters.java 23 // HitType describes the type of hit that a victim object receives. Victims may choose to
24 // react differently to the intersection depending on the hit type.
25 // TODO: Make this a bit field so that objects can support multiple hit types.
28 public final static int HIT = 1; // Standard hit type. Life is reduced by 1.
32 public final static int DEPRESS = 5; // A hit indicating that the attacker is pressing into the victim.
33 public final static int LAUNCH = 6; // A hit indicating that the attacker will launch the victim.
HitReactionComponent.java 26 * may be configured to produce common responses to hit (taking damage, being knocked back, etc), or
104 if (mPauseOnAttack && hitType == CollisionParameters.HitType.HIT) {
148 /** Called when this object is hit by another object. */
159 // special case. If we're waiting for a hit type to spawn an event and
160 // another event has just happened, eat this hit so we don't miss
171 case CollisionParameters.HitType.HIT:
172 // don't hit our friends, if we have friends.
195 // Ignore this hit.
GameObjectFactory.java     [all...]
  /external/oprofile/events/i386/westmere/
events 19 event:0x0f counters:0,1,2,3 um:mem_uncore_retired minimum:40000 name:MEM_UNCORE_RETIRED : Load instructions retired that HIT modified data in sibling core (Precise Event)
45 event:0x82 counters:0,1,2,3 um:x01 minimum:200000 name:LARGE_ITLB : Large ITLB hit
61 event:0xb8 counters:0,1,2,3 um:snoop_response minimum:100000 name:SNOOP_RESPONSE : Thread responded HIT to snoop
  /external/oprofile/events/i386/atom/
events 57 event:0x7A counters:0,1 um:agent minimum:500 name:BUS_HIT_DRV : HIT signal asserted
  /external/oprofile/events/i386/nehalem/
unit_masks 45 0x02 other_core_l2_hitm Counts number of memory load instructions retired where the memory reference hit modified data in a sibling core residing on the same socket
46 0x08 remote_cache_local_home_hit Counts number of memory load instructions retired where the memory reference missed the L1, L2 and LLC caches and HIT in a remote socket's cache
81 0x01 ld_hit Counts number of loads that hit the L2 cache
84 0x04 rfo_hit Counts the number of store RFO requests that hit the L2 cache
87 0x10 ifetch_hit Counts number of instruction fetches that hit the L2 cache
112 0x0E hit Counts number of L2 store RFO requests where the cache line to be loaded is in either the S, E or M states
118 0xE0 hit Counts number of L2 demand lock RFO requests where the cache line to be loaded is in either the S, E, or M state
145 0x01 hit Counts retired load locks that hit in the L1 data cache or hit in an already allocated fill buffe
    [all...]
events 29 event:0x0F counters:0,1,2,3 um:mem_uncore_retired minimum:6000 name:MEM_UNCORE_RETIRED : Counts number of memory load instructions retired where the memory reference hit modified data in another core
80 event:0xB8 counters:0,1,2,3 um:snoop_response minimum:6000 name:SNOOP_RESPONSE : Counts HIT snoop response sent by this thread in response to a snoop request.

Completed in 1031 milliseconds