/build/make/tools/product_config/src/com/android/build/config/ |
D | ConfigBase.java | 23 import java.util.Map; 36 protected Map<String, Str> mInitialVariables = new HashMap(); 41 protected Map<String, Str> mFinalVariables = new HashMap(); 89 public Map<String, Str> getInitialVariables() { in getInitialVariables() 96 public Map<String, Str> getFinalVariables() { in getFinalVariables() 106 for (Map.Entry<String, VarType> entry: that.getProductVars().entrySet()) { in copyFrom()
|
D | OutputChecker.java | 24 import java.util.Map; 142 for (Map.Entry<String, Str> entry: getModifiedVars(config.getInitialVariables(), in getVariables() 149 for (Map.Entry<String, Value> entry: config.getValues().entrySet()) { in getVariables() 166 public static Map<String, Str> getModifiedVars(Map<String, Str> before, in getModifiedVars() 167 Map<String, Str> after) { in getModifiedVars() 171 for (Map.Entry<String, Str> afterEntry: after.entrySet()) { in getModifiedVars() 181 for (Map.Entry<String, Str> beforeEntry: before.entrySet()) { in getModifiedVars()
|
D | FlattenConfig.java | 23 import java.util.Map; 35 private final Map<String, GenericConfig.ConfigFile> mGenericConfigs; 37 private final Map<String, Value> mVariables; 195 Map<String, Value> vars = flattenListVars(new Str(filename), new HashSet()); in flattenListVars() 198 for (Map.Entry<String, Value> entry: vars.entrySet()) { in flattenListVars() 209 private Map<String, Value> flattenListVars(final Str filename, Set<String> seen) { in flattenListVars() 210 Map<String, Value> result = new HashMap(); in flattenListVars() 219 final Map<Str, Map<String, Value>> children = new HashMap(); in flattenListVars() 233 final Map<String, Value> child = children.get(inherit.getFilename()); in flattenListVars() 236 for (Map.Entry<String, Value> entry: child.entrySet()) { in flattenListVars() [all …]
|
D | ConvertMakeToGenericConfig.java | 21 import java.util.Map; 34 public GenericConfig convert(Map<String, MakeConfig> make) { in convert() 83 for (final Map.Entry<String, Str> entry: block.getVars().entrySet()) { in convert() 119 final Map<String, Str> productsFinal = products.getFinalVariables(); in convert() 120 final Map<String, Str> expandInitial = expand.getInitialVariables(); in convert() 121 final Map<String, Str> expandFinal = expand.getFinalVariables(); in convert() 122 final Map<String, Str> finalFinal = result.getFinalVariables(); in convert() 124 for (Map.Entry<String, Str> var: expandFinal.entrySet()) { in convert()
|
D | Kati.java | 19 import java.util.Map; 25 public Map<String, MakeConfig> loadProductConfig(); in loadProductConfig()
|
D | MakeConfig.java | 22 import java.util.Map; 128 for (Map.Entry<String,VarType> entry: mProductVars.entrySet()) { in printToStream() 136 for (Map.Entry<String,VarType> entry: mProductVars.entrySet()) { in printToStream() 155 for (Map.Entry<String,Str> var: block.getVars().entrySet()) { in printToStream()
|
D | KatiImpl.java | 25 import java.util.Map; 59 public Map<String, MakeConfig> loadProductConfig() { in loadProductConfig() 91 Map<String, MakeConfig> makeConfigs = DumpConfigParser.parse(mErrors, csvPath, reader); in loadProductConfig()
|
D | DumpConfigParser.java | 27 import java.util.Map; 28 import java.util.Map; 53 private final Map<String,MakeConfig> mResults = new HashMap(); 69 public static Map<String,MakeConfig> parse(Errors errors, String filename, Reader reader) in parse() 119 Map<String, Str> initialVariables = new HashMap(); in parseImpl() 120 Map<String, Str> finalVariables = new HashMap(); in parseImpl()
|
D | MakeWriter.java | 22 import java.util.Map; 126 private static void writeStrVars(PrintStream out, Map<String, Str> vars, ConfigBase config) { in writeStrVars() 129 for (Map.Entry<String, Str> entry: vars.entrySet()) { in writeStrVars() 141 for (Map.Entry<String, Value> entry: config.getValues().entrySet()) { in writeFlat()
|
D | Options.java | 20 import java.util.Map; 98 private Map<String,String> mEnv; 103 public Parser(Errors errors, String[] args, Map<String,String> env) { in Parser() 234 public static Options parse(Errors errors, String[] args, Map<String, String> env) { in parse()
|
D | ErrorReporter.java | 25 import java.util.Map; 40 private Map<Integer, Category> mCategories; 232 public Map<Integer, Category> getCategories() { in getCategories()
|
D | Main.java | 20 import java.util.Map; 38 Map<String, MakeConfig> makeConfigs = kati.loadProductConfig(); in run()
|
D | FlatConfig.java | 22 import java.util.Map;
|
D | Errors.java | 25 import java.util.Map;
|
D | GenericConfig.java | 22 import java.util.Map;
|
/build/blueprint/parser/ |
D | parser_test.go | 46 Map: Map{ 64 Map: Map{ 93 Map: Map{ 123 Map: Map{ 154 Map: Map{ 215 Map: Map{ 227 &Map{ 252 &Map{ 299 Map: Map{ 361 Map: Map{ [all …]
|
D | ast.go | 62 Map anonMember 87 func (m *Module) End() scanner.Position { return m.Map.End() } 243 type Map struct { struct 249 func (x *Map) Pos() scanner.Position { return x.LBracePos } argument 250 func (x *Map) End() scanner.Position { return endPos(x.RBracePos, 1) } argument 252 func (x *Map) Copy() Expression { argument 261 func (x *Map) Eval() Expression { argument 265 func (x *Map) String() string { argument 274 func (x *Map) Type() Type { return MapType } argument 278 func (x *Map) GetProperty(name string) (Property *Property, found bool) { argument [all …]
|
D | parser.go | 272 Map: Map{ 368 case *Map: 370 v.Properties, err = p.addMaps(v.Properties, e2.(*Map).Properties, pos) 572 func (p *parser) parseMapValue() *Map { 583 return &Map{
|
D | printer.go | 108 p.printMap(&module.Map) 132 case *Map: 159 func (p *printer) printMap(m *Map) {
|
/build/soong/android/ |
D | licenses.go | 99 func moduleToPackageDefaultLicensesMap(config Config) *sync.Map { 101 return &sync.Map{} 102 }).(*sync.Map)
|
D | util.go | 72 if v.Kind() != reflect.Map { 87 if v.Kind() != reflect.Map { 102 if v.Kind() != reflect.Map {
|
D | visibility.go | 190 func moduleToVisibilityRuleMap(config Config) *sync.Map { 192 return &sync.Map{} 193 }).(*sync.Map)
|
D | onceper.go | 23 values sync.Map
|
/build/blueprint/bpmodify/ |
D | bpmodify.go | 188 m := &module.Map 191 if mm, ok := prop.Value.Eval().(*parser.Map); ok { 200 mm := &parser.Map{}
|
/build/soong/cc/ |
D | makevars.go | 37 func getNamedMapForConfig(config android.Config, key android.OnceKey) *sync.Map { 39 return &sync.Map{} 40 }).(*sync.Map)
|