/art/test/086-null-super/ |
info.txt | 4 This is a regression test for a defect in Dalvik, which was assuming
|
/art/test/087-gc-after-link/ |
info.txt | 4 This is a regression test for a defect in Dalvik, which was assuming
|
/external/jsr305/ |
README.android | 4 Description: "Annotations for Software Defect Detection." ie. @Nullable and friends
|
pom.xml | 13 <name>JSR 305: Annotations for Software Defect Detection in Java</name>
|
/external/skia/site/user/ |
issue-tracker.md | 7 (bug.skia.org or skbug.com) is the primary bug database where we track all defect 11 "Defect report from user" or "Feature request". Include an example
|
/external/skqp/site/user/ |
issue-tracker.md | 7 (bug.skia.org or skbug.com) is the primary bug database where we track all defect 11 "Defect report from user" or "Feature request". Include an example
|
/external/python/cpython3/Lib/email/ |
_policybase.py | 169 def handle_defect(self, obj, defect): 170 """Based on policy, either raise defect or call register_defect. 172 handle_defect(obj, defect) 174 defect should be a Defect subclass, but in any case must be an 175 Exception subclass. obj is the object on which the defect should be 177 defect is raised as an error, otherwise the object and the defect are 181 The email package parsers always call it with Defect instances. 185 raise defect [all...] |
feedparser.py | 17 exception. Instead, when it finds something unexpected, it adds a 'defect' to 195 defect = errors.MultipartInvariantViolationDefect() 196 self.policy.handle_defect(root, defect) 235 defect = errors.MissingHeaderBodySeparatorDefect() 236 self.policy.handle_defect(self._cur, defect) 314 defect = errors.NoBoundaryInMultipartDefect() 315 self.policy.handle_defect(self._cur, defect) 327 defect = errors.InvalidMultipartContentTransferEncodingDefect() 328 self.policy.handle_defect(self._cur, defect) 423 # that as a defect and store the captured text as the payload [all...] |
errors.py | 34 """Base class for a message defect.""" 79 """Base class for a header defect.""" 106 # This defect only occurs during unicode parsing, not when
|
/external/python/cpython2/Doc/library/ |
email.errors.rst | 1 :mod:`email.errors`: Exception and Defect classes 68 object would have a defect, but the containing messages would not. 70 All defect classes are subclassed from :class:`email.errors.MessageDefect`, but 74 All the defect classes were added. 93 has this defect, its :meth:`~email.message.Message.is_multipart` method may
|
/external/python/cpython3/Doc/library/ |
email.errors.rst | 1 :mod:`email.errors`: Exception and Defect classes 66 object would have a defect, but the containing messages would not. 68 All defect classes are subclassed from :class:`email.errors.MessageDefect`. 97 This defect has not been used for several Python versions. 101 has this defect, its :meth:`~email.message.Message.is_multipart` method may
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/ |
errors.py | 38 """Base class for a message defect."""
|
/external/deqp/external/graphicsfuzz/data/gles3/graphicsfuzz/bubblesort_flag/ |
variant_1.frag | 4 // Defect found using GLFuzz - https://www.graphicsfuzz.com/
|
variant_2.frag | 4 // Defect found using GLFuzz - https://www.graphicsfuzz.com/
|
/external/deqp/external/graphicsfuzz/data/gles3/graphicsfuzz/synthetic/ |
variant_1.frag | 4 // Defect found using GLFuzz - https://www.graphicsfuzz.com/
|
variant_2.frag | 4 // Defect found using GLFuzz - https://www.graphicsfuzz.com/
|
variant_3.frag | 4 // Defect found using GLFuzz - https://www.graphicsfuzz.com/
|
variant_4.frag | 4 // Defect found using GLFuzz - https://www.graphicsfuzz.com/
|
/external/jsr305/javadoc/ |
overview-frame.html | 10 <META NAME="keywords" CONTENT="Overview, JSR305 Documentation : Annotations for Software Defect Detection">
|
/external/mksh/ |
NOTICE | 20 * damage or existence of a defect, except proven that it results out
|
/external/python/cpython2/Lib/email/ |
errors.py | 38 """Base class for a message defect."""
|
/prebuilts/gdb/darwin-x86/lib/python2.7/email/ |
errors.py | 38 """Base class for a message defect."""
|
/prebuilts/gdb/linux-x86/lib/python2.7/email/ |
errors.py | 38 """Base class for a message defect."""
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/ |
errors.py | 38 """Base class for a message defect."""
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/ |
errors.py | 38 """Base class for a message defect."""
|