Home
last modified time | relevance | path

Searched refs:AssertPathsRelativeToTopEquals (Results 1 – 12 of 12) sorted by relevance

/build/soong/apex/
Dplatform_bootclasspath_test.go159 android.AssertPathsRelativeToTopEquals(t, message, expected, info.FlagsFilesByCategory[category])
162 …android.AssertPathsRelativeToTopEquals(t, "stub flags", []string{"out/soong/.intermediates/bar-fra…
163 …android.AssertPathsRelativeToTopEquals(t, "annotation flags", []string{"out/soong/.intermediates/b…
164 …android.AssertPathsRelativeToTopEquals(t, "metadata flags", []string{"out/soong/.intermediates/bar…
165 …android.AssertPathsRelativeToTopEquals(t, "index flags", []string{"out/soong/.intermediates/bar-fr…
166 …android.AssertPathsRelativeToTopEquals(t, "all flags", []string{"out/soong/.intermediates/bar-frag…
Dbootclasspath_fragment_test.go223 …android.AssertPathsRelativeToTopEquals(t, fmt.Sprintf("%s %s", message, apiScope), expectedPaths, …
/build/soong/java/
Dbootclasspath_fragment_test.go248 …android.AssertPathsRelativeToTopEquals(t, "public dex stubs jar", []string{otherPublicStubsJar, pu…
252 …android.AssertPathsRelativeToTopEquals(t, "system dex stubs jar", []string{otherPublicStubsJar, sy…
256 …android.AssertPathsRelativeToTopEquals(t, "test dex stubs jar", []string{otherPublicStubsJar, syst…
260 …android.AssertPathsRelativeToTopEquals(t, "core platform dex stubs jar", []string{corePlatformStub…
277 …android.AssertPathsRelativeToTopEquals(t, "widest dex stubs jar", expectedWidestPaths, info.Transi…
Dtesting.go421 android.AssertPathsRelativeToTopEquals(t, message+": inputs", expectedPaths, output.Implicits)
Dsdk_test.go349 android.AssertPathsRelativeToTopEquals(t, "implicits", deps, javac.Implicits)
Djava_test.go972 android.AssertPathsRelativeToTopEquals(t, "foo inputs", []string{"a.java"}, fooTurbine.Inputs)
978 …android.AssertPathsRelativeToTopEquals(t, "bar turbine combineJar", []string{barTurbineJar, fooHea…
Dapp_test.go127 android.AssertPathsRelativeToTopEquals(t, `OutputFiles("")`, expectedOutputs, outputFiles)
666 …android.AssertPathsRelativeToTopEquals(t, "mergeAssets inputs", test.assetPackages, mergeAssets.In…
/build/soong/genrule/
Dgenrule_test.go620 android.AssertPathsRelativeToTopEquals(t, "deps", test.deps, gen.outputDeps)
622 android.AssertPathsRelativeToTopEquals(t, "files", test.files, gen.outputFiles)
/build/soong/python/
Dpython_test.go375 android.AssertPathsRelativeToTopEquals(t, "depsSrcsZips", expectedDepsSrcsZips, base.depsSrcsZips)
/build/soong/android/
Dtest_asserts.go71 func AssertPathsRelativeToTopEquals(t *testing.T, message string, expected []string, actual Paths) { func
Drule_builder_test.go641 AssertPathsRelativeToTopEquals(t, "Implicits", wantImplicits, params.Implicits)
644 AssertPathsRelativeToTopEquals(t, "OrderOnly", wantOrderOnlys, params.OrderOnly)
647 AssertPathsRelativeToTopEquals(t, "Validations", wantValidations, params.Validations)
Dpaths_test.go1420 AssertPathsRelativeToTopEquals(t, "mixture", expected, paths)