Searched defs:Bug (Results 1 - 7 of 7) sorted by relevance

/external/webkit/Tools/Scripts/webkitpy/common/net/bugzilla/
H A Dbug_unittest.py31 from .bug import Bug namespace
36 for email in Bug.unassigned_emails:
37 bug = Bug({"assigned_to_email": email}, bugzilla=None)
39 bug = Bug({"assigned_to_email": "test@test.com"}, bugzilla=None)
H A D__init__.py6 # Unclear if Bug and Attachment need to be public classes.
7 from .bug import Bug namespace
H A Dbug.py34 class Bug(object): class in inherits:object
H A Dbugzilla.py42 from .bug import Bug namespace
320 return [Bug(self._parse_bug_dictionary_from_xml(unicode(bug_xml)), self) for bug_xml in soup('bug')]
357 return Bug(self.fetch_bug_dictionary(bug_id), self)
540 match = re.search("<title>Bug (?P<bug_id>\d+) Submitted</title>",
556 raise Exception("Bug not created: %s" % error_message)
612 log("Bug %s created." % bug_id)
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Derror.rb656 =begin rdoc ANTLR3::Bug
662 class Bug < StandardError class in class:ANTLR3.Error
/external/webkit/Tools/Scripts/webkitpy/tool/
H A Dmocktool.py35 from webkitpy.common.net.bugzilla import Bug, Attachment namespace
147 # This matches one of Bug.unassigned_emails
159 "title": "Bug with two r+'d and cq+'d patches, one of which has an "
170 "title": "Bug with a patch needing review.",
217 return map(lambda bug_dictionary: Bug(bug_dictionary, self._bugzilla),
302 return Bug(self.bug_cache.get(bug_id), self)
/external/chromium/base/third_party/dmg_fp/
H A Ddtoa.cc198 #define Bug(x) {fprintf(stderr, "%s\n", x); exit(1);} macro
1039 Bug("cmp called with a->x[a->wds-1] == 0");
1041 Bug("cmp called with b->x[b->wds-1] == 0");
1216 if (!y) Bug("zero y in b2d");
1354 Bug("Zero passed to d2b");
2127 /*debug*/ Bug("oversize b in quorem");
2138 /*debug*/ Bug("oversized quotient in quorem");

Completed in 405 milliseconds