| /external/cronet/buildtools/third_party/libc++/trunk/test/std/utilities/charconv/charconv.msvc/ |
| D | double_fixed_precision_to_chars_test_cases_4.hpp | 14 {0x0.fffffffffffffp-1022, chars_format::fixed, 1074, 27 {0x1.fffffffffffffp-1022, chars_format::fixed, 1074, 40 {0x1.fffffffffffffp-1021, chars_format::fixed, 1073, 53 {0x1.fffffffffffffp-1020, chars_format::fixed, 1072, 66 {0x1.fffffffffffffp-1019, chars_format::fixed, 1071, 79 {0x1.fffffffffffffp-1018, chars_format::fixed, 1070, 92 {0x1.fffffffffffffp-1017, chars_format::fixed, 1069, 105 {0x1.fffffffffffffp-1016, chars_format::fixed, 1068, 118 {0x1.fffffffffffffp-1015, chars_format::fixed, 1067, 131 {0x1.fffffffffffffp-1014, chars_format::fixed, 1066, [all …]
|
| D | float_fixed_precision_to_chars_test_cases.hpp | 49 {0.0f, chars_format::fixed, 4, "0.0000"}, 50 {-0.0f, chars_format::fixed, 4, "-0.0000"}, 51 {float_inf, chars_format::fixed, 4, "inf"}, 52 {-float_inf, chars_format::fixed, 4, "-inf"}, 53 {float_nan, chars_format::fixed, 4, "nan"}, 54 {-float_nan, chars_format::fixed, 4, "-nan(ind)"}, 55 {float_nan_payload, chars_format::fixed, 4, "nan"}, 56 {-float_nan_payload, chars_format::fixed, 4, "-nan"}, 57 {1.729f, chars_format::fixed, 4, "1.7290"}, 58 {-1.729f, chars_format::fixed, 4, "-1.7290"}, [all …]
|
| D | double_fixed_precision_to_chars_test_cases_2.hpp | 50 {1e-323, chars_format::fixed, 1073, 63 {1e-322, chars_format::fixed, 1072, 76 {1e-321, chars_format::fixed, 1073, 89 {1e-320, chars_format::fixed, 1071, 102 {1e-319, chars_format::fixed, 1070, 115 {1e-318, chars_format::fixed, 1073, 128 {1e-317, chars_format::fixed, 1074, 141 {1e-316, chars_format::fixed, 1074, 154 {1e-315, chars_format::fixed, 1074, 167 {1e-314, chars_format::fixed, 1074, [all …]
|
| D | double_fixed_precision_to_chars_test_cases_3.hpp | 51 {0x0.63b831e8bd9d7p-1022, chars_format::fixed, 1074, 64 {0x1.8777195166b0cp-1022, chars_format::fixed, 1072, 77 {0x1.4668b84fe57a0p-1021, chars_format::fixed, 1068, 90 {0x1.befe59a615135p-1020, chars_format::fixed, 1072, 103 {0x1.1e3d1ff2f0c7dp-1019, chars_format::fixed, 1071, 116 {0x1.6f434a1f8b19bp-1018, chars_format::fixed, 1070, 129 {0x1.587345c18153ep-1017, chars_format::fixed, 1068, 142 {0x1.f1b6b87277fdep-1016, chars_format::fixed, 1067, 155 {0x1.72a498409980ap-1015, chars_format::fixed, 1066, 168 {0x1.ce91e910d066ap-1014, chars_format::fixed, 1065, [all …]
|
| D | double_fixed_precision_to_chars_test_cases_1.hpp | 49 {0.0, chars_format::fixed, 4, "0.0000"}, 50 {-0.0, chars_format::fixed, 4, "-0.0000"}, 51 {double_inf, chars_format::fixed, 4, "inf"}, 52 {-double_inf, chars_format::fixed, 4, "-inf"}, 53 {double_nan, chars_format::fixed, 4, "nan"}, 54 {-double_nan, chars_format::fixed, 4, "-nan(ind)"}, 55 {double_nan_payload, chars_format::fixed, 4, "nan"}, 56 {-double_nan_payload, chars_format::fixed, 4, "-nan"}, 57 {1.729, chars_format::fixed, 4, "1.7290"}, 58 {-1.729, chars_format::fixed, 4, "-1.7290"}, [all …]
|
| D | double_to_chars_test_cases.hpp | 60 // Ditto for fixed, which doesn't emit exponents. 61 {0.0, chars_format::fixed, "0"}, 62 {-0.0, chars_format::fixed, "-0"}, 63 {double_inf, chars_format::fixed, "inf"}, 64 {-double_inf, chars_format::fixed, "-inf"}, 65 {double_nan, chars_format::fixed, "nan"}, 66 {-double_nan, chars_format::fixed, "-nan(ind)"}, 67 {double_nan_payload, chars_format::fixed, "nan"}, 68 {-double_nan_payload, chars_format::fixed, "-nan"}, 69 {2.018, chars_format::fixed, "2.018"}, [all …]
|
| D | float_to_chars_test_cases.hpp | 60 // Ditto for fixed, which doesn't emit exponents. 61 {0.0f, chars_format::fixed, "0"}, 62 {-0.0f, chars_format::fixed, "-0"}, 63 {float_inf, chars_format::fixed, "inf"}, 64 {-float_inf, chars_format::fixed, "-inf"}, 65 {float_nan, chars_format::fixed, "nan"}, 66 {-float_nan, chars_format::fixed, "-nan(ind)"}, 67 {float_nan_payload, chars_format::fixed, "nan"}, 68 {-float_nan_payload, chars_format::fixed, "-nan"}, 69 {2.018f, chars_format::fixed, "2.018"}, [all …]
|
| D | double_from_chars_test_cases.hpp | 201 chars_format::fixed, 1080, errc::result_out_of_range, 0x0.0000000000000p+0}, 215 chars_format::fixed, 1077, errc::result_out_of_range, 0x0.0000000000000p+0}, 239 chars_format::fixed, 2077, errc::result_out_of_range, 0x0.0000000000000p+0}, 263 chars_format::fixed, 2078, errc{}, 0x0.0000000000001p-1022}, 277 chars_format::fixed, 1078, errc{}, 0x0.0000000000001p-1022}, 291 chars_format::fixed, 1077, errc{}, 0x0.0000000000001p-1022}, 305 chars_format::fixed, 1080, errc{}, 0x0.ffffffffffffep-1022}, 319 chars_format::fixed, 1077, errc{}, 0x0.ffffffffffffep-1022}, 343 chars_format::fixed, 2077, errc{}, 0x0.ffffffffffffep-1022}, 367 chars_format::fixed, 2078, errc{}, 0x0.fffffffffffffp-1022}, [all …]
|
| /external/testng/ |
| D | CHANGES.txt | 2 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/tpm2-tss/ |
| D | CHANGELOG.md | 24 ### 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/proguard/docs/ |
| D | downloads.html | 79 <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/e2fsprogs/tests/f_badorphan/ |
| D | expect.1 | 10 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/jcommander/ |
| D | CHANGELOG.md | 6 * 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/python/dateutil/ |
| D | NEWS | 14 Reported by @mlorant (gh issue #410), fixed by @nicoe (gh pr #859). 16 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 37 (e.g. ``NaN`` or infinite values). Reported and fixed by 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 [all …]
|
| /external/mesa3d/docs/ |
| D | versions.rst | 79 - fixed pow() domain error in src/light.c 80 - fixed "flickering bitmaps" in double buffer mode 81 - fixed tk.h and aux.h for C++ 163 - fixed a division by zero error in line clipping 164 - occasional wrong default background color really fixed! 166 - gluBuild2DMipmaps malloc problem fixed 193 - glScissor bug fixed 194 - round-off errors in clipping lines against clip planes fixed 197 - problem with accidentally culled polygons is fixed 198 - fixed some widget compilation problems [all …]
|
| /external/strace/ |
| D | NEWS | 19 * 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/mtools/ |
| D | NEWS | 26 - Tested and fixed for platforms *without* largefile support 29 - Fixed floppy sector size handling on platforms that are not 75 - Fixed XDF floppy disk access 76 - Fixed faulty behavior at end of image in mcat 126 - Fixed -f flag for mformat (size is KBytes, rather than sectors) 127 - Fixed toupper/tolower usage (unsigned char rather than plain signed) 129 - Fixed compilation for MingW 132 - Fixed length handling in character set conversion (Unicode file names) 133 - Fixed matching of character range, when containing Unicode 135 - Fixed initialization of my_scsi_cmd constructor [all …]
|
| /external/libopus/ |
| D | silk_sources.mk | 99 silk/fixed/LTP_analysis_filter_FIX.c \ 100 silk/fixed/LTP_scale_ctrl_FIX.c \ 101 silk/fixed/corrMatrix_FIX.c \ 102 silk/fixed/encode_frame_FIX.c \ 103 silk/fixed/find_LPC_FIX.c \ 104 silk/fixed/find_LTP_FIX.c \ 105 silk/fixed/find_pitch_lags_FIX.c \ 106 silk/fixed/find_pred_coefs_FIX.c \ 107 silk/fixed/noise_shape_analysis_FIX.c \ 108 silk/fixed/process_gains_FIX.c \ [all …]
|
| /external/libcups/ |
| D | CHANGES.md | 12 - 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/lottie/ |
| D | CHANGELOG.md | 2 ### Bugs Fixed 10 ### Bugs Fixed 13 * Fixed a Xiaomi Android 10 specific crash ([#2061](https://github.com/airbnb/lottie-android/pull/2… 18 ### Bugs Fixed 22 ### Bugs Fixed 53 ### Bugs Fixed 65 ### Bugs Fixed 68 * Fixed a rare NPE in TransformKeyframeAnimation ([#1955](https://github.com/airbnb/lottie-android/… 74 ### Bugs Fixed 76 * Fixed two rare potential NPEs ([#1917](https://github.com/airbnb/lottie-android/pull/1917)) [all …]
|
| /external/wpa_supplicant_8/hostapd/ |
| D | ChangeLog | 11 - fixed PMKSA caching with OKC 16 * fixed WPS UPnP SUBSCRIBE handling of invalid operations 18 * fixed PMF disconnection protection bypass 21 * fixed various issues in experimental support for EAP-TEAP server 28 * fixed EAP-FAST server with TLS GCM/CCM ciphers 31 * fixed OWE key derivation with groups 20 and 21; this breaks backwards 55 * fixed FT-EAP initial mobility domain association using PMKSA caching 57 * fixed FILS to and RSNE into (Re)Association Response frames 58 * fixed DPP bootstrapping URI parser of channel list 68 * fixed an ECDH operation corner case with OpenSSL [all …]
|
| /external/fonttools/Lib/fontTools/misc/ |
| D | fixedTools.py | 3 defines two fixed-point data types: 5 ``Fixed`` 6 A 32-bit signed fixed-point number with a 16 bit twos-complement 9 A 16-bit signed fixed-point number with a 2 bit twos-complement 13 functions for converting between fixed-point, float and string representations. 43 """Converts a fixed-point number to a float given the number of 47 value (int): Number in fixed-point format. 64 """Converts a float to a fixed-point number given the number of 72 int: Fixed-point representation. 85 """Converts a float to a fixed-point number and back again. [all …]
|
| /external/pigweed/pw_tokenizer/pw_tokenizer_private/ |
| D | generated_hash_test_cases.h | 41 80u, // fixed hash length 47 96u, // fixed hash length 53 128u, // fixed hash length 59 80u, // fixed hash length 65 96u, // fixed hash length 71 128u, // fixed hash length 77 80u, // fixed hash length 83 96u, // fixed hash length 89 128u, // fixed hash length 95 80u, // fixed hash length [all …]
|
| /external/arm-trusted-firmware/plat/nvidia/tegra/scat/ |
| D | bl31.scat | 15 __BL31_START__ +0 FIXED EMPTY 0 26 __TEXT__ +0 FIXED 34 __TEXT_EPILOGUE__ AlignExpr(+0, PAGE_SIZE) FIXED EMPTY 0 42 __RODATA__ AlignExpr(ImageLimit(LR_TEXT), 0) FIXED 49 __RT_SVC_DESCS__ AlignExpr(ImageLimit(__RODATA__), 8) FIXED 56 __PMF_SVC_DESCS__ AlignExpr(ImageLimit(__RT_SVC_DESCS__), 8) FIXED 66 __CPU_OPS__ AlignExpr(+0, 8) FIXED 76 __GOT__ AlignExpr(ImageLimit(__CPU_OPS__), 8) FIXED 89 __RODATA_EPILOGUE__ AlignExpr(+0, PAGE_SIZE) FIXED EMPTY 0 109 __SPM_SHIM_EXCEPTIONS__ AlignExpr(ImageLimit(LR_RO_DATA), PAGE_SIZE) FIXED [all …]
|
| /external/rust/crates/clang-sys/ |
| D | CHANGELOG.md | 16 ### Fixed subsection 17 - Fixed `Clang::find` to check that `CLANG_PATH` is an executable file before 39 ### Fixed subsection 40 - Fixed handling of paths that contain characters that have special meaning in 49 ### Fixed subsection 62 ### Fixed subsection 63 - Fixed build script to split paths in environment variables (e.g., 83 ### Fixed subsection 84 - Fixed `Clang::find` panicking when `llvm-config` or `xcode-build` don't output anything to `stdou… 88 ### Fixed subsection [all …]
|