Searched refs:hit (Results 1 - 25 of 143) sorted by relevance

123456

/external/chromium_org/ash/wm/
H A Dresize_shadow.cc76 void ResizeShadow::ShowForHitTest(int hit) { argument
78 if (hit == last_hit_test_)
80 last_hit_test_ = hit;
83 ShowLayer(image_grid_->top_left_layer(), hit == HTTOPLEFT);
84 ShowLayer(image_grid_->top_right_layer(), hit == HTTOPRIGHT);
85 ShowLayer(image_grid_->bottom_left_layer(), hit == HTBOTTOMLEFT);
86 ShowLayer(image_grid_->bottom_right_layer(), hit == HTBOTTOMRIGHT);
90 hit == HTTOPLEFT || hit == HTTOP || hit
[all...]
/external/apache-http/src/org/apache/http/impl/
H A DDefaultConnectionReuseStrategy.java119 HeaderIterator hit = response.headerIterator(HTTP.CONN_DIRECTIVE);
120 if (!hit.hasNext())
121 hit = response.headerIterator("Proxy-Connection");
146 if (hit.hasNext()) {
148 TokenIterator ti = createTokenIterator(hit);
180 * @param hit the header iterator
184 protected TokenIterator createTokenIterator(HeaderIterator hit) { argument
185 return new BasicTokenIterator(hit);
/external/chromium-trace/trace-viewer/src/tracing/
H A Dselection.js149 var hit = this[i];
150 hit.addBoundsToRange(this.bounds_);
178 pushHit: function(hit) {
179 this.push_(hit);
187 push_: function(hit) {
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/mockito/cglib-and-asm/src/org/mockito/cglib/util/
H A DSorterTemplate.java130 int hit = mid - 1;
131 while (lot < hit) {
132 swap(lot++, hit--);
134 lot = mid; hit = hi - 1;
135 while (lot < hit) {
136 swap(lot++, hit--);
138 lot = lo; hit = hi - 1;
139 while (lot < hit) {
140 swap(lot++, hit--);
/external/chromium-trace/trace-viewer/src/tracing/tracks/
H A Dthread_track.js56 asyncTrack.decorateHit = function(hit) {
70 samplesTrack.decorateHit = function(hit) {
72 // with the hit.
73 hit.thread = this.thread_;
83 cpuTrack.decorateHit = function(hit) {
84 hit.thread = this.thread_;
97 track.decorateHit = function(hit) {
98 hit.thread = this.thread_;
H A Dprocess_track.js60 var hit = selection.addSlice(this, instantEvent);
61 this.decorateHit(hit);
H A Dslice_track.js201 var hit = selection.addSlice(this, slice);
202 this.decorateHit(hit);
229 * Add the item to the left or right of the provided hit, if any, to the
232 * @param {Number} offset Number of slices away from the hit to look.
233 * @param {Selection} selection The selection to add a hit to,
235 * @return {boolean} Whether a hit was found.
238 addItemNearToProvidedHitToSelection: function(hit, offset, selection) {
239 if (!hit.slice)
242 var index = this.indexOfSlice_(hit.slice);
250 var hit
[all...]
H A Dobject_instance_track.js202 * Add the item to the left or right of the provided hit, if any, to the
205 * @param {Number} offset Number of slices away from the hit to look.
206 * @param {Selection} selection The selection to add a hit to,
208 * @return {boolean} Whether a hit was found.
211 addItemNearToProvidedHitToSelection: function(hit, offset, selection) {
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);
227 throw new Error('Unrecognized hit');
[all...]
H A Dcounter_track.js39 * hit objects. Override this function on parent classes to add
40 * context-specific information to the hit.
42 decorateHit: function(hit) {
222 var hit = selection.addCounterSample(this, this.counter, i);
223 this.decorateHit(hit);
/external/chromium-trace/trace-viewer/src/ui/
H A 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-trace/trace-viewer/src/tracing/analysis/
H A Danalyze_selection.js59 objectHits.forEach(function(hit) {
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);
H A Danalysis_view.js112 tryToProcessSelectionUsingCustomViewer: function(hit) {
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/replicaisland/src/com/replica/replicaisland/
H A DSelectDialogComponent.java76 public void setHitReact(HitReactionComponent hit) { argument
77 mHitReact = hit;
H A DSimpleCollisionComponent.java57 final boolean hit = collision.castRay(mPreviousPosition, mCurrentPosition,
60 if (hit) {
H A DBackgroundCollisionComponent.java24 * 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 point
[all...]
/external/chromium_org/ui/app_list/search/
H A Dtokenized_string_match_unittest.cc25 const gfx::Range& hit = *it; local
26 marked.insert(hit.end(), 1, ']');
27 marked.insert(hit.start(), 1, '[');
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dcallchain.c52 if (rnode->hit < chain->hit)
83 if (node->hit && node->hit >= min_hit)
89 * sort them by hit
241 new->hit = period;
271 new->hit = parent->hit;
279 parent->hit = 0;
283 parent->hit
[all...]
H A Dcallchain.h30 u64 hit; member in struct:callchain_node
98 root->node.hit = 0;
105 return node->hit + node->children_hit;
/external/chromium_org/third_party/lcov/contrib/galaxy/
H A Dgenflat.pl421 # "hit" -> $lines_hit (number of executed lines in file)
451 my $hitcount; # Count for lines hit
597 $data->{"hit"} = $hitcount;
622 # lines hit)
631 my $lines_hit = $_[0]->{"hit"};
654 if (defined($_[5])) { $data_ref->{"hit"} = $_[5]; }
849 my $hit;
859 ($found, $hit, $junk) = split(",", $overview{$filename});
861 $rate = $hit * 100 / $found;
903 my $hit
[all...]
/external/chromium_org/third_party/skia/debugger/QT/
H A DSkCanvasWidget.h62 void hitChanged(int hit);
/external/skia/debugger/QT/
H A DSkCanvasWidget.h62 void hitChanged(int hit);
/external/valgrind/main/none/tests/
H A Dpth_cvsimple.stdout.exp13 hit threshold!
22 condvar was hit!
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A DbreakpointsList.css90 .sidebar-pane .breakpoint-hit {
94 li.breakpoint-hit .breakpoint-hit-marker {
/external/linux-tools-perf/perf-3.12.0/tools/perf/
H A Dbuiltin-kmem.c41 u32 hit; member in struct:alloc_stat
147 data->hit++;
158 data->hit = 1;
190 data->hit++;
201 data->hit = 1;
378 (unsigned long)data->bytes_alloc / data->hit,
380 (unsigned long)data->bytes_req / data->hit,
381 (unsigned long)data->hit,
546 if (l->hit < r->hit)
[all...]
/external/chromium-trace/trace-viewer/src/tcmalloc/
H A Dheap_instance_track.js163 * Used to hit-test clicks in the graph.
180 * Add the item to the left or right of the provided hit, if any, to the
183 * @param {Number} offset Number of slices away from the hit to look.
184 * @param {Selection} selection The selection to add a hit to,
186 * @return {boolean} Whether a hit was found.
189 addItemNearToProvidedHitToSelection: function(hit, offset, selection) {
190 if (hit instanceof tracing.SelectionObjectSnapshotHit) {
192 var index = objectSnapshots.indexOf(hit.objectSnapshot);
199 throw new Error('Unrecognized hit');

Completed in 693 milliseconds

123456