Home
last modified time | relevance | path

Searched refs:old (Results 1 – 17 of 17) sorted by relevance

/build/soong/shared/
Denv.go76 old := entry.Value
78 if old != cur {
79 changed = append(changed, fmt.Sprintf("%s (%q -> %q)", key, old, cur))
/build/make/tools/product_config/src/com/android/build/config/
DCsvParser.java201 char[] old = buf; in parse() local
202 buf = new char[old.length + CHUNK_SIZE]; in parse()
203 System.arraycopy(old, 0, buf, 0, old.length); in parse()
/build/bazel/json_module_graph/
DdistanceFromLeaves.jq26 . as $old |
33 map($old[.]) |
/build/blueprint/parser/
Dparser.go225 if old, local := p.scope.Get(assignment.Name); old == nil {
229 } else if old.Referenced {
232 val, err := p.evaluateOperator(old.Value, assignment.Value, '+', assignment.EqualsPos)
236 old.Value = val
614 if old, ok := s.vars[assignment.Name]; ok {
615 return fmt.Errorf("variable already set, previous assignment: %s", old)
618 if old, ok := s.inheritedVars[assignment.Name]; ok {
619 return fmt.Errorf("variable already set in inherited scope, previous assignment: %s", old)
/build/soong/scripts/
Dreverse-deps.sh218 diff "${oldDeps}" "${allDeps}" --old-line-format='' \
Dtransitive-deps.sh387 diff "${oldDeps}" "${allDeps}" --old-line-format='' --new-line-format='%L' \
/build/soong/cmd/javac_wrapper/
Djavac_wrapper_test.go69 javadoc: warning - The old Doclet and Taglet APIs in the packages
Djavac_wrapper.go211 regexp.MustCompile(`javadoc: warning - The old Doclet and Taglet APIs in the packages`),
/build/make/tools/releasetools/
Dsign_target_files_apks752 for old, new in OPTIONS.key_map.items():
754 print(" Replacing %s.x509.pem with %s.x509.pem" % (old, new))
757 with open(old + ".x509.pem") as old_fp:
766 "%s.x509.pem." % (e.filename, e.strerror, old, new))
775 num, old, new))
Dcheck_target_files_signatures.py442 for (old, new), packages in sorted(by_digestpair.items()):
443 for i, o in enumerate(old):
/build/bazel/rules_cc/cc/
Dfind_cc_toolchain.bzl49 https://github.com/bazelbuild/bazel/issues/7260 is flipped (and support for old
/build/soong/finder/
Dfinder.go1044 func (f *Finder) isInfoUpToDate(old statResponse, new statResponse) (equal bool) {
1045 if old.Inode != new.Inode {
1048 if old.ModTime != new.ModTime {
1051 if old.Device != new.Device {
/build/soong/cmd/pom2mk/
Dpom2mk.go477 if old, ok := modules[key]; ok {
478 fmt.Fprintln(os.Stderr, "Module", key, "defined twice:", old.PomFile, pom.PomFile)
/build/make/target/product/gsi/
DAndroid.mk54 $(hide) ( diff --old-line-format="Removed %L" \
/build/soong/cmd/pom2bp/
Dpom2bp.go722 if old, ok := modules[key]; ok {
723 fmt.Fprintln(os.Stderr, "Module", key, "defined twice:", old.PomFile, pom.PomFile)
/build/soong/docs/
Dmap_files.md124 in old versions of Android before the stubs were well maintained. Think hard
/build/make/core/
Dbinary.mk1298 …warning $(LOCAL_MODULE_MAKEFILE) Internal build system warning: New object list does not match old)
1299 $(info Only in old: $(filter-out $(new_order_normal_objects),$(sort $(normal_objects))))