| /compose/lint/internal-lint-checks/src/test/java/androidx/compose/lint/ |
| D | SteppedForLoopDetectorTest.kt | 41 package test in getDetector() package 43 fun test(a: Int, b: Int) { in getDetector() method 67 package test in skippedOnInclusiveSteppedLoops() package 69 fun test(a: Int, b: Int) { in skippedOnInclusiveSteppedLoops() method 91 package test in calledOnSteppedLoop() package 93 fun test(a: Int, b: Int) { in calledOnSteppedLoop() method 125 package test in calledOnConstantSteppedLoop() package 127 fun test() { in calledOnConstantSteppedLoop() method 159 package test in calledOnUnitSteppedLoop() package 161 fun test(a: Int, b: Int) { in calledOnUnitSteppedLoop() method [all …]
|
| D | ExceptionMessageDetectorTest.kt | 40 package test in checkWithMessage() package 58 package test in checkWithNamedParameterValue() package 76 package test in checkWithNamedParameterMessage() package 94 package test in checkWithNamedParameterValueAndMessage() package 112 package test in checkWithNamedParameterValueAndMessageReversed() package 130 package test in checkWithoutMessage() package 155 package test in checkFromDifferentPackageWithoutMessage() package 175 package test in checkNotNullWithMessage() package 193 package test in checkNotNullWithNamedParameterValue() package 211 package test in checkNotNullWithNamedParameterMessage() package [all …]
|
| D | ListIteratorDetectorTest.kt | 42 package test in getDetector() package 46 fun test() { in getDetector() method 81 package test in userDefinedExtensions_calledOnList() package 85 fun test() { in userDefinedExtensions_calledOnList() method 118 package test in stdlibIterableExtensions_calledOnNonList() package 122 fun test() { in stdlibIterableExtensions_calledOnNonList() method 141 package test in userDefinedExtensions_calledOnNonList() package 145 fun test() { in userDefinedExtensions_calledOnNonList() method 166 package test in inOperatorCalledOnList() package 170 fun test() { in inOperatorCalledOnList() method [all …]
|
| D | CommonModuleIncompatibilityDetectorTest.kt | 45 package test in getDetector() package 88 package test in detectsJavaClassCallsInCommonMain() package 90 fun test(test: String) { in detectsJavaClassCallsInCommonMain() method 135 package test in detectsLambdaSuperTypeInCommonMain() package 175 package test in ignoresImportInOtherModules() package 190 package test in ignoresImportInOtherModules() package 204 package test in ignoresImportInOtherModules() package 223 package test in ignoresJavaClassCallsInOtherSourceSets() package 225 fun test(test: String) { in ignoresJavaClassCallsInOtherSourceSets() method 245 package test in ignoresJavaClassCallsInOtherSourceSets() package [all …]
|
| D | UnnecessaryLambdaCreationDetectorTest.kt | 47 package test package 118 package test in warnsForSingleExpressions() package 182 package test in warnsForMultipleLambdas() package 219 package test in ignoresMultipleExpressions() package 241 package test in ignoresPropertyAssignment() package 259 package test in ignoresDifferentFunctionalTypes_parameters() package 302 package test in ignoresDifferentFunctionalTypes_receiverScopes() package 348 package test in ignoresMismatchedComposability() package 376 package test in warnsForFunctionsReturningALambda() package 436 package test in ignoresInlineLambdaParametersPassedToNonInlineFunctions() package
|
| D | LambdaStructuralEqualityDetectorTest.kt | 41 package test in getDetector() package 46 fun test() { in getDetector() method 63 package test in errors() package 69 fun test() { in errors() method
|
| D | ModifierNodeElementDataClassWithLambdaDetectorTest.kt | 78 package test in getDetector() package 109 package test in errors() package
|
| /compose/runtime/runtime-lint/src/test/java/androidx/compose/runtime/lint/ |
| D | OpaqueUnitKeyDetectorTest.kt | 42 package test in getDetector() package 65 package test in remember_withUnitPropertyRead_reportsError() package 106 package test in remember_withUnitFunctionCall_reportsError() package 147 package test in remember_withUnitComposableInvocation_reportsError() package 189 package test in remember_withUnitComposableInvocation_reportsError_withFixInSingleExpressionFun() package 194 fun test() = remember(produceUnit()) { listOf(1, 2, 3) } in remember_withUnitComposableInvocation_reportsError_withFixInSingleExpressionFun() method 204 fun test() = remember(produceUnit()) { listOf(1, 2, 3) } in remember_withUnitComposableInvocation_reportsError_withFixInSingleExpressionFun() method 230 package test in remember_withIfStatementThatReturnsUnit_reportsError() package 288 package test in remember_withIfStatementCoercedToAny_doesNotReportError() package 319 package test in remember_twoKeys_withUnitFunctionCall_reportsError() package [all …]
|
| D | MutableCollectionMutableStateDetectorTest.kt | 941 package test in getDetector() package 961 fun test( in getDetector() method 1025 package test in mutableCollection_stdlib_explicitExpressionType_noErrors() package 1045 fun test( in mutableCollection_stdlib_explicitExpressionType_noErrors() method 1072 package test in mutableCollection_stdlib_explicitPropertyType_noErrors() package 1092 fun test( in mutableCollection_stdlib_explicitPropertyType_noErrors() method 1119 package test in mutableCollection_java() package 1147 fun test( in mutableCollection_java() method 1236 package test in mutableCollection_kotlinTypeAliases() package 1261 fun test( in mutableCollection_kotlinTypeAliases() method [all …]
|
| D | RememberInCompositionDetectorTest.kt | 99 fun test(): Int { return 5 } in getDetector() method 585 val test = remember { test() } in rememberedInsideComposableBody() constant 608 val test = remember { test() } in rememberedInsideComposableBody() constant 631 val test = remember { test() } in rememberedInsideComposableBody() constant 659 val test = remember { test() } in rememberedInsideComposableBody() constant 681 val test = remember { test() } in rememberedInsideComposableBody() constant 706 val test = remember { test() } in rememberedInsideComposableBody() constant 729 val test = remember { test() } in rememberedInsideComposableBody() constant 772 fun test(bar: Bar) { in noErrors() method
|
| /compose/ui/ui-lint/src/test/java/androidx/compose/ui/lint/ |
| D | ReturnFromAwaitPointerEventScopeDetectorTest.kt | 98 package test in getDetector() package 120 package test in awaitPointerEventScope_assignedFromContainingPointerInputEventHandler_shouldNotWarn() package 139 package test in awaitPointerEventScope_assignedFromContainingPointerInputEventHandlerAfter_shouldNotWarn() package 160 package test in awaitPointerEventScope_assignedFromContainingPointerInputEventHandlerVars_shouldNotWarn() package 182 package test in awaitPointerEventScope_assignedFromContainingLambdaMethod_shouldNotWarn() package 200 package test in awaitPointerEventScope_inCoroutineScopeStandaloneExtensionFunction_shouldNotWarn() package 216 package test in awaitPointerEventScope_standaloneExtensionFunction_shouldNotWarn() package 239 package test in awaitPointerEventScope_insideForEach_shouldNotWarn() package 263 package test in awaitPointerEventScope_otherMethodName_shouldNotWarn() package 284 package test in awaitPointerEventScope_assignedToVariable_shouldWarn() package [all …]
|
| D | MultipleAwaitPointerEventScopesDetectorTest.kt | 102 package test in getDetector() package 123 package test in awaitPointerEventScopeOtherMethodName_shouldNotWarn() package 150 package test in awaitPointerEventScope_insideForEachGesture_shouldNotWarn() package 174 package test in singleAwaitPointerEventScopeFromMethod_shouldNotWarn() package 193 package test in awaitPointerEventScope_withConditionalCalls_shouldWarn() package 238 package test in awaitPointerEventScope_fromExtensionMethodAndConditionalCalls_shouldWarn() package 280 package test in multipleAwaitPointerEventScope_shouldWarn() package 325 package test in multipleAwaitPointerEventScope_withLambdaBlocks_shouldWarn() package 370 package test in multipleAwaitPointerEventScope_insideExtensionMethod_shouldWarn() package 409 package test in awaitPointerEventScope_multipleConditionalAndCalls_shouldWarn() package [all …]
|
| D | ModifierNodeInspectablePropertiesDetectorTest.kt | 36 package test in getDetector() package 70 package test in testNodeElementWithAlmostInspectableValues_flagsError() package 90 package test in testNodeElementWithAlmostInspectableValues_flagsError() package 130 package test in testNodeElementWithInspectableValues_doesNotFlagError() package 161 package test in testNodeElementWithInheritedInspectableValues_doesNotFlagError() package
|
| D | SuspiciousCompositionLocalModifierReadDetectorTest.kt | 74 package test in getDetector() package 121 package test in testCompositionLocalReadInAttachDetachLambdaNotReported() package 162 package test in testCompositionLocalReadInModifierInitializer() package 206 package test in testCompositionLocalReadInModifierComputedProperty() package 238 package test in testCompositionLocalReadInLazyPropertyDelegate() package 280 package test in testCompositionLocalReadInArbitraryFunction() package
|
| D | ConfigurationScreenWidthHeightDetectorTest.kt | 114 package test in getDetector() package 189 package test in ignoresErrorsWithWearImports() package 240 package test in noErrors() package
|
| /compose/ui/ui-text-lint/src/test/java/androidx/compose/ui/text/lint/ |
| D | LocaleInvalidLanguageTagDetectorTest.kt | 114 package test in getDetector() package 135 package test in hyphensDelimiter_localeList_single_shouldNotWarn() package 157 package test in hyphensDelimiter_localeList_multiple_shouldNotWarn() package 179 package test in underscoreDelimiter_locale_shouldWarn() package 208 package test in underscoreDelimiter_localeList_single_shouldWarn() package 237 package test in underscoreDelimiter_localeList_multiple_shouldWarn() package
|
| /compose/foundation/foundation-lint/src/test/java/androidx/compose/foundation/lint/ |
| D | NonLambdaOffsetModifierDetectorTest.kt | 239 package test in Modifier() package 275 package test in lambdaOffset_withStateUsages_shouldNotWarn() package 325 package test in lambdaOffset_withAnimatableUsage_shouldNotWarn() package 380 package test in nonLambdaOffset_usingVariableDp_shouldNotWarn() package 424 package test in nonLambdaOffset_usingPassedStaticArguments_shouldNotWarn() package 461 package test in nonLambdaOffset_usingStateLocalVariable_shouldWarn() package 508 package test in nonLambdaOffset_usingDelegatedStateVariable_shouldWarn() package 556 package test in nonLambdaOffset_usingDelegatedStateVariable_fullyQualified_shouldWarn() package 604 package test in nonLambdaOffset_usingStateReceiver_shouldWarn() package 663 package test in nonLambdaOffset_usingTopLevelStateVariables_shouldWarn() package [all …]
|
| /compose/ui/ui-inspection/src/androidTest/java/androidx/compose/ui/inspection/ |
| D | LambdaLocationTest.kt | 35 fun test() { in test() method in androidx.compose.ui.inspection.LambdaLocationTest
|
| /compose/ui/ui-test/src/androidInstrumentedTest/kotlin/androidx/compose/ui/test/junit4/ |
| D | LaunchActivityTooEarlyTest.kt | 33 fun test() { in test() method in androidx.compose.ui.test.junit4.LaunchActivityTooEarlyTest
|
| D | LateActivityLaunchTest.kt | 35 fun test() = runEmptyComposeUiTest { in <lambda>() method
|
| D | MultipleActivitiesFirstDrawTest.kt | 36 fun test() = in test() method in androidx.compose.ui.test.junit4.MultipleActivitiesFirstDrawTest
|
| D | MultipleActivitiesFindTest.kt | 37 fun test() = in test() method in androidx.compose.ui.test.junit4.MultipleActivitiesFindTest
|
| /compose/ui/ui-test/src/androidInstrumentedTest/kotlin/androidx/compose/ui/test/ |
| D | FindInPopupTest.kt | 40 fun test() { in test() method in androidx.compose.ui.test.FindInPopupTest
|
| /compose/ui/ui-graphics-lint/src/test/java/androidx/compose/ui/graphics/lint/ |
| D | ColorDetectorTest.kt | 43 package test in getDetector() package 113 package test in incorrectChannels() package 149 package test in noErrors() package
|
| /compose/runtime/runtime/src/nonEmulatorCommonTest/kotlin/androidx/compose/runtime/snapshots/ |
| D | SnapshotIdSetTests.kt | 174 fun test(size: Int) { in <lambda>() method 203 fun test(size: Int) { in <lambda>() method 232 fun test(size: Int) { in <lambda>() method 254 fun test(number: Long) { in <lambda>() method
|