/external/proguard/docs/ |
D | alternatives.html | 52 <td align="center"><img src="checkmark.gif" width="11" height="11" alt="x" /></td> 53 <td align="center"><img src="checkmark.gif" width="11" height="11" alt="x" /></td> 54 <td align="center"><img src="checkmark.gif" width="11" height="11" alt="x" /></td> 55 <td align="center"><img src="checkmark.gif" width="11" height="11" alt="x" /></td> 62 <td align="center"><img src="checkmark.gif" width="11" height="11" alt="x" /></td> 63 <td align="center"><img src="checkmark.gif" width="11" height="11" alt="x" /></td> 64 <td align="center"><img src="checkmark.gif" width="11" height="11" alt="x" /></td> 65 <td align="center"><br /></td> 72 <td align="center"><img src="checkmark.gif" width="11" height="11" alt="x" /></td> 73 <td align="center"><img src="checkmark.gif" width="11" height="11" alt="x" /></td> [all …]
|
D | results.html | 48 <td align="center">10.3 K</td> 49 <td align="center">9.8 K</td> 50 <td align="center">9.6 K</td> 51 <td align="center">8.5 K</td> 52 <td align="center">18 %</td> 53 <td align="center">2 s</td> 54 <td align="center">19 M</td> 59 <td align="center">290 K</td> 60 <td align="center">281 K</td> 61 <td align="center">270 K</td> [all …]
|
/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/test/blink/interpolation/ |
D | background-position-origin-interpolation.html | 27 from: 'center center', 30 {at: 0, is: 'center center'}, 37 // center-top 40 from: 'center center', 41 to: 'center top 20px', 43 {at: 0, is: 'center center'}, 47 {at: 1, is: 'center top 20px'}, 53 from: 'center center', 56 {at: 0, is: 'center center'}, 63 // left-center [all …]
|
/external/libpcap/ |
D | pcap-sita.html | 29 <CENTER> 42 </CENTER> 53 <CENTER> 69 </CENTER> 402 <TD VALIGN=TOP ALIGN=CENTER NOWRAP>SMP -> IOP</TD> 407 <TH VALIGN=TOP ALIGN=CENTER>Name/<BR>Purpose</TH> 408 <TH VALIGN=TOP ALIGN=CENTER NOWRAP>Size<BR>(in bytes)</TH> 409 <TH VALIGN=TOP ALIGN=CENTER>Description</TH> 413 <TD VALIGN=TOP ALIGN=CENTER>1</TD> 420 <TD VALIGN=TOP ALIGN=CENTER NOWRAP>IOP -> SMP</TD> [all …]
|
/external/clang/www/ |
D | cxx_dr_status.html | 48 <td class="none" align="center">No</td> 54 <td align="center">Not resolved</td> 60 <td class="full" align="center">Yes</td> 66 <td class="full" align="center">Yes</td> 72 <td class="full" align="center">Yes</td> 78 <td align="center">Not resolved</td> 84 <td class="full" align="center">Yes</td> 90 <td class="full" align="center">Duplicate of <a href="#45">45</a></td> 96 <td class="full" align="center">Yes</td> 102 <td class="full" align="center">Duplicate of <a href="#45">45</a></td> [all …]
|
D | cxx_status.html | 82 <td class="full" align="center">Clang 2.9</td> 87 <td class="full" align="center">Clang 2.9</td> 92 <td class="full" align="center">Clang 2.9</td> 97 <td class="full" align="center">Clang 3.0</td> 102 <td class="full" align="center">Clang 2.9</td> 107 <td class="full" align="center">Clang 2.9</td> 112 <td class="full" align="center">Clang 3.1</td> 117 <td class="full" align="center">Clang 2.9</td> 122 <td class="full" align="center">Clang 2.9</td> 127 <td class="full" align="center">Clang 2.9</td> [all …]
|
/external/opencv3/modules/core/misc/java/test/ |
D | RotatedRectTest.java | 12 private Point center; field in RotatedRectTest 19 center = new Point(matSize / 2, matSize / 2); in setUp() 30 RotatedRect rr = new RotatedRect(center, size, angle); in testBoundingRect() 35 …assertTrue((r.x == Math.floor(center.x - halfDiagonal)) && (r.y == Math.floor(center.y - halfDiago… in testBoundingRect() 37 …assertTrue((r.br().x >= Math.ceil(center.x + halfDiagonal)) && (r.br().y >= Math.ceil(center.y + h… in testBoundingRect() 39 …assertTrue((r.br().x - Math.ceil(center.x + halfDiagonal)) <= 1 && (r.br().y - Math.ceil(center.y … in testBoundingRect() 43 RotatedRect rrect = new RotatedRect(center, size, angle); in testClone() 47 assertTrue(rrect.center.equals(clone.center)); in testClone() 57 RotatedRect rrect1 = new RotatedRect(center, size, angle); in testEqualsObject() 72 clone1.center.x += 1; in testEqualsObject() [all …]
|
/external/opencv3/modules/core/misc/java/src/java/ |
D | core+RotatedRect.java | 6 public Point center; field in RotatedRect 11 this.center = new Point(); in RotatedRect() 17 this.center = c.clone(); in RotatedRect() 29 center.x = vals.length > 0 ? (double) vals[0] : 0; in set() 30 center.y = vals.length > 1 ? (double) vals[1] : 0; in set() 35 center.x = 0; in set() 36 center.x = 0; in set() 50 center.x - a * size.height - b * size.width, in points() 51 center.y + b * size.height - a * size.width); in points() 54 center.x + a * size.height - b * size.width, in points() [all …]
|
/external/opencv3/modules/video/test/ |
D | test_camshift.cpp | 118 double cx = box0.center.x; in generate_object() 119 double cy = box0.center.y; in generate_object() 177 box0.center.x = (float)(img_size.width*0.5 + (cvtest::randReal(rng)-0.5)*(img_size.width - m)); in prepare_test_case() 178 … box0.center.y = (float)(img_size.height*0.5 + (cvtest::randReal(rng)-0.5)*(img_size.height - m)); in prepare_test_case() 242 init_rect.x = cvFloor(box0.center.x - m*(0.45 + cvtest::randReal(rng)*0.2)); in prepare_test_case() 243 init_rect.y = cvFloor(box0.center.y - m*(0.45 + cvtest::randReal(rng)*0.2)); in prepare_test_case() 244 … init_rect.width = cvCeil(box0.center.x + m*(0.45 + cvtest::randReal(rng)*0.2) - init_rect.x); in prepare_test_case() 245 … init_rect.height = cvCeil(box0.center.y + m*(0.45 + cvtest::randReal(rng)*0.2) - init_rect.y); in prepare_test_case() 278 cvIsNaN(box.center.x) || cvIsInf(box.center.x) || in validate_test_results() 279 cvIsNaN(box.center.y) || cvIsInf(box.center.y) || in validate_test_results() [all …]
|
/external/opencv3/modules/imgproc/test/ |
D | test_intersection.cpp | 104 rect1.center.x = 0; in test1() 105 rect1.center.y = 0; in test1() 110 rect2.center.x = 10; in test1() 111 rect2.center.y = 10; in test1() 130 rect1.center.x = 0; in test2() 131 rect1.center.y = 0; in test2() 136 rect2.center.x = 1; in test2() 137 rect2.center.y = 1; in test2() 178 rect1.center.x = 0; in test3() 179 rect1.center.y = 0; in test3() [all …]
|
/external/autotest/client/site_tests/firmware_TouchMTB/ |
D | touchbotII_robot_wrapper.py | 29 # the center of the touchpad. 38 CENTER = 0.5 variable 126 GV.LR: (START, CENTER, END, CENTER), 127 GV.RL: (END, CENTER, START, CENTER), 128 GV.TB: (CENTER, START, CENTER, END), 129 GV.BT: (CENTER, END, CENTER, START), 134 GV.CUR: (CENTER, CENTER, END, START), 135 GV.CUL: (CENTER, CENTER, START, START), 136 GV.CLR: (CENTER, CENTER, END, END), 137 GV.CLL: (CENTER, CENTER, START, END), [all …]
|
/external/icu/icu4c/source/i18n/unicode/ |
D | smpdtfmt.h | 82 * <th style="text-align: center">Sym.</th> 83 * <th style="text-align: center">No.</th> 89 * <td style="text-align: center" rowspan="3">G</td> 90 * <td style="text-align: center">1..3</td> 96 * <td style="text-align: center">4</td> 100 * <td style="text-align: center">5</td> 105 * <td style="text-align: center">y</td> 106 * <td style="text-align: center">1..n</td> 109 * length. Example:<div align="center"> 110 * <center> [all …]
|
/external/icu/icu4c/ |
D | APIChangeReport.html | 313 …ymbol::kExponentMultiplicationSymbol</td><td class="" colspan="2" align="center">Draft→Stable… 316 …mat::isDecimalPatternMatchRequired()</td><td class="" colspan="2" align="center">Draft→Stable… 319 …u::DecimalFormat::getCurrencyUsage()</td><td class="" colspan="2" align="center">Draft→Stable… 322 …cyUsage(UCurrencyUsage, UErrorCode*)</td><td class="" colspan="2" align="center">Draft→Stable… 325 …etDecimalPatternMatchRequired(UBool)</td><td class="" colspan="2" align="center">Draft→Stable… 328 …_t&, DtContextType, DtWidthType)</td><td class="" colspan="2" align="center">Draft→Stable… 331 …_t&, DtContextType, DtWidthType)</td><td class="" colspan="2" align="center">Draft→Stable… 334 …int32_t, DtContextType, DtWidthType)</td><td class="" colspan="2" align="center">Draft→Stable… 337 …int32_t, DtContextType, DtWidthType)</td><td class="" colspan="2" align="center">Draft→Stable… 364 …">UBool icu::Locale::isRightToLeft()</td><td class="" colspan="2" align="center">Draft→Stable… [all …]
|
/external/libvorbis/doc/ |
D | Vorbis_I_spec.css | 32 center { margin-top:1em; margin-bottom:1em; } selector 33 td center { margin-top:0em; margin-bottom:0em; } 49 td.displaylines {text-align:center; white-space:nowrap;} 50 .centerline {text-align:center;} 55 div.center div.fbox {text-align:center; clear:both; padding-left:3.0pt; padding-right:3.0pt; text-i… 57 div.center, div.center div.center {text-align: center; margin-left:1em; margin-right:1em;} 58 div.center div {text-align: left;} 65 .framebox-c {text-align:center;} 70 div.tabular, div.center div.tabular {text-align: center; margin-top:0.5em; margin-bottom:0.5em; } 93 div.float img {text-align:center;} [all …]
|
/external/icu/icu4j/ |
D | readme.html | 206 <td align="center">-</td> 207 <td align="center">-</td> 208 <td align="center">-</td> 209 <td align="center" bgcolor="#DDDDFF">Regularly tested</td> 210 <td align="center">-</td> 211 <td align="center" bgcolor="#DDDDFF">Regularly tested</td> 212 <td align="center">-</td> 213 <td align="center" bgcolor="#DDDDFF">Regularly tested</td> 217 <td align="center">-</td> 218 <td align="center">-</td> [all …]
|
/external/opencv3/samples/cpp/ |
D | kalman.cpp | 8 static inline Point calcPoint(Point2f center, double R, double angle) in calcPoint() argument 10 return center + Point2f((float)cos(angle), (float)-sin(angle))*(float)R; in calcPoint() 54 Point2f center(img.cols*0.5f, img.rows*0.5f); in main() local 57 Point statePt = calcPoint(center, R, stateAngle); in main() 61 Point predictPt = calcPoint(center, R, predictAngle); in main() 69 Point measPt = calcPoint(center, R, measAngle); in main() 72 #define drawCross( center, color, d ) \ in main() argument 73 line( img, Point( center.x - d, center.y - d ), \ in main() 74 Point( center.x + d, center.y + d ), color, 1, LINE_AA, 0); \ in main() 75 line( img, Point( center.x + d, center.y - d ), \ in main() [all …]
|
/external/opencv3/3rdparty/openexr/Imath/ |
D | ImathFrustumTest.h | 104 // BBoxes: To test an axis-aligned bbox, test the center against each plane 109 // Spheres: To test a sphere, test the center against each plane 241 Vec3<T> center = sphere.center; in isVisible() local 245 Vec3<T> d0 = planeNormX[0] * center.x in isVisible() 246 + planeNormY[0] * center.y in isVisible() 247 + planeNormZ[0] * center.z in isVisible() 254 Vec3<T> d1 = planeNormX[1] * center.x in isVisible() 255 + planeNormY[1] * center.y in isVisible() 256 + planeNormZ[1] * center.z in isVisible() 275 Vec3<T> center = sphere.center; in completelyContains() local [all …]
|
/external/libcxx/www/ |
D | debug_mode.html | 31 <td align="center"> ✓ </td> 40 <td align="center"> ✓ </td> 49 <td align="center"> ✓ </td> 58 <td align="center"> ✓ </td> 67 <td align="center"> ✓ </td> 76 <td align="center"><!-- ✓ --></td> 85 <td align="center"><!-- ✓ --></td> 94 <td align="center"><!-- ✓ --></td> 103 <td align="center"><!-- ✓ --></td> 112 <td align="center"><!-- ✓ --></td> [all …]
|
/external/libxml2/result/HTML/ |
D | doc3.htm.err | 17 </P></TD></TR></TBODY></TABLE></CENTER></TD></TR></TBODY></TABLE></CENTER></P> 32 light.com/ad_static.asp?pid=2097&sid=1881&asid=7708"></a></IFRAME></CENTER></LI> 35 om/ad_static.asp?pid=2097&sid=1881&asid=7708"></a></IFRAME></CENTER></LI></FONT> 38 =7708"></a></IFRAME></CENTER></LI></FONT></TD></TR></TBODY></TABLE></CENTER></P> 41 archive</A></FONT> </FORM></CENTER></TD></TR></TBODY></TABLE><!-- 61 ./test/HTML/doc3.htm:826: HTML parser error : Opening and ending tag mismatch: form and center 65 Special<BR>Code:BP6-hd</FONT></A> </P></CENTER></TD></TR></TBODY></T 67 ./test/HTML/doc3.htm:833: HTML parser error : Opening and ending tag mismatch: center and td 68 Special<BR>Code:BP6-hd</FONT></A> </P></CENTER></TD></TR></TBODY></T 71 width="100%"> </TD></TR></TBODY></TABLE></P></CENTER></TR></TBODY></TABLE>< [all …]
|
/external/skia/include/c/ |
D | sk_shader.h | 54 Returns a shader that generates a radial gradient given the center 57 @param center The center of the circle for this gradient 61 between the center and edge of the circle 65 distributed evenly between the center and edge of 74 sk_shader_t* sk_shader_new_radial_gradient(const sk_point_t* center, 83 Returns a shader that generates a sweep gradient given a center. 85 @param center The coordinates of the center of the sweep 87 the center. 91 distributed evenly between the center and edge of 99 sk_shader_t* sk_shader_new_sweep_gradient(const sk_point_t* center, [all …]
|
/external/messageformat/ |
D | readme.html | 182 <td align="center">-</td> 183 <td align="center" bgcolor="#DDDDFF">Regularly tested</td> 184 <td align="center">-</td> 185 <td align="center" bgcolor="#DDDDFF">Regularly tested</td> 186 <td align="center">-</td> 187 <td align="center" bgcolor="#DDDDFF">Regularly tested</td> 191 <td align="center">-</td> 192 <td align="center" bgcolor="#CCCCFF"><em><b>Reference platform</b></em></td> 193 <td align="center">-</td> 194 <td align="center" bgcolor="#DDDDFF">Regularly tested</td> [all …]
|
/external/autotest/client/site_tests/firmware_TouchMTB/geometry/ |
D | elements.py | 75 def __init__(self, center, radius): argument 78 @param center: the center point of the circle 81 self.center = center 86 return self.center is not None and self.radius is not None 93 return self.center.distance(p) <= self.radius + TOLERANCE 100 return self.center == c.center and about_eq(self.radius, c.radius) 109 return hash((self.center, self.radius)) 113 return ('Center: %s, %s' % (str(self.center),
|
/external/owasp/sanitizer/empiricism/ |
D | canned-data.js | 28 "center": true, property 156 "center", 271 "center", 386 "center", 501 "center", 616 "center", 732 "center", 847 "center", 962 "center", 1077 "center", [all …]
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/clustering/ |
D | Cluster.java | 38 /** Center of the cluster. */ 39 private final T center; field in Cluster 43 * @param center the point which is to be the center of this cluster 45 public Cluster(final T center) { in Cluster() argument 46 this.center = center; in Cluster() 67 * Get the point chosen to be the center of this cluster. 68 * @return chosen cluster center 71 return center; in getCenter()
|
/external/skia/include/effects/ |
D | SkGradientShader.h | 56 /** Returns a shader that generates a radial gradient given the center and radius. 61 @param center The center of the circle for this gradient 63 …@param colors The array[count] of colors, to be distributed between the center and edge of the c… 66 … the the colors are distributed evenly between the center and edge of the circle. 72 static SkShader* CreateRadial(const SkPoint& center, SkScalar radius, 77 static SkShader* CreateRadial(const SkPoint& center, SkScalar radius, in CreateRadial() argument 80 return CreateRadial(center, radius, colors, pos, count, mode, 0, NULL); in CreateRadial() 103 /** Returns a shader that generates a sweep gradient given a center. 108 @param cx The X coordinate of the center of the sweep 109 @param cx The Y coordinate of the center of the sweep [all …]
|