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

  /external/webkit/Tools/Scripts/webkitpy/common/net/bugzilla/
bug_unittest.py 31 from .bug import Bug
36 for email in Bug.unassigned_emails:
37 bug = Bug({"assigned_to_email": email}, bugzilla=None)
38 self.assertTrue(bug.is_unassigned())
39 bug = Bug({"assigned_to_email": "test@test.com"}, bugzilla=None)
40 self.assertFalse(bug.is_unassigned())
__init__.py 6 # Unclear if Bug and Attachment need to be public classes.
7 from .bug import Bug
bug.py 34 class Bug(object):
36 # place to hold bug logic, even if much of the code deals with
bugzilla.py 42 from .bug import Bug
66 # Parse the bug ID out of a Changelog message based on the format that is
77 # We weren't able to find a bug URL in the format used by prepare-ChangeLog. Fall back to the
78 # first bug URL found anywhere in the message.
119 # which can be used to get an XML page containing all of the <bug> elements.
132 # to be the bug id.
320 return [Bug(self._parse_bug_dictionary_from_xml(unicode(bug_xml)), self) for bug_xml in soup('bug')]
324 bug = {
    [all...]
  /development/pdk/docs/source/
source_toc.cs 13 <li><a href="<?cs var:toroot ?>source/life-of-a-bug.html">Life of a Bug</a></li>
  /external/webkit/LayoutTests/fast/js/resources/
string-concatenate-outofmemory.js 2 'This test checks if repeated string concatenation causes an exception (and not a crash). From WebKit Bug <a href="http://bugs.webkit.org/show_bug.cgi?id=11131">Repeated string concatenation results in OOM crash</a>.'
  /external/webkit/Tools/Scripts/webkitpy/tool/
mocktool.py 35 from webkitpy.common.net.bugzilla import Bug, Attachment
147 # This matches one of Bug.unassigned_emails
149 # This is needed for the FlakyTestReporter to believe the bug
159 "title": "Bug with two r+'d and cq+'d patches, one of which has an "
170 "title": "Bug with a patch needing review.",
180 "title": "The third bug",
190 "title": "The fourth bug",
200 "title": "The fifth bug",
217 return map(lambda bug_dictionary: Bug(bug_dictionary, self._bugzilla),
222 lambda bug: bug.commit_queued_patches()
    [all...]
  /external/valgrind/main/cachegrind/
cg_diff.in 56 Bug reports, feedback, admiration, abuse, etc, to: njn\@valgrind.org.
cg_annotate.in 163 Bug reports, feedback, admiration, abuse, etc, to: njn\@valgrind.org.
688 @@ cause: bug in the Valgrind's debug info reader that screws up with .h
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/i18n/
messages.properties 58 EventLogView_Import_Bug_Report_Log=Import Bug Report Log
59 EventLogView_Imports_Bug_Report=Imports a bug report.
  /bionic/libc/stdlib/
strtod.c 22 /* Please send bug reports to
144 #define Bug(x) {fprintf(stderr, "%s\n", x); exit(1);}
895 Bug("cmp called with a or b invalid");
904 Bug("cmp called with a->x[a->wds-1] == 0");
906 Bug("cmp called with b->x[b->wds-1] == 0");
1077 if (!y) Bug("zero y in b2d");
1183 Bug("Zero passed to d2b");
1217 Bug("Zero passed to d2b");
    [all...]
  /external/libpng/
CHANGES 101 changed warning/error callback functions to fix bug - this means you
114 fixed bug with Borland 64K memory allocation (Alexander Lehmann)
115 fixed bug in interlace handling (Smarasderagd, I think)
145 fixed bug in pngwutil.c allocating "up_row" twice and "avg_row" never
146 fixed bug in PNG file signature compares when start != 0
180 fixed serious bug with < 8bpp images introduced in 0.95
181 fixed 256-color transparency bug (Greg Roelofs)
195 fixed bug in gamma handling of 4-bit grayscale
227 fixed a longstanding "packswap" bug in pngtrans.c
264 Fixed a bug in png_do_shift() (Bryan Tsai
    [all...]
  /external/v8/test/mjsunit/regress/
regress-969.js 31 // Bug 989 is that there was an extra value on the expression stack when
  /external/valgrind/main/none/tests/
cmdline1.stdout.exp 79 Bug reports, feedback, admiration, abuse, etc, to: www.valgrind.org.
cmdline2.stdout.exp 130 Bug reports, feedback, admiration, abuse, etc, to: www.valgrind.org.
  /external/webkit/Tools/Scripts/webkitpy/tool/bot/
commitqueuetask_unittest.py 382 bug = bugzilla.Bug(bug_dict, None)
383 patch = bugzilla.Attachment(attachment_dict, bug)
  /external/v8/test/mjsunit/
string-replace.js 107 // Bug 317 look-alikes. If "$e" has no meaning, the "$" must be retained.
  /external/valgrind/main/massif/
ms_print.in 76 Bug reports, feedback, admiration, abuse, etc, to: njn\@valgrind.org.
  /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...]
  /external/clang/tools/scan-build/
scan-build 63 Diag ("Please consider submitting a bug report using these files:\n");
386 # Don't add internal statistics to the bug reports
616 print OUT "<h2>Bug Summary</h2>";
625 <thead><tr><td>Bug Type</td><td>Quantity</td><td class="sorttable_nosort">Display?</td></tr></thead>
663 <td>Bug Group</td>
664 <td class="sorttable_sorted">Bug Type<span id="sorttable_sortfwdind">&nbsp;&#x25BE;</span></td>
805 print OUT "<p>Please consider submitting preprocessed files as <a href=\"http://clang-analyzer.llvm.org/filing_bugs.html\">bug reports</a>. <!-- REPORTCRASHES --> </p>\n";
822 Diag("Run 'scan-view $Dir' to examine bug reports.\n");
    [all...]
  /external/chromium/chrome/browser/resources/file_manager/js/
file_manager.js 5 // WK Bug 55728 is fixed on the chrome 12 branch but not on the trunk.
    [all...]

Completed in 558 milliseconds