/aosp_15_r20/build/soong/genrule/ |
H A D | genrule_test.go | 665 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 D | app_test.go | 123 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 D | bootclasspath_fragment_test.go | 289 …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 D | java_test.go | 351 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 D | kotlin_test.go | 243 …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 D | aar_test.go | 166 android.AssertPathsRelativeToTopEquals(t, "foo output path", 168 android.AssertPathsRelativeToTopEquals(t, "bar output path", 170 android.AssertPathsRelativeToTopEquals(t, "baz output path",
|
H A D | android_manifest_test.go | 87 android.AssertPathsRelativeToTopEquals(t, "lib manifests",
|
H A D | app_set_test.go | 49 android.AssertPathsRelativeToTopEquals(t, "incorrect implicit output paths",
|
H A D | dexpreopt_config_testing.go | 1233 …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 D | sdk_test.go | 536 android.AssertPathsRelativeToTopEquals(t, "implicits", deps, javac.Implicits)
|
H A D | testing.go | 725 android.AssertPathsRelativeToTopEquals(t, message+": inputs", expectedPaths, output.Implicits)
|
/aosp_15_r20/build/soong/aidl_library/ |
H A D | aidl_library_test.go | 59 android.AssertPathsRelativeToTopEquals( 66 android.AssertPathsRelativeToTopEquals( 108 android.AssertPathsRelativeToTopEquals( 115 android.AssertPathsRelativeToTopEquals(
|
/aosp_15_r20/build/soong/apex/ |
H A D | platform_bootclasspath_test.go | 165 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 D | bootclasspath_fragment_test.go | 152 …android.AssertPathsRelativeToTopEquals(t, fmt.Sprintf("%s %s", message, apiScope), expectedPaths, …
|
/aosp_15_r20/external/wayland-protocols/ |
H A D | wayland_protocol_codegen_test.go | 406 android.AssertPathsRelativeToTopEquals(t, "files", test.files, gen.outputFiles) 441 android.AssertPathsRelativeToTopEquals(t, "files", expectedFiles, gen.outputFiles)
|
/aosp_15_r20/build/soong/android/ |
H A D | rule_builder_test.go | 621 AssertPathsRelativeToTopEquals(t, "Implicits", wantImplicits, params.Implicits) 624 AssertPathsRelativeToTopEquals(t, "OrderOnly", wantOrderOnlys, params.OrderOnly) 627 AssertPathsRelativeToTopEquals(t, "Validations", wantValidations, params.Validations)
|
H A D | test_asserts.go | 72 func AssertPathsRelativeToTopEquals(t *testing.T, message string, expected []string, actual Paths) { func
|
H A D | paths_test.go | 1591 AssertPathsRelativeToTopEquals(t, "mixture", expected, paths)
|
/aosp_15_r20/build/soong/systemfeatures/ |
H A D | system_features_test.go | 50 …android.AssertPathsRelativeToTopEquals(t, "Expected output file", []string{expectedOutputPath}, sy…
|
/aosp_15_r20/build/soong/cc/ |
H A D | cc_test.go | 1014 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 D | dexpreopt_test.go | 419 android.AssertPathsRelativeToTopEquals(t, "", []string{
|
/aosp_15_r20/build/soong/sdk/ |
H A D | bootclasspath_fragment_sdk_test.go | 1121 …android.AssertPathsRelativeToTopEquals(t, "stub flags inputs", android.SortedUniqueStrings(expecte…
|