/build/soong/androidmk/cmd/androidmk/ |
D | values.go | 46 val1 = &bpparser.List{ 50 val2 = &bpparser.List{ 122 return &bpparser.List{ 134 listValue := &bpparser.List{} 155 Value: &bpparser.List{}, 157 listValue = &bpparser.List{}
|
D | android.go | 211 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/ |
D | unpack_test.go | 405 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"},
|
D | unpack.go | 325 l, ok := property.Value.Eval().(*parser.List)
|
/build/soong/cc/ |
D | pylintrc | 20 # 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/ |
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/parser/ |
D | ast.go | 298 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
|
D | sort.go | 35 func SortList(file *File, list *List) { argument 56 func ListIsSorted(list *List) bool { argument 88 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...) 541 func (p *parser) parseListValue() *List { 567 return &List{
|
D | printer.go | 130 case *List:
|
D | parser_test.go | 162 Value: &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 | 284 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)
|
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/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 | 78 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/ |
D | main.go | 61 fileArgsBuilder.List(s)
|
/build/soong/zip/ |
D | zip_test.go | 215 List("l"), 373 List("l2"),
|
D | zip.go | 129 func (b *FileArgsBuilder) List(name string) *FileArgsBuilder { func
|
/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 {
|
/build/ |
D | envsetup.sh | 29 - allmod: List all modules.
|
/build/make/ |
D | envsetup.sh | 29 - allmod: List all modules.
|