Home
last modified time | relevance | path

Searched refs:added (Results 1 – 25 of 25) 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/make/tools/fs_get_stats/
DAndroid.bp3 // A large-scale-change added 'default_applicable_licenses' to import
/build/make/tools/
Dcompare_builds.py295 added, removed, changed = DiffFileList(first_files, second_files)
296 printer.PrintList("Added", added)
399 added = []
417 added.append(second_full_filename)
434 added.append(second_full_filename)
437 return (SortByTimestamp(added),
DAndroid.bp17 // A large-scale-change added 'default_applicable_licenses' to import
/build/make/tools/acp/
DAndroid.bp7 // A large-scale-change added 'default_applicable_licenses' to import
/build/make/tools/libhost/
DAndroid.bp3 // A large-scale-change added 'default_applicable_licenses' to import
/build/make/tools/atree/
DAndroid.bp7 // A large-scale-change added 'default_applicable_licenses' to import
/build/bazel/json_module_graph/
Dlibrary.jq44 ($innerKeys - $outerKeys) as $added |
45 [($removed | .[] | "-" + . + "=" + $outer[.]), ($added | .[] | "+" + . + "=" + $inner[.])] |
/build/make/target/product/security/
DAndroid.bp4 // A large-scale-change added 'default_applicable_licenses' to import
/build/make/target/product/gsi/
DAndroid.bp17 // A large-scale-change added 'default_applicable_licenses' to import
/build/make/tools/droiddoc/
DAndroid.bp17 // A large-scale-change added 'default_applicable_licenses' to import
/build/soong/docs/
Dmap_files.md81 yet been added to a specific release.
90 `introduced=21` specifies that the API was first added (or first made public) in
97 determine which API level an API was added in. The `first_version` property of
105 that release. For example, `introduced=S` can be used to define APIs added in S.
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/
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.md18 If a library is in `libs`, it usually should *not* be added to the above
221 This is the new check that has been added. In every case I've found, this has
246 under recovery. Android Q has added such support (HALs will be loaded in
271 just affect target modules, while `PRODUCT_HOST_PACKAGES` is being added for
320 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/
DREADME.md84 get picked up and added to the test suite.
DAndroid.bp17 // A large-scale-change added 'default_applicable_licenses' to import
/build/soong/android/
Dbazel_paths.go295 This is likely because it was not added via AddDependency().
/build/blueprint/
Dcontext.go751 added chan<- struct{}
833 if module.added != nil {
834 module.added <- struct{}{}
/build/make/tools/releasetools/
Dtest_common.py2007 added = lines.index("add_group group_qux 1073741824")
2010 min(grown, added),