Home
last modified time | relevance | path

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

12

/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.py736 for old, new in OPTIONS.key_map.items():
738 print(" Replacing %s.x509.pem with %s.x509.pem" % (old, new))
744 with open(new + ".x509.pem") as new_fp:
750 "%s.x509.pem." % (e.filename, e.strerror, old, new))
759 num, old, new))
1209 new = []
1214 new.append(i[0] + i[1:].strip())
1215 OPTIONS.tag_changes = tuple(new)
Dsign_target_files_apks736 for old, new in OPTIONS.key_map.items():
738 print(" Replacing %s.x509.pem with %s.x509.pem" % (old, new))
744 with open(new + ".x509.pem") as new_fp:
750 "%s.x509.pem." % (e.filename, e.strerror, old, new))
759 num, old, new))
1209 new = []
1214 new.append(i[0] + i[1:].strip())
1215 OPTIONS.tag_changes = tuple(new)
Dcheck_target_files_signatures.py442 for (old, new), packages in sorted(by_digestpair.items()):
448 for i, n in enumerate(new):
Dcheck_target_files_signatures442 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/blueprint/
DREADME.md7 not be possible to file new issues or open new pull requests for this GitHub
/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/soong/scripts/
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/
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.md116 System properties can now be set as optional using the new syntax:
221 This is the new check that has been added. In every case I've found, this has
379 There are several new warnings/errors meant to ensure the proper use of
568 `LOCAL_REQUIRED_MODULES`, etc) are converted to the new names.
/build/make/core/
Dapp_prebuilt_internal.mk282 $(copy-file-to-new-target)
288 $(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
Dbase_rules.mk527 $(copy-file-or-link-to-new-target)
529 $(copy-file-to-new-target)
Ddefinitions.mk2506 $$(copy-file-to-new-target-with-cp)
2723 define copy-file-to-new-target
2731 define copy-file-to-new-target-with-cp
2739 define copy-file-or-link-to-new-target
2765 $(copy-file-or-link-to-new-target)
/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/tools/fs_config/
DREADME.md83 To add new tests, simply add a `test_<xxx>` method to the test class. It will automatically
/build/make/target/product/gsi/
DAndroid.mk55 --new-line-format="Added %L" \
/build/soong/docs/
Dmap_files.md103 Code names can (and typically should) be used when defining new APIs. This
125 before using an architecture-specific tag for a new API.
Dperf.md187 measure into a new makefile, and replace their use with an `include` of the
188 new makefile. It's possible to analyze where the time is being spent by doing

12