HomeSort by relevance Sort by last modified time
    Searched full:defect (Results 26 - 50 of 231) sorted by null

12 3 4 5 6 7 8 910

  /external/python/cpython3/Lib/test/test_email/
test_policy.py 142 defect = object()
144 policy.register_defect(obj, defect)
145 self.assertEqual(obj.defects, [defect])
148 self.assertEqual(obj.defects, [defect, defect2])
159 defect = self.MyDefect("the telly is broken")
161 email.policy.strict.handle_defect(foo, defect)
176 def register_defect(self, obj, defect):
177 self.defects.append(defect)
181 defect = self.MyDefect("the telly is broken")
183 self.MyPolicy(raise_on_defect=True).handle_defect(foo, defect)
    [all...]
test_defect_handling.py 15 def _raise_point(self, defect):
297 def register_defect(self, obj, defect):
298 self.captured.append(defect)
314 def _raise_point(self, defect):
315 with self.assertRaises(defect):
  /external/mockito/src/main/java/org/mockito/internal/invocation/
SerializableMethod.java 74 "Please report this as a defect with an example of how to reproduce it.", declaringClass, methodName);
79 "Please report this as a defect with an example of how to reproduce it.", declaringClass, methodName);
  /external/clang/www/
make_cxx_dr_status 58 <title>Clang - C++ Defect Report Status</title>
80 <h1>C++ Defect Report Support in Clang</h1>
84 <h2 id="cxxdr">C++ defect report implementation status</h2>
86 <p>This page tracks which C++ defect reports are implemented within Clang.</p>
  /external/mksh/src/
var_spec.h 17 * damage or existence of a defect, except proven that it results out
rlimits.opt 17 * damage or existence of a defect, except proven that it results out
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/tr1/
cinttypes 62 // anywhere outside the synopsis. Likely, a defect.
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/tr1/
cinttypes 62 // anywhere outside the synopsis. Likely, a defect.
  /external/tpm2/
Entity.c 128 // Any other handle type is a defect in the unmarshaling code.
185 // a code defect.
225 // If any other handle type is present here, then there is a defect
281 // a code defect.
308 // If any other handle type is present it is a code defect.
  /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...]
  /external/python/cpython2/Lib/email/
feedparser.py 17 exception. Instead, when it finds something unexpected, it adds a 'defect' to
411 # that as a defect and store the captured text as the payload.
463 # is illegal, so let's note the defect, store the illegal
465 defect = errors.FirstHeaderLineIsContinuationDefect(line)
466 self._cur.defects.append(defect)
491 # Weirdly placed unix-from line. Note this as a defect
493 defect = errors.MisplacedEnvelopeHeaderDefect(line)
494 self._cur.defects.append(defect)
499 defect = errors.MalformedHeaderDefect(line)
500 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/clang/test/CXX/special/class.inhctor/
p4.cpp 59 // Core defect: It is also deleted if multiple base constructors generate the
  /external/guava/
README 9 Report a defect or feature request here:
  /external/linux-kselftest/tools/testing/selftests/powerpc/pmu/ebb/
lost_exception_test.c 16 * Test that tries to trigger CPU_FTR_PMAO_BUG. Which is a hardware defect
  /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/python/cpython3/Doc/library/
email.policy.rst 248 .. method:: handle_defect(obj, defect)
250 Handle a *defect* found on *obj*. When the email package calls this
251 method, *defect* will always be a subclass of
252 :class:`~email.errors.Defect`.
255 it is ``True``, *defect* is raised as an exception. If it is ``False``
256 (the default), *obj* and *defect* are passed to :meth:`register_defect`.
259 .. method:: register_defect(obj, defect)
261 Register a *defect* on *obj*. In the email package, *defect* will always
262 be a subclass of :class:`~email.errors.Defect`
    [all...]
  /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

Completed in 1292 milliseconds

12 3 4 5 6 7 8 910