Lines Matching refs:inList
868 return inList(c.Name(), ndkMigratedLibs)
1058 return inList("hwaddress", config.SanitizeDevice())
1133 if inList(vndkVer, ctx.ctx.Config().PlatformVersionActiveCodenames()) {
1517 flags.AssemblerWithCpp = inList("-xassembler-with-cpp", flags.Local.AsFlags)
1674 if !inList(lib, deps.SharedLibs) {
1680 if !inList(lib, deps.StaticLibs) {
1686 if !inList(lib, deps.HeaderLibs) {
1692 if !inList(gen, deps.GeneratedHeaders) {
1783 if ctx.useSdk() && inList(name, ndkPrebuiltSharedLibraries) {
1784 if !inList(name, ndkMigratedLibs) {
1791 } else if (ctx.Platform() || ctx.ProductSpecific()) && inList(name, *vendorPublicLibraries) {
1844 if inList(lib, deps.ReexportHeaderLibHeaders) {
1882 if inList(lib, deps.ReexportStaticLibHeaders) {
1944 if inList(lib, deps.ReexportSharedLibHeaders) {
1959 if inList(lib, sharedLibNames) {
1976 if inList(gen, deps.ReexportGeneratedHeaders) {
2538 isVendorPublicLib := inList(libName, *vendorPublicLibraries)