Home
last modified time | relevance | path

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

/aosp_15_r20/build/soong/genrule/
H A Dgenrule_test.go665 android.AssertPathsRelativeToTopEquals(t, "deps", test.deps, gen.outputDeps)
667 android.AssertPathsRelativeToTopEquals(t, "files", test.files, gen.outputFiles)
758 android.AssertPathsRelativeToTopEquals(t,
762 android.AssertPathsRelativeToTopEquals(t,
766 android.AssertPathsRelativeToTopEquals(t,
798 android.AssertPathsRelativeToTopEquals(
804 android.AssertPathsRelativeToTopEquals(
842 android.AssertPathsRelativeToTopEquals(
848 android.AssertPathsRelativeToTopEquals(
886 android.AssertPathsRelativeToTopEquals(
[all …]
/aosp_15_r20/build/soong/java/
H A Dapp_test.go123 android.AssertPathsRelativeToTopEquals(t, `OutputFiles("")`, expectedOutputs, outputFiles)
734 …android.AssertPathsRelativeToTopEquals(t, "mergeAssets inputs", test.assetPackages, mergeAssets.In…
741 … android.AssertPathsRelativeToTopEquals(t, "tmp_asset_dir inputs", test.tmpAssetDirInputs, inputs)
742 …android.AssertPathsRelativeToTopEquals(t, "tmp_asset_dir outputs", test.tmpAssetDirOutputs, output…
1371 android.AssertPathsRelativeToTopEquals(t, "app resources", testCase.appResources, app.resources)
1372 android.AssertPathsRelativeToTopEquals(t, "app overlays", testCase.appOverlays, app.overlays)
1373 android.AssertPathsRelativeToTopEquals(t, "app imports", testCase.appImports, app.imports)
1374 android.AssertPathsRelativeToTopEquals(t, "app srcjars", testCase.appSrcJars, app.srcJars)
1375 android.AssertPathsRelativeToTopEquals(t, "app classpath", testCase.appClasspath, app.classpath)
1376 android.AssertPathsRelativeToTopEquals(t, "app combined", testCase.appCombined, app.combined)
[all …]
H A Dbootclasspath_fragment_test.go289 …android.AssertPathsRelativeToTopEquals(t, "public dex stubs jar", []string{otherPublicStubsJar, pu…
293 …android.AssertPathsRelativeToTopEquals(t, "system dex stubs jar", []string{otherPublicStubsJar, sy…
297 …android.AssertPathsRelativeToTopEquals(t, "test dex stubs jar", []string{otherPublicStubsJar, syst…
301 …android.AssertPathsRelativeToTopEquals(t, "core platform dex stubs jar", []string{corePlatformStub…
318 …android.AssertPathsRelativeToTopEquals(t, "widest dex stubs jar", expectedWidestPaths, info.Transi…
470 …android.AssertPathsRelativeToTopEquals(t, c.PropertyName(), expectedMaxTargetQPaths, info.FlagFile…
H A Djava_test.go351 android.AssertPathsRelativeToTopEquals(t, "foo javac inputs", tt.fooJavacInputs, fooJavac.Inputs)
358 …android.AssertPathsRelativeToTopEquals(t, "foo combined inputs", tt.fooCombinedInputs, fooCombined…
361 …android.AssertPathsRelativeToTopEquals(t, "foo header combined inputs", tt.fooHeaderCombinedInputs…
365 android.AssertPathsRelativeToTopEquals(t, "bar javac inputs", tt.barJavacInputs, barJavac.Inputs)
372 …android.AssertPathsRelativeToTopEquals(t, "bar combined inputs", tt.barCombinedInputs, barCombined…
375 …android.AssertPathsRelativeToTopEquals(t, "bar header combined inputs", tt.barHeaderCombinedInputs…
1111 android.AssertPathsRelativeToTopEquals(t, "foo inputs", []string{"a.java"}, fooTurbine.Inputs)
1117 …android.AssertPathsRelativeToTopEquals(t, "bar turbine combineJar", []string{barTurbineJar, fooHea…
1232 android.AssertPathsRelativeToTopEquals(t, "source library implementation jar",
1234 android.AssertPathsRelativeToTopEquals(t, "source library header jar",
[all …]
H A Dkotlin_test.go243 …android.AssertPathsRelativeToTopEquals(t, "foo kotlinc inputs", tt.fooKotlincInputs, fooKotlinc.In…
249 android.AssertPathsRelativeToTopEquals(t, "foo javac inputs", tt.fooJavacInputs, fooJavac.Inputs)
256 …android.AssertPathsRelativeToTopEquals(t, "foo combined inputs", tt.fooCombinedInputs, fooCombined…
259 …android.AssertPathsRelativeToTopEquals(t, "foo header combined inputs", tt.fooHeaderCombinedInputs…
263 …android.AssertPathsRelativeToTopEquals(t, "bar kotlinc inputs", tt.barKotlincInputs, barKotlinc.In…
269 …android.AssertPathsRelativeToTopEquals(t, "bar combined inputs", tt.barCombinedInputs, barCombined…
272 …android.AssertPathsRelativeToTopEquals(t, "bar header combined inputs", tt.barHeaderCombinedInputs…
H A Daar_test.go166 android.AssertPathsRelativeToTopEquals(t, "foo output path",
168 android.AssertPathsRelativeToTopEquals(t, "bar output path",
170 android.AssertPathsRelativeToTopEquals(t, "baz output path",
H A Dandroid_manifest_test.go87 android.AssertPathsRelativeToTopEquals(t, "lib manifests",
H A Dapp_set_test.go49 android.AssertPathsRelativeToTopEquals(t, "incorrect implicit output paths",
H A Ddexpreopt_config_testing.go1233 …android.AssertPathsRelativeToTopEquals(t, "dexPaths", expected.dexPaths, imageConfig.dexPaths.Path…
1234 …android.AssertPathsRelativeToTopEquals(t, "dexPathsDeps", expected.dexPathsDeps, imageConfig.dexPa…
1254 …android.AssertPathsRelativeToTopEquals(t, "imagesDeps", expectedVariant.imagesDeps, variant.images…
1255 …android.AssertPathsRelativeToTopEquals(t, "baseImages", expectedVariant.baseImages, variant.baseIm…
1256 …android.AssertPathsRelativeToTopEquals(t, "baseImagesDeps", expectedVariant.baseImagesDeps, varian…
H A Dsdk_test.go536 android.AssertPathsRelativeToTopEquals(t, "implicits", deps, javac.Implicits)
H A Dtesting.go725 android.AssertPathsRelativeToTopEquals(t, message+": inputs", expectedPaths, output.Implicits)
/aosp_15_r20/build/soong/aidl_library/
H A Daidl_library_test.go59 android.AssertPathsRelativeToTopEquals(
66 android.AssertPathsRelativeToTopEquals(
108 android.AssertPathsRelativeToTopEquals(
115 android.AssertPathsRelativeToTopEquals(
/aosp_15_r20/build/soong/apex/
H A Dplatform_bootclasspath_test.go165 android.AssertPathsRelativeToTopEquals(t, message, expected, info.FlagsFilesByCategory[category])
168 …android.AssertPathsRelativeToTopEquals(t, "annotation flags", []string{"out/soong/.intermediates/b…
169 …android.AssertPathsRelativeToTopEquals(t, "metadata flags", []string{"out/soong/.intermediates/bar…
170 …android.AssertPathsRelativeToTopEquals(t, "index flags", []string{"out/soong/.intermediates/bar-fr…
H A Dbootclasspath_fragment_test.go152 …android.AssertPathsRelativeToTopEquals(t, fmt.Sprintf("%s %s", message, apiScope), expectedPaths, …
/aosp_15_r20/external/wayland-protocols/
H A Dwayland_protocol_codegen_test.go406 android.AssertPathsRelativeToTopEquals(t, "files", test.files, gen.outputFiles)
441 android.AssertPathsRelativeToTopEquals(t, "files", expectedFiles, gen.outputFiles)
/aosp_15_r20/build/soong/android/
H A Drule_builder_test.go621 AssertPathsRelativeToTopEquals(t, "Implicits", wantImplicits, params.Implicits)
624 AssertPathsRelativeToTopEquals(t, "OrderOnly", wantOrderOnlys, params.OrderOnly)
627 AssertPathsRelativeToTopEquals(t, "Validations", wantValidations, params.Validations)
H A Dtest_asserts.go72 func AssertPathsRelativeToTopEquals(t *testing.T, message string, expected []string, actual Paths) { func
H A Dpaths_test.go1591 AssertPathsRelativeToTopEquals(t, "mixture", expected, paths)
/aosp_15_r20/build/soong/systemfeatures/
H A Dsystem_features_test.go50 …android.AssertPathsRelativeToTopEquals(t, "Expected output file", []string{expectedOutputPath}, sy…
/aosp_15_r20/build/soong/cc/
H A Dcc_test.go1014 android.AssertPathsRelativeToTopEquals(t, "exported include dirs for "+module+"["+variant+"]",
1016 android.AssertPathsRelativeToTopEquals(t, "exported include dirs for "+module+"["+variant+"]",
2149 android.AssertPathsRelativeToTopEquals(
/aosp_15_r20/build/soong/dexpreopt/
H A Ddexpreopt_test.go419 android.AssertPathsRelativeToTopEquals(t, "", []string{
/aosp_15_r20/build/soong/sdk/
H A Dbootclasspath_fragment_sdk_test.go1121 …android.AssertPathsRelativeToTopEquals(t, "stub flags inputs", android.SortedUniqueStrings(expecte…