| /compose/ui/ui-test/src/androidInstrumentedTest/kotlin/androidx/compose/ui/test/actions/ |
| D | CustomAccessibilityActionsTest.kt | 57 val error = in performCustomAccessibilityActionLabelled_failsWhenNoNodeMatches() constant 74 val error = in performCustomAccessibilityActionLabelled_failsWhenNoActionMatches() constant 97 val error = in performCustomAccessibilityActionLabelled_failsWhenMultipleActionsMatch() constant 164 val error = in performCustomAccessibilityActionWhere_failsWhenNoNodeMatches() constant 183 val error = in performCustomAccessibilityActionWhere_failsWhenNoActionMatches() constant 210 val error = in performCustomAccessibilityActionWhere_failsWhenMultipleActionsMatch() constant
|
| /compose/foundation/foundation/src/androidInstrumentedTest/kotlin/androidx/compose/foundation/textfield/ |
| D | TextFieldVisualTransformationSelectionBoundsTest.kt | 45 val error = in <lambda>() constant 72 val error = in <lambda>() constant
|
| /compose/foundation/foundation/src/androidUnitTest/kotlin/androidx/compose/foundation/text/input/internal/ |
| D | DeleteSurroundingTextCommandTest.kt | 241 val error = in throws_whenLengthBeforeInvalid() constant 251 val error = in throws_whenLengthAfterInvalid() constant
|
| D | DeleteSurroundingTextInCodePointsCommandTest.kt | 246 val error = in throws_whenLengthBeforeInvalid() constant 259 val error = in throws_whenLengthAfterInvalid() constant
|
| D | GapBufferTest.kt | 684 val error = assertFailsWith<IllegalArgumentException> { buffer.replace(3, 2, "") } in replace_throws_whenStartGreaterThanEnd() constant 692 val error = assertFailsWith<IllegalArgumentException> { buffer.replace(2, 3, "", 1, 0) } in replace_throws_whenTextStartGreaterThanTextEnd() constant 700 val error = assertFailsWith<IllegalArgumentException> { buffer.replace(-1, 2, "XY") } in replace_throws_whenStartNegative() constant 708 val error = assertFailsWith<IllegalArgumentException> { buffer.replace(1, 2, "XY", -1, 2) } in replace_throws_whenTextStartNegative() constant
|
| /compose/foundation/foundation/src/androidUnitTest/kotlin/androidx/compose/foundation/text/ |
| D | ValidatingOffsetMappingTest.kt | 155 val error = in <lambda>() constant 190 val error = in <lambda>() constant
|
| /compose/animation/animation-core/src/commonTest/kotlin/androidx/compose/animation/core/ |
| D | KeyframeArcAnimationTest.kt | 33 private val error = 0.0001f constant in androidx.compose.animation.core.KeyframeArcAnimationTest
|
| D | ArcAnimationTest.kt | 36 private val error = 0.01f constant
|
| /compose/ui/ui-lint/src/test/java/androidx/compose/ui/lint/ |
| D | LocalContextResourcesConfigurationReadDetectorTest.kt | 80 fun error() { in getDetector() method
|
| D | ConfigurationScreenWidthHeightDetectorTest.kt | 109 fun error() { in getDetector() method
|
| /compose/ui/ui-inspection/src/main/cpp/ |
| D | lambda_location_java_jni.cpp | 20 char *error = nullptr; in CheckJvmtiError() local 32 jvmtiError error; in SetAllCapabilities() local 89 int error = env->GetJavaVM(&vm); in getJvmti() local 324 jvmtiError error = jvmti->GetClassMethods(lambda_class, &methodCount, &methods); in resolveLocation() local
|
| /compose/ui/ui-text/src/androidUnitTest/kotlin/androidx/compose/ui/text/input/ |
| D | DeleteSurroundingTextCommandTest.kt | 225 val error = in throws_whenLengthBeforeInvalid() constant 234 val error = in throws_whenLengthAfterInvalid() constant
|
| D | DeleteSurroundingTextInCodePointsCommandTest.kt | 230 val error = in throws_whenLengthBeforeInvalid() constant 242 val error = in throws_whenLengthAfterInvalid() constant
|
| D | GapBufferTest.kt | 515 val error = assertFailsWith<IllegalArgumentException> { buffer.replace(3, 2, "") } in replace_throws_whenStartGreaterThanEnd() constant 523 val error = assertFailsWith<IllegalArgumentException> { buffer.replace(-1, 2, "XY") } in replace_throws_whenStartNegative() constant
|
| D | EditProcessorTest.kt | 296 val error = assertFailsWith<RuntimeException> { processor.apply(batch) } in throwsDescriptiveMessage_whenCommandFailsInBatch() constant
|
| /compose/test-utils/src/androidInstrumentedTest/kotlin/androidx/compose/testutils/ |
| D | ParameterizedComposeTestRuleTest.kt | 35 val error = in assertionErrorInParameterIsPropagated() constant
|
| /compose/material/material/src/commonMain/kotlin/androidx/compose/material/ |
| D | Colors.kt | 102 var error by mutableStateOf(error, structuralEqualityPolicy()) variable
|
| D | Slider.kt | 930 val error = (valueRange.endInclusive - valueRange.start) / 1000 in scale() constant
|
| /compose/test-utils/src/androidMain/kotlin/androidx/compose/testutils/ |
| D | AndroidComposeTestCaseSetup.android.kt | 27 var error: Throwable? = null in performTestWithEventsControl() variable
|
| /compose/integration-tests/hero/jetsnack/jetsnack-implementation/src/main/java/androidx/compose/integration/hero/jetsnack/implementation/compose/theme/ |
| D | Theme.kt | 212 var error by mutableStateOf(error) variable
|
| /compose/ui/ui-util/src/androidUnitTest/kotlin/androidx/compose/ui/util/ |
| D | MathHelpersTest.kt | 136 val error = abs(fastCbrt(v) - cbrt(v)) in testFastCbrtError() constant
|
| /compose/ui/ui-test/src/androidInstrumentedTest/kotlin/androidx/compose/ui/test/ |
| D | TestMonotonicFrameClockTest.kt | 270 var error: RuntimeException? = null in <lambda>() variable 305 var error: RuntimeException? = null in <lambda>() variable
|
| /compose/foundation/foundation/src/androidUnitTest/kotlin/androidx/compose/foundation/text/input/ |
| D | TextFieldBufferTest.kt | 488 val error = assertFailsWith<IllegalArgumentException> { buffer.replace(0, 0, "hi", 2, 0) } in <lambda>() constant
|
| /compose/material3/material3/src/commonMain/kotlin/androidx/compose/material3/ |
| D | ColorScheme.kt | 145 val error: Color, constant in androidx.compose.material3.ColorScheme
|
| /compose/ui/ui-text/src/androidInstrumentedTest/kotlin/androidx/compose/ui/text/font/ |
| D | FontListFontFamilyTypefaceAdapterTest.kt | 645 val error = exception.await() in <lambda>() constant
|