Searched refs:AssertPathRelativeToTopEquals (Results 1 – 18 of 18) sorted by relevance
/build/soong/etc/ |
D | prebuilt_etc_test.go | 167 android.AssertPathRelativeToTopEquals(t, "install dir", expected, p.installDirPath) 209 android.AssertPathRelativeToTopEquals(t, "install dir", expected, p.installDirPath) 233 android.AssertPathRelativeToTopEquals(t, "install dir", expected, p.installDirPath) 248 android.AssertPathRelativeToTopEquals(t, "install dir", expected, p.installDirPath) 261 android.AssertPathRelativeToTopEquals(t, "install dir", expected, p.installDirPath) 293 android.AssertPathRelativeToTopEquals(t, "install dir", tt.expectedPath, p.installDirPath) 327 android.AssertPathRelativeToTopEquals(t, "install dir", tt.expectedPath, p.installDirPath) 361 android.AssertPathRelativeToTopEquals(t, "install dir", tt.expectedPath, p.installDirPath)
|
/build/soong/java/ |
D | hiddenapi_singleton_test.go | 272 android.AssertPathRelativeToTopEquals(t, "hiddenapi cp rule input", expectedCpInput, actualCpInput) 274 …android.AssertPathRelativeToTopEquals(t, "hiddenapi cp rule output", expectedCpOutput, actualCpOut… 311 …android.AssertPathRelativeToTopEquals(t, "encode embedded java_library", encodedDexJar, exportedDe…
|
D | systemserver_classpath_fragment_test.go | 53 …android.AssertPathRelativeToTopEquals(t, "install filepath", "out/soong/target/product/test_device…
|
D | app_set_test.go | 46 android.AssertPathRelativeToTopEquals(t, "incorrect output path",
|
D | app_import_test.go | 542 …android.AssertPathRelativeToTopEquals(t, "prebuilt framework-res install location", expectedInstal… 635 …android.AssertPathRelativeToTopEquals(t, testCase.errorMessage, testCase.expectedInstallPath, mod.…
|
D | platform_bootclasspath_test.go | 179 …android.AssertPathRelativeToTopEquals(t, "install filepath", "out/soong/target/product/test_device…
|
D | rro_test.go | 403 …android.AssertPathRelativeToTopEquals(t, "Install dir is not correct for "+testCase.name, testCase…
|
D | testing.go | 437 …android.AssertPathRelativeToTopEquals(t, "install filepath", installDir, info.ClasspathFragmentPro…
|
D | java_test.go | 617 android.AssertPathRelativeToTopEquals(t, "baz dex jar build path", expectedDexJar, bazDexJar) 1660 android.AssertPathRelativeToTopEquals(t, "relocation input", expectedInput, relocated.Input)
|
/build/soong/cc/ |
D | prebuilt_test.go | 406 android.AssertPathRelativeToTopEquals(t, "prebuilt shared library", 408 android.AssertPathRelativeToTopEquals(t, "prebuilt's 'nullary' ToC", 442 android.AssertPathRelativeToTopEquals(t, "prebuilt shared library's ToC", 444 android.AssertPathRelativeToTopEquals(t, "prebuilt shared library",
|
/build/soong/xml/ |
D | xml_test.go | 83 …android.AssertPathRelativeToTopEquals(t, "installDir", "out/soong/target/product/test_device/syste…
|
/build/soong/sh/ |
D | sh_binary_test.go | 138 android.AssertPathRelativeToTopEquals(t, "relocation input", expectedInput, relocated.Input) 209 android.AssertPathRelativeToTopEquals(t, "relocation input", expectedInput, relocated.Input)
|
/build/soong/python/ |
D | python_test.go | 373 android.AssertPathRelativeToTopEquals(t, "srcsZip", expectedSrcsZip, base.srcsZip)
|
/build/soong/android/ |
D | test_asserts.go | 64 func AssertPathRelativeToTopEquals(t *testing.T, message string, expected string, actual Path) { func
|
D | paths_test.go | 1486 …AssertPathRelativeToTopEquals(t, "install path for soong", "out/soong/target/product/test_device/s… 1491 …AssertPathRelativeToTopEquals(t, "install path for make", "out/target/product/test_device/system/i… 1495 AssertPathRelativeToTopEquals(t, "output path", "out/soong/output/path", p) 1499 AssertPathRelativeToTopEquals(t, "source path", "source/path", p)
|
D | rule_builder_test.go | 654 AssertPathRelativeToTopEquals(t, "Output", wantOutput, params.Output) 660 AssertPathRelativeToTopEquals(t, "Depfile", wantDepfile, params.Depfile)
|
/build/soong/apex/ |
D | bootclasspath_fragment_test.go | 887 android.AssertPathRelativeToTopEquals(t, name+" dex", expectedDexJar, dexJar)
|
D | apex_test.go | 7553 android.AssertPathRelativeToTopEquals(t, "dex jar path", 7576 android.AssertPathRelativeToTopEquals(t, "dex jar path",
|