Searched refs:IndexList (Results 1 – 8 of 8) sorted by relevance
/build/soong/android/ |
D | util.go | 110 func IndexList(s string, list []string) int { func 121 return IndexList(s, list) != -1 188 i := IndexList(s, list)
|
D | util_test.go | 200 out := IndexList(testCase.key, input)
|
/build/soong/cc/ |
D | util.go | 40 var indexList = android.IndexList
|
/build/soong/dexpreopt/ |
D | dexpreopt.go | 285 if jarIndex := android.IndexList(module.Name, systemServerJars); jarIndex >= 0 { 616 depIndex := android.IndexList(dep.Name(), jars)
|
/build/soong/java/ |
D | dexpreopt_bootjars.go | 256 index := android.IndexList(name, android.GetJarsFromApexJarPairs(ctx, image.modules)) 618 if i := android.IndexList(name, updatableModules); i != -1 {
|
D | hiddenapi_singleton.go | 149 if i := android.IndexList(name, *moduleList); i != -1 {
|
D | sdk.go | 562 if i := android.IndexList(name, stubsModules); i != -1 {
|
D | app_test.go | 1116 min := android.IndexList("--min-sdk-version", linkFlags) 1117 target := android.IndexList("--target-sdk-version", linkFlags)
|