Home
last modified time | relevance | path

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

12

/build/soong/androidmk/cmd/androidmk/
Dvalues.go46 val1 = &bpparser.List{
50 val2 = &bpparser.List{
122 return &bpparser.List{
134 listValue := &bpparser.List{}
155 Value: &bpparser.List{},
157 listValue = &bpparser.List{}
Dandroid.go211 if list, ok := value.(*bpparser.List); ok {
259 lists[key] = &bpparser.List{
263 case *bpparser.List:
271 l = &bpparser.List{}
273 l.(*bpparser.List).Values = append(l.(*bpparser.List).Values, value)
410 pathList, ok := paths.(*bpparser.List)
416 err = setVariable(ctx.file, ctx.append, ctx.prefix, attribute, &bpparser.List{}, true)
478 for _, v := range val.(*bpparser.List).Values {
516 if _, ok := val.(*bpparser.List); !ok {
520 misc := &bpparser.List{}
[all …]
/build/blueprint/
Dunpack_test.go405 List []string
409 List: []string{"abc"},
521 List []string
527 List: []string{"0", "1", "2", "a", "b", "c"},
536 List []string
542 List: []string{"0", "1", "2"},
Dunpack.go325 l, ok := property.Value.Eval().(*parser.List)
/build/soong/cc/
Dpylintrc20 # List of plugins (as comma separated values of python modules names) to load,
80 # List of builtins function names that should not be used, separated by a comma
136 # List of classes names for which member attributes should not be checked
144 # List of members which are set dynamically and missed by pylint inference
152 # List of note tags to take in consideration, separated by a comma.
180 # List of additional names supposed to be defined in builtins. Remember that
197 # List of optional constructs for which whitespace checking is disabled
262 # List of interface methods to ignore, separated by a comma. This is used for
266 # List of method names used to declare (i.e. assign) instance attributes.
269 # List of valid names for the first argument in a class method.
[all …]
/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/parser/
Dast.go298 type List struct { struct
304 func (x *List) Pos() scanner.Position { return x.LBracePos } argument
305 func (x *List) End() scanner.Position { return endPos(x.RBracePos, 1) } argument
307 func (x *List) Copy() Expression { argument
316 func (x *List) Eval() Expression { argument
320 func (x *List) String() string { argument
329 func (x *List) Type() Type { return ListType } argument
Dsort.go35 func SortList(file *File, list *List) { argument
56 func ListIsSorted(list *List) bool { argument
88 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...)
541 func (p *parser) parseListValue() *List {
567 return &List{
Dprinter.go130 case *List:
Dparser_test.go162 Value: &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.go284 Value: &parser.List{
505 if srcList, ok := srcs.Value.(*parser.List); ok {
692 list, ok := prop.Value.(*parser.List)
812 aval, oka := a.Value.(*parser.List)
813 bval, okb := b.Value.(*parser.List)
847 func filterExpressionList(patchList *parser.PatchList, items *parser.List, removals *parser.List) { argument
877 legacyList, ok := legacyProp.Value.(*parser.List)
910 func getLiteralListProperty(mod *parser.Module, name string) (list *parser.List, found bool) {
915 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/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.java78 import java.util.List;
384 List<Pattern> pinPatterns = extractPinPatterns(in); in copyFiles()
423 List<String> remainingNames = new ArrayList<>(names.size()); in copyFiles()
561 private static List<Pattern> extractPinPatterns(JarFile in) throws IOException { in extractPinPatterns()
896 private static List<DefaultApkSignerEngine.SignerConfig> createSignerConfigs( in createSignerConfigs()
903 List<DefaultApkSignerEngine.SignerConfig> signerConfigs = new ArrayList<>(); in createSignerConfigs()
/build/soong/zip/cmd/
Dmain.go61 fileArgsBuilder.List(s)
/build/soong/zip/
Dzip_test.go215 List("l"),
373 List("l2"),
Dzip.go129 func (b *FileArgsBuilder) List(name string) *FileArgsBuilder { func
/build/blueprint/bootstrap/bpdoc/
Dproperties.go182 for _, f := range structType.Fields.List {
/build/blueprint/microfactory/
Dmicrofactory.go298 for _, comment := range commentGroup.List {
/build/
Denvsetup.sh29 - allmod: List all modules.
/build/make/
Denvsetup.sh29 - allmod: List all modules.

12