/build/soong/androidmk/androidmk/ |
D | values.go | 46 val1 = &bpparser.List{ 50 val2 = &bpparser.List{ 121 return &bpparser.List{ 132 listValue := &bpparser.List{} 153 Value: &bpparser.List{}, 155 listValue = &bpparser.List{}
|
D | android.go | 223 if list, ok := value.(*bpparser.List); ok { 271 lists[key] = &bpparser.List{ 275 case *bpparser.List: 283 l = &bpparser.List{} 285 l.(*bpparser.List).Values = append(l.(*bpparser.List).Values, value) 423 pathList, ok := paths.(*bpparser.List) 429 err = setVariable(ctx.file, ctx.append, ctx.prefix, attribute, &bpparser.List{}, true) 491 for _, v := range val.(*bpparser.List).Values { 525 if _, ok := val.(*bpparser.List); !ok { 529 misc := &bpparser.List{} [all …]
|
/build/soong/partner/bpfix/extensions/ |
D | headers.go | 60 if list, ok := e.(*parser.List); ok { 78 func getLiteralListProperty(mod *parser.Module, name string) (list *parser.List, found bool) { 83 list, ok = prop.Value.(*parser.List) 89 list = new(parser.List)
|
/build/soong/ui/status/build_error_proto/ |
D | build_error.proto | 21 // List of error messages of the overall build. The error messages 25 // List of build action errors. 41 // List of artifacts (i.e. files) that was produced by the command.
|
/build/make/tools/releasetools/ |
D | pylintrc | 20 # List of plugins (as comma separated values of python modules names) to load, 120 # List of module names for which member attributes should not be checked 125 # List of classes names for which member attributes should not be checked 133 # List of members which are set dynamically and missed by pylint inference 141 # List of note tags to take in consideration, separated by a comma. 147 # List of builtins function names that should not be used, separated by a comma 238 # List of comma separated words that should not be checked. 261 # List of optional constructs for which whitespace checking is disabled 294 # List of additional names supposed to be defined in builtins. Remember that 298 # List of strings which can identify a callback function by name. A callback [all …]
|
/build/blueprint/proptools/ |
D | unpack_test.go | 510 List []string 517 List: []string{"abc"}, 634 List []string 640 List: []string{"0", "1", "2", "a", "b", "c"}, 649 List []string 655 List: []string{"0", "1", "2"},
|
D | unpack.go | 142 case *parser.List: 308 propValueAsList, ok := property.Value.Eval().(*parser.List)
|
/build/blueprint/parser/ |
D | ast.go | 301 type List struct { struct 307 func (x *List) Pos() scanner.Position { return x.LBracePos } argument 308 func (x *List) End() scanner.Position { return endPos(x.RBracePos, 1) } argument 310 func (x *List) Copy() Expression { argument 319 func (x *List) Eval() Expression { argument 323 func (x *List) String() string { argument 332 func (x *List) Type() Type { return ListType } argument
|
D | sort.go | 35 func SortList(file *File, list *List) { argument 59 func ListIsSorted(list *List) bool { argument 91 case *List:
|
D | modify.go | 24 func AddStringToList(list *List, s string) (modified bool) { argument 44 func RemoveStringFromList(list *List, s string) (modified bool) { argument
|
D | parser.go | 366 case *List: 367 v.Values = append(v.Values, e2.(*List).Values...) 543 func (p *parser) parseListValue() *List { 565 return &List{
|
D | parser_test.go | 162 Value: &List{ 223 Value: &List{ 307 Value: &List{ 311 &List{ 325 &List{
|
D | printer.go | 130 case *List:
|
/build/soong/cmd/diff_target_files/ |
D | known_nondeterminism.whitelist | 1 // List of files that are known to be non-deterministic, along with the
|
/build/soong/bpfix/bpfix/ |
D | bpfix.go | 333 Value: &parser.List{ 801 if srcList, ok := srcs.Value.(*parser.List); ok { 926 list, ok := prop.Value.(*parser.List) 1047 aval, oka := a.Value.(*parser.List) 1048 bval, okb := b.Value.(*parser.List) 1082 func filterExpressionList(patchList *parser.PatchList, items *parser.List, removals *parser.List) { argument 1112 legacyList, ok := legacyProp.Value.(*parser.List) 1145 func getLiteralListProperty(mod *parser.Module, name string) (list *parser.List, found bool) { 1150 list, ok = prop.Value.(*parser.List)
|
D | bpfix_test.go | 97 listResult, ok := result.Value.(*parser.List)
|
/build/soong/ui/status/ninja_frontend/ |
D | frontend.proto | 43 // List of edge inputs. 45 // List of edge outputs.
|
/build/soong/zip/ |
D | zip_test.go | 228 List("l_nl"), 240 List("l_sp"), 398 List("l2"),
|
/build/blueprint/bpmodify/ |
D | bpmodify.go | 151 prop := parser.Property{Name: *parameter, Value: &parser.List{}} 173 list, ok := value.(*parser.List)
|
/build/make/tools/signapk/src/com/android/signapk/ |
D | SignApk.java | 79 import java.util.List; 385 List<Hints.PatternWithRange> pinPatterns = extractPinPatterns(in); in copyFiles() 416 List<String> remainingNames = new ArrayList<>(names.size()); in copyFiles() 588 private static List<Hints.PatternWithRange> extractPinPatterns(JarFile in) throws IOException { in extractPinPatterns() 923 private static List<DefaultApkSignerEngine.SignerConfig> createSignerConfigs( in createSignerConfigs() 930 List<DefaultApkSignerEngine.SignerConfig> signerConfigs = new ArrayList<>(); in createSignerConfigs()
|
/build/soong/cmd/extract_apks/bundle_proto/ |
D | commands.proto | 20 // List of the created variants. 26 // List of the created asset slices.
|
D | targeting.proto | 44 // List of country codes in the two-letter CLDR territory format.
|
/build/soong/zip/cmd/ |
D | main.go | 61 fileArgsBuilder.List(s)
|
/build/blueprint/bootstrap/bpdoc/ |
D | properties.go | 182 for _, f := range structType.Fields.List {
|
/build/blueprint/microfactory/ |
D | microfactory.go | 298 for _, comment := range commentGroup.List {
|