Home
last modified time | relevance | path

Searched full:fixed (Results 1 – 25 of 4659) sorted by relevance

12345678910>>...187

/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/proguard/docs/
Ddownloads.html79 <li>Fixed processing of various kinds of closures in Java 8.
80 <li>Fixed shrinking of generic signatures in classes and methods.
81 <li>Fixed shrinking of debug information about generic local variable types.
82 <li>Fixed optimization of default implementations in interfaces.
83 <li>Fixed optimization of variable initializations.
84 <li>Fixed obfuscation of internal class names in strings.
97 <li>Fixed occasional preverification problem.
98 <li>Fixed shrinking of generic class signatures.
99 <li>Fixed shrinking of generic variable signatures.
100 <li>Fixed analysis of unused parameters for bootstrap methods in library
[all …]
/external/mesa3d/docs/
DVERSIONS53 - fixed pow() domain error in src/light.c
54 - fixed "flickering bitmaps" in double buffer mode
55 - fixed tk.h and aux.h for C++
121 - fixed a division by zero error in line clippping
122 - occasional wrong default background color really fixed!
124 - gluBuild2DMipmaps malloc problem fixed
144 - glScissor bug fixed
145 - round-off errors in clipping lines against clip planes fixed
148 - problem with accidentally culled polygons is fixed
149 - fixed some widget compilation problems
[all …]
Dversions.html90 <li>fixed pow() domain error in src/light.c
91 <li>fixed "flickering bitmaps" in double buffer mode
92 <li>fixed tk.h and aux.h for C++
172 <li>fixed a division by zero error in line clippping
173 <li>occasional wrong default background color really fixed!
175 <li>gluBuild2DMipmaps malloc problem fixed
201 <li>glScissor bug fixed
202 <li>round-off errors in clipping lines against clip planes fixed
205 <li>problem with accidentally culled polygons is fixed
206 <li>fixed some widget compilation problems
[all …]
Dindex.html751 textures. The later was believed to have been fixed in 7.11.1 but was not.
1106 - fixed problem with negative dot product in arbfplight, fplight demos
1107 - fixed bug in perspective correction of antialiased, textured lines
1109 - fixed a couple per-pixel fog bugs (Soju Matsumoto)
1111 - fixed float parsing bug in ARB frag/vert programs (bug 2520)
1121 - fixed a few Darwin compilation problems
1147 - fixed width/height mix-up in glSeparableFilter2D()
1148 - fixed regression in glCopyPixels + convolution
1154 - fixed a bunch of compiler warnings found with gcc 3.4
1183 - fixed a few compilation issues on IRIX
[all …]
/external/e2fsprogs/tests/f_badorphan/
Dexpect.110 Inode 13 was part of the orphaned inode list. FIXED.
11 Inode 17 was part of the orphaned inode list. FIXED.
14 Inode 19 was part of the orphaned inode list. FIXED.
15 Inode 22 was part of the orphaned inode list. FIXED.
16 Inode 23 was part of the orphaned inode list. FIXED.
17 Inode 24 was part of the orphaned inode list. FIXED.
18 Inode 25 was part of the orphaned inode list. FIXED.
19 Inode 26 was part of the orphaned inode list. FIXED.
20 Inode 27 was part of the orphaned inode list. FIXED.
21 Inode 28 was part of the orphaned inode list. FIXED.
[all …]
/external/valgrind/docs/internals/
D3_0_BUGSTATUS.txt27 FIXED-TRUNK: now done (many many commits)
32 FIXED-TRUNK: TODO ?
37 FIXED-TRUNK: vg:???
42 FIXED-TRUNK: 4636
47 FIXED-TRUNK: vg:5046
54 FIXED-TRUNK: TODO?
63 FIXED-TRUNK: vex:1320 - vex impl of sysenter
71 FIXED-TRUNK: many commits (vg:5031 ?)
81 FIXED-TRUNK: vg:4425
88 FIXED-TRUNK: TODO
[all …]
D3_1_BUGSTATUS.txt3 pending = is scheduled to be fixed (or at least considered) on this branch
11 v5868 fixed 108258 NPTL pthread cleanup handlers not called
12 v5906 fixed 117290 valgrind is sigKILL'd on startup
14 v5414 fixed 118703 m_signals.c:1427 Assertion 'tst->status == VgTs_WaitSys'
17 vx1617 fixed 118466 add %reg, %reg generates incorrect validity for bit 0
18 v5847 fixed 123210 New: strlen from ld-linux on amd64
19 v5838 fixed 123244 DWARF2 CFI reader: unhandled CFI instruction 0:18
20 v5785 fixed 123248 syscalls in glibc-2.4: openat, fstatat, symlinkat
22 v5886 fixed 123535 mremap(new_addr) requires MREMAP_FIXED in 4th arg
23 ???? fixed 123836 small typo in the doc
[all …]
/external/strace/
DNEWS28 * Fixed corner cases in decoding of old sigaction syscall.
29 * Fixed build with old kernel headers on mips.
30 * Fixed build on aarch64 and tile with glibc >= 2.26.
31 * Fixed build on arc and nios2.
77 * Fixed decoding of flags argument of preadv2 and pwritev2 syscalls on x32.
78 * Fixed the number of arguments and tracing flags of alpha specific syscalls.
79 * Fixed decoding of old sigsuspend syscall on alpha, cris, mips, powerpc,
81 * Fixed decoding of sgetmask and ssetmask syscalls on 64-bit architectures.
82 * Fixed decoding of netlink messages received within struct msghdr.
85 * Fixed corner cases of printing inaccessible times argument of utimes
[all …]
/external/jcommander/
DCHANGELOG10 Fixed: Missing new lines in usage (styurin)
11 Fixed: The description of commands is now displayed on the next line and indented.
16 Fixed: Empty string defaults now displayed as "<empty string>" in the usage
17 Fixed: Bugs with the PositiveInteger validator
18 Fixed: Parameters with a single double quote were not working properly
26 Fixed: wasn't handling parameters that start with " but don't end with one correctly
27 Fixed: if using a different option prefix, unknown option are mistakenly reported as "no main param…
28 Fixed: 113: getCommandDescription() returns the description of the main parameter instead of that o…
29 Fixed: bug with several multiple arity parameters (VariableArityTest)
30 Fixed: variable arities not working when same parameter appears multiple times.
[all …]
/external/libopus/
Dsilk_sources.mk90 silk/fixed/LTP_analysis_filter_FIX.c \
91 silk/fixed/LTP_scale_ctrl_FIX.c \
92 silk/fixed/corrMatrix_FIX.c \
93 silk/fixed/encode_frame_FIX.c \
94 silk/fixed/find_LPC_FIX.c \
95 silk/fixed/find_LTP_FIX.c \
96 silk/fixed/find_pitch_lags_FIX.c \
97 silk/fixed/find_pred_coefs_FIX.c \
98 silk/fixed/noise_shape_analysis_FIX.c \
99 silk/fixed/prefilter_FIX.c \
[all …]
DAndroid.bp14 "silk/fixed",
117 "silk/fixed/LTP_analysis_filter_FIX.c",
118 "silk/fixed/LTP_scale_ctrl_FIX.c",
119 "silk/fixed/corrMatrix_FIX.c",
120 "silk/fixed/encode_frame_FIX.c",
121 "silk/fixed/find_LPC_FIX.c",
122 "silk/fixed/find_LTP_FIX.c",
123 "silk/fixed/find_pitch_lags_FIX.c",
124 "silk/fixed/find_pred_coefs_FIX.c",
125 "silk/fixed/noise_shape_analysis_FIX.c",
[all …]
/external/libopus/win32/VS2015/
Dsilk_fixed.vcxproj.filters27 <ClInclude Include="..\..\silk\fixed\main_FIX.h">
30 <ClInclude Include="..\..\silk\fixed\structs_FIX.h">
35 <ClCompile Include="..\..\silk\fixed\LTP_scale_ctrl_FIX.c">
38 <ClCompile Include="..\..\silk\fixed\noise_shape_analysis_FIX.c">
41 <ClCompile Include="..\..\silk\fixed\pitch_analysis_core_FIX.c">
44 <ClCompile Include="..\..\silk\fixed\prefilter_FIX.c">
47 <ClCompile Include="..\..\silk\fixed\process_gains_FIX.c">
50 <ClCompile Include="..\..\silk\fixed\regularize_correlations_FIX.c">
53 <ClCompile Include="..\..\silk\fixed\residual_energy_FIX.c">
56 <ClCompile Include="..\..\silk\fixed\residual_energy16_FIX.c">
[all …]
/external/wpa_supplicant_8/hostapd/
DChangeLog4 * fixed EAP-pwd last fragment validation
6 * fixed WPS configuration update vulnerability with malformed passphrase
11 * fixed Suite B 192-bit AKM to use proper PMK length
12 (note: this makes old releases incompatible with the fixed behavior)
22 * fixed EAPOL reauthentication after FT protocol run
23 * fixed FTIE generation for 4-way handshake after FT protocol run
24 * fixed and improved various FST operations
53 * fixed PMKID derivation with SAE
77 * fixed WPS UPnP vulnerability with HTTP chunked transfer encoding
79 * fixed WMM Action frame parser
[all …]
/external/ipsec-tools/
DNEWS6 o Fixed a NAT-T flag check
23 o fixed hybrid enabled builds
24 o fixed compilation on FreeBSD8
66 o Fixed single DES support; single DES users MUST UPGRADE.
78 o Fixed FWD policy support.
79 o Fixed IPv6 compilation.
80 o Readline is optional, fixed setkey when compiled without readline.
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).
[all …]
/external/clang/test/CodeGen/
Darm64-abi-vector.c19 double varargs_vec_2c(int fixed, ...) { in varargs_vec_2c() argument
25 double sum = fixed; in varargs_vec_2c()
26 va_start(ap, fixed); in varargs_vec_2c()
38 double varargs_vec_3c(int fixed, ...) { in varargs_vec_3c() argument
44 double sum = fixed; in varargs_vec_3c()
45 va_start(ap, fixed); in varargs_vec_3c()
58 double varargs_vec_4c(int fixed, ...) { in varargs_vec_4c() argument
64 double sum = fixed; in varargs_vec_4c()
65 va_start(ap, fixed); in varargs_vec_4c()
78 double varargs_vec_5c(int fixed, ...) { in varargs_vec_5c() argument
[all …]
/external/tinyxml/
Dchanges.txt2 - Fixed comment tags which were outputing as '<?--' instead of
6 - Fixed bad pointer to 'isspace' that could occur while parsing text.
29 - Fixed white space parsing in text to conform with the standard.
41 - Fixed a bug where comments couldn't be inside elements.
46 - Fixed TiXmlAttribute::Previous actually returning "next." Thanks
52 - Fixed a delete buf that should be a delete [] buf.
56 - ReplaceChild() was almost guarenteed to fail. Should be fixed,
68 - Fixed bug where isalpha() and isalnum() would get called with a negative value for
70 - Fixed some errors codes that were not getting set.
78 - Fixed ReplaceChild bug, thanks to Tao Chen.
[all …]
/external/eigen/doc/
DFixedSizeVectorizable.dox3 /** \eigenManualPage TopicFixedSizeVectorizable Fixed-size vectorizable Eigen objects
5 The goal of this page is to explain what we mean by "fixed-size vectorizable".
9 An Eigen object is called "fixed-size vectorizable" if it has fixed size and that size is a multipl…
26fixed-size" should be clear: an Eigen object has fixed size if its number of rows and its number o…
28 The array of coefficients of a fixed-size Eigen object is a plain "static array", it is not dynamic…
30 Fixed-size objects are typically very small, which means that we want to handle them with zero runt…
34 So it turns out that the only way that fixed-size Eigen objects can be vectorized, is if their size…
/external/libvncserver/
DNEWS15 * Fixed some security-related buffer overflow cases.
23 * Fixed a use-after-free issue in scale.c.
59 - Fixed a regression that crept in with the Apple Remote Desktop support.
62 - Fixed an ABI compatibility issue.
68 * Fixed Mingw32 cross compilation.
69 * Fixed CMake build system.
103 * Fixed hostname resolution problems under Windows.
143 fixed bug with maxRectsPerUpdate and Tight Encoding (these are incompatible)
153 long standing http bug (.jar was sent twice) fixed by a friend of Karl named Mike
156 fixed a bug with ClientConnectionGone
[all …]
/external/mesa3d/docs/relnotes/
D7.0.2.html49 <li>Fixed a vertex buffer wrapping issue (bug 9962)
53 <li>Fixed a blending/banding issue (bug 11931)
54 <li>Fixed a GLU matrix inversion bug (#6748)
55 <li>Fixed problem with large glDrawArrays calls and indirect rendering (bug 12141)
56 <li>Fixed an assortment of i965 driver bugs
57 <li>Fixed x86-64 vertex transformation bug (12216)
58 <li>Fixed X server crash caused by multiple indirect rendering clients
60 <li>Fixed a glCopyPixels/glPixelZoom bug (12417)
61 <li>Fixed a bug when using glMaterial in display lists (bug 10604)
62 <li>Fixed a few GLUT/Fortran issues (Bill Mitchell)
[all …]
D7.8.2.html59 <li>Fixed Gallium glDrawPixels(GL_DEPTH_COMPONENT).
60 <li>Fixed Gallium Cell driver to buildable, runable state
61 <li>Fixed bad error checking for glFramebufferRenderbuffer(attachment=GL_DEPTH_STENCIL_ATTACHMENT).
62 <li>Fixed incorrect Z coordinate handling in "meta" glDraw/CopyPixels.
89 <li>Fixed texture LOD clamping in i915 driver.
98 <li>Fixed hangs in etracer on 830 and 845
101 <li>Fixed tiling of small textures on all Intel drivers.</li>
102 <li>Fixed crash in Savage driver when using <code>_mesa_CopyTexImage2D</code>.
108 <li>Fixed <code>__glXInitializeVisualConfigFromTags</code>'s handling of
110 <li>Fixed regression with <code>GLX_USE_GL</code>.
[all …]
/external/wpa_supplicant_8/wpa_supplicant/
DChangeLog4 * fixed WNM Sleep Mode processing when PMF is not enabled
6 * fixed EAP-pwd last fragment validation
8 * fixed EAP-pwd unexpected Confirm message processing
10 * fixed WPS configuration update vulnerability with malformed passphrase
12 * fixed configuration update vulnerability with malformed parameters set
15 * fixed TK configuration to the driver in EAPOL-Key 3/4 retry case
40 * fixed PMKID derivation with SAE
70 * fixed Suite B 192-bit AKM to use proper PMK length
71 (note: this makes old releases incompatible with the fixed behavior)
79 * fixed EAPOL reauthentication after FT protocol run
[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.
62 Nov 29, 2007: Added support for images inside links. Also fixed
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
[all …]
/external/parameter-framework/upstream/test/functional-tests-legacy/PfwTestCase/Types/
D__init__.py6 - FP16_Q0_15 : 16bits Fixed point - 0 integer bits, 15 fractionnal bits
7 - FP16_Q15_0 : 16bits Fixed point - 15 integer bits, 0 fractionnal bits
8 - FP16_Q7_8 : 16bits Fixed point - 7 integer bits, 8 fractionnal bits
9 - FP32_Q0_31 : 32bits Fixed point - 0 integer bits, 31 fractionnal bits
10 - FP32_Q15_16 : 32bits Fixed point - 15 integer bits, 16 fractionnal bits
11 - FP32_Q31_0 : 32bits Fixed point - 31 integer bits, 0 fractionnal bits
12 - FP32_Q8_20 : 32bits Fixed point - 8 integer bits, 20 fractionnal bits
13 - FP8_Q0_7 : 8bits Fixed point - 0 integer bits, 7 fractionnal bits
14 - FP8_Q3_4 : 8bits Fixed point - 3 integer bits, 4 fractionnal bits
15 - FP8_Q7_0 : 8bits Fixed point - 7 integer bits, 0 fractionnal bits
/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
60 - Fixed spurious "0xEE partition doesn't start on sector 1" warning in
89 - Fixed bug that could cause segfault when passing an invalid partition
112 - Fixed hybrid MBR creation on disks larger than 2TiB: Previously, if one
148 - Fixed small bugs in gdisk_test.sh script.
164 - Fixed a bug that could cause sgdisk to crash when passing a partition
204 - REALLY fixed Ctrl+D problems! Now gdisk terminates upon receiving a
213 - Fixed compilation problem on GCC 4.7.
[all …]

12345678910>>...187