/toolchain/binutils/binutils-2.25/ld/testsuite/ld-cris/ |
libdso-1c.d | 9 # There was a bug such that GOT markups were lost, resulting in wrong
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-mmix/ |
sec-8m.d | 10 # bug. When one input-section (seen in mmo.c as a chunk of data to
|
/external/skia/gm/ |
hairlines.cpp | 110 // Three paths that show the same bug (missing end caps) 140 // Arc example to test imperfect truncation bug (crbug.com/295626) 145 SkPath* bug = &fPaths.push_back(); variable 149 bug->addArc(circle, kStartAngle, kSweepAngle); 160 bug->moveTo(p0); 161 bug->lineTo(p1);
|
/prebuilts/go/darwin-x86/test/chan/ |
doubleselect.go | 40 // channel, but this doesn't actually trigger the bug. 83 // However, the result of the bug linked to at the top is that we'll
|
/prebuilts/go/darwin-x86/test/ |
nosplit.go | 203 bug() 214 bug() 237 bug() 299 bug() 353 bug() 359 bug() 367 bug() 378 func bug() { func 381 fmt.Printf("BUG\n")
|
float_lit2.go | 114 func bug() { func 117 fmt.Println("BUG") 124 bug() 130 bug() 136 bug() 140 bug()
|
/prebuilts/go/linux-x86/test/chan/ |
doubleselect.go | 40 // channel, but this doesn't actually trigger the bug. 83 // However, the result of the bug linked to at the top is that we'll
|
/prebuilts/go/linux-x86/test/ |
nosplit.go | 203 bug() 214 bug() 237 bug() 299 bug() 353 bug() 359 bug() 367 bug() 378 func bug() { func 381 fmt.Printf("BUG\n")
|
float_lit2.go | 114 func bug() { func 117 fmt.Println("BUG") 124 bug() 130 bug() 136 bug() 140 bug()
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/ |
req.s | 26 # Now attempt to re-alias foo. There used to be a bug whereby the
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/msp430/ |
opcode.s | 55 ;; This next instruction triggered a bug which
|
/tools/test/connectivity/acts/tests/google/tel/config/ |
README.md | 5 - **no_bug_report_on_fail** - The default behavior of telephony tests is to capture a bug report after each failed test. In situations where this is overly time consuming or otherwise not desirable, defining this key (the value is unused) will bypass the process of collecting a bug report.
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/zip/ |
DeflaterOutputStreamTest.java | 189 bug = "31797037") 304 bug = "31797037") 352 bug = "31797037")
|
/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/junit-params/ |
RELEASES.md | 130 ### Bug fixes and improvements 132 Thanks to the rest of contributors for lots of bug fixes and improvements: 179 ### Bug fixes and improvements 181 Thanks to the rest of contributors for lots of bug fixes and improvements:
|
/external/syslinux/txt/ |
Makefile | 67 syslinux.cfg.txt: com-bug.txt com-rpt.txt
|
/libcore/luni/src/test/java/libcore/java/util/zip/ |
ZipOutputStreamTest.java | 45 // http://b/3181430 --- a sign-extension bug on CRCs with the top bit set. 78 bug = "31797037")
|
/libcore/test-rules/src/main/java/libcore/junit/util/ |
ResourceLeakageDetector.java | 224 * The bug reference to the bug that was opened to fix the issue. 226 String bug(); method in interface:ResourceLeakageDetector.DisableResourceLeakageDetection
|
/toolchain/binutils/binutils-2.25/ |
ylwrap | 29 # bugs to <bug-automake@gnu.org> or send patches to 87 Report bugs to <bug-automake@gnu.org>.
|
/external/syslinux/com32/lib/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/Microsoft-GSL/ |
CONTRIBUTING.md | 7 tracking the suggestion that has been approved by the maintainers. Your pull request should include a link to the bug that you are fixing. If you've submitted
|
/external/bison/build-aux/ |
vc-list-files | 43 Report bugs and patches to <bug-gnulib@gnu.org>.
|
ylwrap | 30 # bugs to <bug-automake@gnu.org> or send patches to 56 Report bugs to <bug-automake@gnu.org>.
|
/external/ltp/testcases/realtime/ |
README | 24 Real-Time team. Please send bug reports, contributions, questions to
|
/external/v8/tools/release/ |
merge_to_branch.py | 135 for bug in re.findall(r"^[ \t]*BUG[ \t]*=[ \t]*(.*?)[ \t]*$", msg, re.M): 136 bugs.extend(s.strip() for s in bug.split(",")) 139 msg_pieces.append("BUG=%s\nLOG=N\n" % bug_aggregate)
|