/aosp_15_r20/external/jackson-databind/release-notes/ |
H A D | VERSION-2.x | 11 (reported by gmkll@github) 13 (reported by Mike G; fix contributed by Ville K) 23 (reported by Incara@github) 27 (reported by Nate B) 30 (reported by Xiang Z) 34 (reported by Yona A) 36 (reported by rost5000@github) 43 (reported, fix contributed by David B) 55 (reported by mjustin@github) 65 (reported, fix contributed by Joshua S) [all …]
|
H A D | CREDITS-2.x | 12 * Reported #220: ContainerNode missing 'createNumber(BigInteger)' 19 * Reported #479: NPE on trying to deserialize a `String[]` that contains null 21 * Reported #1411: MapSerializer._orderEntries should check for null keys 33 * Reported [JACKSON-798]: Problem with external type id, creators 37 * Reported [JACKSON-811]: Problems with @JsonIdentityInfo, abstract types 39 * Reported [JACKSON-814]: Parsing RFC822/RFC1123 dates failes on non-US locales 57 * Reported [JACKSON-851]: State corruption with ObjectWriter, DefaultPrettyPrinter 70 * Reported #93 (and suggested fix): bug in `ObjectMapper.setAll(...)' 73 * Reported #433: `ObjectMapper`'s `.valueToTree()` wraps `JsonSerializable` objects 80 * Reported #157, contributed unit test: NPE when registering same module twice. [all …]
|
/aosp_15_r20/external/jackson-core/release-notes/ |
H A D | VERSION-2.x | 44 (reported by Volkan Y) 52 (reported by Justin L) 57 (reported by rhernandez35@github) 62 (reported by Scott L) 64 (reported, fix contributed by Fabien R) 70 (reported by Arnaud R) 72 (reported by alarribeau@github) 77 (reported by wastevenson@github, fix contributed by Todd O'B 79 (reported by Marc M) 81 (reported by Emily S) [all …]
|
H A D | CREDITS-2.x | 10 * Reported [JACKSON-827]: 2.0.0 was accidentally requiring JDK 1.6 21 * Reported [Issue#48]: Problem with URLs, spaces 28 * Reported #115: JsonGenerator writeRawValue problem with surrogate UTF-8 characters 32 * Reported #116: WriterBasedJsonGenerator produces truncated Unicode escape sequences 36 * Reported #145: NPE at BytesToNameCanonicalizer 40 * Reported #146: Error while parsing negative floats at the end of the input buffer 42 * Reported #148: BytesToNameCanonicalizer can mishandle leading null byte(s). 46 * Reported #173: An exception is thrown for a valid JsonPointer expression 54 * Reported #184: WRITE_NUMBERS_AS_STRINGS disables WRITE_BIGDECIMAL_AS_PLAIN 58 * Reported, contributed fix for#182: Inconsistent TextBuffer#getTextBuffer behavior [all …]
|
/aosp_15_r20/external/intel-media-driver/media_common/agnostic/common/vp/hal/ |
H A D | vp_common_tools.h | 104 bool bVpComponentReported; // Vp Component has been reported 109 uint32_t dwReportedDeinterlaceMode; // Reported Deinterlace mode 112 uint32_t dwReportedScalingMode; // Reported Scaling mode 113 uint32_t dwReportedFastCopyMode; // Reported FastCopy mode 115 uint32_t dwReportedXVYCCState; // Reported xvYCC state 117 uint32_t dwReportedOutputPipeMode; // Reported Ouput Pipe Mode 119 uint32_t dwReportedVEFeatureInUse; // Reported VEFeatureInUse 121 uint32_t dwReportedFrcMode; // Reported Frame Rate Conversion Mode 123 uint32_t dwVPMMCInUseReported; // Reported Memory compression enable flag 125 uint32_t dwRTCompressibleReported; // RT MMC Reported compressible flag [all …]
|
/aosp_15_r20/external/python/dateutil/ |
D | NEWS | 14 Reported by @mlorant (gh issue #410), fixed by @nicoe (gh pr #859). 34 Reported by @href (gh issue #652). Fixed by @absreim (gh pr #693). 37 (e.g. ``NaN`` or infinite values). Reported and fixed by 52 Reported and fixed by @jayschwa (gh issue #786, gh pr #787). 54 Reported by @cjgibson (gh issue #820). Fixed by @Cheukting (gh pr #822) 56 the way base offset changes are detected. Originally reported on 65 with 1 instead of 0. Reported and fixed by @hroncok (gh pr #814) 82 Reported and fixed by @rmahajan14 (gh issue #686, gh pr #695). 149 parser.parse, which will raise decimal.Decimal-specific errors. Reported and 152 Reported by @pganssle (gh issue #661) Fixed by @parsethis (gh pr #681) [all …]
|
/aosp_15_r20/external/deqp/external/openglcts/modules/gles31/ |
H A D | es31cTextureStorageMultisampleGetActiveUniformTests.cpp | 154 …xt, "multisample_texture_samplers", "Verifies multisample texture samplers are reported correctly") in MultisampleTextureGetActiveUniformSamplersTest() 297 * whether a corresponding uniform has already been reported. in iterate() 333 /* Check if the reported name is valid and that the type and size in iterate() 335 * Also verify that the uniform has not been already reported. in iterate() 341 TCU_FAIL("fs_sampler_2d_multisample uniform is reported more than once"); in iterate() 346 TCU_FAIL("Invalid uniform type reported for fs_sampler_2d_multisample uniform"); in iterate() 357 TCU_FAIL("fs_sampler_2d_multisample_array uniform is reported more than once"); in iterate() 362 … TCU_FAIL("Invalid uniform type reported for fs_sampler_2d_multisample_array uniform"); in iterate() 369 TCU_FAIL("Unsupported active uniform type reported."); in iterate() 376 TCU_FAIL("fs_sampler_2d_multisample_uint uniform is reported more than once"); in iterate() [all …]
|
H A D | es31cTextureStorageMultisampleGLCoverageTests.cpp | 107 GLU_EXPECT_NO_ERROR(gl.getError(), "glGetIntegerv() reported an error for a valid pname"); in iterate() 112 … << " was reported for pname [" << pname << "]." << tcu::TestLog::EndMessage; in iterate() 114 TCU_FAIL("Invalid integer value reported for pname."); in iterate() 121 GLU_EXPECT_NO_ERROR(gl.getError(), "glGetBooleanv() reported an error for a valid pname"); in iterate() 126 << " was reported for pname [" << pname << "]" in iterate() 127 … << " (integer value reported for the same property:" << int_value << ")" in iterate() 130 TCU_FAIL("Invalid boolean value reported for pname."); in iterate() 137 GLU_EXPECT_NO_ERROR(gl.getError(), "glGetFloatv() reported an error for a valid pname"); in iterate() 142 << " was reported for pname [" << pname << "]" in iterate() 143 … << " (integer value reported for the same property:" << int_value << ")" in iterate() [all …]
|
/aosp_15_r20/frameworks/base/libs/WindowManager/Jetpack/tests/unittest/src/androidx/window/extensions/embedding/ |
H A D | SplitPresenterTest.java | 336 assertEquals("Task bounds must be reported.", in testGetRelBoundsForPosition_expandContainers() 341 assertEquals("Task bounds must be reported.", in testGetRelBoundsForPosition_expandContainers() 344 assertEquals("Task bounds must be reported.", in testGetRelBoundsForPosition_expandContainers() 357 assertEquals("Task bounds must be reported.", in testGetRelBoundsForPosition_expandContainers_isRelativeToParent() 362 assertEquals("Task bounds must be reported.", in testGetRelBoundsForPosition_expandContainers_isRelativeToParent() 365 assertEquals("Task bounds must be reported.", in testGetRelBoundsForPosition_expandContainers_isRelativeToParent() 382 assertEquals("Primary bounds must be reported.", in testGetRelBoundsForPosition_splitVertically() 387 assertEquals("Secondary bounds must be reported.", in testGetRelBoundsForPosition_splitVertically() 390 assertEquals("Task bounds must be reported.", in testGetRelBoundsForPosition_splitVertically() 399 assertEquals("Secondary bounds must be reported.", in testGetRelBoundsForPosition_splitVertically() [all …]
|
/aosp_15_r20/external/googleapis/google/devtools/resultstore/v2/ |
H A D | test_suite.proto | 27 // The result of running a test suite, as reported in a <testsuite> element of 30 // The full name of this suite, as reported in the name attribute. For Java 36 // as reported in the <testcase> and <testsuite> elements contained within 40 // Failures reported in <failure> elements within this <testsuite>. 43 // Errors reported in <error> elements within this <testsuite>. 46 // The timing for the entire TestSuite, as reported by the time attribute. 49 // Arbitrary name-value pairs, as reported in custom attributes or in a 55 // Files produced by this test suite, as reported by undeclared output 75 // The result of running a test case, as reported in a <testcase> element of 109 // The name of the test case, as reported in the name attribute. For Java, [all …]
|
/aosp_15_r20/system/update_engine/common/ |
H A D | metrics_reporter_interface.h | 41 // following metrics are reported: 54 // Helper function to report metrics reported once a day. The 55 // following metrics are reported: 62 // are reported: 72 // The |kMetricCheckResult| metric will only be reported if |result| 75 // The |kMetricCheckReaction| metric will only be reported if 78 // The |kMetricCheckDownloadErrorCode| will only be reported if 83 // automatically reported and calculated by maintaining persistent 95 // update attempt. The following metrics are reported: 107 // The |kMetricAttemptInternalErrorCode| metric will only be reported [all …]
|
/aosp_15_r20/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/ |
H A D | ExceptionCaughtTest.java | 50 * the reported exception object. 55 * <li>the reported exception object is not null</li> 56 * <li>the reported exception object is instance of expected class with expected tag</li> 65 * the reported exception object. 70 * <li>the reported exception object is not null</li> 71 * <li>the reported exception object is instance of expected class with expected tag</li> 80 * the reported throw location. 85 * <li>the reported thread is not null</li> 86 * <li>the reported throw location is not null</li> 87 * <li>the reported throw location is equal to location of the top stack frame</li> [all …]
|
/aosp_15_r20/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/ |
H A D | MediaPerfUtils.java | 78 Range<Double> reported = in addPerformanceHeadersToLog() local 81 if (reported != null) { in addPerformanceHeadersToLog() 82 log.addValue("reported_low", reported.getLower(), ResultType.NEUTRAL, ResultUnit.FPS); in addPerformanceHeadersToLog() 83 log.addValue("reported_high", reported.getUpper(), ResultType.NEUTRAL, ResultUnit.FPS); in addPerformanceHeadersToLog() 84 message += " reported=" + reported.getLower() + "-" + reported.getUpper(); in addPerformanceHeadersToLog() 148 /** Verifies |measuredFps| against reported achievable rates. Returns null if at least 149 * one measurement falls within the margins of the reported range. Otherwise, returns 157 /** Verifies |measuredFps| against reported achievable rates allowing extra tolerance when 159 * of the reported range. Otherwise, returns an error message to display.*/ 162 Range<Double> reported = in verifyAchievableFrameRates() local [all …]
|
/aosp_15_r20/external/google-cloud-java/java-datacatalog/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/ |
H A D | ImportEntriesMetadata.java | 322 * There is no guarantee that all the encountered errors are reported. 323 * However, if no errors are reported, it means that no errors were 338 * There is no guarantee that all the encountered errors are reported. 339 * However, if no errors are reported, it means that no errors were 354 * There is no guarantee that all the encountered errors are reported. 355 * However, if no errors are reported, it means that no errors were 370 * There is no guarantee that all the encountered errors are reported. 371 * However, if no errors are reported, it means that no errors were 386 * There is no guarantee that all the encountered errors are reported. 387 * However, if no errors are reported, it means that no errors were [all …]
|
/aosp_15_r20/frameworks/base/core/java/com/android/internal/compat/ |
H A D | ChangeReporter.java | 76 // Maps uid to a set of ChangeReports (that were reported for that uid). 93 * @param changeId the reported change id 94 * @param state of the reported change - enabled/disabled/only logged 119 * @param changeId the reported change id 120 * @param state of the reported change - enabled/disabled/only logged 145 * @param isAlreadyReported is the change already reported 150 // We don't log where we know the source is a system app or is already reported in shouldWriteToStatsLog() 157 * @param isAlreadyReported is the change already reported 158 * @param state of the reported change - enabled/disabled/only logged 168 // If the change has already been reported, do not write. in shouldWriteToDebug() [all …]
|
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/drivers/net/netdevsim/ |
H A D | hw_stats_l3.sh | 202 check_err $? "$type stats not reported" 205 check_err $? "$type stats reported as used before either device or netdevsim request" 209 check_err $? "$type stats reported as used before device request" 211 check_err $? "$type stats reported as requested before device request" 215 check_err $? "$type stats reported as not used after both device and netdevsim request" 217 check_err $? "$type stats reported as not requested after device request" 221 check_err $? "$type stats reported as used after netdevsim request withdrawn" 225 check_err $? "$type stats reported as not used after netdevsim request reenabled" 229 check_err $? "$type stats reported as used after device request withdrawn" 231 check_err $? "$type stats reported as requested after device request withdrawn" [all …]
|
/aosp_15_r20/packages/services/Car/tests/carservice_unit_test/src/com/android/car/audio/ |
D | CoreAudioVolumeGroupTest.java | 346 expectWithMessage("Reported event flags after am callback") in audioManagerIndexSynchronization() 355 expectWithMessage("Reported event flags after double am callback").that(flags).isEqualTo(0); in audioManagerIndexSynchronization() 368 // Mute event reported by AudioManager in audioManagerMuteStateSynchronization() 373 expectWithMessage("Reported event flags after am group muted") in audioManagerMuteStateSynchronization() 379 // Unmute event from AM reported in audioManagerMuteStateSynchronization() 384 expectWithMessage("Reported event flags after am group unmuted") in audioManagerMuteStateSynchronization() 397 // Mute event reported by AudioManager in audioManagerMuteStateSynchronization_withIndexChange() 402 expectWithMessage("Reported event flags after am group muted") in audioManagerMuteStateSynchronization_withIndexChange() 405 // Unmute event with index change reported by AudioManager in audioManagerMuteStateSynchronization_withIndexChange() 416 expectWithMessage("Reported event flags after am group unmuted") in audioManagerMuteStateSynchronization_withIndexChange() [all …]
|
/aosp_15_r20/tools/test/connectivity/acts_tests/tests/google/tel/lab/ |
D | TelLabNeighborCellTest.py | 123 # MAX_ERROR_RSSI: This is max error between 'each sample of reported RSSI' 127 # 'average value of reported RSSI' and 'expected RSSI' 148 # Pre-defined invalid value. If this value is reported in cell info, just 149 # discard this value. E.g. if in reported cell info, cid is reported as 362 """Return the RSSI value reported in cell_info. 368 RSSI reported in this cell info. 395 "Expected RSSI: {}, max error: {}, reported RSSI: {}".format( 406 """Return if reported cell info from ad matches expected_cell_info_stats 416 True if reported cell info matches with expected_cell_info_stats. 484 self.log.error("Expected cell info not reported {}.".format( [all …]
|
/aosp_15_r20/external/OpenCL-CTS/test_conformance/api/ |
H A D | test_api_min_max.cpp | 135 log_error("ERROR: Reported max work item dimensions is less than " in test_min_max_thread_dimensions() 141 log_info("Reported max thread dimensions of %d.\n", maxThreadDim); in test_min_max_thread_dimensions() 258 log_info("Reported %ld max device work group size.\n", deviceMaxThreadSize); in test_min_max_work_group_size() 262 log_error("ERROR: Max work group size is reported as zero!\n"); in test_min_max_work_group_size() 301 log_error("ERROR: Reported max read image arg count is less than " in test_min_max_read_image_args() 307 log_info("Reported %d max read image args.\n", maxReadImages); in test_min_max_read_image_args() 472 log_error("ERROR: Reported max write image arg count is less than " in test_min_max_write_image_args() 478 log_info("Reported %d max write image args.\n", maxWriteImages); in test_min_max_write_image_args() 593 log_error("ERROR: Reported max allocation size is less than required " in test_min_max_mem_alloc_size() 616 "ERROR: Reported max allocation size is less than required of " in test_min_max_mem_alloc_size() [all …]
|
/aosp_15_r20/external/googleapis/google/ads/googleads/v14/common/ |
H A D | metrics.proto | 44 // This metric is reported only for the Display Network. 162 // Any value below 0.1 is reported as 0.0999. 171 // Any value below 0.1 is reported as 0.0999. 264 // Note: Content budget lost impression share is reported in the range of 0 265 // to 0.9. Any value above 0.9 is reported as 0.9001. 270 // Note: Content impression share is reported in the range of 0.1 to 1. Any 271 // value below 0.1 is reported as 0.0999. 287 // Note: Content rank lost impression share is reported in the range of 0 288 // to 0.9. Any value above 0.9 is reported as 0.9001. 578 // for details. Any value below 0.1 is reported as 0.0999. [all …]
|
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202111/MdePkg/Include/Library/ |
H A D | ReportStatusCodeLib.h | 152 @retval EFI_SUCCESS The status code was reported. 153 @retval EFI_DEVICE_ERROR There status code could not be reported due to a 173 The status code is reported with a zero instance and a caller ID of gEfiCallerIdGuid. 184 @param DevicePath The pointer to the Device Path Protocol to be reported. 186 @retval EFI_SUCCESS The status code was reported with the extended 213 in with an implementation dependent GUID. The status code is reported 226 @param ExtendedData The pointer to the extended data buffer to be reported. 228 be reported. 230 @retval EFI_SUCCESS The status code was reported with the extended 253 is 0, then an extended data buffer is not reported. If ExtendedData is not [all …]
|
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202302/MdePkg/Include/Library/ |
H A D | ReportStatusCodeLib.h | 149 @retval EFI_SUCCESS The status code was reported. 150 @retval EFI_DEVICE_ERROR There status code could not be reported due to a 169 The status code is reported with a zero instance and a caller ID of gEfiCallerIdGuid. 180 @param DevicePath The pointer to the Device Path Protocol to be reported. 182 @retval EFI_SUCCESS The status code was reported with the extended 208 in with an implementation dependent GUID. The status code is reported 221 @param ExtendedData The pointer to the extended data buffer to be reported. 223 be reported. 225 @retval EFI_SUCCESS The status code was reported with the extended 247 is 0, then an extended data buffer is not reported. If ExtendedData is not [all …]
|
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202005/MdePkg/Include/Library/ |
H A D | ReportStatusCodeLib.h | 152 @retval EFI_SUCCESS The status code was reported. 153 @retval EFI_DEVICE_ERROR There status code could not be reported due to a 173 The status code is reported with a zero instance and a caller ID of gEfiCallerIdGuid. 184 @param DevicePath The pointer to the Device Path Protocol to be reported. 186 @retval EFI_SUCCESS The status code was reported with the extended 213 in with an implementation dependent GUID. The status code is reported 226 @param ExtendedData The pointer to the extended data buffer to be reported. 228 be reported. 230 @retval EFI_SUCCESS The status code was reported with the extended 253 is 0, then an extended data buffer is not reported. If ExtendedData is not [all …]
|
/aosp_15_r20/external/lz4/ |
H A D | NEWS | 37 cli : fix: support skippable frames when passed via `stdin`, reported by @davidmankin 84 …tions were reading a few bytes beyond input size (introduced in v1.9.0, reported by @ppodolsky and… 85 api : fix : lz4frame initializers compatibility with c++, reported by @degski 126 perf : fix bad degenerative case, reported by @c-morgenstern 127 …failed when using a combination of extDict + low memory address (#397), reported and fixed by Juli… 132 build : `make` and `make test` compatible with `-jX`, reported by @mwgamera 134 install: fix man page directory (#387), reported by Stuart Cardall (@itoffshore) 137 cli : fix : do not modify /dev/null permissions, reported by @Maokaman1 143 API : fix : expose obsolete decoding functions, reported by Chen Yufei 153 lz4cat : fix : works with relative path (#284) and stdin (#285) (reported by @beiDei8z) [all …]
|
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/UDK2017/MdePkg/Include/Library/ |
H A D | ReportStatusCodeLib.h | 158 @retval EFI_SUCCESS The status code was reported. 159 @retval EFI_DEVICE_ERROR There status code could not be reported due to a 179 The status code is reported with a zero instance and a caller ID of gEfiCallerIdGuid. 190 @param DevicePath The pointer to the Device Path Protocol to be reported. 192 @retval EFI_SUCCESS The status code was reported with the extended 219 in with an implementation dependent GUID. The status code is reported 232 @param ExtendedData The pointer to the extended data buffer to be reported. 234 be reported. 236 @retval EFI_SUCCESS The status code was reported with the extended 259 is 0, then an extended data buffer is not reported. If ExtendedData is not [all …]
|