Searched refs:AssertPathsRelativeToTopEquals (Results 1 – 15 of 15) sorted by relevance
/build/soong/java/ |
D | bootclasspath_fragment_test.go | 250 …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…
|
D | app_set_test.go | 49 android.AssertPathsRelativeToTopEquals(t, "incorrect implicit output paths",
|
D | sdk_test.go | 522 android.AssertPathsRelativeToTopEquals(t, "implicits", deps, javac.Implicits)
|
D | testing.go | 494 android.AssertPathsRelativeToTopEquals(t, message+": inputs", expectedPaths, output.Implicits)
|
D | java_test.go | 972 android.AssertPathsRelativeToTopEquals(t, "foo inputs", []string{"a.java"}, fooTurbine.Inputs) 978 …android.AssertPathsRelativeToTopEquals(t, "bar turbine combineJar", []string{barTurbineJar, fooHea…
|
D | app_test.go | 126 android.AssertPathsRelativeToTopEquals(t, `OutputFiles("")`, expectedOutputs, outputFiles) 669 …android.AssertPathsRelativeToTopEquals(t, "mergeAssets inputs", test.assetPackages, mergeAssets.In…
|
/build/soong/cc/ |
D | library_test.go | 284 …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"}, …
|
D | cc_test.go | 2771 android.AssertPathsRelativeToTopEquals(t, "exported include dirs for "+module+"["+variant+"]",
|
/build/soong/apex/ |
D | platform_bootclasspath_test.go | 160 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…
|
D | bootclasspath_fragment_test.go | 230 …android.AssertPathsRelativeToTopEquals(t, fmt.Sprintf("%s %s", message, apiScope), expectedPaths, …
|
/build/soong/genrule/ |
D | genrule_test.go | 622 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/ |
D | python_test.go | 375 android.AssertPathsRelativeToTopEquals(t, "depsSrcsZips", expectedDepsSrcsZips, base.depsSrcsZips)
|
/build/soong/android/ |
D | test_asserts.go | 71 func AssertPathsRelativeToTopEquals(t *testing.T, message string, expected []string, actual Paths) { func
|
D | rule_builder_test.go | 641 AssertPathsRelativeToTopEquals(t, "Implicits", wantImplicits, params.Implicits) 644 AssertPathsRelativeToTopEquals(t, "OrderOnly", wantOrderOnlys, params.OrderOnly) 647 AssertPathsRelativeToTopEquals(t, "Validations", wantValidations, params.Validations)
|
D | paths_test.go | 1513 AssertPathsRelativeToTopEquals(t, "mixture", expected, paths)
|