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

  /external/chromium_org/media/tools/layout_tests/
bug.py 5 """Bug module that is necessary for the layout analyzer."""
12 class Bug(object):
13 """A class representing a bug.
15 TODO(imasaki): add more functionalities here if bug-tracker API is available.
16 For example, you can get the name of a bug owner.
18 # Type enum for the bug.
24 """Initialize the object using raw bug text (such as BUGWK2322).
26 The bug modifier used in the test expectation file.
29 bug_modifier: a string representing a bug modifier. According to
32 Bug identifiers are of the form "webkit.org/b/12345", "crbug.com/12345"
    [all...]
layouttest_analyzer_helpers.py 19 from bug import Bug
118 # Bug 107773 - when we increase the number of tests,
172 (BUGWK or BUGCR, bug number, the test expectation entry,
185 matches = re.match(r'(BUG(CR|WK))(\d+)', bug_txt)
229 return_str += '<ul>%s' % Bug(bug_txt)
302 a mapping from bug modifier text (e.g., BUGCR1111) to a test name and
304 This is used for grouping test names by bug.
314 for bug in te_info['Bugs']:
315 if bug not in bug_map
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
error.rb 656 =begin rdoc ANTLR3::Bug
662 class Bug < StandardError
  /bionic/libc/upstream-openbsd/lib/libc/gdtoa/
gdtoaimp.h 36 Please send bug reports to David M. Gay (dmg at acm dot org,
189 #define Bug(x) {fprintf(stderr, "%s\n", x); exit(1);}
  /external/chromium_org/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...]
  /ndk/sources/android/support/src/stdio/
strtod.c 22 /* Please send bug reports to
150 #define Bug(x) {fprintf(stderr, "%s\n", x); exit(1);}
1148 Bug("cmp called with a or b invalid");
1157 Bug("cmp called with a->x[a->wds-1] == 0");
1159 Bug("cmp called with b->x[b->wds-1] == 0");
1330 if (!y) Bug("zero y in b2d");
1436 Bug("Zero passed to d2b");
1470 Bug("Zero passed to d2b");
    [all...]

Completed in 262 milliseconds