/aosp_15_r20/build/soong/etc/ |
H A D | prebuilt_etc_test.go | 139 android.AssertPathRelativeToTopEquals(t, "install dir", expectedPaths[0], p.installDirPaths[0]) 140 android.AssertPathRelativeToTopEquals(t, "install dir", expectedPaths[1], p.installDirPaths[1]) 161 android.AssertPathRelativeToTopEquals(t, "install dir", expectedPaths[0], p.installDirPaths[0]) 162 android.AssertPathRelativeToTopEquals(t, "install dir", expectedPaths[1], p.installDirPaths[1]) 275 android.AssertPathRelativeToTopEquals(t, "install dir", expected, p.installDirPaths[0]) 341 android.AssertPathRelativeToTopEquals(t, "install dir", expected, p.installDirPaths[0]) 366 android.AssertPathRelativeToTopEquals(t, "install dir", expected, p.installDirPaths[0]) 390 android.AssertPathRelativeToTopEquals(t, "install dir", expected, p.installDirPaths[0]) 405 android.AssertPathRelativeToTopEquals(t, "install dir", expected, p.installDirPaths[0]) 419 android.AssertPathRelativeToTopEquals(t, "install dir", expected, p.installDirPaths[0]) [all …]
|
/aosp_15_r20/build/soong/java/ |
H A D | hiddenapi_singleton_test.go | 284 android.AssertPathRelativeToTopEquals(t, "hiddenapi cp rule input", expectedCpInput, actualCpInput) 286 …android.AssertPathRelativeToTopEquals(t, "hiddenapi cp rule output", expectedCpOutput, actualCpOut… 324 …android.AssertPathRelativeToTopEquals(t, "encode embedded java_library", encodedDexJar, exportedDe…
|
H A D | android_manifest_test.go | 84 android.AssertPathRelativeToTopEquals(t, "main manifest",
|
H A D | systemserver_classpath_fragment_test.go | 53 …android.AssertPathRelativeToTopEquals(t, "install filepath", "out/soong/target/product/test_device…
|
H A D | app_set_test.go | 46 android.AssertPathRelativeToTopEquals(t, "incorrect output path",
|
H A D | rro_test.go | 308 …android.AssertPathRelativeToTopEquals(t, "Install dir is not correct for "+testCase.name, testCase…
|
H A D | dexpreopt_config_testing.go | 1229 android.AssertPathRelativeToTopEquals(t, "dir", expected.dir, imageConfig.dir) 1230 android.AssertPathRelativeToTopEquals(t, "symbolsDir", expected.symbolsDir, imageConfig.symbolsDir) 1236 android.AssertPathRelativeToTopEquals(t, "zip", expected.zip, imageConfig.zip) 1252 …android.AssertPathRelativeToTopEquals(t, "imagePathOnHost", expectedVariant.imagePathOnHost, varia…
|
H A D | platform_bootclasspath_test.go | 207 …android.AssertPathRelativeToTopEquals(t, "install filepath", "out/soong/target/product/test_device…
|
H A D | testing.go | 668 …android.AssertPathRelativeToTopEquals(t, "install filepath", installDir, info.ClasspathFragmentPro…
|
H A D | app_import_test.go | 684 …android.AssertPathRelativeToTopEquals(t, testCase.errorMessage, testCase.expectedInstallPath, mod.…
|
H A D | java_test.go | 751 android.AssertPathRelativeToTopEquals(t, "baz dex jar build path", expectedDexJar, bazDexJar) 1913 android.AssertPathRelativeToTopEquals(t, "relocation input", expectedInput, relocated.Input)
|
H A D | app_test.go | 2384 …android.AssertPathRelativeToTopEquals(t, "certificates key", test.expectedCertificate+".pk8", cert… 2387 …android.AssertPathRelativeToTopEquals(t, "certificates pem", test.expectedCertificate+".x509.pem",…
|
/aosp_15_r20/build/soong/sh/ |
H A D | sh_binary_test.go | 140 android.AssertPathRelativeToTopEquals(t, "relocation input", expectedInput, relocated.Input) 228 android.AssertPathRelativeToTopEquals(t, "relocation input", expectedInput, relocated.Input)
|
/aosp_15_r20/build/soong/android/ |
H A D | paths_test.go | 1564 …AssertPathRelativeToTopEquals(t, "install path for soong", "out/soong/target/product/test_device/s… 1569 …AssertPathRelativeToTopEquals(t, "install path for make", "out/target/product/test_device/system/i… 1573 AssertPathRelativeToTopEquals(t, "output path", "out/soong/output/path", p) 1577 AssertPathRelativeToTopEquals(t, "source path", "source/path", p)
|
H A D | rule_builder_test.go | 634 AssertPathRelativeToTopEquals(t, "Output", wantOutput, params.Output) 640 AssertPathRelativeToTopEquals(t, "Depfile", wantDepfile, params.Depfile)
|
H A D | test_asserts.go | 65 func AssertPathRelativeToTopEquals(t *testing.T, message string, expected string, actual Path) { func
|
H A D | module_test.go | 1082 AssertPathRelativeToTopEquals(t, "expected output path", tt.expected, got)
|
/aosp_15_r20/build/soong/xml/ |
H A D | xml_test.go | 83 …android.AssertPathRelativeToTopEquals(t, "installDir", "out/soong/target/product/test_device/syste…
|
/aosp_15_r20/build/soong/cc/ |
H A D | object_test.go | 148 android.AssertPathRelativeToTopEquals(t, "expected output file foo.o",
|
/aosp_15_r20/build/soong/python/ |
H A D | python_test.go | 451 android.AssertPathRelativeToTopEquals(t, "srcsZip", expectedSrcsZip, base.srcsZip)
|
/aosp_15_r20/build/soong/apex/ |
H A D | bootclasspath_fragment_test.go | 721 android.AssertPathRelativeToTopEquals(t, name+" dex", expectedDexJar, dexJar)
|