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

/external/chromium_org/media/tools/layout_tests/
H A Dbug.py5 """Bug module that is necessary for the layout analyzer."""
12 class Bug(object): class in inherits:object
32 Bug identifiers are of the form "webkit.org/b/12345", "crbug.com/12345",
33 "code.google.com/p/v8/issues/detail?id=12345" or "Bug(username)"
35 match = re.match('Bug\((\w+)\)$', bug_modifier)
H A Dlayouttest_analyzer_helpers.py19 from bug import Bug namespace
118 # Bug 107773 - when we increase the number of tests,
229 return_str += '<ul>%s' % Bug(bug_txt)
440 bug = Bug(line)
/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/chromium_org/base/third_party/dmg_fp/
H A Ddtoa.cc198 #define Bug(x) {fprintf(stderr, "%s\n", x); exit(1);} macro
1048 Bug("cmp called with a->x[a->wds-1] == 0");
1050 Bug("cmp called with b->x[b->wds-1] == 0");
1225 if (!y) Bug("zero y in b2d");
1367 Bug("Zero passed to d2b");
2142 /*debug*/ Bug("oversize b in quorem");
2153 /*debug*/ Bug("oversized quotient in quorem");

Completed in 248 milliseconds