Lines Matching refs:hasDep
133 hasDep := func(m android.Module, wantDep android.Module) bool {
144 if !hasDep(liba, prebuiltLiba) {
148 if !hasDep(libb, prebuiltLibb) {
152 if !hasDep(libd, prebuiltLibd) {
156 if !hasDep(libe, prebuiltLibe) {
160 if !hasDep(libfStatic, prebuiltLibfStatic) {
164 if !hasDep(libfShared, prebuiltLibfShared) {
168 if !hasDep(crtx, prebuiltCrtx) {
547 hasDep := func(ctx *android.TestContext, m android.Module, wantDep android.Module) bool {
597 …dency from %s to %s\n", libfoo.Name(), tc.expectedDependencyName), true, hasDep(ctx, libfoo, expec…
650 hasDep := func(ctx *android.TestContext, m android.Module, wantDep android.Module) bool {
702 …dency from %s to %s\n", libfoo.Name(), tc.expectedDependencyName), true, hasDep(ctx, libfoo, expec…
732 hasDep := func(ctx *android.TestContext, m android.Module, wantDep android.Module) bool {
761 …, fmt.Sprintf("expected dependency from libfoo to source libbar"), true, hasDep(ctx, libfoo, sourc…