Home
last modified time | relevance | path

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

/build/make/tools/
Dpost_process_props.py40 prop_list.put("persist.sys.usb.config", val)
45 prop_list.put("persist.sys.usb.config", "none");
191 def put(self, name, value): member in PropList
Dtest_post_process_props.py100 self.props.put("new", "30")
109 self.props.put("foo", "NewValue")
120 self.props.put("qux", "2")
/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.mk273 $(error You must put all the split source apks in the same folder: $(LOCAL_PACKAGE_SPLITS))
/build/soong/cmd/pom2bp/
Dpom2bp.go590 Don't put the specified module in the Android.bp file.
608 The contents are written to stdout, to be put in the current directory (often as Android.bp)
/build/
Dbuildspec.mk.default84 # If you have a special place to put your ouput files, set this, otherwise
/build/make/
Dbuildspec.mk.default84 # If you have a special place to put your ouput files, set this, otherwise
/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.java1206 modifiedEocd.put(zipSections.eocd); in main()