Searched refs:AssertPathRelativeToTopEquals (Results 1 – 13 of 13) sorted by relevance
/build/soong/etc/ |
D | prebuilt_etc_test.go | 151 android.AssertPathRelativeToTopEquals(t, "install dir", expected, p.installDirPath) 193 android.AssertPathRelativeToTopEquals(t, "install dir", expected, p.installDirPath) 217 android.AssertPathRelativeToTopEquals(t, "install dir", expected, p.installDirPath) 232 android.AssertPathRelativeToTopEquals(t, "install dir", expected, p.installDirPath) 245 android.AssertPathRelativeToTopEquals(t, "install dir", expected, p.installDirPath) 277 android.AssertPathRelativeToTopEquals(t, "install dir", tt.expectedPath, p.installDirPath) 311 android.AssertPathRelativeToTopEquals(t, "install dir", tt.expectedPath, p.installDirPath) 345 android.AssertPathRelativeToTopEquals(t, "install dir", tt.expectedPath, p.installDirPath)
|
/build/soong/java/ |
D | hiddenapi_singleton_test.go | 271 android.AssertPathRelativeToTopEquals(t, "hiddenapi cp rule input", expectedCpInput, actualCpInput) 273 …android.AssertPathRelativeToTopEquals(t, "hiddenapi cp rule output", expectedCpOutput, actualCpOut… 310 …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 | platform_bootclasspath_test.go | 179 …android.AssertPathRelativeToTopEquals(t, "install filepath", "out/soong/target/product/test_device…
|
D | app_import_test.go | 462 …android.AssertPathRelativeToTopEquals(t, "prebuilt framework-res install location", expectedInstal…
|
D | java_test.go | 617 android.AssertPathRelativeToTopEquals(t, "baz dex jar build path", expectedDexJar, bazDexJar)
|
/build/soong/sh/ |
D | sh_binary_test.go | 128 android.AssertPathRelativeToTopEquals(t, "relocation input", expectedInput, relocated.Input) 193 android.AssertPathRelativeToTopEquals(t, "relocation input", expectedInput, relocated.Input)
|
/build/soong/xml/ |
D | xml_test.go | 83 …android.AssertPathRelativeToTopEquals(t, "installDir", "out/soong/target/product/test_device/syste…
|
/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 | 1392 …AssertPathRelativeToTopEquals(t, "install path for soong", "out/soong/target/product/test_device/s… 1396 …AssertPathRelativeToTopEquals(t, "install path for make", "out/target/product/test_device/system/i… 1400 AssertPathRelativeToTopEquals(t, "output path", "out/soong/output/path", p) 1404 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 | 713 android.AssertPathRelativeToTopEquals(t, name+" dex", expectedDexJar, dexJar)
|