Searched refs:prefixes (Results 1 – 5 of 5) sorted by relevance
/build/soong/android/ |
D | bazel_test.go | 20 prefixes Bp2BuildConfig 24 prefixes: Bp2BuildConfig{ 30 prefixes: Bp2BuildConfig{ 36 prefixes: Bp2BuildConfig{ 43 prefixes: Bp2BuildConfig{ 50 prefixes: Bp2BuildConfig{ 58 prefixes: Bp2BuildConfig{ 68 if !bp2buildDefaultTrueRecursively(test.packageDir, test.prefixes) { 69 …f("Expected to convert all modules in %s based on %v, but failed.", test.packageDir, test.prefixes) 76 prefixes Bp2BuildConfig [all …]
|
D | util_test.go | 245 prefixes := []string{"a", "b"} 267 out := HasAnyPrefix(testCase.str, prefixes) 271 t.Errorf(" prefixes: %#v", prefixes)
|
/build/soong/scripts/ |
D | package-check.sh | 36 prefixes=() 45 prefixes+=("${package//\./\/}/") 61 for prefix in ${prefixes[@]}; do
|
/build/blueprint/bpmodify/ |
D | bpmodify.go | 148 prop, err := getRecursiveProperty(module, targetedProperty.name(), targetedProperty.prefixes()) 155 …eateRecursiveProperty(module, targetedProperty.name(), targetedProperty.prefixes(), &parser.List{}) 158 …eateRecursiveProperty(module, targetedProperty.name(), targetedProperty.prefixes(), &parser.String… 175 func getRecursiveProperty(module *parser.Module, name string, prefixes []string) (prop *parser.Prop… 176 prop, _, err = getOrCreateRecursiveProperty(module, name, prefixes, nil) 180 func createRecursiveProperty(module *parser.Module, name string, prefixes []string, 183 return getOrCreateRecursiveProperty(module, name, prefixes, empty) 186 func getOrCreateRecursiveProperty(module *parser.Module, name string, prefixes []string, 189 for i, prefix := range prefixes { 197 strings.Join(prefixes[:i+1], "."), prop.Value.Type()) [all …]
|
/build/blueprint/ |
D | context.go | 4166 This file contains variables, rules, and pools with name prefixes indicating
|