Lines Matching refs:inList
1313 return inList(c.BaseModuleName(), *getNDKKnownLibs(config))
2052 flags.AssemblerWithCpp = inList("-xassembler-with-cpp", flags.Local.AsFlags)
2240 if !inList(lib, deps.SharedLibs) {
2246 if !inList(lib, deps.StaticLibs) && !inList(lib, deps.WholeStaticLibs) {
2252 if !inList(lib, deps.HeaderLibs) {
2258 if !inList(gen, deps.GeneratedHeaders) {
2389 if c.UseSdk() && inList(name, *getNDKKnownLibs(config)) {
2408 } else if c.UseSdk() && inList(replaceLibName, *getNDKKnownLibs(config)) {
2478 if inList(lib, deps.ReexportHeaderLibHeaders) {
2527 if inList(lib, deps.ReexportStaticLibHeaders) {
2530 if inList(lib, deps.ExcludeLibsForApex) {
2563 if inList(lib, deps.ReexportSharedLibHeaders) {
2566 if inList(lib, deps.ExcludeLibsForApex) {
2569 if inList(lib, deps.ExcludeLibsForNonApex) {
2607 if inList(lib, sharedLibNames) {
2634 if inList(gen, deps.ReexportGeneratedHeaders) {