Home
last modified time | relevance | path

Searched refs:ListSetDifference (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/build/soong/cc/
H A Dcc_test_only_property_test.go75 notEqual, left, right := android.ListSetDifference(expectedTestOnlyModules, actualTestOnly)
135 notEqual, left, right := android.ListSetDifference(expectedTestOnlyModules, actualTrueModules)
H A Dcc.go1902 _, aaWithoutTestApexes, _ := android.ListSetDifference(c.ApexAvailable(), c.TestApexes())
/aosp_15_r20/build/soong/android/
H A Dutil.go218 func ListSetDifference[T comparable](l1, l2 []T) (bool, []T, []T) { func
241 _, a, b := ListSetDifference(l1, l2)
H A Dcontainer.go416 …_, containersUniqueToModule, _ := ListSetDifference(c.belongingContainers, depInfo.belongingContai…
/aosp_15_r20/build/soong/python/
H A Dpython_test.go402 notEqual, left, right := android.ListSetDifference(expectedTestOnlyModules, actualTestOnly)
/aosp_15_r20/build/soong/tradefed_modules/
H A Dtest_module_config_test.go528 notEqual, left, right := android.ListSetDifference(expectedTestOnlyModules, actualTestOnly)
/aosp_15_r20/build/soong/java/
H A Ddexpreopt.go219 _, variants, _ := android.ListSetDifference(apexInfo.InApexVariants, apexInfo.TestApexes)
H A Djava_test.go3094 notEqual, left, right := android.ListSetDifference(expectedTestOnly, actualTrueModules)
3099 notEqual, left, right = android.ListSetDifference(expectedTopLevel, actualTopLevelTests)
H A Dapp.go1897 …_, diff, _ := android.ListSetDifference(u.usesLibraryProperties.Optional_uses_libs.GetOrDefault(ct…