Home
last modified time | relevance | path

Searched refs:List (Results 1 – 25 of 29) sorted by relevance

12

/build/soong/androidmk/androidmk/
Dvalues.go46 val1 = &bpparser.List{
50 val2 = &bpparser.List{
121 return &bpparser.List{
132 listValue := &bpparser.List{}
153 Value: &bpparser.List{},
155 listValue = &bpparser.List{}
Dandroid.go223 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/
Dheaders.go60 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/
Dbuild_error.proto21 // 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/
Dpylintrc20 # 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/
Dunpack_test.go510 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"},
Dunpack.go142 case *parser.List:
308 propValueAsList, ok := property.Value.Eval().(*parser.List)
/build/blueprint/parser/
Dast.go301 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
Dsort.go35 func SortList(file *File, list *List) { argument
59 func ListIsSorted(list *List) bool { argument
91 case *List:
Dmodify.go24 func AddStringToList(list *List, s string) (modified bool) { argument
44 func RemoveStringFromList(list *List, s string) (modified bool) { argument
Dparser.go366 case *List:
367 v.Values = append(v.Values, e2.(*List).Values...)
543 func (p *parser) parseListValue() *List {
565 return &List{
Dparser_test.go162 Value: &List{
223 Value: &List{
307 Value: &List{
311 &List{
325 &List{
Dprinter.go130 case *List:
/build/soong/cmd/diff_target_files/
Dknown_nondeterminism.whitelist1 // List of files that are known to be non-deterministic, along with the
/build/soong/bpfix/bpfix/
Dbpfix.go333 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)
Dbpfix_test.go97 listResult, ok := result.Value.(*parser.List)
/build/soong/ui/status/ninja_frontend/
Dfrontend.proto43 // List of edge inputs.
45 // List of edge outputs.
/build/soong/zip/
Dzip_test.go228 List("l_nl"),
240 List("l_sp"),
398 List("l2"),
/build/blueprint/bpmodify/
Dbpmodify.go151 prop := parser.Property{Name: *parameter, Value: &parser.List{}}
173 list, ok := value.(*parser.List)
/build/make/tools/signapk/src/com/android/signapk/
DSignApk.java79 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/
Dcommands.proto20 // List of the created variants.
26 // List of the created asset slices.
Dtargeting.proto44 // List of country codes in the two-letter CLDR territory format.
/build/soong/zip/cmd/
Dmain.go61 fileArgsBuilder.List(s)
/build/blueprint/bootstrap/bpdoc/
Dproperties.go182 for _, f := range structType.Fields.List {
/build/blueprint/microfactory/
Dmicrofactory.go298 for _, comment := range commentGroup.List {

12