Home
last modified time | relevance | path

Searched refs:IndexList (Results 1 – 8 of 8) sorted by relevance

/build/soong/android/
Dutil.go110 func IndexList(s string, list []string) int { func
121 return IndexList(s, list) != -1
188 i := IndexList(s, list)
Dutil_test.go200 out := IndexList(testCase.key, input)
/build/soong/cc/
Dutil.go40 var indexList = android.IndexList
/build/soong/dexpreopt/
Ddexpreopt.go285 if jarIndex := android.IndexList(module.Name, systemServerJars); jarIndex >= 0 {
616 depIndex := android.IndexList(dep.Name(), jars)
/build/soong/java/
Ddexpreopt_bootjars.go256 index := android.IndexList(name, android.GetJarsFromApexJarPairs(ctx, image.modules))
618 if i := android.IndexList(name, updatableModules); i != -1 {
Dhiddenapi_singleton.go149 if i := android.IndexList(name, *moduleList); i != -1 {
Dsdk.go562 if i := android.IndexList(name, stubsModules); i != -1 {
Dapp_test.go1116 min := android.IndexList("--min-sdk-version", linkFlags)
1117 target := android.IndexList("--target-sdk-version", linkFlags)