Home
last modified time | relevance | path

Searched refs:added (Results 1 – 16 of 16) sorted by relevance

/build/make/core/
Dchecktree85 added = [] variable
90 added = run(where, r'(.*)', r'.*') variable
91 added = map(split_perforce_parts, added) variable
98 added = dict().fromkeys(added, 1) variable
102 if not file in added:
/build/soong/docs/
Dmap_files.md80 yet been added to a specific release.
85 `introduced=21` specifies that the API was first added (or first made public) in
92 determine which API level an API was added in. The `first_version` property of
98 release. For example, `introduced=S` can be used to define APIs added in S. Any
Dbest_practices.md123 re-run your command when a new input file is added. Ninja does not treat a
Dperf.md97 added some basic math functions in `math.mk` to help some common use cases that
/build/make/tools/droiddoc/templates-ndk/components/
Dmasthead.cs107 <?cs # More <li> elements added here with javascript ?>
153 <?cs # More <li> elements added here with javascript ?>
/build/
Dbuildspec.mk.default67 # will be added to LOCAL_CFLAGS when building the module.
78 # the locale list for the selected product will be added to the end
/build/make/
Dbuildspec.mk.default67 # will be added to LOCAL_CFLAGS when building the module.
78 # the locale list for the selected product will be added to the end
DDeprecation.md46 `BUILD_BROKEN_USES_BUILD_PACKAGE := true` added to their `BoardConfig.mk`.
DUsage.txt21 amount of debugging to be added into the generated image.
DChanges.md167 This is the new check that has been added. In every case I've found, this has
192 under recovery. Android Q has added such support (HALs will be loaded in
217 just affect target modules, while `PRODUCT_HOST_PACKAGES` is being added for
266 Core android packages like `su` got added to the list in
/build/make/tools/zipalign/
DREADME.txt30 entries. Files added to an "aligned" archive will not be aligned.
/build/make/tools/fs_config/
DREADME137 get picked up and added to the test suite.
/build/make/tools/droiddoc/templates-ndk/
Dcustomizations.cs413 <!-- option elements added by buildApiLevelSelector() -->
/build/soong/
DREADME.md271 name of the namespace has been added to the value of PRODUCT_SOONG_NAMESPACES
344 `default_visibility = [//visibility:legacy_public]` added. It will then be the
/build/blueprint/
Dcontext.go675 added chan<- struct{}
755 if module.added != nil {
756 module.added <- struct{}{}
/build/make/tools/releasetools/
Dtest_common.py1783 added = lines.index("add_group group_qux 1073741824")
1786 min(grown, added),