HomeSort by relevance Sort by last modified time
    Searched refs:defect (Results 1 - 3 of 3) 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/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 844 milliseconds