Home
last modified time | relevance | path

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

/build/soong/java/
Dbootclasspath_fragment_test.go250 …android.AssertPathsRelativeToTopEquals(t, "public dex stubs jar", []string{otherPublicStubsJar, pu…
254 …android.AssertPathsRelativeToTopEquals(t, "system dex stubs jar", []string{otherPublicStubsJar, sy…
258 …android.AssertPathsRelativeToTopEquals(t, "test dex stubs jar", []string{otherPublicStubsJar, syst…
262 …android.AssertPathsRelativeToTopEquals(t, "core platform dex stubs jar", []string{corePlatformStub…
279 …android.AssertPathsRelativeToTopEquals(t, "widest dex stubs jar", expectedWidestPaths, info.Transi…
Dapp_set_test.go49 android.AssertPathsRelativeToTopEquals(t, "incorrect implicit output paths",
Dsdk_test.go522 android.AssertPathsRelativeToTopEquals(t, "implicits", deps, javac.Implicits)
Dtesting.go494 android.AssertPathsRelativeToTopEquals(t, message+": inputs", expectedPaths, output.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.go126 android.AssertPathsRelativeToTopEquals(t, `OutputFiles("")`, expectedOutputs, outputFiles)
669 …android.AssertPathsRelativeToTopEquals(t, "mergeAssets inputs", test.assetPackages, mergeAssets.In…
/build/soong/cc/
Dlibrary_test.go284 …android.AssertPathsRelativeToTopEquals(t, "exported include dirs", []string{"outputbase/execroot/_…
285 …android.AssertPathsRelativeToTopEquals(t, "exported system include dirs", []string{"outputbase/exe…
286 …android.AssertPathsRelativeToTopEquals(t, "exported headers", []string{"outputbase/execroot/__main…
287 …android.AssertPathsRelativeToTopEquals(t, "deps", []string{"outputbase/execroot/__main__/foo.h"}, …
298 …android.AssertPathsRelativeToTopEquals(t, "exported include dirs", []string{"outputbase/execroot/_…
299 …android.AssertPathsRelativeToTopEquals(t, "exported system include dirs", []string{"outputbase/exe…
300 …android.AssertPathsRelativeToTopEquals(t, "exported headers", []string{"outputbase/execroot/__main…
301 …android.AssertPathsRelativeToTopEquals(t, "deps", []string{"outputbase/execroot/__main__/foo.h"}, …
Dcc_test.go2771 android.AssertPathsRelativeToTopEquals(t, "exported include dirs for "+module+"["+variant+"]",
/build/soong/apex/
Dplatform_bootclasspath_test.go160 android.AssertPathsRelativeToTopEquals(t, message, expected, info.FlagsFilesByCategory[category])
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…
Dbootclasspath_fragment_test.go230 …android.AssertPathsRelativeToTopEquals(t, fmt.Sprintf("%s %s", message, apiScope), expectedPaths, …
/build/soong/genrule/
Dgenrule_test.go622 android.AssertPathsRelativeToTopEquals(t, "deps", test.deps, gen.outputDeps)
624 android.AssertPathsRelativeToTopEquals(t, "files", test.files, gen.outputFiles)
711 android.AssertPathsRelativeToTopEquals(t,
715 android.AssertPathsRelativeToTopEquals(t,
719 android.AssertPathsRelativeToTopEquals(t,
/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.go1513 AssertPathsRelativeToTopEquals(t, "mixture", expected, paths)