HomeSort by relevance Sort by last modified time
    Searched defs:Bug (Results 1 - 5 of 5) sorted by null

  /external/webkit/WebKitTools/Scripts/webkitpy/
mock_bugzillatool.py 31 from webkitpy.bugzilla import Bug, Attachment
146 "title": "Bug with two r+'d and cq+'d patches, one of which has an "
155 "title": "Bug with a patch needing review.",
163 "title": "The third bug",
171 "title": "The fourth bug",
184 return map(lambda bug_dictionary: Bug(bug_dictionary, self._bugzilla),
189 lambda bug: bug.commit_queued_patches(),
191 return map(lambda bug: bug.id(), bugs_with_commit_queued_patches
    [all...]
bugzilla.py 69 def __init__(self, attachment_dictionary, bug):
71 self._bug = bug
88 def bug(self): member in class:Attachment
123 log("Warning, attachment %s on bug %s has invalid %s (%s)" % (
138 class Bug(object):
140 # place to hold bug logic, even if much of the code deals with
207 # to be the bug id.
284 message += "Due to bug 30084 the %s will require a restart after your change. " % queue_name
402 bug = {}
403 bug["id"] = int(soup.find("bug_id").string
    [all...]
  /bionic/libc/stdlib/
strtod.c 22 /* Please send bug reports to
144 #define Bug(x) {fprintf(stderr, "%s\n", x); exit(1);}
890 Bug("cmp called with a or b invalid");
899 Bug("cmp called with a->x[a->wds-1] == 0");
901 Bug("cmp called with b->x[b->wds-1] == 0");
1072 if (!y) Bug("zero y in b2d");
1178 Bug("Zero passed to d2b");
1212 Bug("Zero passed to d2b");
    [all...]
  /external/v8/src/third_party/dtoa/
dtoa.c 20 /* Please send bug reports to David M. Gay (dmg at acm dot org,
175 #define Bug(x) {fprintf(stderr, "%s\n", x); exit(1);}
991 Bug("cmp called with a->x[a->wds-1] == 0");
993 Bug("cmp called with b->x[b->wds-1] == 0");
1168 if (!y) Bug("zero y in b2d");
1277 * if (!z) Bug("zero z in b2d");
1315 Bug("Zero passed to d2b");
    [all...]
  /external/chromium/base/third_party/dmg_fp/
dtoa.cc 20 /* Please send bug reports to David M. Gay (dmg at acm dot org,
198 #define Bug(x) {fprintf(stderr, "%s\n", x); exit(1);}
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");
    [all...]

Completed in 136 milliseconds