/build/make/tools/product_config/src/com/android/build/config/ |
D | FlattenConfig.java | 96 mVariables.put("PRODUCTS", new Value(VarType.UNKNOWN, new Str(root))); in flattenImpl() 176 alpha.put(inherit.getFilename(), inherit); in forEachInheritAlpha() 199 mVariables.put(entry.getKey(), entry.getValue()); in flattenListVars() 223 children.put(child, flattenListVars(child, seen)); in flattenListVars() 280 mVariables.put(varName, in flattenSingleVars() 308 mVariables.put(assign.getName(), in flattenUnknownVars() 354 mVariables.put(varName, new Value(VarType.UNKNOWN, new Str(val.toString()))); in flattenInheritsFrom() 397 vars.put(varName, new Value(result)); in assignToListVar() 408 vars.put(varName, value); in appendToListVar() 460 mVariables.put(varName, new Value(varType)); in setDefaultKnownVars() [all …]
|
D | OutputChecker.java | 145 result.put(name, new Variable(name, config.getVarType(name), entry.getValue())); in getVariables() 154 result.put(name, new Variable(name, config.getVarType(name), null, value)); in getVariables() 156 result.put(name, var.addUpdated(value)); in getVariables() 176 result.put(varName, afterValue); in getModifiedVars() 184 result.put(varName, new Str("")); in getModifiedVars()
|
D | DumpConfigParser.java | 136 mResults.put(makeConfig.getPhase(), makeConfig); in parseImpl() 235 initialVariables.put(varName, str); in parseImpl() 237 finalVariables.put(varName, str); in parseImpl()
|
D | GenericConfig.java | 125 return mConfigFiles.put(file.getFilename(), file); in addConfigFile()
|
D | ConfigBase.java | 66 mProductVars.put(name, type); in addProductVar()
|
D | MakeConfig.java | 84 mValues.put(varName, varValue); in addVar()
|
D | CsvParser.java | 217 stringPool.put(field, field); in parse()
|
D | ErrorReporter.java | 218 Category prev = categories.put(category.getCode(), category); in initLocked()
|
D | MakeWriter.java | 130 sorted.put(entry.getValue().getPosition().toString() + " " + entry.getKey(), in writeStrVars()
|
D | ConvertMakeToGenericConfig.java | 129 finalFinal.put(varName, var.getValue()); in convert()
|
/build/make/tools/ |
D | test_post_process_props.py | 100 self.props.put("new", "30") 109 self.props.put("foo", "NewValue") 120 self.props.put("qux", "2") 258 props.put("ro.board.first_api_level","25") 266 props.put("ro.board.api_level","20") 271 props.put("ro.board.api_level","26")
|
D | post_process_props.py | 40 prop_list.put("persist.sys.usb.config", val) 45 prop_list.put("persist.sys.usb.config", "none") 230 def put(self, name, value): member in PropList
|
/build/make/tools/product_config/test/com/android/build/config/ |
D | OptionsTest.java | 28 env.put("TARGET_PRODUCT", "test_product"); in parse() 29 env.put("TARGET_BUILD_VARIANT", "user"); in parse()
|
/build/blueprint/ |
D | CONTRIBUTING.md | 12 approved it, but you must do it before we can put your code into our codebase.
|
/build/soong/third_party/zip/testdata/ |
D | readme.notzip | 39 put the following in your .profile:
|
/build/soong/cmd/pom2mk/ |
D | pom2mk.go | 364 Don't put the specified module in the makefile. 380 The makefile is written to stdout, to be put in the current directory (often as Android.mk)
|
/build/make/core/ |
D | app_prebuilt_internal.mk | 274 $(error You must put all the split source apks in the same folder: $(LOCAL_PACKAGE_SPLITS))
|
/build/make/ |
D | buildspec.mk.default | 84 # If you have a special place to put your ouput files, set this, otherwise
|
/build/ |
D | buildspec.mk.default | 84 # If you have a special place to put your ouput files, set this, otherwise
|
/build/soong/cmd/pom2bp/ |
D | pom2bp.go | 599 Don't put the specified module in the Android.bp file. 619 The contents are written to stdout, to be put in the current directory (often as Android.bp)
|
/build/make/tools/releasetools/ |
D | pylintrc | 52 # either give multiple identifier separated by comma (,) or put this option 57 # can either give multiple identifiers separated by comma (,) or put this
|
/build/soong/docs/ |
D | best_practices.md | 33 large these days, so some people put these on different disks. There are many
|
/build/make/tools/signapk/src/com/android/signapk/ |
D | SignApk.java | 1223 modifiedEocd.put(zipSections.eocd); in main()
|