Home
last modified time | relevance | path

Searched refs:ensureListContains (Results 1 – 1 of 1) sorted by relevance

/build/soong/apex/
Dapex_test.go227 func ensureListContains(t *testing.T, result []string, expected string) { func
325ensureListContains(t, ctx.ModuleVariantsForTests("mylib"), "android_arm64_armv8-a_core_shared_myap…
328ensureListContains(t, ctx.ModuleVariantsForTests("mylib2"), "android_arm64_armv8-a_core_shared_mya…
335 ensureListContains(t, ctx.ModuleVariantsForTests("mylib"), "android_arm64_armv8-a_core_shared")
336 ensureListContains(t, ctx.ModuleVariantsForTests("mylib2"), "android_arm64_armv8-a_core_shared")
360 ensureListContains(t, noticeInputs, "NOTICE")
361 ensureListContains(t, noticeInputs, "custom_notice")
402ensureListContains(t, ctx.ModuleVariantsForTests("mylib"), "android_arm64_armv8-a_core_shared_myap…
405ensureListContains(t, ctx.ModuleVariantsForTests("mylib2"), "android_arm64_armv8-a_core_shared_mya…
729 ensureListContains(t, dirs, "etc")
[all …]