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

1 2

  /external/antlr/antlr-3.4/runtime/Ruby/test/unit/
test-exceptions.rb 12 example "raising an ANTLR bug exception" do
14 ANTLR3.bug!( 'whateva' )
15 }.should raise_error( ANTLR3::Bug )
  /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...]
  /frameworks/av/media/libstagefright/codecs/hevcdec/
Android.mk 25 # Bug: 16853291
  /bionic/libc/upstream-openbsd/lib/libc/gdtoa/
dmisc.c 29 /* Please send bug reports to David M. Gay (dmg at acm dot org,
130 /*debug*/ Bug("oversize b in quorem");
141 /*debug*/ Bug("oversized quotient in quorem");
misc.c 29 /* Please send bug reports to David M. Gay (dmg at acm dot org,
528 Bug("cmp called with a->x[a->wds-1] == 0");
530 Bug("cmp called with b->x[b->wds-1] == 0");
667 if (!y) Bug("zero y in b2d");
810 Bug("Zero passed to d2b");
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/v8/test/mjsunit/regress/
regress-1423.js 42 // undefined, 'literal', and false. Bug 1423 would cause environment
45 // Bug manifests as UNREACHABLE code (due to an unallocated register) in
regress-1748.js 29 // Bug in x64 caused it to match when executing the RegExp on a part
regress-969.js 31 // Bug 989 is that there was an extra value on the expression stack when
  /external/chromium_org/v8/test/webkit/
gmail-re-re.js 25 "Bug 7445, bug 7253: Handle Unicode escapes in regexps."
date-constructor.js 75 // Regression test for Bug 26978 (https://bugs.webkit.org/show_bug.cgi?id=26978)
math.js 76 // Regression test for Bug 26978 (https://bugs.webkit.org/show_bug.cgi?id=26978)
  /external/valgrind/main/cachegrind/
cg_diff.in 57 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.
  /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...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/
antlr3.rb 130 # under normal usage conditions and thus an ANTLR3::Bug error will be
132 def self.bug!( message = nil ) singleton method in class:ANTLR3
133 bug = Bug.new( message )
134 bug.set_backtrace( caller )
135 raise( bug )
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
error.rb 656 =begin rdoc ANTLR3::Bug
662 class Bug < StandardError
  /external/chromium_org/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 76 Bug reports, feedback, admiration, abuse, etc, to: njn\@valgrind.org.
ms_print.in 76 Bug reports, feedback, admiration, abuse, etc, to: njn\@valgrind.org.
  /external/valgrind/main/none/tests/
cmdline1.stdout.exp 121 Bug reports, feedback, admiration, abuse, etc, to: www.valgrind.org.
  /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);}
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");
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/models/
test_expectations_unittest.py 72 Bug(test) failures/expected/text.html [ Failure ]
73 Bug(test) failures/expected/crash.html [ WontFix ]
74 Bug(test) failures/expected/needsrebaseline.html [ NeedsRebaseline ]
75 Bug(test) failures/expected/needsmanualrebaseline.html [ NeedsManualRebaseline ]
76 Bug(test) failures/expected/missing_image.html [ Rebaseline Missing ]
77 Bug(test) failures/expected/image_checksum.html [ WontFix ]
78 Bug(test) failures/expected/image.html [ WontFix Mac ]
111 self.parse_exp('Bug(x) failures/expected/text.html [ Crash Failure ]')
156 exp_str = 'Bug(x) failures/expected [ WontFix ]'
191 self.parse_exp("""Bug(user) failures/expected/needsrebaseline.html [ NeedsRebaseline
    [all...]

Completed in 435 milliseconds

1 2