HomeSort by relevance Sort by last modified time
    Searched refs:defects (Results 1 - 9 of 9) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/
feedparser.py 18 the current message. Defects are just instances that live on the message
19 object's .defects attribute.
173 # Look for final set of defects
176 root.defects.append(errors.MultipartInvariantViolationDefect())
289 self._cur.defects.append(errors.NoBoundaryInMultipartDefect())
393 self._cur.defects.append(errors.StartBoundaryNotFoundDefect())
445 self._cur.defects.append(defect)
473 self._cur.defects.append(defect)
479 self._cur.defects.append(defect)
message.py 116 self.defects = []
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/
feedparser.py 18 the current message. Defects are just instances that live on the message
19 object's .defects attribute.
173 # Look for final set of defects
176 root.defects.append(errors.MultipartInvariantViolationDefect())
289 self._cur.defects.append(errors.NoBoundaryInMultipartDefect())
393 self._cur.defects.append(errors.StartBoundaryNotFoundDefect())
445 self._cur.defects.append(defect)
473 self._cur.defects.append(defect)
479 self._cur.defects.append(defect)
message.py 116 self.defects = []
  /external/opencv/cv/src/
cvconvhull.cpp 521 CvSeq* defects = 0; local
597 CV_CALL( defects = cvCreateSeq( CV_SEQ_KIND_GENERIC, sizeof(CvSeq),
651 cvStartAppendToSeq( defects, &writer );
653 /* cycle through ptseq and hull with computing defects */
721 defects = cvEndWriteSeq( &writer );
725 return defects;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/test/
test_email.py     [all...]
test_email_renamed.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/test/
test_email.py     [all...]
test_email_renamed.py     [all...]

Completed in 677 milliseconds