OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:defect
(Results
1 - 6
of
6
) sorted by null
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/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/gdb/darwin-x86/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/gdb/linux-x86/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/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/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 );
Completed in 912 milliseconds