/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...] |
/external/llvm/lib/Transforms/Scalar/ |
Android.mk | 61 # Bug: 8047767
|
/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/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)
|
/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.
|
/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/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/chromium_org/third_party/WebKit/Tools/TestResultServer/static-dashboards/ |
flakiness_dashboard_unittests.js | 210 equal(linkifyBugs(["Bug(nick)"]), '<div>Bug(nick)</div>'); 224 '<td class=options-container><a href="https://code.google.com/p/chromium/issues/entry?template=Layout%20Test%20Failure&summary=Layout%20Test%20foo%2Fexists.html%20is%20failing&comment=The%20following%20layout%20test%20is%20failing%20on%20%5Binsert%20platform%5D%0A%0Afoo%2Fexists.html%0A%0AProbable%20cause%3A%0A%0A%5Binsert%20probable%20cause%5D">File new bug</a>' +
|
/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/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/valgrind/main/none/tests/ |
cmdline1.stdout.exp | 100 Bug reports, feedback, admiration, abuse, etc, to: www.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...] |