Lines Matching refs:expected
119 expected := map[string][]string{
131 for k, expectedValue := range expected {
150 expected := "out/soong/target/product/test_device/system/etc/bar"
151 android.AssertPathRelativeToTopEquals(t, "install dir", expected, p.installDirPath)
192 expected := "out/soong/target/product/test_device/system"
193 android.AssertPathRelativeToTopEquals(t, "install dir", expected, p.installDirPath)
216 expected := "out/soong/target/product/test_device/system/usr/share/bar"
217 android.AssertPathRelativeToTopEquals(t, "install dir", expected, p.installDirPath)
231 expected := filepath.Join("out/soong/host", result.Config.PrebuiltOS(), "usr", "share", "bar")
232 android.AssertPathRelativeToTopEquals(t, "install dir", expected, p.installDirPath)
244 expected := "out/soong/target/product/test_device/system/fonts"
245 android.AssertPathRelativeToTopEquals(t, "install dir", expected, p.installDirPath)