HomeSort by relevance Sort by last modified time
    Searched refs:hit (Results 51 - 75 of 251) sorted by null

1 23 4 5 6 7 8 91011

  /external/chromium_org/third_party/lcov/bin/
lcov     [all...]
  /external/oprofile/events/x86-64/family11h/
unit_masks 75 0x01 DCT0 Page hit
78 0x08 DCT1 Page hit
85 0x02 Number of stale table entry hits (hit on a page closed too soon)
106 0x02 Probe hit clean
107 0x04 Probe hit dirty without memory cancel
108 0x08 Probe hit dirty with memory cancel
127 0x10 DEV hit
  /external/oprofile/events/x86-64/hammer/
unit_masks 69 0x01 Page hit
91 0x02 Probe hit clean
92 0x04 Probe hit dirty without memory cancel
93 0x08 Probe hit dirty with memory cancel
116 0x01 GART aperture hit on access from CPU
117 0x02 GART aperture hit on access from I/O
  /dalvik/hit/src/com/android/hit/
ArrayInstance.java 17 package com.android.hit;
ClassInstance.java 17 package com.android.hit;
ClassObj.java 17 package com.android.hit;
  /external/chromium_org/v8/test/mjsunit/
debug-break-inline.js 42 // Debug event listener which sets a breakpoint first time it is hit
43 // and otherwise counts break points hit and checks that the expected
debug-script-breakpoints-closure.js 32 // Simple debug event handler which just counts the number of break points hit.
60 // Ensure the closure actually triggers a break point hit.
debug-step.js 32 // Simple debug event handler which first time hit will perform 1000 steps and
33 // second time hit will evaluate and store the value of "i". If requires that
  /external/chromium_org/v8/test/mjsunit/regress/
regress-1853.js 83 // Set the flag to prove that we hit the first break point.
87 // Set the flag to prove that we hit the second break point.
regress-1383.js 30 // hit an assertion in Code::ComputeFlags.
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
build-id.c 40 al.map->dso->hit = 1;
  /external/oprofile/events/i386/westmere/
unit_masks 67 0x10 stlb_hit DTLB second level hit
74 0x10 stlb_hit DTLB first level misses but second level hit
179 0x0e rfo_hit All L2 demand store RFOs that hit the cache
185 0xe0 lock_hit All demand L2 lock RFOs that hit the cache
204 0x01 l1d_hit Retired loads that hit the L1 data cache (Precise Event)
205 0x02 l2_hit Retired loads that hit the L2 cache (Precise Event)
206 0x04 llc_unshared_hit Retired loads that hit valid versions in the LLC cache (Precise Event)
207 0x08 other_core_l2_hit_hitm Retired loads that hit sibling core's L2 in modified or unmodified states (Precise Event)
209 0x40 hit_lfb Retired loads that miss L1D and hit an previously allocated LFB (Precise Event)
212 0x02 local_hitm Load instructions retired that HIT modified data in sibling core (Precise Event
    [all...]
  /external/oprofile/events/mips/r10000/
events 30 event:0x0c counters:1 um:zero minimum:500 name:EXTERNAL_INTERVENTION_RQ_HITS_SCACHE : External intervention request is determined to have hit in secondary cache
32 event:0x0d counters:1 um:zero minimum:500 name:EXTERNAL_INVALIDATE_RQ_HITS_SCACHE : External invalidate request is determined to have hit in secondary cache
  /external/replicaisland/src/com/replica/replicaisland/
GameObjectCollisionSystem.java 78 * @param attackVolumes A list of volumes that can hit other game objects. May be null.
138 final int hit = testAttackAgainstVulnerability( local
145 if (hit != HitType.INVALID) {
149 other.object, record.object, hit);
153 record.object, other.object, hit, hitAccepted);
190 * and returns a hit type if an intersection is found.
195 * @return The hit type of the first attacking volume that intersects a vulnerability volume,
  /external/tagsoup/src/org/ccil/cowan/tagsoup/
HTMLScanner.java 319 int hit = -1; typedefs
327 hit = i;
331 hit = i;
336 statetableIndex[theState][ch + 2] = (short) hit;
  /external/chromium_org/third_party/WebKit/ManualTests/inspector-wrappers/
inspector-wrappers-test-utils.js 40 str += "<li>Type " + params.trigger + " into the console and hit Enter";
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
xmlreport.py 10 def rate(hit, num):
11 """Return the fraction of `hit`/`num`, as a string."""
12 return "%.4g" % (float(hit) / (num or 1.0))
  /external/chromium_org/ui/views/window/
dialog_delegate_unittest.cc 189 // Ensure that the new style's BubbleFrameView hit-tests as expected.
196 const int hit; member in struct:views::__anon21791
208 EXPECT_EQ(cases[i].hit, frame->NonClientHitTest(point))
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9/
3d-raytrace.js 204 var hit = add(origin, scale(dir, far));
210 colour = closest.shader(closest, hit, dir);
219 reflected = this.intersect(hit, reflection, 0.0001, 1000000);
227 var toLight = sub(light, hit);
231 if (this.blocked(hit, toLight, distance))
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
3d-raytrace.js 204 var hit = add(origin, scale(dir, far));
210 colour = closest.shader(closest, hit, dir);
219 reflected = this.intersect(hit, reflection, 0.0001, 1000000);
227 var toLight = sub(light, hit);
231 if (this.blocked(hit, toLight, distance))
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-1.0/
3d-raytrace.js 204 var hit = add(origin, scale(dir, far));
210 colour = closest.shader(closest, hit, dir);
219 reflected = this.intersect(hit, reflection, 0.0001, 1000000);
227 var toLight = sub(light, hit);
231 if (this.blocked(hit, toLight, distance))
  /external/chromium_org/chrome/browser/safe_browsing/
database_manager.cc 45 // Records disposition information about the check. |hit| should be
48 bool hit,
54 } else if (hit) {
917 const bool hit = HandleOneCheck(check, full_hashes); local
924 bool hit = false; local
    [all...]
  /external/openssl/ssl/
d1_clnt.c 251 s->hit = 0;
332 if (s->hit)
378 s->hit = 1;
535 if (!s->hit)
568 if (s->hit)
582 if (!s->hit)
593 if (s->hit)
664 if (s->hit)
722 if (s->hit) s->ctx->stats.sess_hit++;
    [all...]
  /external/chromium_org/third_party/boringssl/src/ssl/
d1_srvr.c 341 if (s->hit)
508 if (s->hit)
569 if (s->hit)

Completed in 802 milliseconds

1 23 4 5 6 7 8 91011