Home
last modified time | relevance | path

Searched refs:AssertArrayString (Results 1 – 10 of 10) sorted by relevance

/aosp12/build/soong/java/
H A Dsystem_modules_test.go61 …android.AssertArrayString(t, "source system modules inputs", expectedSourcePaths, sourceInputs.Rel…
88 …android.AssertArrayString(t, "renamed prebuilt system modules inputs", expectedPrebuiltPaths, preb…
104 …android.AssertArrayString(t, "source system modules inputs", expectedSourcePaths, sourceInputs.Rel…
112 …android.AssertArrayString(t, "prebuilt system modules inputs", expectedPrebuiltPaths, prebuiltInpu…
H A Dbootclasspath_fragment_test.go160 android.AssertArrayString(t, "contents property", expected, module.properties.Contents)
H A Dsdk_library_test.go134 …android.AssertArrayString(t, "foo exported components", expectedFooExportedComponents, exportedCom…
/aosp12/build/soong/android/
H A Dutil_test.go305AssertArrayString(t, "filter", FilterListPred([]string{"a/c", "b/a", "a/b"}, pred), []string{"a/c"…
306AssertArrayString(t, "filter", FilterListPred([]string{"b/c", "a/a", "b/b"}, pred), []string{"a/a"…
307 AssertArrayString(t, "filter", FilterListPred([]string{"c/c", "b/a", "c/b"}, pred), []string{})
308AssertArrayString(t, "filter", FilterListPred([]string{"a/c", "a/a", "a/b"}, pred), []string{"a/c"…
H A Dpaths_test.go1368 AssertArrayString(t, "foo missing deps", []string{"a", "b", "c"}, foo.missingDeps)
1369 AssertArrayString(t, "foo srcs", []string{}, foo.srcs)
1374 AssertArrayString(t, "bar missing deps", []string{"d", "e"}, bar.missingDeps)
1375 AssertArrayString(t, "bar srcs", []string{}, bar.srcs)
H A Dtest_asserts.go172 func AssertArrayString(t *testing.T, message string, expected, actual []string) { func
H A Drule_builder_test.go631 AssertArrayString(t, "RuleParams.CommandDeps", wantDeps, params.RuleParams.CommandDeps)
636 AssertArrayString(t, "Inputs", wantInputs, params.Inputs.Strings())
/aosp12/build/soong/apex/
H A Dbootclasspath_fragment_test.go623 android.AssertArrayString(t, "copies to predefined locations for art", expected, bootJarLocations)
H A Dapex_test.go6401 …android.AssertArrayString(t, "extractor input", []string{"myapex.hwasan.apks"}, extractedApex.Inpu…
6991 …android.AssertArrayString(t, "unexpected "+linkedLib+" link library for "+mod, []string{linkedLib …
7049 …android.AssertArrayString(t, "unexpected "+linkedLib+" link library for "+mod, []string{linkedLib …
/aosp12/build/soong/cc/
H A Dcc_test.go217 android.AssertArrayString(t, "libTest inputs", []string{"foo.o", "bar.o"}, objs)
2811 android.AssertArrayString(t, "variants for llndk stubs", expected, actual)