Lines Matching refs:ok
312 if sdkVariant, ok := m.(*sdk); ok {
410 if s, ok := mctx.Module().(*sdk); ok {
429 if s, ok := mctx.Module().(*sdk); ok {
445 if member, ok := child.(android.SdkAware); ok {
459 if m, ok := mctx.Module().(android.SdkAware); ok && m.IsInAnySdk() && m.IsVersioned() {
480 if parent, ok := mctx.Module().(sdkAndApexModule); ok {
487 if dep, ok := m.(android.SdkAware); ok && android.IsDepInSameApex(mctx, parent, dep) {
498 …if versionedSdkMember, ok := mctx.Module().(android.SdkAware); ok && versionedSdkMember.IsInAnySdk…
524 if parent, ok := from.(android.RequiredSdks); ok {
535 if m, ok := mctx.Module().(sdkAndApexModule); ok {
550 if _, ok := tag.(sdkMemberVersionedDepTag); ok {
556 if sa, ok := dep.(android.SdkAware); ok {
560 if _, ok := tag.(android.ExcludeFromApexContentsTag); ok {