OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:defect
(Results
1 - 5
of
5
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/
feedparser.py
17
exception. Instead, when it finds something unexpected, it adds a '
defect
' to
390
# that as a
defect
and store the captured text as the payload.
442
# is illegal, so let's note the
defect
, store the illegal
444
defect
= errors.FirstHeaderLineIsContinuationDefect(line)
445
self._cur.defects.append(
defect
)
470
# Weirdly placed unix-from line. Note this as a
defect
472
defect
= errors.MisplacedEnvelopeHeaderDefect(line)
473
self._cur.defects.append(
defect
)
478
defect
= errors.MalformedHeaderDefect(line)
479
self._cur.defects.append(
defect
)
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/
feedparser.py
17
exception. Instead, when it finds something unexpected, it adds a '
defect
' to
390
# that as a
defect
and store the captured text as the payload.
442
# is illegal, so let's note the
defect
, store the illegal
444
defect
= errors.FirstHeaderLineIsContinuationDefect(line)
445
self._cur.defects.append(
defect
)
470
# Weirdly placed unix-from line. Note this as a
defect
472
defect
= errors.MisplacedEnvelopeHeaderDefect(line)
473
self._cur.defects.append(
defect
)
478
defect
= errors.MalformedHeaderDefect(line)
479
self._cur.defects.append(
defect
)
[
all
...]
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
README
202
Annotations for software
defect
detection
207
Description: Annotations for software
defect
detection.
/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/chromium_org/tools/coverity/
coverity.py
270
help=('coverity
defect
db server hostname, e.g. %s'
Completed in 198 milliseconds