Searched refs:assign (Results 1 – 7 of 7) 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/soong/android/ |
D | selects_test.go | 139 expectedError: `can't assign bool value to string property "my_string\[0\]"`, 665 …expectedError: `can't assign select statement to non-configurable property "my_nonconfigurable_boo… 678 …expectedError: `can't assign select statement to non-configurable property "my_nonconfigurable_str… 694 …expectedError: `can't assign select statement to non-configurable property "my_nonconfigurable_str… 707 …expectedError: `can't assign select statement to non-configurable property "my_nonconfigurable_str…
|
/build/blueprint/proptools/ |
D | unpack_test.go | 1164 `<input>:3:11: can't assign string value to int64 property "int"`, 1182 `<input>:3:11: can't assign string value to map property "map"`, 1198 `<input>:3:12: can't assign string value to list property "list"`, 1216 `<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.
|
/build/bazel/toolchains/clang/host/linux-x86/ |
D | cc_toolchain_features.bzl | 1990 "nullability-assign",
|