/aosp_15_r20/art/test/989-method-trace-throw/ |
H A D | expected-stdout.txt | 2 Normal: Leaving public static void art.Test989.doNothing() returned null 5 Normal: Leaving public static native void art.Test989.doNothingNative() returned null 8 Normal: Leaving public static void art.Test989.throwA() returned <exception> 11 Normal: Leaving public static native void art.Test989.throwANative() returned <exception> 15 Normal: Leaving public static native void art.Test989.doThrowNative() returned <exception> 16 Normal: Leaving public static void art.Test989.throwNativeException() returned <exception> 19 Normal: Leaving public static java.lang.Object art.Test989.returnValue() returned TestObject(0) 20 returnValue returned: TestObject(0) 23 Normal: Leaving public static native java.lang.Object art.Test989.returnValueNative() returned Test… 24 returnValueNative returned: TestObject(1) [all …]
|
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202302/MdePkg/Include/Library/ |
H A D | SafeIntLib.h | 76 If Result is NULL, RETURN_INVALID_PARAMETER is returned. 79 Result is set to UINT8_ERROR and RETURN_BUFFER_TOO_SMALL is returned. 103 If Result is NULL, RETURN_INVALID_PARAMETER is returned. 106 Result is set to CHAR8_ERROR and RETURN_BUFFER_TOO_SMALL is returned. 130 If Result is NULL, RETURN_INVALID_PARAMETER is returned. 133 Result is set to UINT16_ERROR and RETURN_BUFFER_TOO_SMALL is returned. 157 If Result is NULL, RETURN_INVALID_PARAMETER is returned. 160 Result is set to UINT32_ERROR and RETURN_BUFFER_TOO_SMALL is returned. 184 If Result is NULL, RETURN_INVALID_PARAMETER is returned. 187 Result is set to UINTN_ERROR and RETURN_BUFFER_TOO_SMALL is returned. [all …]
|
H A D | PrintLib.h | 211 The number of Unicode characters in the produced output buffer is returned not including 218 unmodified and 0 is returned. 220 unmodified and 0 is returned. 223 buffer is unmodified and 0 is returned. 226 ASSERT(). Also, the output buffer is unmodified and 0 is returned. 228 If BufferSize is 0 or 1, then the output buffer is unmodified and 0 is returned. 258 The number of Unicode characters in the produced output buffer is returned not including 265 unmodified and 0 is returned. 267 unmodified and 0 is returned. 270 buffer is unmodified and 0 is returned. [all …]
|
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202005/MdePkg/Include/Library/ |
H A D | SafeIntLib.h | 75 If Result is NULL, RETURN_INVALID_PARAMETER is returned. 78 Result is set to UINT8_ERROR and RETURN_BUFFER_TOO_SMALL is returned. 102 If Result is NULL, RETURN_INVALID_PARAMETER is returned. 105 Result is set to CHAR8_ERROR and RETURN_BUFFER_TOO_SMALL is returned. 129 If Result is NULL, RETURN_INVALID_PARAMETER is returned. 132 Result is set to UINT16_ERROR and RETURN_BUFFER_TOO_SMALL is returned. 156 If Result is NULL, RETURN_INVALID_PARAMETER is returned. 159 Result is set to UINT32_ERROR and RETURN_BUFFER_TOO_SMALL is returned. 183 If Result is NULL, RETURN_INVALID_PARAMETER is returned. 186 Result is set to UINTN_ERROR and RETURN_BUFFER_TOO_SMALL is returned. [all …]
|
H A D | PrintLib.h | 211 The number of Unicode characters in the produced output buffer is returned not including 218 unmodified and 0 is returned. 220 unmodified and 0 is returned. 223 buffer is unmodified and 0 is returned. 226 ASSERT(). Also, the output buffer is unmodified and 0 is returned. 228 If BufferSize is 0 or 1, then the output buffer is unmodified and 0 is returned. 258 The number of Unicode characters in the produced output buffer is returned not including 265 unmodified and 0 is returned. 267 unmodified and 0 is returned. 270 buffer is unmodified and 0 is returned. [all …]
|
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202111/MdePkg/Include/Library/ |
H A D | SafeIntLib.h | 75 If Result is NULL, RETURN_INVALID_PARAMETER is returned. 78 Result is set to UINT8_ERROR and RETURN_BUFFER_TOO_SMALL is returned. 102 If Result is NULL, RETURN_INVALID_PARAMETER is returned. 105 Result is set to CHAR8_ERROR and RETURN_BUFFER_TOO_SMALL is returned. 129 If Result is NULL, RETURN_INVALID_PARAMETER is returned. 132 Result is set to UINT16_ERROR and RETURN_BUFFER_TOO_SMALL is returned. 156 If Result is NULL, RETURN_INVALID_PARAMETER is returned. 159 Result is set to UINT32_ERROR and RETURN_BUFFER_TOO_SMALL is returned. 183 If Result is NULL, RETURN_INVALID_PARAMETER is returned. 186 Result is set to UINTN_ERROR and RETURN_BUFFER_TOO_SMALL is returned. [all …]
|
H A D | PrintLib.h | 211 The number of Unicode characters in the produced output buffer is returned not including 218 unmodified and 0 is returned. 220 unmodified and 0 is returned. 223 buffer is unmodified and 0 is returned. 226 ASSERT(). Also, the output buffer is unmodified and 0 is returned. 228 If BufferSize is 0 or 1, then the output buffer is unmodified and 0 is returned. 258 The number of Unicode characters in the produced output buffer is returned not including 265 unmodified and 0 is returned. 267 unmodified and 0 is returned. 270 buffer is unmodified and 0 is returned. [all …]
|
/aosp_15_r20/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/ |
H A D | EnumMapTest.java | 106 assertEquals("Get returned incorrect value for given key", 2, in test_ConstructorLjava_lang_Class() 120 assertEquals("Get returned incorrect value for given key", 2, in test_ConstructorLjava_lang_Class() 132 assertEquals("Get returned incorrect value for given key", 1, in test_ConstructorLjava_lang_Class() 262 assertFalse("Returned true for uncontained key", enumSizeMap in test_containsKeyLjava_lang_Object() 265 assertTrue("Returned false for contained key", enumSizeMap in test_containsKeyLjava_lang_Object() 269 assertTrue("Returned false for contained key", enumSizeMap in test_containsKeyLjava_lang_Object() 272 assertFalse("Returned true for uncontained key", enumSizeMap in test_containsKeyLjava_lang_Object() 274 assertFalse("Returned true for uncontained key", enumSizeMap in test_containsKeyLjava_lang_Object() 276 assertFalse("Returned true for uncontained key", enumSizeMap in test_containsKeyLjava_lang_Object() 311 assertFalse("Returned true for uncontained value", enumSizeMap in test_containsValueLjava_lang_Object() [all …]
|
/aosp_15_r20/hardware/interfaces/radio/1.0/ |
H A D | IRadioResponse.hal | 29 * Valid errors returned: 44 * Valid errors returned: 62 * Valid errors returned: 80 * Valid errors returned: 98 * Valid errors returned: 116 * Valid errors returned: 134 * Valid errors returned: 153 * Valid errors returned: 174 * Valid errors returned: 190 * Valid errors returned: [all …]
|
/aosp_15_r20/external/icu/icu4c/source/i18n/unicode/ |
H A D | measunit.h | 461 * have the same class as returned by getDynamicClassID(). 491 * If the unit does not have a type, the empty string is returned. 500 * If the unit does not have a subtype, the empty string is returned. 542 * returned. 573 * then 2 is returned. 589 * For example, if the receiver is "meter-per-second", the unit "second-per-meter" is returned. 607 * unit "kilowatt-hour-per-day" is returned. 623 * - Given "meter-kilogram-per-second", three units will be returned: "meter", 625 * - Given "hour+minute+second", three units will be returned: "hour", "minute", 628 * If this is a SINGLE unit, an array of length 1 will be returned. [all …]
|
/aosp_15_r20/external/cronet/third_party/icu/source/i18n/unicode/ |
H A D | measunit.h | 421 * have the same class as returned by getDynamicClassID(). 451 * If the unit does not have a type, the empty string is returned. 460 * If the unit does not have a subtype, the empty string is returned. 502 * returned. 533 * then 2 is returned. 549 * For example, if the receiver is "meter-per-second", the unit "second-per-meter" is returned. 567 * unit "kilowatt-hour-per-day" is returned. 583 * - Given "meter-kilogram-per-second", three units will be returned: "meter", 585 * - Given "hour+minute+second", three units will be returned: "hour", "minute", 588 * If this is a SINGLE unit, an array of length 1 will be returned. [all …]
|
/aosp_15_r20/external/icu/libicu/cts_headers/unicode/ |
H A D | measunit.h | 461 * have the same class as returned by getDynamicClassID(). 491 * If the unit does not have a type, the empty string is returned. 500 * If the unit does not have a subtype, the empty string is returned. 542 * returned. 573 * then 2 is returned. 589 * For example, if the receiver is "meter-per-second", the unit "second-per-meter" is returned. 607 * unit "kilowatt-hour-per-day" is returned. 623 * - Given "meter-kilogram-per-second", three units will be returned: "meter", 625 * - Given "hour+minute+second", three units will be returned: "hour", "minute", 628 * If this is a SINGLE unit, an array of length 1 will be returned. [all …]
|
/aosp_15_r20/external/OpenCL-ICD-Loader/test/driver_stub/ |
H A D | cl.c | 91 test_icd_stub_log("Value returned: %d\n", return_value); in clGetPlatformIDs() 158 /*test_icd_stub_log("Value returned: %d\n", in clGetPlatformInfo() 195 test_icd_stub_log("Value returned: %d\n", ret); in clGetDeviceIDs() 216 test_icd_stub_log("Value returned: %d\n", return_value); in clGetDeviceInfo() 236 test_icd_stub_log("Value returned: %d\n", return_value); in clCreateSubDevices() 246 test_icd_stub_log("Value returned: %d\n", return_value); in clRetainDevice() 257 test_icd_stub_log("Value returned: %d\n", return_value); in clReleaseDevice() 287 test_icd_stub_log("Value returned: %p\n", obj); in clCreateContext() 315 test_icd_stub_log("Value returned: %p\n", in clCreateContextFromType() 325 test_icd_stub_log("Value returned: %d\n", return_value); in clRetainContext() [all …]
|
/aosp_15_r20/prebuilts/runtime/mainline/i18n/test-exports/common_os/include/external/icu/icu4c/source/i18n/unicode/ |
H A D | measunit.h | 291 * have the same class as returned by getDynamicClassID(). 321 * If the unit does not have a type, the empty string is returned. 330 * If the unit does not have a subtype, the empty string is returned. 372 * "kilo", then UMEASURE_SI_PREFIX_KILO is returned. 401 * then 2 is returned. 417 * For example, if the receiver is "meter-per-second", the unit "second-per-meter" is returned. 435 * unit "kilowatt-hour-per-day" is returned. 453 * - Given "meter-kilogram-per-second", three units will be returned: "meter", 455 * - Given "hour+minute+second", three units will be returned: "hour", "minute", 458 * If this is a SINGLE unit, an array of length 1 will be returned. [all …]
|
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/UDK2017/MdePkg/Include/Library/ |
H A D | PrintLib.h | 217 The number of Unicode characters in the produced output buffer is returned not including 224 unmodified and 0 is returned. 226 unmodified and 0 is returned. 229 buffer is unmodified and 0 is returned. 232 ASSERT(). Also, the output buffer is unmodified and 0 is returned. 234 If BufferSize is 0 or 1, then the output buffer is unmodified and 0 is returned. 264 The number of Unicode characters in the produced output buffer is returned not including 271 unmodified and 0 is returned. 273 unmodified and 0 is returned. 276 buffer is unmodified and 0 is returned. [all …]
|
/aosp_15_r20/external/flac/src/test_libFLAC/ |
H A D | metadata_object.c | 528 printf("FAILED, returned NULL\n"); in test_metadata_object() 541 printf("FAILED, returned NULL\n"); in test_metadata_object() 559 printf("FAILED, returned NULL\n"); in test_metadata_object() 572 printf("FAILED, returned NULL\n"); in test_metadata_object() 590 printf("FAILED, returned NULL\n"); in test_metadata_object() 603 printf("FAILED, returned NULL\n"); in test_metadata_object() 616 printf("FAILED, returned false\n"); in test_metadata_object() 633 printf("FAILED, returned NULL\n"); in test_metadata_object() 646 printf("FAILED, returned false\n"); in test_metadata_object() 663 printf("FAILED, returned NULL\n"); in test_metadata_object() [all …]
|
/aosp_15_r20/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/ |
H A D | DecimalFormatSymbolsTest.java | 57 assertEquals("Returned incorrect symbols", '%', dfs.getPercent()); in test_ConstructorLjava_util_Locale() 107 assertTrue("Equal objects returned false", dfs.equals(dfs.clone())); in test_equalsLjava_lang_Object() 109 assertTrue("Un-Equal objects returned true", !dfs in test_equalsLjava_lang_Object() 119 assertEquals("Returned incorrect currency", in test_getCurrency() 129 assertTrue("Test1: Returned incorrect currency", in test_getCurrency() 131 assertEquals("Test1: Returned incorrect currencySymbol", "\u20a9", dfs1 in test_getCurrency() 133 assertEquals("Test1: Returned incorrect intlCurrencySymbol", "KRW", in test_getCurrency() 137 assertTrue("Test2: Returned incorrect currency", in test_getCurrency() 139 assertEquals("Test2: Returned incorrect currencySymbol", "\u20a9", dfs1 in test_getCurrency() 141 assertEquals("Test2: Returned incorrect intlCurrencySymbol", "KRW", in test_getCurrency() [all …]
|
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/radio/1.1/[email protected]_genc++_headers/gen/android/hardware/radio/1.1/ |
D | IRadioResponse.h | 44 * Valid errors returned: 59 * Valid errors returned: 77 * Valid errors returned: 95 * Valid errors returned: 113 * Valid errors returned: 131 * Valid errors returned: 149 * Valid errors returned: 168 * Valid errors returned: 189 * Valid errors returned: 205 * Valid errors returned: [all …]
|
/aosp_15_r20/external/apache-commons-lang/src/test/java/org/apache/commons/lang3/util/ |
H A D | FluentBitSetTest.java | 166 assertEquals(48, bs.cardinality(), "cardinality() returned wrong value"); in test_cardinality() 169 assertEquals(452, bs.cardinality(), "cardinality() returned wrong value"); in test_cardinality() 172 assertEquals(0, bs.cardinality(), "cardinality() returned wrong value"); in test_cardinality() 175 assertEquals(500, bs.cardinality(), "cardinality() returned wrong value"); in test_cardinality() 194 assertTrue(bs.isEmpty(), "Test2: isEmpty() returned incorrect value"); in test_clear() 195 assertEquals(0, bs.cardinality(), "Test2: cardinality() returned incorrect value"); in test_clear() 524 assertEquals(eightFbs, eightFbs, "Same FluentBitSet returned false"); in test_equals() 525 assertEquals(bs, eightFbs, "Identical FluentBitSet returned false"); in test_equals() 527 assertFalse(eightFbs.equals(bs), "Different BitSets returned true"); in test_equals() 528 assertFalse(eightFbs.equals(null), "Different BitSets returned true"); in test_equals() [all …]
|
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/radio/1.3/[email protected]_genc++_headers/gen/android/hardware/radio/1.3/ |
D | IRadioResponse.h | 46 * Valid errors returned: 61 * Valid errors returned: 79 * Valid errors returned: 97 * Valid errors returned: 115 * Valid errors returned: 133 * Valid errors returned: 151 * Valid errors returned: 170 * Valid errors returned: 191 * Valid errors returned: 207 * Valid errors returned: [all …]
|
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/radio/1.4/[email protected]_genc++_headers/gen/android/hardware/radio/1.4/ |
D | IRadioResponse.h | 44 * Valid errors returned: 59 * Valid errors returned: 77 * Valid errors returned: 95 * Valid errors returned: 113 * Valid errors returned: 131 * Valid errors returned: 149 * Valid errors returned: 168 * Valid errors returned: 189 * Valid errors returned: 205 * Valid errors returned: [all …]
|
/aosp_15_r20/prebuilts/vndk/v30/arm/include/generated-headers/hardware/interfaces/radio/1.5/[email protected]_genc++_headers/gen/android/hardware/radio/1.5/ |
D | IRadioResponse.h | 44 * Valid errors returned: 59 * Valid errors returned: 77 * Valid errors returned: 95 * Valid errors returned: 113 * Valid errors returned: 131 * Valid errors returned: 149 * Valid errors returned: 168 * Valid errors returned: 189 * Valid errors returned: 205 * Valid errors returned: [all …]
|
/aosp_15_r20/prebuilts/vndk/v30/x86/include/generated-headers/hardware/interfaces/radio/1.5/[email protected]_genc++_headers/gen/android/hardware/radio/1.5/ |
D | IRadioResponse.h | 44 * Valid errors returned: 59 * Valid errors returned: 77 * Valid errors returned: 95 * Valid errors returned: 113 * Valid errors returned: 131 * Valid errors returned: 149 * Valid errors returned: 168 * Valid errors returned: 189 * Valid errors returned: 205 * Valid errors returned: [all …]
|
/aosp_15_r20/prebuilts/vndk/v30/x86_64/include/generated-headers/hardware/interfaces/radio/1.5/[email protected]_genc++_headers/gen/android/hardware/radio/1.5/ |
D | IRadioResponse.h | 44 * Valid errors returned: 59 * Valid errors returned: 77 * Valid errors returned: 95 * Valid errors returned: 113 * Valid errors returned: 131 * Valid errors returned: 149 * Valid errors returned: 168 * Valid errors returned: 189 * Valid errors returned: 205 * Valid errors returned: [all …]
|
/aosp_15_r20/prebuilts/vndk/v30/arm64/include/generated-headers/hardware/interfaces/radio/1.5/[email protected]_genc++_headers/gen/android/hardware/radio/1.5/ |
D | IRadioResponse.h | 44 * Valid errors returned: 59 * Valid errors returned: 77 * Valid errors returned: 95 * Valid errors returned: 113 * Valid errors returned: 131 * Valid errors returned: 149 * Valid errors returned: 168 * Valid errors returned: 189 * Valid errors returned: 205 * Valid errors returned: [all …]
|