/external/chromium_org/v8/test/mjsunit/ |
debug-step-2.js | 78 // 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.
|
debug-conditional-breakpoints.js | 32 // Simple debug event handler which just counts the number of break points hit.
|
debug-evaluate.js | 149 // Set a break point at return in f and invoke g to hit the breakpoint.
|
/external/chromium_org/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.
|
regress-latin-1.js | 58 // Should have hit the branch for the following char codes:
|
/external/linux-tools-perf/perf-3.12.0/tools/perf/ |
builtin-inject.c | 225 if (!al.map->dso->hit) { 226 al.map->dso->hit = 1;
|
builtin-mem.c | 81 al.map->dso->hit = 1;
|
/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...] |
/external/oprofile/events/mips/r12000/ |
events | 32 event:0x1c counters:0,1,2,3 um:zero minimum:500 name:STATE_OF_SCACHE_INTERVENTION_HIT : State of external intervention hit in secondary cache
|
/external/chromium_org/remoting/webapp/browser_test/ |
scrollbar_browser_test.js | 123 * and visible. To do this, it performs a hit-test close to the right and 125 * it completely, the hit-test will return the content unless there is a
|
/external/chromium_org/third_party/boringssl/src/ssl/ |
s3_clnt.c | 280 if (s->hit) 446 if (s->hit) 516 if (s->hit) 567 if (s->hit) s->ctx->stats.sess_hit++; 858 s->hit = 0; 873 s->hit = 1; 877 if (!s->hit && CBS_len(&session_id) != 0 && 889 s->hit = 1; 893 if (!s->hit) 949 if (s->hit && (s->session->cipher_id != c->id) [all...] |
t1_lib.c | [all...] |
/external/chromium_org/ui/file_manager/file_manager/foreground/js/ |
file_table.js | 282 * and hitPosition where the horizontal position is hit in the column. 332 * Obtains the index list of elements that are hit by the point or the 339 * @return {Array.<number>} Index list of hit elements. 373 * @return {boolean} True if the mouse is hit to the background of the list. 401 // If the horizontal value is not hit to column, it should start the drag
|
/external/openssl/ssl/ |
s3_srvr.c | 398 if (s->hit) 406 if (s->hit) 737 if (s->hit) 749 if (!s->hit && s->s3->tlsext_channel_id_new) 807 if (s->hit) 1024 s->hit=0; 1052 s->hit=1; 1144 /* If it is a hit, check that the cipher is in the list */ 1145 if ((s->hit) && (i > 0)) [all...] |
/packages/apps/Camera2/src/com/android/camera/widget/ |
FilmstripView.java | 2771 int hit = 0; typedefs [all...] |
/bionic/libc/tzcode/ |
localtime.c | 1474 register int hit; local [all...] |
/external/chromium_org/third_party/icu/source/tools/tzcode/ |
localtime.c | 1444 register int hit; local [all...] |
/external/icu/icu4c/source/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++;
|