Home
last modified time | relevance | path

Searched refs:put (Results 1 – 23 of 23) sorted by relevance

/build/make/tools/product_config/src/com/android/build/config/
DFlattenConfig.java96 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 …]
DOutputChecker.java145 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()
DDumpConfigParser.java136 mResults.put(makeConfig.getPhase(), makeConfig); in parseImpl()
235 initialVariables.put(varName, str); in parseImpl()
237 finalVariables.put(varName, str); in parseImpl()
DGenericConfig.java125 return mConfigFiles.put(file.getFilename(), file); in addConfigFile()
DConfigBase.java66 mProductVars.put(name, type); in addProductVar()
DMakeConfig.java84 mValues.put(varName, varValue); in addVar()
DCsvParser.java217 stringPool.put(field, field); in parse()
DErrorReporter.java218 Category prev = categories.put(category.getCode(), category); in initLocked()
DMakeWriter.java130 sorted.put(entry.getValue().getPosition().toString() + " " + entry.getKey(), in writeStrVars()
DConvertMakeToGenericConfig.java129 finalFinal.put(varName, var.getValue()); in convert()
/build/make/tools/
Dtest_post_process_props.py100 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")
Dpost_process_props.py40 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/
DOptionsTest.java28 env.put("TARGET_PRODUCT", "test_product"); in parse()
29 env.put("TARGET_BUILD_VARIANT", "user"); in parse()
/build/blueprint/
DCONTRIBUTING.md12 approved it, but you must do it before we can put your code into our codebase.
/build/soong/third_party/zip/testdata/
Dreadme.notzip39 put the following in your .profile:
/build/soong/cmd/pom2mk/
Dpom2mk.go364 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/
Dapp_prebuilt_internal.mk274 $(error You must put all the split source apks in the same folder: $(LOCAL_PACKAGE_SPLITS))
/build/make/
Dbuildspec.mk.default84 # If you have a special place to put your ouput files, set this, otherwise
/build/
Dbuildspec.mk.default84 # If you have a special place to put your ouput files, set this, otherwise
/build/soong/cmd/pom2bp/
Dpom2bp.go599 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/
Dpylintrc52 # 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/
Dbest_practices.md33 large these days, so some people put these on different disks. There are many
/build/make/tools/signapk/src/com/android/signapk/
DSignApk.java1223 modifiedEocd.put(zipSections.eocd); in main()