Searched refs:assertString (Results 1 – 4 of 4) sorted by relevance
| /build/blueprint/ |
| D | visit_test.go | 153 assertString(t, topModule.properties.VisitDepsDepthFirst, "FEDCB") 154 assertString(t, topModule.properties.VisitDepsDepthFirstIf, "FEDC") 155 assertString(t, topModule.properties.VisitDirectDeps, "B") 156 assertString(t, topModule.properties.VisitDirectDepsIf, "") 159 assertString(t, eModule.properties.VisitDepsDepthFirst, "F") 160 assertString(t, eModule.properties.VisitDepsDepthFirstIf, "F") 161 assertString(t, eModule.properties.VisitDirectDeps, "FF") 162 assertString(t, eModule.properties.VisitDirectDepsIf, "FF") 165 func assertString(t *testing.T, got, expected string) { func
|
| /build/soong/cc/ |
| D | prebuilt_test.go | 194 assertString(t, shared.OutputFile().Path().Base(), "libtest.so") 208 assertString(t, static.OutputFile().Path().Base(), "libf.a") 231 assertString(t, shared.OutputFile().Path().Base(), "libtest.so") 234 assertString(t, static.OutputFile().Path().Base(), "libf.a") 258 assertString(t, static.OutputFile().Path().Base(), "libfoo.a") 261 assertString(t, shared.OutputFile().Path().Base(), "libbar.so") 279 assertString(t, shared.OutputFile().Path().Base(), "libbar.so") 316 assertString(t, fooRule.Output.String(), "out/soong/.intermediates/foo/linux_glibc_x86_64/foo") 317 assertString(t, fooRule.Args["fromPath"], "$$PWD/linux_glibc_x86_64/bin/foo") 326 …assertString(t, libfooDep.String(), "out/soong/.intermediates/libfoo/linux_glibc_x86_64_shared/lib… [all …]
|
| D | cc_test.go | 672 assertString(t, module.makeLinkType, test.expected) 1839 func assertString(t *testing.T, got, expected string) { func
|
| /build/soong/rust/ |
| D | rust_test.go | 677 func assertString(t *testing.T, got, expected string) { func
|