Home
last modified time | relevance | path

Searched refs:new (Results 1 – 25 of 34) sorted by relevance

12

/build/soong/scripts/
Dbuild-aml-prebuilts.sh74 cat > ${SOONG_VARS}.new << EOF
91 if [ -f ${SOONG_VARS} ] && cmp -s ${SOONG_VARS} ${SOONG_VARS}.new; then
94 rm ${SOONG_VARS}.new
96 mv ${SOONG_VARS}.new ${SOONG_VARS}
Dreverse-deps.sh219 --new-line-format='%L' --unchanged-line-format='' > "${newDeps}"
Dtransitive-deps.sh387 diff "${oldDeps}" "${allDeps}" --old-line-format='' --new-line-format='%L' \
/build/make/tools/releasetools/
Dtarget_files_diff.py57 def rewrite_build_property(original, new): argument
85 new.write(line)
88 def trim_install_recovery(original, new): argument
94 new.write(re.sub(r'[0-9a-f]{40}', '0'*40, line))
96 def sort_file(original, new): argument
104 new.write(line)
Dsign_target_files_apks.py704 for old, new in OPTIONS.key_map.items():
706 print(" Replacing %s.x509.pem with %s.x509.pem" % (old, new))
712 with open(new + ".x509.pem") as new_fp:
718 "%s.x509.pem." % (e.filename, e.strerror, old, new))
727 num, old, new))
1164 new = []
1169 new.append(i[0] + i[1:].strip())
1170 OPTIONS.tag_changes = tuple(new)
Dsign_target_files_apks704 for old, new in OPTIONS.key_map.items():
706 print(" Replacing %s.x509.pem with %s.x509.pem" % (old, new))
712 with open(new + ".x509.pem") as new_fp:
718 "%s.x509.pem." % (e.filename, e.strerror, old, new))
727 num, old, new))
1164 new = []
1169 new.append(i[0] + i[1:].strip())
1170 OPTIONS.tag_changes = tuple(new)
Dcheck_target_files_signatures442 for (old, new), packages in sorted(by_digestpair.items()):
448 for i, n in enumerate(new):
Dcheck_target_files_signatures.py442 for (old, new), packages in sorted(by_digestpair.items()):
448 for i, n in enumerate(new):
Dpylintrc94 # Template used to display messages. This is a python new-style format string
295 # you should avoid to define new builtins when possible.
/build/make/tools/signapk/test/
Drun22 umask 0077 && openssl req -new -x509 -key $@.pk -out $@ -days 1095 \
/build/make/tools/docker/
DREADME.md12 Then you can start up new instances with:
/build/make/
DREADME.md17 new build system written in Go. During the transition, all of these makefiles
Dbuildspec.mk.default111 # variable will be changed. After you have modified this file with the new
112 # changes (see buildspec.mk.default), update this to the new value from
DDeprecation.md8 * Our [public bug tracker](https://issuetracker.google.com/issues/new?component=381517).
DChanges.md62 System properties can now be set as optional using the new syntax:
167 This is the new check that has been added. In every case I've found, this has
325 There are several new warnings/errors meant to ensure the proper use of
514 `LOCAL_REQUIRED_MODULES`, etc) are converted to the new names.
/build/make/core/
Dapp_prebuilt_internal.mk281 $(copy-file-to-new-target)
287 $(copy-file-to-new-target)
DLINUX_KERNEL_COPYING42 in new free programs; and that you know you can do these things.
253 9. The Free Software Foundation may publish revised and/or new versions
254 of the General Public License from time to time. Such new versions will
256 address new problems or concerns.
300 If you develop a new program, and you want it to be of the greatest
Dconfig_sanitizers.mk250 my_cflags += -fno-experimental-new-pass-manager
/build/
Dbuildspec.mk.default111 # variable will be changed. After you have modified this file with the new
112 # changes (see buildspec.mk.default), update this to the new value from
/build/make/core/tasks/tools/
Dbuild_custom_image.mk160 $(call copy-file-to-new-target-with-cp)
/build/make/target/product/gsi/
DAndroid.mk59 --new-line-format="Added %L" \
/build/soong/docs/
Dmap_files.md96 Codenames can (and typically should) be used when defining new APIs. This allows
118 before using an architecture-specific tag for a new API.
/build/make/tools/droiddoc/templates-ndk/assets/
DGPL-LICENSE.txt26 in new free programs; and that you know you can do these things.
237 9. The Free Software Foundation may publish revised and/or new versions
238 of the General Public License from time to time. Such new versions will
240 address new problems or concerns.
/build/make/tools/droiddoc/templates-ndk/assets/css/
Ddefault.css415 .new,
416 .new-child {
7282 Specific styles for new home page layout of the carousels.
7286 a.home-new-cta-btn,
7287 .home-new-carousel-1 .resource-card-18x6 .cta {
7302 .home-new-carousel-1 .resource-card-18x6 .cta:after {
7306 a.home-new-cta-btn:hover,
7307 .home-new-carousel-1 .resource-card-18x6 .cta:hover {
7312 .home-new-carousel-1 .resource-card-18x6 .cta {
7319 .home-new-carousel-1 {
[all …]
/build/make/tools/fs_config/
DREADME136 To add new tests, simply add a test_<xxx> method to the test class. It will automatically

12