Lines Matching refs:inList
879 return inList(c.Name(), ndkKnownLibs)
1144 if inList(vndkVer, ctx.ctx.Config().PlatformVersionActiveCodenames()) {
1542 flags.AssemblerWithCpp = inList("-xassembler-with-cpp", flags.Local.AsFlags)
1699 if !inList(lib, deps.SharedLibs) {
1705 if !inList(lib, deps.StaticLibs) {
1711 if !inList(lib, deps.HeaderLibs) {
1717 if !inList(gen, deps.GeneratedHeaders) {
1806 if ctx.useSdk() && inList(name, ndkKnownLibs) {
1810 } else if (ctx.Platform() || ctx.ProductSpecific()) && inList(name, *vendorPublicLibraries) {
1863 if inList(lib, deps.ReexportHeaderLibHeaders) {
1901 if inList(lib, deps.ReexportStaticLibHeaders) {
1963 if inList(lib, deps.ReexportSharedLibHeaders) {
1978 if inList(lib, sharedLibNames) {
1999 if inList(gen, deps.ReexportGeneratedHeaders) {
2565 isVendorPublicLib := inList(libName, *vendorPublicLibraries)