Home
last modified time | relevance | path

Searched refs:added (Results 1 – 14 of 14) 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/kati/
DCONTRIBUTORS6 # Names should be added to this file only after verifying that
17 # added to the AUTHORS file, depending on whether the
20 # Names should be added to this file as:
DAUTHORS5 # Names should be added to this file as:
/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/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
DUsage.txt21 amount of debugging to be added into the generated image.
DChanges.md10 just affect target modules, while `PRODUCT_HOST_PACKAGES` is being added for
59 Core android packages like `su` got added to the list in
/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/tools/zipalign/
DREADME.txt30 entries. Files added to an "aligned" archive will not be aligned.
/build/make/tools/fs_config/
DREADME125 get picked up and added to the test suite.
/build/soong/docs/
Dbest_practices.md123 re-run your command when a new input file is added. Ninja does not treat a
Dperf.md62 added some basic math functions in `math.mk` to help some common use cases that
/build/make/tools/droiddoc/templates-ndk/
Dcustomizations.cs413 <!-- option elements added by buildApiLevelSelector() -->
/build/make/tools/releasetools/
Dtest_common.py1204 added = lines.index("add_group group_qux 1073741824")
1206 self.assertLess(max(removed, shrunk) < min(grown, added),