• Home
  • Raw
  • Download

Lines Matching refs:ok

733 	ccLibDepTag, ok := depTag.(libraryDependencyTag)
734 return ok && ccLibDepTag.shared()
738 ccLibDepTag, ok := depTag.(libraryDependencyTag)
739 return ok && ccLibDepTag.static()
743 ccLibDepTag, ok := depTag.(libraryDependencyTag)
744 return ok && ccLibDepTag.header()
752 ccDepTag, ok := depTag.(dependencyTag)
753 return ok && ccDepTag == testPerSrcDepTag
844 if library, ok := c.linker.(libraryInterface); ok {
853 if stub, ok := c.linker.(*stubDecorator); ok {
862 if library, ok := c.linker.(libraryInterface); ok {
871 if library, ok := c.linker.(libraryInterface); ok {
886 if _, ok := c.linker.(*toolchainLibraryDecorator); ok {
893 if _, ok := c.linker.(*ndkPrebuiltStlLinker); ok {
900 if _, ok := c.linker.(*stubDecorator); ok {
918 if linker, ok := c.linker.(*objectLinker); ok {
930 if _, ok := c.linker.(*libraryDecorator); ok {
933 if _, ok := c.linker.(*prebuiltLibraryLinker); ok {
941 if _, ok := c.linker.(libraryInterface); ok {
953 if library, ok := c.linker.(libraryInterface); ok {
963 if library, ok := c.linker.(libraryInterface); ok {
973 if library, ok := c.linker.(libraryInterface); ok {
982 if library, ok := c.linker.(libraryInterface); ok {
999 if library, ok := c.linker.(libraryInterface); ok {
1081 if root, ok := c.linker.(interface {
1083 }); ok {
1142 if lib, ok := c.linker.(versionedInterface); ok {
1164 if library, ok := c.library.(*libraryDecorator); ok && c.IsLlndk() {
1186 if _, ok := c.compiler.(*stubDecorator); ok {
1239 if versioned, ok := c.linker.(versionedInterface); ok {
1252 if versioned, ok := c.linker.(versionedInterface); ok {
1271 if p, ok := c.linker.(snapshotInterface); ok {
1541 if p, ok := c.linker.(prebuiltLinkerInterface); ok {
1553 if p, ok := c.linker.(interface {
1555 }); ok {
1562 if p, ok := c.installer.(interface {
1564 }); ok {
1571 test, ok := c.linker.(testPerSrc)
1572 return ok && test.isAllTestsVariation()
1576 if p, ok := c.installer.(interface {
1578 }); ok {
1627 } else if _, ok := c.linker.(*vndkPrebuiltLibraryDecorator); ok {
1792 if i, ok := c.linker.(snapshotLibraryInterface); ok {
2050 if snapshot, ok := snapshotMap[lib]; ok {
2129 if impl, ok := syspropImplLibraries[lib]; ok {
2149 if impl, ok := syspropImplLibraries[lib]; ok {
2189 if impl, ok := syspropImplLibraries[lib]; ok {
2276 if c, ok := ctx.Module().(*Module); ok && c.Enabled() {
2302 if ccFrom, ok := from.(*Module); ok && from.UseVndk() {
2306 if ccTo, ok := to.(*Module); ok {
2310 } else if _, ok := to.(LinkableInterface); !ok {
2331 if c, ok := to.(*Module); ok {
2410 if c, ok := ctx.Module().(*Module); ok {
2413 ccDep, ok := dep.(LinkableInterface)
2414 if ok {
2427 to, ok := child.(*Module)
2428 if !ok {
2432 if lib, ok := to.linker.(*libraryDecorator); !ok || !lib.shared() {
2471 if module, ok := ctx.Module().(*Module); ok {
2472 if lib, ok := module.linker.(*libraryDecorator); ok && lib.shared() {
2513 ccDep, ok := dep.(LinkableInterface)
2514 if !ok {
2519 if genRule, ok := dep.(genrule.SourceFileGenerator); ok {
2528 if genRule, ok := dep.(genrule.SourceFileGenerator); ok {
2546 if genRule, ok := dep.(genrule.SourceFileGenerator); ok {
2591 if libDepTag, ok := depTag.(libraryDependencyTag); ok {
2772 if c, ok := ccDep.(*Module); ok {
2947 if snapshotPrebuilt, ok := ccDepModule.linker.(snapshotInterface); ok {
3037 if static, ok := c.linker.(interface {
3039 }); ok {
3046 if static, ok := c.linker.(interface {
3048 }); ok {
3055 if test, ok := c.linker.(interface {
3057 }); ok {
3065 if h, ok := c.linker.(interface {
3067 }); ok {
3074 if b, ok := c.linker.(interface {
3076 }); ok {
3083 if o, ok := c.linker.(interface {
3085 }); ok {
3134 } else if _, ok := c.linker.(testPerSrc); ok {
3141 if linker, ok := c.linker.(interface {
3143 }); ok {
3155 if u, ok := c.compiler.(interface {
3157 }); ok {
3205 if library, ok := c.linker.(*libraryDecorator); ok {
3218 if cc, ok := dep.(*Module); ok {
3268 if _, ok := c.linker.(prebuiltLinkerInterface); ok {
3382 if ccModule, ok := module.(xref); ok {