/external/clang/test/CXX/special/class.inhctor/ |
p4.cpp | 56 // Core defect: It is also deleted if multiple base constructors generate the
|
/external/guava/ |
README | 9 Report a defect or feature request here:
|
/external/mksh/src/ |
rlimits.opt | 17 * damage or existence of a defect, except proven that it results out
|
emacsfn.h | 17 * damage or existence of a defect, except proven that it results out
|
lalloc.c | 17 * damage or existence of a defect, except proven that it results out
|
rlimits.gen | 18 * damage or existence of a defect, except proven that it results out
|
sh_flags.gen | 18 * damage or existence of a defect, except proven that it results out
|
sh_flags.opt | 17 * damage or existence of a defect, except proven that it results out
|
/external/owasp/sanitizer/lib/guava-libraries/ |
README | 9 Report a defect or feature request here:
|
/external/owasp/sanitizer/tools/findbugs/bin/ |
defectDensity | 3 # Generate a defect density table from a bug collection
|
/system/keymaster/include/keymaster/ |
logger.h | 34 SEVERE_LVL, // A severe problem has occurred; likely indicates a defect.
|
/external/opencv/cv/include/ |
cvtypes.h | 127 CvPoint* start; /* point of the contour where the defect begins */ 128 CvPoint* end; /* point of the contour where the defect ends */ 129 CvPoint* depth_point; /* the farthest from the convex hull point within the defect */
|
/external/apache-xml/src/main/java/org/apache/xalan/processor/ |
XSLProcessorVersion.src | 101 * well as defect fixes. 'D' drops may not be as stable as
|
/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
Version.java | 136 * well as defect fixes. 'D' drops may not be as stable as
|
Version.src | 136 * well as defect fixes. 'D' drops may not be as stable as
|
/external/opencv3/modules/imgproc/include/opencv2/imgproc/ |
types_c.h | 517 /** Convexity defect */ 520 CvPoint* start; /**< point of the contour where the defect begins */ 521 CvPoint* end; /**< point of the contour where the defect ends */ 522 CvPoint* depth_point; /**< the farthest from the convex hull point within the defect */
|
/external/jsr305/javadoc/ |
overview-summary.html | 10 <META NAME="keywords" CONTENT="Overview, JSR305 Documentation : Annotations for Software Defect Detection"> 80 JSR305 Documentation : Annotations for Software Defect Detection
|
/external/llvm/test/Transforms/InstCombine/ |
xor2.ll | 55 ; defect-2 in rdar://12329730 70 ; defect-1 in rdar://12329730
|
/external/opencv/cv/src/ |
cvconvhull.cpp | 656 CvConvexityDefect defect; local 675 defect.start = hull_cur; 676 defect.end = hull_next; 699 defect.depth_point = cur; 700 defect.depth = (float)depth; 707 CV_WRITE_SEQ_ELEM( defect, writer );
|
/external/opencv3/modules/imgproc/src/ |
convhull.cpp | 645 CvConvexityDefect defect; local 664 defect.start = hull_cur; 665 defect.end = hull_next; 688 defect.depth_point = cur; 689 defect.depth = (float)depth; 696 CV_WRITE_SEQ_ELEM( defect, writer );
|
/external/apache-xml/src/main/java/org/apache/xalan/ |
Version.java | 139 * well as defect fixes. 'D' drops may not be as stable as
|
Version.src | 139 * well as defect fixes. 'D' drops may not be as stable as
|
/external/clang/test/CXX/dcl.decl/dcl.meaning/ |
p1-0x.cpp | 64 // that is just a language defect.
|
/external/cros/system_api/dbus/power_manager/ |
power_supply_properties.proto | 41 // state, which may indicate a battery defect.
|
/external/fsck_msdos/ |
dosfs.h | 99 #define CLUST_BAD 0xfffffff7 /* a cluster with a defect */
|