/external/guice/extensions/grapher/src/com/google/inject/grapher/graphviz/ |
NodeStyle.java | 32 FILLED("filled"),
|
/external/opencv3/modules/photo/misc/java/test/ |
PhotoTest.java | 14 Imgproc.circle(gray255, p, 2, colorBlack, Core.FILLED); 15 Imgproc.circle(gray0, p, 2, colorWhite, Core.FILLED);
|
/external/mesa3d/src/gallium/auxiliary/util/ |
u_cache.c | 50 enum { EMPTY = 0, FILLED, DELETED } state; 130 /* Probe until we find either a matching FILLED entry or an EMPTY 141 if (current->state == FILLED) { 168 if (entry->state == FILLED) { 208 entry->state = FILLED; 231 if (entry->state == FILLED) 304 if (entry->state == FILLED) 322 assert(header->state == FILLED || 325 if (header->state == FILLED) {
|
/external/opencv3/samples/cpp/ |
em.cpp | 55 circle( img, Point(j, i), 1, c*0.75, FILLED ); 63 circle( img, pt, 1, colors[labels.at<int>(i)], FILLED );
|
convexhull.cpp | 44 circle(img, points[i], 3, Scalar(0, 0, 255), FILLED, LINE_AA);
|
kmeans.cpp | 66 circle( img, ipt, 2, colorTab[clusterIdx], FILLED, LINE_AA );
|
minarea.cpp | 60 circle( img, points[i], 3, Scalar(0, 0, 255), FILLED, LINE_AA );
|
delaunay2.cpp | 21 circle( img, fp, 3, color, FILLED, LINE_8, 0 ); 101 circle(img, centers[i], 3, Scalar(), FILLED, LINE_AA, 0);
|
segment_objects.cpp | 57 drawContours( dst, contours, largestComp, color, FILLED, LINE_8, hierarchy );
|
/external/chromium-trace/catapult/third_party/pipeline/pipeline/ |
models.py | 129 filler: The pipeline that filled this slot. 132 fill_time: When the slot was filled by the filler. 135 FILLED = 'filled' 147 status = db.StringProperty(choices=(FILLED, WAITING), default=WAITING, 175 blocking_slots are filled. 180 blocking_slots: The slots that must be filled before this barrier fires. 210 Previously, when a _SlotRecord was filled, notify_barriers() would query for 217 of its dependent slots have been filled. 221 do fully consistent ancestor queries every time a slot is filled. Thi [all...] |
pipeline.py | 112 """A slot that should have been filled already was not yet filled.""" 116 """A slot that was filled or passed along was not previously declared.""" 173 """An output that is filled by a Pipeline as it executes.""" 197 self.filled = False 210 SlotNotFilledError if the value hasn't been filled yet. 212 if not self.filled: 213 raise SlotNotFilledError('Slot with name "%s", key "%s" not yet filled.' 219 """Returns the pipeline ID that filled this slot's value. 225 SlotNotFilledError if the value hasn't been filled yet [all...] |
/external/opencv3/modules/calib3d/test/ |
test_chessboardgenerator.cpp | 164 drawContours(result, whole_contour, -1, Scalar::all(255), FILLED, LINE_AA); 165 drawContours(result, squares_black, -1, Scalar::all(0), FILLED, LINE_AA); 171 drawContours(tmp, whole_contour, -1, Scalar::all(255), FILLED, LINE_AA); 172 drawContours(tmp, squares_black, -1, Scalar::all(0), FILLED, LINE_AA);
|
test_chesscorners.cpp | 60 circle( rgb, v[i], 3, Scalar(255, 0, 0), FILLED); 67 circle( rgb, u_data[i], 3, Scalar(0, 255, 0), FILLED); 463 cv::drawContours(cb, cnts, -1, Scalar::all(128), FILLED);
|
/external/opencv3/modules/imgproc/misc/java/test/ |
ImgprocTest.java | 587 Imgproc.rectangle(img, r.tl(), r.br(), new Scalar(0), Core.FILLED); 660 Imgproc.drawContours(gray0, contours, -1, new Scalar(0), Core.FILLED); [all...] |
/external/opencv3/modules/core/include/opencv2/ |
core.hpp | 204 FILLED = -1, 268 left, to the right, above and below the copied source image will be filled with extrapolated [all...] |
/external/opencv3/modules/java/src/ |
core+Core.java | 49 FILLED = -1, [all...] |
/cts/apps/CtsVerifier/libs/ |
opencv3-android.jar | |