Home
last modified time | relevance | path

Searched defs:error (Results 1 – 25 of 31) sorted by relevance

12

/compose/ui/ui-test/src/androidInstrumentedTest/kotlin/androidx/compose/ui/test/actions/
DCustomAccessibilityActionsTest.kt57 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/
DTextFieldVisualTransformationSelectionBoundsTest.kt45 val error = in <lambda>() constant
72 val error = in <lambda>() constant
/compose/foundation/foundation/src/androidUnitTest/kotlin/androidx/compose/foundation/text/input/internal/
DDeleteSurroundingTextCommandTest.kt241 val error = in throws_whenLengthBeforeInvalid() constant
251 val error = in throws_whenLengthAfterInvalid() constant
DDeleteSurroundingTextInCodePointsCommandTest.kt246 val error = in throws_whenLengthBeforeInvalid() constant
259 val error = in throws_whenLengthAfterInvalid() constant
DGapBufferTest.kt684 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/
DValidatingOffsetMappingTest.kt155 val error = in <lambda>() constant
190 val error = in <lambda>() constant
/compose/animation/animation-core/src/commonTest/kotlin/androidx/compose/animation/core/
DKeyframeArcAnimationTest.kt33 private val error = 0.0001f constant in androidx.compose.animation.core.KeyframeArcAnimationTest
DArcAnimationTest.kt36 private val error = 0.01f constant
/compose/ui/ui-lint/src/test/java/androidx/compose/ui/lint/
DLocalContextResourcesConfigurationReadDetectorTest.kt80 fun error() { in getDetector() method
DConfigurationScreenWidthHeightDetectorTest.kt109 fun error() { in getDetector() method
/compose/ui/ui-inspection/src/main/cpp/
Dlambda_location_java_jni.cpp20 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/
DDeleteSurroundingTextCommandTest.kt225 val error = in throws_whenLengthBeforeInvalid() constant
234 val error = in throws_whenLengthAfterInvalid() constant
DDeleteSurroundingTextInCodePointsCommandTest.kt230 val error = in throws_whenLengthBeforeInvalid() constant
242 val error = in throws_whenLengthAfterInvalid() constant
DGapBufferTest.kt515 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
DEditProcessorTest.kt296 val error = assertFailsWith<RuntimeException> { processor.apply(batch) } in throwsDescriptiveMessage_whenCommandFailsInBatch() constant
/compose/test-utils/src/androidInstrumentedTest/kotlin/androidx/compose/testutils/
DParameterizedComposeTestRuleTest.kt35 val error = in assertionErrorInParameterIsPropagated() constant
/compose/material/material/src/commonMain/kotlin/androidx/compose/material/
DColors.kt102 var error by mutableStateOf(error, structuralEqualityPolicy()) variable
DSlider.kt930 val error = (valueRange.endInclusive - valueRange.start) / 1000 in scale() constant
/compose/test-utils/src/androidMain/kotlin/androidx/compose/testutils/
DAndroidComposeTestCaseSetup.android.kt27 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/
DTheme.kt212 var error by mutableStateOf(error) variable
/compose/ui/ui-util/src/androidUnitTest/kotlin/androidx/compose/ui/util/
DMathHelpersTest.kt136 val error = abs(fastCbrt(v) - cbrt(v)) in testFastCbrtError() constant
/compose/ui/ui-test/src/androidInstrumentedTest/kotlin/androidx/compose/ui/test/
DTestMonotonicFrameClockTest.kt270 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/
DTextFieldBufferTest.kt488 val error = assertFailsWith<IllegalArgumentException> { buffer.replace(0, 0, "hi", 2, 0) } in <lambda>() constant
/compose/material3/material3/src/commonMain/kotlin/androidx/compose/material3/
DColorScheme.kt145 val error: Color, constant in androidx.compose.material3.ColorScheme
/compose/ui/ui-text/src/androidInstrumentedTest/kotlin/androidx/compose/ui/text/font/
DFontListFontFamilyTypefaceAdapterTest.kt645 val error = exception.await() in <lambda>() constant

12