Home
last modified time | relevance | path

Searched refs:hit (Results 1 – 25 of 352) sorted by relevance

12345678910>>...15

/external/chromium_org/ash/wm/
Dresize_shadow.cc76 void ResizeShadow::ShowForHitTest(int hit) { in ShowForHitTest() argument
78 if (hit == last_hit_test_) in ShowForHitTest()
80 last_hit_test_ = hit; in ShowForHitTest()
83 ShowLayer(image_grid_->top_left_layer(), hit == HTTOPLEFT); in ShowForHitTest()
84 ShowLayer(image_grid_->top_right_layer(), hit == HTTOPRIGHT); in ShowForHitTest()
85 ShowLayer(image_grid_->bottom_left_layer(), hit == HTBOTTOMLEFT); in ShowForHitTest()
86 ShowLayer(image_grid_->bottom_right_layer(), hit == HTBOTTOMRIGHT); in ShowForHitTest()
90 hit == HTTOPLEFT || hit == HTTOP || hit == HTTOPRIGHT); in ShowForHitTest()
92 hit == HTTOPLEFT || hit == HTLEFT || hit == HTBOTTOMLEFT); in ShowForHitTest()
94 hit == HTTOPRIGHT || hit == HTRIGHT || hit == HTBOTTOMRIGHT); in ShowForHitTest()
[all …]
/external/chromium-trace/trace-viewer/src/tracing/
Dselection.js149 var hit = this[i];
150 hit.addBoundsToRange(this.bounds_);
178 pushHit: function(hit) { argument
179 this.push_(hit);
187 push_: function(hit) { argument
188 this[this.length_++] = hit;
190 return hit;
252 var hit = this[i];
254 if (hit instanceof hitType.constructor)
255 hits[hitType.pluralName].push_(hit);
[all …]
/external/apache-http/src/org/apache/http/impl/
DDefaultConnectionReuseStrategy.java119 HeaderIterator hit = response.headerIterator(HTTP.CONN_DIRECTIVE); in keepAlive() local
120 if (!hit.hasNext()) in keepAlive()
121 hit = response.headerIterator("Proxy-Connection"); in keepAlive()
146 if (hit.hasNext()) { in keepAlive()
148 TokenIterator ti = createTokenIterator(hit); in keepAlive()
184 protected TokenIterator createTokenIterator(HeaderIterator hit) { in createTokenIterator() argument
185 return new BasicTokenIterator(hit); in createTokenIterator()
/external/mockito/cglib-and-asm/src/org/mockito/cglib/util/
DSorterTemplate.java130 int hit = mid - 1; in rotate() local
131 while (lot < hit) { in rotate()
132 swap(lot++, hit--); in rotate()
134 lot = mid; hit = hi - 1; in rotate()
135 while (lot < hit) { in rotate()
136 swap(lot++, hit--); in rotate()
138 lot = lo; hit = hi - 1; in rotate()
139 while (lot < hit) { in rotate()
140 swap(lot++, hit--); in rotate()
/external/chromium-trace/trace-viewer/src/tracing/tracks/
Dthread_track.js56 asyncTrack.decorateHit = function(hit) { argument
70 samplesTrack.decorateHit = function(hit) { argument
73 hit.thread = this.thread_;
83 cpuTrack.decorateHit = function(hit) { argument
84 hit.thread = this.thread_;
97 track.decorateHit = function(hit) { argument
98 hit.thread = this.thread_;
Dslice_track.js201 var hit = selection.addSlice(this, slice);
202 this.decorateHit(hit);
238 addItemNearToProvidedHitToSelection: function(hit, offset, selection) { argument
239 if (!hit.slice)
242 var index = this.indexOfSlice_(hit.slice);
250 var hit = selection.addSlice(this, this.slices_[newIndex]);
251 this.decorateHit(hit);
258 var hit = selection.addSlice(this, this.slices_[i]);
259 this.decorateHit(hit);
Dobject_instance_track.js211 addItemNearToProvidedHitToSelection: function(hit, offset, selection) { argument
212 if (hit instanceof tracing.SelectionObjectSnapshotHit) {
213 var index = this.objectSnapshots_.indexOf(hit.objectSnapshot);
219 } else if (hit instanceof tracing.SelectionObjectInstanceHit) {
220 var index = this.objectInstances_.indexOf(hit.objectInstance);
/external/chromium_org/third_party/lcov/contrib/galaxy/
Dgenflat.pl849 my $hit;
859 ($found, $hit, $junk) = split(",", $overview{$filename});
861 $rate = $hit * 100 / $found;
903 my $hit = 0;
921 if ($data_count > 0) { $hit++; }
924 return (\%data, $found, $hit);
949 my $hit = 0; # Number of lines with a count > 0
963 if ($data1_count > 0) { $hit++; }
976 if ($result{$line} > 0) { $hit++; }
979 return (\%result, $found, $hit);
[all …]
/external/chromium-trace/trace-viewer/src/tracing/analysis/
Danalyze_selection.js59 objectHits.forEach(function(hit) { argument
64 if (hit instanceof tracing.SelectionObjectSnapshotHit) {
65 var objectSnapshot = hit.objectSnapshot;
71 selection.addObjectSnapshot(hit.track, objectSnapshot);
75 var objectInstance = hit.objectInstance;
87 selection.addObjectInstance(hit.track, objectInstance);
Danalysis_view.js112 tryToProcessSelectionUsingCustomViewer: function(hit) { argument
118 var obj = hit.modelObject;
119 if (hit instanceof tracing.SelectionObjectSnapshotHit) {
123 } else if (hit instanceof tracing.SelectionObjectInstanceHit) {
127 } else if (hit instanceof tracing.SelectionSliceHit) {
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
Dcallchain.c52 if (rnode->hit < chain->hit) in rb_insert_callchain()
83 if (node->hit && node->hit >= min_hit) in __sort_chain_flat()
241 new->hit = period; in add_child()
271 new->hit = parent->hit; in split_add_child()
279 parent->hit = 0; in split_add_child()
283 parent->hit = period; in split_add_child()
370 root->hit += period; in append_chain()
414 if (src->hit) { in merge_chain_branch()
416 append_chain_children(dst, cursor, src->hit); in merge_chain_branch()
Dcallchain.h30 u64 hit; member
98 root->node.hit = 0; in callchain_init()
105 return node->hit + node->children_hit; in callchain_cumul_hits()
/external/oprofile/events/i386/p4-ht/
Dunit_masks15 0x01 ITLB hit
17 0x04 uncacheable ITLB hit
36 0x01 read 2nd level cache hit shared
37 0x02 read 2nd level cache hit exclusive
38 0x04 read 2nd level cache hit modified
39 0x08 read 3rd level cache hit shared
40 0x10 read 3rd level cache hit exclusive
41 0x20 read 3rd level cache hit modified
/external/chromium_org/third_party/lcov/bin/
Dgenhtml624 my ($found, $hit) = @_;
629 return int($hit * 1000 / $found) * 10 + 2 - (1 / $found);
642 my ($found, $hit, $name_sn, $name_pl) = @_;
647 return rate($hit, $found, "% ($hit of $found $name)");
1672 my $hit = 0; # Number of lines with a count > 0
1686 if ($data1_count > 0) { $hit++; }
1699 if ($result{$line} > 0) { $hit++; }
1702 return (\%result, $found, $hit);
2460 my $hit = $_[2];
2470 write_header(*HTML_HANDLE, 3, "", "", $found, $hit, $fn_found,
[all …]
Dlcov1989 my $hit = 0; # Number of lines with a count > 0
2003 if ($data1_count > 0) { $hit++; }
2016 if ($result{$line} > 0) { $hit++; }
2019 return (\%result, $found, $hit);
2548 my $hit;
2564 $sumfnccount, $testbrdata, $sumbrcount, $found, $hit,
2570 $ln_total_hit += $hit;
2582 $hit = 0;
2641 $hit++;
2646 print(INFO_HANDLE "LH:$hit\n");
[all …]
/external/linux-tools-perf/perf-3.12.0/tools/perf/
Dbuiltin-kmem.c41 u32 hit; member
147 data->hit++; in insert_alloc_stat()
158 data->hit = 1; in insert_alloc_stat()
190 data->hit++; in insert_caller_stat()
201 data->hit = 1; in insert_caller_stat()
378 (unsigned long)data->bytes_alloc / data->hit, in __print_result()
380 (unsigned long)data->bytes_req / data->hit, in __print_result()
381 (unsigned long)data->hit, in __print_result()
546 if (l->hit < r->hit) in hit_cmp()
548 else if (l->hit > r->hit) in hit_cmp()
/external/chromium-trace/trace-viewer/src/ui/
Dfilter_control.css12 .filter-control .hit-count-label {
41 .filter-control input + .hit-count-label {
45 .filter-control input:focus + .hit-count-label {
/external/chromium_org/content/browser/accessibility/
Dbrowser_accessibility_mac_unittest.mm64 // Standard hit test.
72 // Test doing a hit test on the edge of a child.
80 // This will test a hit test with invalid coordinates. It is assumed that
81 // the hit test has been narrowed down to this object or one of its children
82 // so it should return itself since it has no better hit result.
/external/oprofile/events/x86-64/family10/
Dunit_masks79 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/oprofile/events/i386/p4/
Dunit_masks15 0x01 ITLB hit
17 0x04 uncacheable ITLB hit
36 0x01 read 2nd level cache hit shared
37 0x02 read 2nd level cache hit exclusive
38 0x04 read 2nd level cache hit modified
39 0x08 read 3rd level cache hit shared
40 0x10 read 3rd level cache hit exclusive
41 0x20 read 3rd level cache hit modified
/external/chromium_org/ui/app_list/search/
Dtokenized_string_match_unittest.cc25 const gfx::Range& hit = *it; in MatchHit() local
26 marked.insert(hit.end(), 1, ']'); in MatchHit()
27 marked.insert(hit.start(), 1, '['); in MatchHit()
/external/icu/icu4c/source/tools/tzcode/
Dzdump.c168 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) in hunt() argument
689 diff = (long) (hit - lot); in hunt()
696 else if (t >= hit) in hunt()
708 } else hit = t; in hunt()
711 show(name, hit, TRUE); in hunt()
712 return hit; in hunt()
871 huntICU(char *name, time_t lot, time_t hit, FILE * fp) in huntICU() argument
887 diff = (long) (hit - lot); in huntICU()
[all …]
/external/chromium_org/third_party/icu/source/tools/tzcode/
Dzdump.c168 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) in hunt() argument
689 diff = (long) (hit - lot); in hunt()
696 else if (t >= hit) in hunt()
708 } else hit = t; in hunt()
711 show(name, hit, TRUE); in hunt()
712 return hit; in hunt()
871 huntICU(char *name, time_t lot, time_t hit, FILE * fp) in huntICU() argument
887 diff = (long) (hit - lot); in huntICU()
[all …]
/external/chromium_org/third_party/boringssl/src/ssl/
Dd1_clnt.c236 s->hit = 0; in IMPLEMENT_dtls1_meth_func()
290 if (s->hit) in IMPLEMENT_dtls1_meth_func()
405 if (!s->hit) in IMPLEMENT_dtls1_meth_func()
433 if (!s->hit) in IMPLEMENT_dtls1_meth_func()
444 if (s->hit) in IMPLEMENT_dtls1_meth_func()
485 if (s->hit) in IMPLEMENT_dtls1_meth_func()
534 if (s->hit) s->ctx->stats.sess_hit++; in IMPLEMENT_dtls1_meth_func()
/external/replicaisland/src/com/replica/replicaisland/
DBackgroundCollisionComponent.java327 boolean hit = false; in sweepHorizontal()
352 hit = true; in sweepHorizontal()
355 return hit; in sweepHorizontal()
362 boolean hit = false; in sweepVertical()
382 hit = true; in sweepVertical()
388 return hit; in sweepVertical()

12345678910>>...15