HomeSort by relevance Sort by last modified time
    Searched refs:hit (Results 26 - 50 of 269) sorted by null

12 3 4 5 6 7 8 91011

  /external/replicaisland/src/com/replica/replicaisland/
BackgroundCollisionComponent.java 24 * the hit to the parent game object.
131 * 4. Add the normals of the surfaces that were hit up and normalize the result to produce
306 // If we hit multiple surfaces, merge their normals together to produce an
327 boolean hit = false;
352 hit = true;
355 return hit;
362 boolean hit = false;
382 hit = true;
388 return hit;
391 /** Comparator for hit points. *
    [all...]
AABoxCollisionVolume.java 38 int hit) {
39 super(hit);
SphereCollisionVolume.java 35 public SphereCollisionVolume(float radius, float centerX, float centerY, int hit) {
36 super(hit);
  /dalvik/hit/src/com/android/hit/
Instance.java 17 package com.android.hit;
RootObj.java 17 package com.android.hit;
Main.java 17 package com.android.hit;
  /external/chromium/net/disk_cache/
stats.h 83 int GetRatio(Counters hit, Counters miss) const;
stats.cc 44 "Open hit",
46 "Create hit",
47 "Resurrect hit",
320 int Stats::GetRatio(Counters hit, Counters miss) const {
321 int64 ratio = GetCounter(hit) * 100;
325 ratio /= (GetCounter(hit) + GetCounter(miss));
  /external/chromium_org/chrome/browser/resources/predictors/
autocomplete_action_predictor.js 17 * system is enabled and the current hit weight.
35 * system is enabled and the current hit weight.
  /external/chromium_org/net/disk_cache/
stats.h 93 int GetRatio(Counters hit, Counters miss) const;
stats.cc 44 "Open hit",
46 "Create hit",
47 "Resurrect hit",
300 int Stats::GetRatio(Counters hit, Counters miss) const {
301 int64 ratio = GetCounter(hit) * 100;
305 ratio /= (GetCounter(hit) + GetCounter(miss));
  /external/jmonkeyengine/engine/src/test/jme3test/terrain/
TerrainTestCollision.java 73 * Hit keys 1 or 2 to raise/lower the terrain at that spot.
189 //hintText.setText("Hit T to switch to wireframe");
262 CollisionResult hit = results.getClosestCollision();
266 Vector2f loc = new Vector2f(hit.getContactPoint().x, hit.getContactPoint().z);
268 System.out.println("collide " + hit.getContactPoint() + ", height: " + height + ", distance: " + hit.getDistance());
269 collisionMarker.setLocalTranslation(new Vector3f(hit.getContactPoint().x, height, hit.getContactPoint().z));
  /external/oprofile/events/x86-64/family10/
unit_masks 79 0x01 DCT0 Page hit
82 0x08 DCT1 Page hit
112 0x02 Probe hit clean
113 0x04 Probe hit dirty without memory cancel
114 0x08 Probe hit dirty with memory cancel
135 0x01 GART aperture hit on access from CPU
136 0x02 GART aperture hit on access from I/O
138 0x08 GART/DEV request hit table walk in progress
139 0x10 DEV hit
194 0x01 L2 4K TLB hit
    [all...]
  /external/chromium_org/third_party/icu/source/tools/tzcode/
zdump.c 168 static time_t hunt(char * name, time_t lot, time_t hit);
179 static time_t huntICU(char * name, time_t lot, time_t hit, FILE *fp);
673 hunt(char *name, time_t lot, time_t hit)
689 diff = (long) (hit - lot);
696 else if (t >= hit)
708 } else hit = t;
711 show(name, hit, TRUE);
712 return hit;
871 huntICU(char *name, time_t lot, time_t hit, FILE * fp)
887 diff = (long) (hit - lot)
    [all...]
icuzdump.cpp 149 UDate hit = newt; local
151 int32_t diff = (int32_t)(hit - lot);
163 hit = medt;
173 formatter->format(hit, newRawOffset + newDstOffset, (newDstOffset == 0 ? FALSE : TRUE), str);
  /external/icu4c/tools/tzcode/
zdump.c 168 static time_t hunt(char * name, time_t lot, time_t hit);
179 static time_t huntICU(char * name, time_t lot, time_t hit, FILE *fp);
673 hunt(char *name, time_t lot, time_t hit)
689 diff = (long) (hit - lot);
696 else if (t >= hit)
708 } else hit = t;
711 show(name, hit, TRUE);
712 return hit;
871 huntICU(char *name, time_t lot, time_t hit, FILE * fp)
887 diff = (long) (hit - lot)
    [all...]
icuzdump.cpp 149 UDate hit = newt; local
151 int32_t diff = (int32_t)(hit - lot);
163 hit = medt;
173 formatter->format(hit, newRawOffset + newDstOffset, (newDstOffset == 0 ? FALSE : TRUE), str);
  /external/linux-tools-perf/
builtin-inject.c 155 if (!al.map->dso->hit) {
156 al.map->dso->hit = 1;
  /external/chromium_org/chrome/renderer/pepper/
pnacl_translation_resource_host.h 48 CacheRequestInfo(PP_Bool* hit,
  /external/linux-tools-perf/util/
build-id.c 40 al.map->dso->hit = 1;
  /external/chromium_org/third_party/openssl/openssl/ssl/
s2_srvr.c 219 if (!s->hit)
252 if (s->hit)
614 s->hit=1;
638 if (!s->hit)
700 int n,hit; local
707 hit=s->hit;
708 *(p++)=(unsigned char)hit;
710 if (!hit)
724 /* If 'hit' is set, then s->sess_cert may be non-NULL or NULL
    [all...]
  /external/openssl/ssl/
s2_srvr.c 219 if (!s->hit)
252 if (s->hit)
614 s->hit=1;
638 if (!s->hit)
700 int n,hit; local
707 hit=s->hit;
708 *(p++)=(unsigned char)hit;
710 if (!hit)
724 /* If 'hit' is set, then s->sess_cert may be non-NULL or NULL
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
rfc822.py 240 hit = 0
243 hit = 1
245 hit = 0
246 if hit:
259 hit = 0
261 if hit:
265 hit = 1
266 if hit:
412 hit = 0
416 hit =
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
rfc822.py 240 hit = 0
243 hit = 1
245 hit = 0
246 if hit:
259 hit = 0
261 if hit:
265 hit = 1
266 if hit:
412 hit = 0
416 hit =
    [all...]
  /external/chromium_org/third_party/lcov/bin/
lcov 888 # "hit" -> $lines_hit (number of executed lines in file)
929 my $hitcount; # Count for lines hit
1116 # Calculate hit and found values for lines and functions of each file
1149 $data->{"hit"} = $hitcount;
1151 # Get found/hit values for function call data
1188 # ref, testfncdata hash ref, sumfnccount hash ref, lines found, lines hit,
1189 # functions found, functions hit)
1201 my $lines_hit = $_[0]->{"hit"};
1231 if (defined($_[8])) { $data_ref->{"hit"} = $_[8]; }
1258 my $hit = 0; # Number of lines with a count >
    [all...]

Completed in 828 milliseconds

12 3 4 5 6 7 8 91011