Searched refs:assign (Results 1 – 5 of 5) sorted by relevance
/build/make/tools/product_config/src/com/android/build/config/ |
D | FlattenConfig.java | 102 void onAssignStatement(GenericConfig.Assign assign); in onAssignStatement() argument 106 void onInheritStatement(GenericConfig.Inherit assign); in onInheritStatement() argument 138 final GenericConfig.Assign assign = (GenericConfig.Assign)statement; in forEachStatement() local 139 final String varName = assign.getName(); in forEachStatement() 146 assigner.onAssignStatement(assign); in forEachStatement() 229 (assign) -> { in flattenListVars() 230 assignToListVar(result, assign.getName(), assign.getValue()); in flattenListVars() 261 (assign) -> { in flattenSingleVars() 262 final String varName = assign.getName(); in flattenSingleVars() 267 final List<Str> valueList = assign.getValue(); in flattenSingleVars() [all …]
|
D | ConvertMakeToGenericConfig.java | 85 final GenericConfig.Assign assign = convertAssignment(block.getBlockType(), in convert() local 88 if (assign != null) { in convert() 89 genericFile.addStatement(assign); in convert()
|
/build/blueprint/proptools/ |
D | unpack_test.go | 910 `<input>:3:11: can't assign string value to int64 property "int"`, 928 `<input>:3:11: can't assign string value to map property "map"`, 944 `<input>:3:12: can't assign string value to list property "list"`, 962 `<input>:3:16: can't assign string value to list property "map_list"`,
|
/build/blueprint/ |
D | module_ctx_test.go | 514 expectedErrors(t, errs, `path/Blueprint:3:8: can't assign bool value to string property "name"`) 529 `path/Blueprint:3:8: can't assign bool value to string property "name"`,
|
/build/make/tools/releasetools/ |
D | pylintrc | 357 # List of method names used to declare (i.e. assign) instance attributes.
|