Searched refs:ListSetDifference (Results 1 – 9 of 9) sorted by relevance
/aosp_15_r20/build/soong/cc/ |
H A D | cc_test_only_property_test.go | 75 notEqual, left, right := android.ListSetDifference(expectedTestOnlyModules, actualTestOnly) 135 notEqual, left, right := android.ListSetDifference(expectedTestOnlyModules, actualTrueModules)
|
H A D | cc.go | 1902 _, aaWithoutTestApexes, _ := android.ListSetDifference(c.ApexAvailable(), c.TestApexes())
|
/aosp_15_r20/build/soong/android/ |
H A D | util.go | 218 func ListSetDifference[T comparable](l1, l2 []T) (bool, []T, []T) { func 241 _, a, b := ListSetDifference(l1, l2)
|
H A D | container.go | 416 …_, containersUniqueToModule, _ := ListSetDifference(c.belongingContainers, depInfo.belongingContai…
|
/aosp_15_r20/build/soong/python/ |
H A D | python_test.go | 402 notEqual, left, right := android.ListSetDifference(expectedTestOnlyModules, actualTestOnly)
|
/aosp_15_r20/build/soong/tradefed_modules/ |
H A D | test_module_config_test.go | 528 notEqual, left, right := android.ListSetDifference(expectedTestOnlyModules, actualTestOnly)
|
/aosp_15_r20/build/soong/java/ |
H A D | dexpreopt.go | 219 _, variants, _ := android.ListSetDifference(apexInfo.InApexVariants, apexInfo.TestApexes)
|
H A D | java_test.go | 3094 notEqual, left, right := android.ListSetDifference(expectedTestOnly, actualTrueModules) 3099 notEqual, left, right = android.ListSetDifference(expectedTopLevel, actualTopLevelTests)
|
H A D | app.go | 1897 …_, diff, _ := android.ListSetDifference(u.usesLibraryProperties.Optional_uses_libs.GetOrDefault(ct…
|