Home
last modified time | relevance | path

Searched refs:bug (Results 1 – 25 of 993) sorted by relevance

12345678910>>...40

/external/valgrind/
DREADME_DEVELOPERS_processes9 It is updated and committed together with the code fixing the bug/implementing
32 bug or implements the new feature/technical change.
36 Fixing a bug
38 When fixing a bug, add a line in the 'FIXED BUGS' section of
41 Once you have commit the change, update the bug status in bugzilla,
42 adding in the comment the revision number of the commit fixing the bug.
44 If a bug is not entered in bugzilla (not encouraged), use "n-i-bz"
45 and add the bug line at the end of the bug list.
49 If a bug is fixed, remove the (possible) bug info from this file.
66 Some changes or bug fixes are very big and might be implemented over
[all …]
DLOCAL_PATCHES.txt4 2. upstream bug
5 3. local bug (optional)
7 upsteam bug # | local bug # | commit
/external/mesa3d/docs/
DVERSIONS14 many small bug fixes
34 a few small bug fixes
47 more bug fixes
144 - glScissor bug fixed
174 - fixed bug when blending lines, points, bitmaps outside of window
254 - fixed file writing bug in osdemo.c
278 - glPopAttrib() bug
296 - glXUseXfonts XFreeFont/XFreeFontInfo bug fixed
297 - fixed a feedback bug
342 - kludged around a SunOS 5.x/GCC compiler bug in the feedback code
[all …]
/external/libvorbis/
DCHANGES11 * Correct an overflow bug in very low-bitrate encoding on 32 bit
14 * Correct bug in 22kHz compand setup that could cause a crash
15 * Correct bug in 16kHz codebooks that could cause unstable pure
20 * correct a vorbisfile bug that prevented proper playback of
45 * Fix an encoder bug with multichannel streams.
59 * fix a minor encoder bug
66 * fix a serious encoder bug with gcc 4 optimized builds
73 * bug fix to the bitrate management encoder interface
74 * bug fix to properly set packetno field in the encoder
92 * numerous bug fixes
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_bugzilla/org/eclipse/releng/util/bugzilla/
Dmessages.properties12 UpdateBugStateTask.usingBugList=Using explicit bug list
18 UpdateBugStateTask.gotBugList=Got bug list
27 UpdateBugStateTask.noBugStatus=Couldn't find bug_status for bug
28 UpdateBugStateTask.missingBug=this means that the bug probably doesn't exist, ignoring.
31 UpdateBugStateTask.setBug=Set bug
32 UpdateBugStateTask.setBugFailed=Failed to set bug
35 UpdateBugStateTask.ignoreBug=Ignoring bug
/external/vogar/src/vogar/
DExpectation.java61 private final long bug; field in Expectation
73 long bug, in Expectation() argument
84 this.bug = bug; in Expectation()
93 return bug; in getBug()
/external/fio/
DREPORTING-BUGS1 Reporting a bug
4 If you notice anything that seems like a fio bug, please do send email
8 1) A description of what you think the bug is
10 needed if it's a build bug.
/external/expat/
DChanges22 #3010222: Fix for bug #3010819.
28 bug #3496608 to randomize hash parameters.
33 See bug #2990652 and patch #3312568.
41 - Fixed bug #1690883: Expat failed on EBCDIC systems as it assumed
44 - Fixed xmlwf bug #1513566: "out of memory" error on file size zero.
45 - Fixed outline.c bug #1543233: missing a final XML_ParserFree() call.
49 HP-UX, Tru64, Solaris 9: patch #1437840, bug #1196180.
69 - Some mostly minor bug fixes. SF issues include: #1006708,
77 - Some mostly minor bug fixes, but compilation should no
113 - Fixed UTF-8 decoding bug that caused legal UTF-8 to be rejected.
[all …]
/external/clang/test/Analysis/
Dinline-unique-reports.c4 static inline bug(int *p) { in bug() function
10 bug(p); in test_bug_1()
15 bug(p); in test_bug_2()
/external/strace/
DNEWS13 (addresses Debian bug #692913 and Fedora bug #902788).
90 (addresses Debian bug #457497).
107 (addresses Fedora bug #1088455).
118 (addresses Fedora bug #993384).
120 (Addresses Debian bug #725987).
138 (addresses Debian bug #693074 and Fedora bug #969858).
154 (addresses Fedora bug #659382).
156 (addresses Debian bug #702309).
158 (addresses Fedora bug #885233).
160 (addresses Fedora bug #912790).
[all …]
/external/llvm/test/CodeGen/R600/
Dcf-stack-bug.ll17 ; BUG64-NOT: Applying bug work-around
18 ; BUG32-NOT: Applying bug work-around
19 ; NOBUG-NOT: Applying bug work-around
50 ; BUG64: Applying bug work-around
51 ; BUG32-NOT: Applying bug work-around
52 ; NOBUG-NOT: Applying bug work-around
91 ; BUG64: Applying bug work-around
92 ; BUG32-NOT: Applying bug work-around
93 ; NOBUG-NOT: Applying bug work-around
156 ; BUG64: Applying bug work-around
[all …]
/external/owasp/sanitizer/tools/findbugs/doc/
DFilterFile.txt7 element represents a predicate which is applied to generated bug instances.
8 Usually, a filter will be used to exclude bug instances. For example:
12 However, a filter could also be used to select bug instances to specifically
48 bug instances. Every bug instance has a class, so in general, excluding
51 Some bug instances have two classes. For example, the DE (dropped exception)
67 Many kinds of bugs report what method they occur in. For those bug instances,
75 1. Match all bug reports for a class.
90 4. Match bug types from specified methods of a class.
/external/squashfs-tools/
DCHANGES113 2. Miscellaneous improvements/bug fixes
122 1.4 Fix appending bug when appending to an empty filesystem - this
188 and the kernel code. Plus many small bug fixes.
205 1.5 Fixed bug in get_dir_index_using_offset.
214 2.3 Fixed small bug where unistd.h wasn't being included on
224 3.3 Sparse file handling bug in Mksquashfs 3.3 fixed.
231 many more improvements and bug fixes.
278 4. Miscellaneous improvements/bug fixes:
283 4.2. Fixed Squashfs kernel code bug preventing file
291 3.2-r2 15 JAN 2007 Kernel patch update and progress bar bug fix
[all …]
/external/llvm/docs/
DHowToSubmitABug.rst2 How to submit an LLVM bug report
9 If you're working with LLVM and run into a bug, we definitely want to know
14 the bug `crashes the compiler`_ (or an LLVM pass), or if the
17 Based on what type of bug it is, follow the instructions in the linked
18 section to narrow down the bug so that the person who fixes it will be able
24 the "new-bugs" category if you're not sure). The bug description should
28 * The reduced test-case that triggers the bug.
55 the code generator), you found an optimizer bug. Jump ahead to
61 .. _front-end bug:
86 If you find that a bug crashes in the optimizer, compile your test-case to a
[all …]
/external/skia/site/user/
Dissue-tracker.md1 Issue Tracker (bug database)
4 The "Issue Tracker" is the bug database where we track all bug reports and
/external/antlr/antlr-3.4/gunit/
DCHANGES.txt72 * fixed bug: FileNotFoundException terminated gUnit tests due to any non-existent input test file.
80 * fixed bug of using PipedInput/Output Stream and changed to ByteArrayOutputStream. Jared Bunting p…
86 * fixed bug of testing a tree grammar's template output
90 * fixed bug: program exited upon InvocationTargetException
99 * fixed string escaping bug for junit generator
103 * fixed grammar bug: multiple-line input, AST output
115 * fixed bug of displaying test sequence and error message from ANTLR
/external/libxml2/
DNEWS21 Python generator bug raised by the const change (Daniel Veillard),
26 parser bug on misformed namespace attributes (Dennis Filder),
73 Fix a bug loading some compressed files (Mike Alexander),
74 Fix XPath node comparison bug (Gaurav),
92 Fix a parsing bug on non-ascii element and CR/LF usage (Daniel Veillard),
222 Fix an output buffer flushing conversion bug (Mikhail Titov),
223 Fix an old bug in xmlSchemaValidateOneElement (Csaba László),
240 Fix a bug in the nsclean option of the parser (Daniel Veillard),
255 Added a regression tests from bug 694228 data (Daniel Veillard),
420 Fixed bug #617016 (Daniel Mustieles),
[all …]
/external/bison/m4/
Dwctype_h.m442 /* Tru64 with Desktop Toolkit C has a bug: <stdio.h> must be
44 BSD/OS 4.0.1 has a bug: <stddef.h>, <stdio.h> and <time.h>
88 [[/* Tru64 with Desktop Toolkit C has a bug: <stdio.h> must be
90 BSD/OS 4.0.1 has a bug: <stddef.h>, <stdio.h> and <time.h>
124 [[/* Tru64 with Desktop Toolkit C has a bug: <stdio.h> must be
126 BSD/OS 4.0.1 has a bug: <stddef.h>, <stdio.h> and <time.h>
150 [[/* Tru64 with Desktop Toolkit C has a bug: <stdio.h> must be
152 BSD/OS 4.0.1 has a bug: <stddef.h>, <stdio.h> and <time.h>
172 /* Tru64 with Desktop Toolkit C has a bug: <stdio.h> must be included before
174 BSD/OS 4.0.1 has a bug: <stddef.h>, <stdio.h> and <time.h> must be
Dmbrtowc.m419 /* Tru64 with Desktop Toolkit C has a bug: <stdio.h> must be included before
21 BSD/OS 4.0.1 has a bug: <stddef.h>, <stdio.h> and <time.h> must be
45 [Define if the mbrtowc function has the NULL pwc argument bug.])
52 [Define if the mbrtowc function has the NULL string argument bug.])
131 /* Tru64 with Desktop Toolkit C has a bug: <stdio.h> must be included before
133 BSD/OS 4.0.1 has a bug: <stddef.h>, <stdio.h> and <time.h> must be
188 /* Tru64 with Desktop Toolkit C has a bug: <stdio.h> must be included before
190 BSD/OS 4.0.1 has a bug: <stddef.h>, <stdio.h> and <time.h> must be
248 /* Tru64 with Desktop Toolkit C has a bug: <stdio.h> must be included before
250 BSD/OS 4.0.1 has a bug: <stddef.h>, <stdio.h> and <time.h> must be
[all …]
/external/vixl/doc/
Dchangelog.md9 + Other small bug fixes and improvements.
19 + Other small bug fixes and improvements.
30 + Other small bug fixes and build system improvements.
44 + Other small bug fixes and build system improvements.
56 + Fixed a bug when moving kWMinInt to a register.
57 + Other small bug fixes.
74 + Other small bug fixes and improvements.
93 + Other small bug fixes.
/external/gptfdisk/
DNEWS36 - Fixed bug that caused incorrect partition number to be displayed by
40 - Fixed new (in 0.8.9) bug that caused a failure to create more than one
43 - Fixed bug that caused gdisk and sgdisk to create hybridized partitions
89 - Fixed bug that could cause segfault when passing an invalid partition
164 - Fixed a bug that could cause sgdisk to crash when passing a partition
191 they all failed). This is intended to work around a bug that a user
219 - Fixed bug that caused creation of >2TiB partitions on 32-bit systems to
238 - Fixed a bug that caused an infinite loop of input prompts if the user
250 - Fixed bug that could cause FixParts to keep a partition's assignment
261 - Fixed bug in partition overlap detection in MBR code.
[all …]
/external/libcxx/
DCREDITS.TXT38 D: C++14 support, patches and bug fixes.
42 D: LFTS support, patches and bug fixes.
46 D: Regex bug fixes.
50 D: Minor patches and bug fixes.
61 D: Minor patches and bug fixes.
121 D: Minor bug fix.
125 D: Minor patches and bug fixes.
/external/lzma/
Dhistory.txt22 - The bug was fixed:
51 - The bug in ANSI-C LZMA Decoder was fixed:
65 - The bug was fixed:
105 - The bug in versions 4.33b:4.38b was fixed:
117 - The bug was fixed in C++ version of LZMA Decoder:
138 - The bug in 7z_C (7zIn.c) was fixed:
155 - The bug in LzmaDecodeSize.c was fixed:
200 - The bug was fixed in LzmaDecode.c (ANSI-C LZMA Decoder):
213 - The bug in v4.05 was fixed:
/external/antlr/antlr-3.4/runtime/Ruby/lib/
Dantlr3.rb133 bug = Bug.new( message )
134 bug.set_backtrace( caller )
135 raise( bug )
/external/dexmaker/
DREADME17 bug-8108255.patch: temporary workaround to ClassLoading issues
19 bug-10862083.patch: Do not assert that InvocationHandler.invoke args should be non-null
22 to apply, run 'patch -p0 < bug-xyz.patch' from a fresh src
23 to remove, use 'patch -p0 -R < bug-xyz.patch'

12345678910>>...40