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

1 2 3 4 56 7 8 91011

  /external/v8/test/mjsunit/
codegen-coverage.js 102 // (1073741824) is outside the 31-bit smi range so it doesn't hit the
debug-enable-disable-breakpoints.js 32 // Simple debug event handler which just counts the number of break points hit.
debug-ignore-breakpoints.js 32 // Simple debug event handler which just counts the number of break points hit.
debug-multiple-breakpoints.js 32 // Simple debug event handler which just counts the number of break points hit.
debug-step-2.js 77 // Step through the function ensuring that the var statements are hit as well.
debug-step-3.js 82 // Step through the function ensuring that the var statements are hit as well.
debug-step-stub-callfunction.js 32 // Simple debug event handler which counts the number of breaks hit and steps.
debug-stepin-constructor.js 32 // Simple debug event handler which counts the number of breaks hit and steps.
debug-stepout-recursive-function.js 35 // Simple debug event handler which counts the number of breaks hit and steps.
  /external/v8/test/mjsunit/regress/
regress-1015.js 31 // therefore not hit setters in the prototype.
regress-1145.js 33 // Should not hit an assertion in debug mode.
  /external/chromium_org/third_party/openssl/openssl/ssl/
s2_lib.c 392 ret=s->hit;
s3_clnt.c 315 if (s->hit)
338 s->hit = 1;
548 if (s->hit)
614 if (s->hit)
671 if (s->hit) s->ctx->stats.sess_hit++;
991 s->hit=1;
997 s->hit=0;
1049 if (s->hit && (s->session->cipher_id != c->id))
1091 if (s->hit && j != s->session->compress_meth)
    [all...]
  /external/jmonkeyengine/engine/src/bullet-common/com/jme3/bullet/control/
KinematicRagdollControl.java 632 boolean hit = false;
636 //Computing which bone has been hit
640 hit = true;
649 hit = true;
656 //dispatching the event if the ragdoll has been hit
657 if (hit && listeners != null) {
    [all...]
  /external/linux-tools-perf/util/
symbol.h 168 u8 hit:1; member in struct:dso
  /external/openssl/ssl/
s2_lib.c 392 ret=s->hit;
s3_clnt.c 315 if (s->hit)
338 s->hit = 1;
548 if (s->hit)
614 if (s->hit)
671 if (s->hit) s->ctx->stats.sess_hit++;
991 s->hit=1;
997 s->hit=0;
1049 if (s->hit && (s->session->cipher_id != c->id))
1091 if (s->hit && j != s->session->compress_meth)
    [all...]
  /dalvik/vm/interp/
Jit.cpp 472 int hit; local
477 for (i=0, stubs=chains=hit=not_hit=0;
481 hit++;
493 hit, not_hit + hit, chains, gDvmJit.threshold,
    [all...]
  /packages/apps/Camera2/src/com/android/camera/ui/
FilmStripView.java     [all...]
  /bionic/libc/tzcode/
localtime.c 1471 register int hit; local
    [all...]
  /external/chromium_org/third_party/icu/source/tools/tzcode/
localtime.c 1444 register int hit; local
    [all...]
  /external/icu4c/tools/tzcode/
localtime.c 1444 register int hit; local
    [all...]
  /external/oprofile/events/mips/1004K/
events 90 event:0x38 counters:0 um:zero minimum:500 name:INTERVENTION_HIT_COUNT : 56-0 External interventions that hit in the cache
118 event:0x414 counters:1 um:zero minimum:500 name:CACHE_HIT_PREFETCH_INSNS : 20-1 PREFETCH instructions completed with cache hit
168 event:0x439 counters:1 um:zero minimum:500 name:INVALIDATE_INTERVENTION_HIT_COUNT : 57-1 External invalidate interventions that hit in the cache
  /external/chromium_org/third_party/icu/source/test/perf/ubrkperf/
ubrkperfold.cpp 369 int32_t noBreaks = 0, hit = 0; local
392 hit++;
  /external/chromium_org/v8/test/mjsunit/
debug-conditional-breakpoints.js 32 // Simple debug event handler which just counts the number of break points hit.

Completed in 389 milliseconds

1 2 3 4 56 7 8 91011