Home
last modified time | relevance | path

Searched refs:Fixed (Results 1 – 25 of 715) sorted by relevance

12345678910>>...29

/external/testng/
DCHANGES.txt2 Fixed: GITHUB-841: testName from @Test is now used and available from ITestResult#getName() and ITe…
4 Fixed: GITHUB-872: Enable end-users of TestNG to alter XmlSuite and XmlTest (Krishnan Mahadevan)
7 Fixed: GITHUB-889: XmlSuite in nested directories results in FIleNotFoundException (Virender Singh)
8 Fixed: GITHUB-811: Timeout is not working with parallel=tests (@michael-yxf & Julien Herr)
9 Fixed: GITHUB-839: Missing encoding meta data for report file (@banbq & Julien Herr)
10 Fixed: GITHUB-876: NullPointerException creating tests with parameters by a factory (@vixgeo & Juli…
13 Fixed: GITHUB-866 / GITHUB-869 : Some attributes were not cloned when XmlSuite#clone was used (Vire…
14 Fixed: GITHUB-842: Add TestResult#getTestName() support for @Test(testName) (Julien Herr)
19 Fixed: GITHUB-829: Allowing suites to have duplicate names. You can now configure the same suite-fi…
20 Fixed: GITHUB-834: nested suites not supported by 'testnames' (Tibor Digana & Julien Herr)
[all …]
/external/jcommander/
DCHANGELOG.md6 * Fixed: '--' handling, #296
9 * Fixed: Return right parameter name in exception, #227, (@jeremysolarz)
10 * Fixed: `JCommander#getParameters` returning nothing, #315, (@simon04)
11 * Fixed: Allow empty string (e.g. `java -jar jcommander-program.jar param1 ""`) as part of main par…
12 * Fixed: Default value for `@Parameter(help=true)` parameter is not displayed in output of `JComman…
13 * Fixed: When providing two names in `@Parameter` always first name is given to `IValueValidator`, …
21 * Fixed: When using `parseWithoutValidation()`, JCommander uses 'parse()' on child commanders, #267…
22 * Fixed: Share all options (such as column size, allow abbreviated options, case sensitivity) with …
23 * Fixed: Thread-safe and non-shared converter factories, #284 (@simon04)
24 * Fixed: Skip `Path` converter when class is not available (Android), #287 (@JesusFreke)
[all …]
/external/tpm2-tss/
DCHANGELOG.md24 ### Fixed subsection
25 - Fixed hmac calculation for tpm2_clear command in ESAPI
26 - Fixed mixing salted and unsalted sessions in the same ESAPI context
28 - Fixed setting C++ compiler for non-fuzzing builds at configure
29 - Fixed setting the name of session objects
30 - Fixed page alignment errors in Sys_Get/SetAuths functions
31 - Fixed potential buffer overflow in tcti_mssim_receive
32 - Fixed invalid memory alloc failure in Tss2_TctiLdr_Initialize
33 - Fixed list of exported symbols map for libtss2-mu
34 - Fixed resource name calculation in Esys_CreateLoaded
[all …]
/external/mesa3d/docs/relnotes/
D7.0.2.rst33 - Fixed a vertex buffer wrapping issue (bug 9962)
37 - Fixed a blending/banding issue (bug 11931)
38 - Fixed a GLU matrix inversion bug (#6748)
39 - Fixed problem with large glDrawArrays calls and indirect rendering
41 - Fixed an assortment of i965 driver bugs
42 - Fixed x86-64 vertex transformation bug (12216)
43 - Fixed X server crash caused by multiple indirect rendering clients
46 - Fixed a glCopyPixels/glPixelZoom bug (12417)
47 - Fixed a bug when using glMaterial in display lists (bug 10604)
48 - Fixed a few GLUT/Fortran issues (Bill Mitchell)
[all …]
D7.6.1.rst38 - Fixed crash caused by glXCopyContext() and glXDestroyContext(), bug
42 - Fixed default texture binding bug when a bound texture was deleted.
45 - Fixed AUX buffer breakage (bug 24426).
46 - Fixed locale-dependent float parsing bug in GLSL compiler (bug 24531)
47 - Fixed Gallium Cell driver compilation failure.
48 - Fixed glGetTexLevelParameter(GL_TEXTURE_INTERNAL_FORMAT) query so
50 - Fixed glBitmap bugs in Intel drivers.
51 - Fixed a number of Microsoft Visual Studio compilation problems.
52 - Fixed clipping / provoking vertex bugs in i965 driver.
56 - Fixed assorted memory leaks (usually on error paths)
[all …]
D7.8.2.rst42 - Fixed Gallium glDrawPixels(GL_DEPTH_COMPONENT).
43 - Fixed Gallium Cell driver to buildable, runable state
44 - Fixed bad error checking for
46 - Fixed incorrect Z coordinate handling in "meta" glDraw/CopyPixels.
67 - Fixed texture LOD clamping in i915 driver. `Bug
72 - Fixed hangs in etracer on 830 and 845 chipsets. `Bug
74 - Fixed tiling of small textures on all Intel drivers.
75 - Fixed crash in Savage driver when using ``_mesa_CopyTexImage2D``.
79 - Fixed ``__glXInitializeVisualConfigFromTags``'s handling of
81 - Fixed regression with ``GLX_USE_GL``.
[all …]
D7.5.1.rst43 - Fixed swapbuffers jerkiness in Doom3/etc in Intel drivers.
44 - Fixed front buffer rendering bug in Intel drivers.
45 - Fixed minor GLX memory leaks.
46 - Fixed some texture env / fragment program state bugs.
47 - Fixed some Gallium glBlitFramebuffer() bugs
49 - Fixed Gallium glBitmap() Z position bug
53 - Fixed 32/64-bit cross compilation issue in gen_matypes.c
54 - Fixed glXCreateGLXPixmap() for direct rendering.
55 - Fixed Gallium glCopyPixels(GL_STENCIL_INDEX) mispositioned image bug.
D7.0.rst30 - Fixed a few fog-related bugs.
31 - Fixed broken GLSL mix() function.
32 - Fixed broken GLSL exp() functions.
33 - Fixed GLSL mod4(vec4, vec4) bug.
35 - Fixed an R300 driver bug that caused Xorg composite manager to crash
36 - Fixed R300 vertex program/matrix bug (10848)
43 - Fixed a positional light source bug (bug 11009)
44 - Fixed point size attenuation problem (bug 11042)
46 - Fixed a TLS / TEXTREL problem (bug 7459)
D7.4.3.rst32 - Fixed texture object reference counting bug (bug 21756)
36 - Fixed some OSMesa build issues
37 - Fixed a vertex buffer object crash
38 - Fixed broken glTexImage3D() when image type = GL_BITMAP
39 - Fixed some GLSL preprocessor bugs
40 - Fixed framebuffer mem leak in i945/i965 DRI drivers
41 - Fixed texture coordinate repeat bug in swrast (bug 21872)
42 - Fixed incorrect viewport clamping (lower bound is zero, not one)
/external/rust/crates/clang-sys/
DCHANGELOG.md17 ### Fixed subsection
18 - Fixed `Clang::find` panicking when `llvm-config` or `xcode-build` don't output anything to `stdou…
22 ### Fixed subsection
23 - Fixed `Clang::find` to properly search directories returned by the
90 ### Fixed subsection
91 - Fixed
127 ### Fixed subsection
128 - Fixed dynamic linking on macOS
132 ### Fixed subsection
133 - Fixed support for finding libraries in `bin` directories on Windows
[all …]
/external/lottie/
DCHANGELOG.md6 ### Bugs Fixed
13 # Bugs Fixed
14 * Fixed two potential NPEs.
19 ### Bugs Fixed
34 ## Bugs Fixed
46 * Fixed renderMode XML attr being ignored.
51 ### Bugs Fixed
52 * Fixed another LottieAnimationView visibility bug.
55 ### Bugs Fixed
56 * Fixed a native crash on Nougat.
[all …]
/external/strace/
DNEWS19 * Fixed decoding of bit sets in evdev ioctl commands.
20 * Fixed decoding of EVIOCGBIT(0, ...) ioctl commands.
21 * Fixed test suite for the case when mlockall and unimplemented syscalls
40 * Fixed decoding of Q_XGETQSTAT on non-native personalities.
41 * Fixed race condition in aio test.
42 * Fixed build with Bionic libc.
43 * Fixed build with glibc-2.28.
44 * Fixed build in exotic systemd-nspawn based environments.
45 * Fixed build on s390 with kernel headers that do not contain Linux commit
96 * Fixed decoding of msgtyp argument of msgrcv syscall.
[all …]
/external/rust/crates/hashbrown/
DCHANGELOG.md12 ## Fixed section in Change Log
18 ## Fixed section in Change Log
41 ## Fixed section in Change Log
42 - Fixed union length comparison. (#228)
70 ### Fixed subsection
108 ### Fixed subsection
126 ### Fixed subsection
175 ### Fixed subsection
176 - Fixed AHash accidentally depending on `std`. (#110)
193 ### Fixed subsection
[all …]
/external/deqp/modules/glshared/
DglsVertexArrayTests.hpp352 class Fixed class in deqp::gls::GLValue
355 static Fixed create (deInt32 value) { Fixed v; v.m_value = value; return v; } in create()
356 …static Fixed fromFloat (float value) { Fixed v; v.m_value = (deInt32)(value * 32768.0f); retu… in fromFloat()
359 inline Fixed operator+ (const Fixed& other) const { return create(m_value + other.getValue()); } in operator +()
360 inline Fixed operator* (const Fixed& other) const { return create(m_value * other.getValue()); } in operator *()
361 inline Fixed operator/ (const Fixed& other) const { return create(m_value / other.getValue()); } in operator /()
362 inline Fixed operator% (const Fixed& other) const { return create(m_value % other.getValue()); } in operator %()
363 inline Fixed operator- (const Fixed& other) const { return create(m_value - other.getValue()); } in operator -()
365 inline Fixed& operator+= (const Fixed& other) { m_value += other.getValue(); return *this; } in operator +=()
366 inline Fixed& operator*= (const Fixed& other) { m_value *= other.getValue(); return *this; } in operator *=()
[all …]
/external/libcups/
DCHANGES.md12 - Fixed WARNING_OPTIONS support for GCC 9.x
26 - Fixed a crash bug in the web interface (Issue #5621)
35 - Fixed a bug in the handling of printer resource files (Issue #5652)
47 - Fixed an error in the jobs web interface template (Issue #5694)
48 - Fixed an off-by-one error in `ippEnumString` (Issue #5695)
49 - Fixed some new compiler warnings (Issue #5700)
50 - Fixed a few issues with the Apple Raster support (rdar://55301114)
53 - Fixed spelling of "fold-accordion".
54 - Fixed the default common name for TLS certificates used by `ippeveprinter`.
55 - Fixed the option names used for IPP Everywhere finishing options.
[all …]
/external/rust/crates/tinytemplate/
DCHANGELOG.md10 ### Fixed subsection
11 - Fixed a compile error on some nightly compiler versions.
14 ### Fixed subsection
15 - Fixed numeric values being truthy when zero, rather than when non-zero. (For real this time)
28 ### Fixed subsection
29 - Fixed the @last keyword never evaluating to true
30 - Fixed numeric values being truthy when zero, rather than when non-zero.
33 ### Fixed subsection
34 - Fixed possible panic when compiling templates with escaped curly braces.
/external/shflags/doc/
DCHANGES-1.3.md11 Fixed #9. shFlags now works properly with 'set -e' enabled.
13 Fixed #50. The `FLAGS_ARGC` variable is no longer is no longer exported. The variable was marked ob…
23 Fixed the examples to work again with the new code structure.
31 Fixed bug in `_flags_columns()` where `stty size` sometimes gave unexpected
42 Fixed issue #45. Empty help string causes `shflags_test_issue_28.sh` to fail.
50 Fixed issue #43. Added support for BusyBox `ash` shell.
52 Fixed issues #26, #27. Re-factored `_flags_itemInList()` to use built-ins.
54 Fixed issue #31. Documented newline support in `FLAGS_HELP`.
56 Fixed issue #28. `DEFINE_boolean` misbehaves when help-string is empty.
58 Fixed issue #25. Fix some typos.
[all …]
DCHANGES-1.2.md7 Fixed the examples to work again with the new code structure.
15 Fixed bug in `_flags_columns()` where `stty size` sometimes gave unexpected
27 Fixed issue #45. Empty help string causes `shflags_test_issue_28.sh` to fail.
36 Fixed issue #43. Added support for BusyBox `ash` shell.
38 Fixed issues #26, #27. Re-factored `_flags_itemInList()` to use built-ins.
40 Fixed issue #31. Documented newline support in FLAGS_HELP.
42 Fixed issue #28. DEFINE_boolean misbehaves when help-string is empty.
44 Fixed issue #25. Fix some typos.
56 Fixed issue #10. Usage of `expr` under FreeBSD 7.2 (FreeNAS 0.7.1) and FreeBSD
59 Fixed issue where booleans were sometimes mis-configured to require additional
[all …]
/external/python/dateutil/
DNEWS16 Fixed by @cssherry (gh issue #582, pr #763)
34 Reported by @href (gh issue #652). Fixed by @absreim (gh pr #693).
35 - Fixed an issue where ``parser.parse`` would raise ``Decimal``-specific errors
39 - Fixed issue in ``parser`` where a ``tzinfos`` call explicitly returning
41 Fixed by @parsethis (gh issue #661, gh pr #681)
42 - Fixed incorrect parsing of certain dates earlier than 100 AD when repesented
48 Fixed by @cheukting (gh issue #658, gh pr #751)
49 - Fixed an issue where ``isoparser.parse_isotime`` was unable to handle the
54 Reported by @cjgibson (gh issue #820). Fixed by @Cheukting (gh pr #822)
55 - Fixed a bug with base offset changes during DST in ``tzfile``, and refactored
[all …]
/external/mtools/
DNEWS22 - Fixed -f flag for mformat (size is KBytes, rather than sectors)
23 - Fixed toupper/tolower usage (unsigned char rather than plain signed)
25 - Fixed compilation for MingW
28 - Fixed length handling in character set conversion (Unicode file names)
29 - Fixed matching of character range, when containing Unicode
31 - Fixed initialization of my_scsi_cmd constructor
66 Fixed compilation on Mingw
67 Fixed doc (especially mformat)
73 Fixed buffer overflow with drive letter in mclasserase
80 Fixed encoding of all-lowercase names (no need to mangle
[all …]
/external/llvm-project/clang/lib/Serialization/
DASTWriterDecl.cpp1905 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 2)); // AccessSpecifier in WriteDeclAbbrevs()
1919 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 1)); // isMutable in WriteDeclAbbrevs()
1938 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 2)); // AccessSpecifier in WriteDeclAbbrevs()
1952 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 1)); // isMutable in WriteDeclAbbrevs()
1989 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 1)); // isCompleteDefinition in WriteDeclAbbrevs()
1990 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 1)); // EmbeddedInDeclarator in WriteDeclAbbrevs()
1991 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 1)); // IsFreeStanding in WriteDeclAbbrevs()
1992 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 1)); // IsCompleteDefinitionRequired in WriteDeclAbbrevs()
2002 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 1)); // isScoped in WriteDeclAbbrevs()
2003 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 1)); // isScopedUsingClassTag in WriteDeclAbbrevs()
[all …]
/external/kotlinx.atomicfu/
DCHANGES.md5 * Fixed bug when Maven plugin wasn't published
20 * Fixed broken JVM transformer after upgrade to ASM 7.2.
37 * Fixed looking for local variables scope labels.
44 * Fixed inline functions on array elements.
45 * Fixed shutdown sequence of LockFreedomTestEnvironment.
61 * Fixed getting array elements by named index.
62 * Fixed broken npm publishing.
66 * Fixed BooleanArray setValue.
67 * Fixed removal of inline methods on atomicfu types from bytecode.
77 * Fixed Gradle plugin compatibility with `kotlin-multiplatform` plugin.
[all …]
/external/e2fsprogs/doc/RelNotes/
Dv1.11.txt4 Fixed e2fsck to detect (previously ignored) conflicts between the
8 Fixed bug in e2fsck so that when the message printed out when a block
12 Fixed bug in e2fsck and mke2fs where the blocksize wasn't being passed
16 Fixed an array boundary overrun case which cropped up in
24 Fixed up the man pages for e2fsck, debugfs, badblocks, chattr,
31 Fixed install rule in lib/ss so that ss_err.h is actually getting
34 Fixed bug in ext2fs_copy_bitmap; the destination bitmap wasn't getting
37 Fixed bug in ext2fs_inode_scan_goto_blockgroup; it had not been
41 Fixed bug in ext2fs_resize_generic_bitmap; it had not be zeroing all
/external/ipsec-tools/
DNEWS6 o Fixed a NAT-T flag check
66 o Fixed single DES support; single DES users MUST UPGRADE.
78 o Fixed FWD policy support.
79 o Fixed IPv6 compilation.
94 o Fixed setkey to handle multiline commands again.
96 o Fixed racoon to only Warn if no CRL was found.
102 o Fixed NAT-T with more proposals (e.g. more crypto algos).
107 o Fixed adding "null" encryption via 'setkey'.
108 o Fixed segfault when using AES in Phase1 with OpenSSL>=0.9.7
109 o Fixed NAT-T in aggresive mode.
[all …]
/external/markdown/docs/
DCHANGE_LOG38 June 2008: Fixed issues with nested inline patterns and cleaned
46 (Thanks David Wolever). Fixed various bugs and added doc strings.
72 Nov 3, 2007: Fixed convert method to accept empty strings.
74 Oct 30, 2007: Fixed BOM removal (thanks Malcolm Tredinnick). Fixed
77 Oct 11, 2007: LineBreaks is now an inlinePattern. Fixed HR in
82 Oct 8, 2008: Fixed Lazy Blockquote. Fixed code block on first line.
83 Fixed empty inline image link.
88 March 18, 2007: Fixed or merged a bunch of minor bugs, including
92 Oct 10, 2006: Fixed a bug that caused some text to be lost after
103 July 9, 2006: Fixed the <!--@address.com> problem (Tracker #1501354).
[all …]

12345678910>>...29