/aosp_15_r20/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/ |
H A D | CombinedEventsTest.java | 95 String failureMessage = "## FAILURE: Can NOT get MethodID for class '" in testCombinedEvents_01() local 109 String failureMessage = "## FAILURE: Can NOT get MethodEntryLocation for method '" in testCombinedEvents_01() local 218 String failureMessage = "## FAILURE: Can NOT get MethodID for class '" in testCombinedEvents_02() local 243 String failureMessage = "## FAILURE: Can NOT get MethodEntryLocation for method '" in testCombinedEvents_02() local 357 String failureMessage = "## FAILURE: Can NOT get MethodID for class '" in testCombinedEvents_03() local 402 String failureMessage = "## FAILURE: Can NOT get MethodEntryLocation for method '" in testCombinedEvents_03() local 472 String failureMessage = "## FAILURE: Can NOT get MethodID for class '" in testCombinedEvents_04() local 529 String failureMessage = "## FAILURE: Can NOT get MethodEntryLocation for method '" in testCombinedEvents_04() local 603 String failureMessage = "## FAILURE: Can NOT get MethodID for class '" in testCombinedEvents_05() local 631 String failureMessage = "## FAILURE: Can NOT get MethodEntryLocation for method '" in testCombinedEvents_05() local [all …]
|
H A D | CombinedEvents002Test.java | 116 String failureMessage = "## FAILURE: Can NOT get ClassID for '" in prepareDebuggee() local 127 String failureMessage = "## FAILURE: Can NOT get MethodID for class '" in prepareDebuggee() local 135 String failureMessage = "## FAILURE: Can NOT get MethodStartCodeIndex for method '" in prepareDebuggee() local 141 String failureMessage = "## FAILURE: Can NOT get MethodEndCodeIndex for method '" in prepareDebuggee() local 200 String failureMessage = "## FAILURE: Unexpected number of received events in packet = " in receiveEvents() local 223 … String failureMessage = "## FAILURE: Unexpected number of received events in packet = " in receiveEvents() local 257 String failureMessage = "## FAILURE: Unexpected events attributes are found out!"; in checkEvents() local 265 String failureMessage = "## FAILURE: Did not receive all expected events!"; in checkEvents() local
|
H A D | CombinedEvents003Test.java | 89 String failureMessage = "## FAILURE: Can NOT get MethodID for class '" in testCombinedEvents003_01() local 103 String failureMessage = "## FAILURE: Can NOT get MethodEntryLocation for method '" in testCombinedEvents003_01() local 332 … String failureMessage = "## FAILURE: Unexpected events' locations are found out!"; in receiveAndCheckEvents() local
|
H A D | CombinedEventsTestCase.java | 283 String failureMessage = "## FAILURE: Unexpected events' locations are found out!"; in checkEventsLocation() local
|
/aosp_15_r20/cts/tests/tests/libthermalndk/src/android/thermal/cts/ |
H A D | NativeThermalTest.java | 82 final String failureMessage = nativeTestGetCurrentThermalStatus(level); in testGetCurrentThermalStatus() local 94 final String failureMessage = nativeTestRegisterThermalStatusListener(); in testRegisterThermalStatusListener() local 105 final String failureMessage = nativeTestThermalStatusRegisterNullListener(); in testThermalStatusRegisterNullListener() local 116 final String failureMessage = nativeTestThermalStatusListenerDoubleRegistration(); in testThermalStatusListenerDoubleRegistration() local 128 final String failureMessage = nativeTestGetThermalHeadroom(); in testGetThermalHeadroom() local 139 final String failureMessage = nativeTestGetThermalHeadroomThresholds(); in testGetThermalHeadroomThresholds() local 150 final String failureMessage = nativeTestRegisterThermalHeadroomListener(); in testRegisterThermalHeadroomListener() local 161 final String failureMessage = nativeTestThermalHeadroomRegisterNullListener(); in testThermalHeadroomRegisterNullListener() local 172 final String failureMessage = nativeTestThermalHeadroomListenerDoubleRegistration(); in testThermalHeadroomListenerDoubleRegistration() local
|
/aosp_15_r20/system/chre/apps/test/chqts/src/shared/ |
H A D | macros.h | 26 #define ASSERT_EQ(val1, val2, failureMessage) \ argument 33 #define ASSERT_NE(val1, val2, failureMessage) \ argument 40 #define ASSERT_GE(value, lower, failureMessage) \ argument 47 #define ASSERT_LE(value, upper, failureMessage) \ argument 54 #define ASSERT_LT(value, upper, failureMessage) \ argument 61 #define ASSERT_IN_RANGE(value, lower, upper, failureMessage) \ argument
|
/aosp_15_r20/cts/tests/tests/os/src/android/os/cts/ |
H A D | PerformanceHintManagerTest.java | 126 final String failureMessage = nativeTestCreateHintSession(); in testNativeCreateHintSession() local 143 final String failureMessage = nativeTestGetPreferredUpdateRateNanos(); in testNativeGetPreferredUpdateRateNanos() local 158 final String failureMessage = nativeUpdateTargetWorkDuration(); in testNativeUpdateTargetWorkDuration() local 175 final String failureMessage = nativeUpdateTargetWorkDurationWithNegativeDuration(); in testNativeUpdateTargetWorkDurationWithNegativeDuration() local 193 final String failureMessage = nativeReportActualWorkDuration(); in testNativeReportActualWorkDuration() local 211 final String failureMessage = nativeReportActualWorkDurationWithIllegalArgument(); in testNativeReportActualWorkDurationWithIllegalArgument() local 316 final String failureMessage = nativeTestSetThreadsWithInvalidTid(); in testSetThreadsWithInvalidTid() local 335 final String failureMessage = nativeSetPreferPowerEfficiency(); in testNativeSetPreferPowerEfficiency() local
|
/aosp_15_r20/cts/tests/tests/sharesheet/src/android/sharesheet/cts/ |
H A D | CtsSharesheetDeviceTest.java | 1276 private void waitAndAssertPkgVisible(String pkg, String failureMessage) { in waitAndAssertPkgVisible() 1277 waitAndAssertFoundOnDevice(By.pkg(pkg).depth(0).displayId(mMyDisplayId), failureMessage); in waitAndAssertPkgVisible() local 1287 String failureMessage = "Failed to find " + containsText + " on screen"; in waitAndAssertTextContains() local 1310 String failureMessage = "Found text '" + containsText + "' but did not expect to"; in waitAndAssertNoTextContains() local 1318 private void waitAndAssertFoundOnDevice(BySelector selector, String failureMessage) { in waitAndAssertFoundOnDevice()
|
/aosp_15_r20/cts/tests/JobScheduler/src/android/jobscheduler/cts/ |
H A D | JobInfoTest.java | 335 final String failureMessage = in testExpeditedJob() local 714 final String failureMessage = in testPriority() local 1002 final String failureMessage = in testUserInitiatedJob() local
|
/aosp_15_r20/external/cronet/third_party/protobuf/java/core/src/test/java/com/google/protobuf/ |
H A D | AbstractSchemaTest.java | 111 String failureMessage, M msg, Schema<M> schema) throws IOException { in roundtrip() 134 protected final void roundtrip(String failureMessage, T msg) throws IOException { in roundtrip()
|
/aosp_15_r20/external/protobuf/java/core/src/test/java/com/google/protobuf/ |
H A D | AbstractSchemaTest.java | 111 String failureMessage, M msg, Schema<M> schema) throws IOException { in roundtrip() 134 protected final void roundtrip(String failureMessage, T msg) throws IOException { in roundtrip()
|
/aosp_15_r20/packages/modules/OnDevicePersonalization/tests/commontests/src/com/android/odp/module/common/http/ |
D | HttpClientTest.java | 60 String failureMessage = "FAIL!"; in testPerformGetRequestFailsWithRetry() local 81 String failureMessage = "FAIL!"; in testPerformGetRequestSuccessWithRetry() local
|
/aosp_15_r20/cts/tests/tests/shortcutmanager/src/android/content/pm/cts/shortcutmanager/ |
H A D | ShortcutManagerUsageTest.java | 184 String failureMessage) { in checkEventReported() 188 failureMessage); in checkEventReported() local
|
/aosp_15_r20/test/app_compat/csuite/harness/src/main/java/com/android/csuite/core/ |
D | SystemPackageUninstaller.java | 182 ITestDevice device, String command, String failureMessage) in executeShellCommandOrThrow() 196 ITestDevice device, String command, String failureMessage) in executeShellCommandOrLog()
|
/aosp_15_r20/external/aws-sdk-java-v2/utils/src/main/java/software/amazon/awssdk/utils/async/ |
H A D | SimplePublisher.java | 96 private final FailureMessage failureMessage = new FailureMessage(); field in SimplePublisher 399 private Throwable failureMessage; field in SimplePublisher.FailureMessage
|
/aosp_15_r20/packages/modules/ExtServices/java/tests/src/android/ext/services/notification/ |
D | NotificationOtpDetectionHelperTest.kt | 54 val failureMessage: String constant in android.ext.services.notification.NotificationOtpDetectionHelperTest.TestResult 69 for ((expected, actual, failureMessage) in results) { in verifyResults() variable 551 val failureMessage = if (customFailureMessage != null) { in addMatcherTestResult() constant
|
/aosp_15_r20/external/mockito/src/test/java/org/mockito/internal/verification/ |
H A D | VerificationWithDescriptionTest.java | 33 String failureMessage = "Verification failed!"; in assertion_error_message_should_start_with_the_custom_specified_message() local
|
H A D | DescriptionTest.java | 39 String failureMessage = "message should be prepended to the original message"; in verification_failure_should_prepend_expected_message() local
|
/aosp_15_r20/frameworks/base/libs/hwui/ |
H A D | PathParser.h | 35 std::string failureMessage; member
|
/aosp_15_r20/tools/tradefederation/core/src/com/android/tradefed/suite/checker/ |
D | DeviceSettingChecker.java | 150 StringBuilder failureMessage = new StringBuilder(); in postExecutionCheck() local
|
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/notification/ |
H A D | BubbleExtractor.java | 228 private void logBubbleError(String key, String failureMessage) { in logBubbleError()
|
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/rtsp/src/test/java/com/google/android/exoplayer2/source/rtsp/ |
H A D | RtspClientTest.java | 320 AtomicReference<String> failureMessage = new AtomicReference<>(); in connectServerAndClient_serverDoesNotSupportDescribe_doesNotUpdateTimeline() local
|
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/rtsp/src/test/java/com/google/android/exoplayer2/source/rtsp/ |
H A D | RtspClientTest.java | 320 AtomicReference<String> failureMessage = new AtomicReference<>(); in connectServerAndClient_serverDoesNotSupportDescribe_doesNotUpdateTimeline() local
|
/aosp_15_r20/packages/apps/Messaging/src/com/android/messaging/util/ |
D | Assert.java | 179 public static void isNull(final Object obj, final String failureMessage) { in isNull()
|
/aosp_15_r20/platform_testing/libraries/flag-helpers/junit/test/src/android/platform/test/flag/junit/ |
H A D | AnnotationTestRuleHelper.java | 199 String failureMessage = failure.getMessage(); in assertFailsWithTypeAndMessage() local
|