Searched refs:AssertStringDoesNotContain (Results 1 – 4 of 4) sorted by relevance
/build/soong/filesystem/ |
D | filesystem_test.go | 74 android.AssertStringDoesNotContain(t, "linker.config.pb should not have libbar",
|
/build/soong/android/ |
D | test_asserts.go | 122 func AssertStringDoesNotContain(t *testing.T, message string, s string, unexpectedSubstring string)… func 136 AssertStringDoesNotContain(t, message, s, substring)
|
/build/soong/java/ |
D | hiddenapi_singleton_test.go | 130 …android.AssertStringDoesNotContain(t, "hiddenapi command", hiddenapiRule.RuleParams.Command, prebu… 159 …android.AssertStringDoesNotContain(t, "hiddenapi command", hiddenapiRule.RuleParams.Command, fromS…
|
D | app_test.go | 660 android.AssertStringDoesNotContain(t, "aapt2 link flags", aapt2Flags, " -A ") 2660 …android.AssertStringDoesNotContain(t, "bar shouldn't have the asset dir flag for NOTICE", aapt2Fla…
|