Searched refs:AssertPathsRelativeToTopEquals (Results 1 – 12 of 12) sorted by relevance
/build/soong/apex/ |
D | platform_bootclasspath_test.go | 159 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…
|
D | bootclasspath_fragment_test.go | 223 …android.AssertPathsRelativeToTopEquals(t, fmt.Sprintf("%s %s", message, apiScope), expectedPaths, …
|
/build/soong/java/ |
D | bootclasspath_fragment_test.go | 248 …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…
|
D | testing.go | 421 android.AssertPathsRelativeToTopEquals(t, message+": inputs", expectedPaths, output.Implicits)
|
D | sdk_test.go | 349 android.AssertPathsRelativeToTopEquals(t, "implicits", deps, javac.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 | 127 android.AssertPathsRelativeToTopEquals(t, `OutputFiles("")`, expectedOutputs, outputFiles) 666 …android.AssertPathsRelativeToTopEquals(t, "mergeAssets inputs", test.assetPackages, mergeAssets.In…
|
/build/soong/genrule/ |
D | genrule_test.go | 620 android.AssertPathsRelativeToTopEquals(t, "deps", test.deps, gen.outputDeps) 622 android.AssertPathsRelativeToTopEquals(t, "files", test.files, gen.outputFiles)
|
/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 | 1420 AssertPathsRelativeToTopEquals(t, "mixture", expected, paths)
|