Home
last modified time | relevance | path

Searched refs:detected (Results 1 – 25 of 417) sorted by relevance

12345678910>>...17

/external/llvm/test/YAMLParser/
Dspec-09-20.test2 # CHECK: !!str "detected\n"
3 # CHECK: !!str "\n\n# detected\n"
8 detected
12 # detected
17 detected
/external/snakeyaml/src/test/resources/pyyaml/
Dspec-09-20.data2 detected
6 # detected
11 detected
Dspec-09-20.canonical4 !!str "detected\n",
5 !!str "\n\n# detected\n",
Dunclosed-bracket.loader-error5 #"we could have detected the unclosed bracket on the above line, but this would forbid such syntax …
/external/opencv3/doc/tutorials/imgproc/imgtrans/hough_circle/
Dhough_circle.markdown40 - Display the detected circle in a window.
74 - *circles*: A vector that stores sets of 3 values: \f$x_{c}, y_{c}, r\f$ for each detected
79 - *min_dist = src_gray.rows/8*: Minimum distance between detected centers.
82 - *min_radius = 0*: Minimum radio to be detected. If unknown, put zero as default.
83 - *max_radius = 0*: Maximum radius to be detected. If unknown, put zero as default.
85 -# Draw the detected circles:
99 -# Display the detected circle(s):
/external/valgrind/memcheck/tests/
Daddressable.stderr.exp9 For counts of detected and suppressed errors, rerun with: -v
38 For counts of detected and suppressed errors, rerun with: -v
47 For counts of detected and suppressed errors, rerun with: -v
61 For counts of detected and suppressed errors, rerun with: -v
80 For counts of detected and suppressed errors, rerun with: -v
90 For counts of detected and suppressed errors, rerun with: -v
/external/libxml2/os400/libxmlrpg/
Dxlink.rpgle87 * @nbLocators: the number of locators detected on the link
90 * @nbArcs: the number of arcs detected on the link
95 * @nbTitles: the number of titles detected on the link
96 * @title: array of titles detected on the link
108 * @nbLocators: the number of locators detected on the link
111 * @nbTitles: the number of titles detected on the link
112 * @title: array of titles detected on the link
/external/opencv3/doc/tutorials/imgproc/imgtrans/hough_lines/
Dhough_lines.markdown66 -# What does all the stuff above mean? It means that in general, a line can be *detected* by
87 of the detected lines \f$(x_{0}, y_{0}, x_{1}, y_{1})\f$
96 - Display the original image and the detected line in two windows.
133 - *lines*: A vector that will store the parameters \f$(r,\theta)\f$ of the detected lines
166 \f$(x_{start}, y_{start}, x_{end}, y_{end})\f$ of the detected lines
183 -# Display the original image and the detected lines:
186 imshow("detected lines", cdst);
209 You may observe that the number of lines detected vary while you change the *threshold*. The
210 explanation is sort of evident: If you establish a higher threshold, fewer lines will be detected
211 (since you will need more points to declare a line detected).
/external/clang/test/SemaObjC/
Ddefault-synthesize-1.m15 @implementation SynthItAll // expected-note 2 {{detected while default synthesizing properties in c…
25 @implementation SynthSetter // expected-note 2 {{detected while default synthesizing properties in …
45 @implementation SynthGetter // expected-note 2 {{detected while default synthesizing properties in …
124 … // expected-note {{detected while default synthesizing properties in class implementation}}
139 @implementation ZXCalendarParsedResult // expected-note {{detected while default synthesizing prope…
/external/llvm/test/CodeGen/Hexagon/
Dpredicate-rcmp.ll15 %detected.0 = xor i8 %a102, 1
16 %conv253 = zext i8 %detected.0 to i32
/external/opencv3/doc/tutorials/features2d/feature_homography/
Dfeature_homography.markdown100 //-- Get the corners from the image_1 ( the object to be "detected" )
114 //-- Show detected matches
131 -# And here is the result for the detected object (highlighted in green)
/external/llvm/docs/CommandGuide/
Dllvm-diff.rst33 which tend to stop any downstream changes from being detected.
56 massive detected differences in blocks.
/external/autotest/client/site_tests/network_WiMaxPresent/
Dcontrol9 PURPOSE = "Verify a WiMAX module is detected and supported by the system."
27 Verifies that a WiMAX module is detected and supported by the system.
/external/opencv3/doc/tutorials/features2d/feature_detection/
Dfeature_detection.markdown12 - Use the function @ref cv::drawKeypoints to draw the detected keypoints
62 //-- Show detected (drawn) keypoints
/external/opencv3/doc/tutorials/features2d/trackingmotion/good_features_to_track/
Dgood_features_to_track.markdown96 /// Draw corners detected
97 cout<<"** Number of corners detected: "<<corners.size()<<endl;
/external/opencv3/doc/tutorials/features2d/feature_description/
Dfeature_description.markdown14 - Use the function @ref cv::drawMatches to draw the detected matches.
69 //-- Show detected matches
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/docs/
DINSTALL.GNU70 If the detected settings correspond to your platform and compiler,
72 the build system, the detected platform will be `ansi'.
78 If the build system correctly detected your platform, but you want
112 If for some reason your platform isn't correctly detected, copy
/external/pdfium/testing/tools/
Dmake_expected.sh12 echo $INFILE | grep -qs ' ' && echo space in filename detected && exit 1
/external/v8/tools/sanitizers/
Dtsan_suppressions.txt4 # Incorrectly detected lock cycles in test-lockers
/external/autotest/server/site_tests/kernel_ExternalUsbPeripheralsDetectionTest/
Dcontrol24 - if USB device is not detected in lsusb command
26 - USB detected peripherals are different than expected
/external/opencv3/doc/tutorials/features2d/trackingmotion/corner_subpixeles/
Dcorner_subpixeles.markdown95 /// Draw corners detected
96 cout<<"** Number of corners detected: "<<corners.size()<<endl;
/external/curl/tests/data/
Dtest153023 # it should be detected and an error should be reported
/external/libxml2/result/valid/
Dt8a.xml.err.rdr1 Entity: line 1: parser error : internal error: xmlParseInternalSubset: error detected in Markup dec…
/external/valgrind/memcheck/tests/ppc32/
Dpower_ISA2_07.stderr.exp9 For counts of detected and suppressed errors, rerun with: -v
Dpower_ISA2_05.stderr.exp9 For counts of detected and suppressed errors, rerun with: -v

12345678910>>...17